:root {
  --vertical-spacing: 2rem;
  --horizontal-spacing: 1.25rem;
  --header-height: 103px;
  --h1: 3rem;
  --h2: 2rem;
  --h3: 1.5rem;
  --h4: 1.25rem;
  --h5: 1rem;
  --iufro-blue-1: #003a6a;
  --iufro-blue-2: #c1d9eb;
  --iufro-blue-3: #f6fafc;
  --iufro-blue-4: #022957;
  --iufro-blue-5: #f0f7fa;
  --iufro-blue-6: #d0e2ef;
  --iufro-blue-7: #053a6a;
  --iufro-green-1: #8c914f;
  --iufro-green-2: #c5c8a7;
  --iufro-gray-1: #424141;
  --iufro-gray-2: #707070;
  --iufro-gray-3: #222222;
  --iufro-gray-4: #8d8d8d;
  --iufro-gray-5: #6c6c6c;
  --iufro-gray-6: #c4c4c4;
  --iufro-gray-7: #b7b7b7;
  --iufro-profile-orange: #d25555;
  --iufro-profile-green: #c4cc60;
  --iufro-profile-blue: #708fae;
  --iufro-profile-pink: #d7a3af;
  --iufro-profile-red: #c53a57;
  --iufro-profile-violet: #904194;
  --color-opacity: rgba(#f6fafc, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.235;
  color: var(--iufro-blue-1);
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

:root {
  --image-style-spacing: 1.5em;
  --inline-image-style-spacing: calc(var(--image-style-spacing) / 2);
  --color-code-block-label-background: #757575;
  --html-object-embed-unfocused-outline-width: 1px;
  --line-height-base: 1.84615;
  --icon-size: calc(var(--line-height-base)* var(--ck-font-size-normal));
  --html-embed-content-width: calc(100% - var(--icon-size) * 1.5);
  --html-embed-source-height: 10em;
  --html-embed-unfocused-outline-width: 1px;
  --html-embed-content-min-height: calc(var(--icon-size) + var(--spacing-standard));
  --html-embed-source-disabled-background: var(--color-base-foreground);
  --html-embed-source-disabled-color: #737373;
  --link-image-indicator-icon-size: 20;
  --link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px);
  --list-style-button-size: 44px;
  --todo-list-checkmark-size: 16px;
  --media-embed-placeholder-icon-size: 3em;
  --color-media-embed-placeholder-url-text: #757575;
  --color-media-embed-placeholder-url-text-hover: var(--color-base-text);
  --style-panel-columns: 3;
  --style-panel-button-width: 120px;
  --style-panel-button-height: 80px;
  --style-panel-button-label-background: #f0f0f0;
  --style-panel-button-hover-label-background: #ebebeb;
  --style-panel-button-hover-border-color: #b3b3b3;
  --style-panel-max-height: 470px;
  --color-selector-focused-cell-background: rgba(158, 201, 250, 0.3);
  --insert-table-dropdown-padding: 10px;
  --insert-table-dropdown-box-height: 11px;
  --insert-table-dropdown-box-width: 12px;
  --insert-table-dropdown-box-margin: 1px;
  --table-selected-cell-background: rgba(158, 207, 250, 0.3);
  --table-properties-error-arrow-size: 6px;
  --table-properties-min-error-width: 150px;
  --color-selector-caption-background: #f7f7f7;
  --color-selector-caption-text: #333;
  --color-selector-caption-highlighted-background: #fd0;
  --color-selector-column-resizer-hover: var(--color-base-active);
  --table-column-resizer-width: 7px;
  --table-column-resizer-position-offset: calc(var(--table-column-resizer-width) * -0.5 - 0.5px);
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #000;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

.boxes-card:not(.podcast-card) a, .details-card:not(.podcast-details) a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

main .maintenance p {
  margin: 0px;
  display: flex;
  height: 70vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.375rem;
  line-height: 3.6875rem;
}

.ck-anchor {
  scroll-margin-top: var(--header-height);
}

#admin-edit-link {
  position: fixed;
  top: 50%;
  z-index: 9999999999999;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0.7;
}

#admin-edit-link:hover {
  opacity: 1;
}

#admin-edit-link a {
  display: flex;
  padding: 20px;
}

#admin-edit-link a svg {
  width: 30px;
  height: 30px;
}

.block-component {
  scroll-margin-top: var(--header-height);
  /* margin-block: var(--vertical-spacing); */
  padding-top: var(--vertical-spacing);
  padding-bottom: var(--vertical-spacing);
  position: relative;
}

.item-heading + .block-component,
	.block-component:first-child {
  margin-top: 0px;
}

.block-component:last-child {
  margin-bottom: 0px;
}

.block-component.block-component-empty {
  display: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.block-component .component-edit-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999999999999;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0.7;
}

.block-component .component-edit-link:hover {
  opacity: 1;
}

.block-component .component-edit-link a {
  padding: 10px;
  display: flex;
}

.block-component .component-edit-link a svg {
  width: 15px;
  height: 15px;
}

.block-component.block-spacer {
  --spacer-height: 1rem;
  padding: 0;
  margin: 0;
}

.block-component.block-spacer .container {
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

.block-component:not(.block-tabs) .block-component {
  padding-top: 0;
  padding-bottom: 0;
}

.block-component .description {
  --image-spacing: 4rem;
  display: block;
}

.block-component.block-rich-text p, .block-component .description p {
  margin: revert;
}

.block-component.block-rich-text p:first-child, .block-component .description p:first-child {
  margin-top: 0;
}

.block-component.block-rich-text p:last-child, .block-component .description p:last-child {
  margin-bottom: 0;
}

.block-component.block-rich-text a, .block-component .description a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
  color: revert;
}

.block-component.block-rich-text hr, .block-component .description hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0;
  clear: none;
}

.block-component.block-rich-text .image, .block-component.block-rich-text figure, .block-component .description .image, .block-component .description figure {
  border-radius: 0;
}

.block-component.block-rich-text .image figcaption, .block-component.block-rich-text figure figcaption, .block-component .description .image figcaption, .block-component .description figure figcaption {
  margin-top: .5rem;
}

.block-component.block-rich-text img, .block-component .description img {
  border-radius: 1rem;
}

.block-component.block-rich-text .image-style-block-align-left,
		.block-component.block-rich-text .image-style-block-align-right,
		.block-component .description .image-style-block-align-left,
		.block-component .description .image-style-block-align-right {
  max-width: calc(100% - var(--image-style-spacing));
}

.block-component.block-rich-text .image-style-align-left,
		.block-component.block-rich-text .image-style-align-right,
		.block-component .description .image-style-align-left,
		.block-component .description .image-style-align-right {
  clear: none;
}

.block-component.block-rich-text .image-style-align-left:after, .block-component.block-rich-text .image-style-align-right:after, .block-component .description .image-style-align-left:after, .block-component .description .image-style-align-right:after {
  content: '';
  display: block;
}

.block-component.block-rich-text .image-style-side, .block-component .description .image-style-side {
  float: right;
  margin-left: var(--image-style-spacing);
  max-width: 50%;
}

.block-component.block-rich-text .image-style-align-left, .block-component .description .image-style-align-left {
  float: left;
  margin-right: var(--image-style-spacing);
}

.block-component.block-rich-text .image-style-align-left:after, .block-component .description .image-style-align-left:after {
  clear: left;
}

.block-component.block-rich-text .image-style-align-center, .block-component .description .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.block-component.block-rich-text .image-style-align-right, .block-component .description .image-style-align-right {
  float: right;
  margin-left: var(--image-style-spacing);
}

.block-component.block-rich-text .image-style-align-right:after, .block-component .description .image-style-align-right:after {
  clear: right;
}

.block-component.block-rich-text .image-style-block-align-right, .block-component .description .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}

.block-component.block-rich-text .image-style-block-align-left, .block-component .description .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.block-component.block-rich-text p + .image-style-align-left,
		.block-component.block-rich-text p + .image-style-align-right,
		.block-component.block-rich-text p + .image-style-side,
		.block-component .description p + .image-style-align-left,
		.block-component .description p + .image-style-align-right,
		.block-component .description p + .image-style-side {
  margin-top: 0;
}

.block-component.block-rich-text .image-inline.image-style-align-left,
		.block-component.block-rich-text .image-inline.image-style-align-right,
		.block-component .description .image-inline.image-style-align-left,
		.block-component .description .image-inline.image-style-align-right {
  margin-bottom: var(--inline-image-style-spacing);
  margin-top: var(--inline-image-style-spacing);
}

.block-component.block-rich-text .image-inline.image-style-align-left, .block-component .description .image-inline.image-style-align-left {
  margin-right: var(--inline-image-style-spacing);
}

.block-component.block-rich-text .image-inline.image-style-align-right, .block-component .description .image-inline.image-style-align-right {
  margin-left: var(--inline-image-style-spacing);
}

.block-component.block-rich-text blockquote, .block-component .description blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.block-component.block-rich-text [dir='rtl'] blockquote, .block-component .description [dir='rtl'] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc;
}

.block-component.block-rich-text code, .block-component .description code {
  background-color: hsla(0, 0%, 78%, 0.3);
  border-radius: 2px;
  padding: 0.15em;
}

.block-component.block-rich-text pre, .block-component .description pre {
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  color: #353535;
  direction: ltr;
  font-style: normal;
  min-width: 200px;
  padding: 1em;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}

.block-component.block-rich-text pre code, .block-component .description pre code {
  background: unset;
  border-radius: 0;
  padding: 0;
}

.block-component.block-rich-text .text-tiny, .block-component .description .text-tiny {
  font-size: 0.7em;
}

.block-component.block-rich-text .text-small, .block-component .description .text-small {
  font-size: 0.85em;
}

.block-component.block-rich-text .text-big, .block-component .description .text-big {
  font-size: 1.4em;
}

.block-component.block-rich-text .text-huge, .block-component .description .text-huge {
  font-size: 1.8em;
}

.block-component.block-rich-text .todo-list, .block-component .description .todo-list {
  list-style: none;
}

.block-component.block-rich-text .todo-list li, .block-component .description .todo-list li {
  margin-bottom: 5px;
  position: relative;
}

.block-component.block-rich-text .todo-list li .todo-list, .block-component .description .todo-list li .todo-list {
  margin-top: 5px;
}

.block-component.block-rich-text .todo-list .todo-list__label > input, .block-component .description .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  height: var(--todo-list-checkmark-size);
  left: -25px;
  margin-left: 0;
  margin-right: -15px;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: var(--todo-list-checkmark-size);
}

.block-component.block-rich-text [dir='rtl'] .todo-list .todo-list__label > input, .block-component .description [dir='rtl'] .todo-list .todo-list__label > input {
  left: 0;
  margin-left: -15px;
  margin-right: 0;
  right: -25px;
}

.block-component.block-rich-text .todo-list .todo-list__label > input:before, .block-component .description .todo-list .todo-list__label > input:before {
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: box-shadow 0.25s ease-in-out;
  width: 100%;
}

.block-component.block-rich-text .todo-list .todo-list__label > input:after, .block-component .description .todo-list .todo-list__label > input:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 calc(var(--todo-list-checkmark-size) / 8) calc(var(--todo-list-checkmark-size) / 8) 0;
  box-sizing: content-box;
  content: '';
  display: block;
  height: calc(var(--todo-list-checkmark-size) / 2.6);
  left: calc(var(--todo-list-checkmark-size) / 3);
  pointer-events: none;
  position: absolute;
  top: calc(var(--todo-list-checkmark-size) / 5.3);
  transform: rotate(45deg);
  width: calc(var(--todo-list-checkmark-size) / 5.3);
}

.block-component.block-rich-text .todo-list .todo-list__label > input[checked]:before, .block-component .description .todo-list .todo-list__label > input[checked]:before {
  background: #26ab33;
  border-color: #26ab33;
}

.block-component.block-rich-text .todo-list .todo-list__label > input[checked]:after, .block-component .description .todo-list .todo-list__label > input[checked]:after {
  border-color: #fff;
}

.block-component.block-rich-text .todo-list .todo-list__label .todo-list__label__description, .block-component .description .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

.block-component.block-rich-text .todo-list .todo-list__label.todo-list__label_without-description input[type='checkbox'], .block-component .description .todo-list .todo-list__label.todo-list__label_without-description input[type='checkbox'] {
  position: absolute;
}

.block-component.block-rich-text .media, .block-component .description .media {
  clear: both;
  display: block;
  margin: 0.9em 0;
  min-width: 15em;
}

.block-component.block-rich-text .page-break, .block-component .description .page-break {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
}

.block-component.block-rich-text .page-break:after, .block-component .description .page-break:after {
  border-bottom: 2px dashed #c4c4c4;
  content: '';
  position: absolute;
  width: 100%;
}

.block-component.block-rich-text .page-break__label, .block-component .description .page-break__label {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  color: #333;
  display: block;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.3em 0.6em;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

@media print {
  .block-component.block-rich-text .page-break, .block-component .description .page-break {
    padding: 0;
  }

  .block-component.block-rich-text .page-break:after, .block-component .description .page-break:after {
    display: none;
  }
}

.block-component.block-rich-text .table, .block-component .description .table {
  display: table;
  margin: 0.9em auto;
}

.block-component.block-rich-text .table table, .block-component .description .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}

.block-component.block-rich-text .table table td,
		.block-component.block-rich-text .table table th,
		.block-component .description .table table td,
		.block-component .description .table table th {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}

.block-component.block-rich-text .table table th, .block-component .description .table table th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 700;
}

.block-component.block-rich-text [dir='rtl'] .table th, .block-component .description [dir='rtl'] .table th {
  text-align: right;
}

.block-component.block-rich-text [dir='ltr'] .table th, .block-component .description [dir='ltr'] .table th {
  text-align: left;
}

.block-component .container.heading,
		.block-component .container.footer-link {
  text-align: center;
}

.block-component .container:not(:last-child) {
  margin-bottom: 2rem;
}

[data-oembed-url] > div {
  position: relative;
  height: 0;
  padding-bottom: 56.2493%;
}

[data-oembed-url] > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

p:empty {
  display: none
}

[class*=swiper-button] i {
  font-size: 2.5rem;
}

.full-banner-pinned + .block-component {
  margin-top: 0px;
}

.left-aligned {
  margin-left: 0;
  margin-right: auto;
}

.center-aligned {
  margin-left: auto;
  margin-right: auto;
}

.right-aligned {
  margin-left: auto;
  margin-right: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container.container-fullwidth {
  max-width: unset;
}

.container.container-narrow {
  max-width: 800px;
}

.container .container {
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: var(--iufro-gray-3);
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: NeutrifPro, sans-serif;
}

.floating-scrollbar:hover::-webkit-scrollbar-thumb {
  border-radius: 100vw;
  background-color: #8c914f;
}

.floating-scrollbar {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.floating-scrollbar::-webkit-scrollbar {
  width: 0.5rem;
}

.floating-scrollbar {
  scrollbar-color: transparent transparent;
  scrollbar-color: #8c914f;
}

[id$="-modal-wrapper"] {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  background-color: rgb(var(--iufro-blue-1) / 0.5);
  padding: 4rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

[id$="-modal-wrapper"].active {
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

[id$="-modal-wrapper"] .modal {
  height: 100%;
  border-radius: 1.25rem;
  background-color: #fff;
}

.share-btn-icon {
  display: flex;
  width: 25px;
  padding-right: 5px;
  height: 20px;
  justify-content: center;
  color: var(--iufro-green-1);
}

.formie-friendly-captcha-placeholder {
  display: none;
}

.email-provider {
  cursor: help;
}

.card-action-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.card-action-buttons .downloadable-wrapper {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.card-action-buttons .downloadable-popup {
  width: 280px;
}

.card-action-buttons .downloadable-popup .downloadable-popup-item {
  display: block;
  color: #fff;
  background-color: var(--iufro-green-1);
  border-radius: 0.675rem;
  width: 100%;
  padding: 0.25rem 0.75rem;
  text-align: center;
}

.card-action-buttons .downloadable-popup .downloadable-popup-item:not(:first-child) {
  margin-top: 0.25rem;
}

.card-action-buttons .pop-up-icon {
  color: var(--iufro-green-1);
  cursor: pointer;
  font-size: 1rem;
}

.card-action-buttons i {
  display: flex;
}

.card-action-buttons .bookmark-wrapper .iufro--bookmark.loading, .card-action-buttons .bookmark-wrapper .iufro--bookmark ed.loading {
  animation: heart 1.2s infinite linear;
}

.popup-list {
  padding: 1rem 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 9999;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  list-style: none;
}

.popup-list ::marker {
  content: unset;
}

.popup-list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -8px;
  left: 0.3125rem;
  z-index: 1;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  box-shadow: 0 -3px 25px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(180deg);
}

.popup-list.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.popup-list.invert {
  bottom: unset;
  top: calc(100% + 8px);
}

.popup-list.invert:after {
  bottom: unset;
  top: -8px;
  transform: rotate(0);
}

.popup-list.downloadable-popup {
  width: 280px;
}

.popup-list li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.popup-list li a {
  color: var(--iufro-green-1);
  text-decoration: none;
}

.popup-list li a > span {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.popup-list li:hover a,
			.popup-list li:hover .share-btn-icon {
  color: var(--iufro-blue-1);
}

.icon-box {
  position: absolute;
  background-color: var(--iufro-blue-2);
  border-radius: 0.5rem;
  width: 3.25rem;
  height: 3.25rem;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.icon-box.horizontal {
  width: 3.5rem;
  top: 6px;
  left: -20px;
}

.icon-box.vertical {
  top: 12px;
  left: -12px;
}

@font-face {
  font-display: swap;

  font-family: "NeutrifPro";

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/NeutrifPro-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;

  font-family: "NeutrifPro";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/NeutrifPro-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;

  font-family: "NeutrifPro";

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/NeutrifPro-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;

  font-family: "NeutrifPro";

  font-style: normal;

  font-weight: 600;

  src: url("../fonts/NeutrifPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-display: swap;

  font-family: "NeutrifPro";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/NeutrifPro-Bold.ttf") format("truetype");
}

.large-headline {
  font-family: NeutrifPro, sans-serif;
  font-size: 55px;
}

ul {
  list-style-position: inside;
}

ul li::marker {
  content: "•\00a0\00a0";
}

ul li[class*="bullet-"]::marker {
  color: var(--iufro-green-1);
  font-family: icons;
  white-space: pre-wrap;
  line-height: 1;
}

ul li.bullet-check::marker {
  content: "\f149\00a0\00a0";
}

ul li.bullet-check-circle::marker {
  content: "\f14a\00a0\00a0";
}

ul li.bullet-check-circle-full::marker {
  content: "\f14b\00a0\00a0";
}

/*ol {*/

/*	counter-reset: item;*/

/*	li::marker {*/

/*		content: counters(item, ".") ".\00a0\00a0";*/

/*		counter-increment: item;*/

/*	}*/

/*}*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.rounded-2xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-iufro-blue-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 106 / var(--tw-bg-opacity));
}

.bg-iufro-blue-1\/0 {
  background-color: rgb(0 58 106 / 0);
}

.bg-iufro-blue-1\/10 {
  background-color: rgb(0 58 106 / 0.1);
}

.bg-iufro-blue-1\/100 {
  background-color: rgb(0 58 106 / 1);
}

.bg-iufro-blue-1\/15 {
  background-color: rgb(0 58 106 / 0.15);
}

.bg-iufro-blue-1\/20 {
  background-color: rgb(0 58 106 / 0.2);
}

.bg-iufro-blue-1\/25 {
  background-color: rgb(0 58 106 / 0.25);
}

.bg-iufro-blue-1\/30 {
  background-color: rgb(0 58 106 / 0.3);
}

.bg-iufro-blue-1\/35 {
  background-color: rgb(0 58 106 / 0.35);
}

.bg-iufro-blue-1\/40 {
  background-color: rgb(0 58 106 / 0.4);
}

.bg-iufro-blue-1\/45 {
  background-color: rgb(0 58 106 / 0.45);
}

.bg-iufro-blue-1\/5 {
  background-color: rgb(0 58 106 / 0.05);
}

.bg-iufro-blue-1\/50 {
  background-color: rgb(0 58 106 / 0.5);
}

.bg-iufro-blue-1\/55 {
  background-color: rgb(0 58 106 / 0.55);
}

.bg-iufro-blue-1\/60 {
  background-color: rgb(0 58 106 / 0.6);
}

.bg-iufro-blue-1\/65 {
  background-color: rgb(0 58 106 / 0.65);
}

.bg-iufro-blue-1\/70 {
  background-color: rgb(0 58 106 / 0.7);
}

.bg-iufro-blue-1\/75 {
  background-color: rgb(0 58 106 / 0.75);
}

.bg-iufro-blue-1\/80 {
  background-color: rgb(0 58 106 / 0.8);
}

.bg-iufro-blue-1\/85 {
  background-color: rgb(0 58 106 / 0.85);
}

.bg-iufro-blue-1\/90 {
  background-color: rgb(0 58 106 / 0.9);
}

.bg-iufro-blue-1\/95 {
  background-color: rgb(0 58 106 / 0.95);
}

.bg-iufro-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 217 235 / var(--tw-bg-opacity));
}

.bg-iufro-blue-2\/0 {
  background-color: rgb(193 217 235 / 0);
}

.bg-iufro-blue-2\/10 {
  background-color: rgb(193 217 235 / 0.1);
}

.bg-iufro-blue-2\/100 {
  background-color: rgb(193 217 235 / 1);
}

.bg-iufro-blue-2\/15 {
  background-color: rgb(193 217 235 / 0.15);
}

.bg-iufro-blue-2\/20 {
  background-color: rgb(193 217 235 / 0.2);
}

.bg-iufro-blue-2\/25 {
  background-color: rgb(193 217 235 / 0.25);
}

.bg-iufro-blue-2\/30 {
  background-color: rgb(193 217 235 / 0.3);
}

.bg-iufro-blue-2\/35 {
  background-color: rgb(193 217 235 / 0.35);
}

.bg-iufro-blue-2\/40 {
  background-color: rgb(193 217 235 / 0.4);
}

.bg-iufro-blue-2\/45 {
  background-color: rgb(193 217 235 / 0.45);
}

.bg-iufro-blue-2\/5 {
  background-color: rgb(193 217 235 / 0.05);
}

.bg-iufro-blue-2\/50 {
  background-color: rgb(193 217 235 / 0.5);
}

.bg-iufro-blue-2\/55 {
  background-color: rgb(193 217 235 / 0.55);
}

.bg-iufro-blue-2\/60 {
  background-color: rgb(193 217 235 / 0.6);
}

.bg-iufro-blue-2\/65 {
  background-color: rgb(193 217 235 / 0.65);
}

.bg-iufro-blue-2\/70 {
  background-color: rgb(193 217 235 / 0.7);
}

.bg-iufro-blue-2\/75 {
  background-color: rgb(193 217 235 / 0.75);
}

.bg-iufro-blue-2\/80 {
  background-color: rgb(193 217 235 / 0.8);
}

.bg-iufro-blue-2\/85 {
  background-color: rgb(193 217 235 / 0.85);
}

.bg-iufro-blue-2\/90 {
  background-color: rgb(193 217 235 / 0.9);
}

.bg-iufro-blue-2\/95 {
  background-color: rgb(193 217 235 / 0.95);
}

.bg-iufro-blue-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 252 / var(--tw-bg-opacity));
}

.bg-iufro-blue-3\/0 {
  background-color: rgb(246 250 252 / 0);
}

.bg-iufro-blue-3\/10 {
  background-color: rgb(246 250 252 / 0.1);
}

.bg-iufro-blue-3\/100 {
  background-color: rgb(246 250 252 / 1);
}

.bg-iufro-blue-3\/15 {
  background-color: rgb(246 250 252 / 0.15);
}

.bg-iufro-blue-3\/20 {
  background-color: rgb(246 250 252 / 0.2);
}

.bg-iufro-blue-3\/25 {
  background-color: rgb(246 250 252 / 0.25);
}

.bg-iufro-blue-3\/30 {
  background-color: rgb(246 250 252 / 0.3);
}

.bg-iufro-blue-3\/35 {
  background-color: rgb(246 250 252 / 0.35);
}

.bg-iufro-blue-3\/40 {
  background-color: rgb(246 250 252 / 0.4);
}

.bg-iufro-blue-3\/45 {
  background-color: rgb(246 250 252 / 0.45);
}

.bg-iufro-blue-3\/5 {
  background-color: rgb(246 250 252 / 0.05);
}

.bg-iufro-blue-3\/50 {
  background-color: rgb(246 250 252 / 0.5);
}

.bg-iufro-blue-3\/55 {
  background-color: rgb(246 250 252 / 0.55);
}

.bg-iufro-blue-3\/60 {
  background-color: rgb(246 250 252 / 0.6);
}

.bg-iufro-blue-3\/65 {
  background-color: rgb(246 250 252 / 0.65);
}

.bg-iufro-blue-3\/70 {
  background-color: rgb(246 250 252 / 0.7);
}

.bg-iufro-blue-3\/75 {
  background-color: rgb(246 250 252 / 0.75);
}

.bg-iufro-blue-3\/80 {
  background-color: rgb(246 250 252 / 0.8);
}

.bg-iufro-blue-3\/85 {
  background-color: rgb(246 250 252 / 0.85);
}

.bg-iufro-blue-3\/90 {
  background-color: rgb(246 250 252 / 0.9);
}

.bg-iufro-blue-3\/95 {
  background-color: rgb(246 250 252 / 0.95);
}

.bg-iufro-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 41 87 / var(--tw-bg-opacity));
}

.bg-iufro-blue-4\/0 {
  background-color: rgb(2 41 87 / 0);
}

.bg-iufro-blue-4\/10 {
  background-color: rgb(2 41 87 / 0.1);
}

.bg-iufro-blue-4\/100 {
  background-color: rgb(2 41 87 / 1);
}

.bg-iufro-blue-4\/15 {
  background-color: rgb(2 41 87 / 0.15);
}

.bg-iufro-blue-4\/20 {
  background-color: rgb(2 41 87 / 0.2);
}

.bg-iufro-blue-4\/25 {
  background-color: rgb(2 41 87 / 0.25);
}

.bg-iufro-blue-4\/30 {
  background-color: rgb(2 41 87 / 0.3);
}

.bg-iufro-blue-4\/35 {
  background-color: rgb(2 41 87 / 0.35);
}

.bg-iufro-blue-4\/40 {
  background-color: rgb(2 41 87 / 0.4);
}

.bg-iufro-blue-4\/45 {
  background-color: rgb(2 41 87 / 0.45);
}

.bg-iufro-blue-4\/5 {
  background-color: rgb(2 41 87 / 0.05);
}

.bg-iufro-blue-4\/50 {
  background-color: rgb(2 41 87 / 0.5);
}

.bg-iufro-blue-4\/55 {
  background-color: rgb(2 41 87 / 0.55);
}

.bg-iufro-blue-4\/60 {
  background-color: rgb(2 41 87 / 0.6);
}

.bg-iufro-blue-4\/65 {
  background-color: rgb(2 41 87 / 0.65);
}

.bg-iufro-blue-4\/70 {
  background-color: rgb(2 41 87 / 0.7);
}

.bg-iufro-blue-4\/75 {
  background-color: rgb(2 41 87 / 0.75);
}

.bg-iufro-blue-4\/80 {
  background-color: rgb(2 41 87 / 0.8);
}

.bg-iufro-blue-4\/85 {
  background-color: rgb(2 41 87 / 0.85);
}

.bg-iufro-blue-4\/90 {
  background-color: rgb(2 41 87 / 0.9);
}

.bg-iufro-blue-4\/95 {
  background-color: rgb(2 41 87 / 0.95);
}

.bg-iufro-blue-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 250 / var(--tw-bg-opacity));
}

.bg-iufro-blue-5\/0 {
  background-color: rgb(240 247 250 / 0);
}

.bg-iufro-blue-5\/10 {
  background-color: rgb(240 247 250 / 0.1);
}

.bg-iufro-blue-5\/100 {
  background-color: rgb(240 247 250 / 1);
}

.bg-iufro-blue-5\/15 {
  background-color: rgb(240 247 250 / 0.15);
}

.bg-iufro-blue-5\/20 {
  background-color: rgb(240 247 250 / 0.2);
}

.bg-iufro-blue-5\/25 {
  background-color: rgb(240 247 250 / 0.25);
}

.bg-iufro-blue-5\/30 {
  background-color: rgb(240 247 250 / 0.3);
}

.bg-iufro-blue-5\/35 {
  background-color: rgb(240 247 250 / 0.35);
}

.bg-iufro-blue-5\/40 {
  background-color: rgb(240 247 250 / 0.4);
}

.bg-iufro-blue-5\/45 {
  background-color: rgb(240 247 250 / 0.45);
}

.bg-iufro-blue-5\/5 {
  background-color: rgb(240 247 250 / 0.05);
}

.bg-iufro-blue-5\/50 {
  background-color: rgb(240 247 250 / 0.5);
}

.bg-iufro-blue-5\/55 {
  background-color: rgb(240 247 250 / 0.55);
}

.bg-iufro-blue-5\/60 {
  background-color: rgb(240 247 250 / 0.6);
}

.bg-iufro-blue-5\/65 {
  background-color: rgb(240 247 250 / 0.65);
}

.bg-iufro-blue-5\/70 {
  background-color: rgb(240 247 250 / 0.7);
}

.bg-iufro-blue-5\/75 {
  background-color: rgb(240 247 250 / 0.75);
}

.bg-iufro-blue-5\/80 {
  background-color: rgb(240 247 250 / 0.8);
}

.bg-iufro-blue-5\/85 {
  background-color: rgb(240 247 250 / 0.85);
}

.bg-iufro-blue-5\/90 {
  background-color: rgb(240 247 250 / 0.9);
}

.bg-iufro-blue-5\/95 {
  background-color: rgb(240 247 250 / 0.95);
}

.bg-iufro-blue-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 226 239 / var(--tw-bg-opacity));
}

.bg-iufro-blue-6\/0 {
  background-color: rgb(208 226 239 / 0);
}

.bg-iufro-blue-6\/10 {
  background-color: rgb(208 226 239 / 0.1);
}

.bg-iufro-blue-6\/100 {
  background-color: rgb(208 226 239 / 1);
}

.bg-iufro-blue-6\/15 {
  background-color: rgb(208 226 239 / 0.15);
}

.bg-iufro-blue-6\/20 {
  background-color: rgb(208 226 239 / 0.2);
}

.bg-iufro-blue-6\/25 {
  background-color: rgb(208 226 239 / 0.25);
}

.bg-iufro-blue-6\/30 {
  background-color: rgb(208 226 239 / 0.3);
}

.bg-iufro-blue-6\/35 {
  background-color: rgb(208 226 239 / 0.35);
}

.bg-iufro-blue-6\/40 {
  background-color: rgb(208 226 239 / 0.4);
}

.bg-iufro-blue-6\/45 {
  background-color: rgb(208 226 239 / 0.45);
}

.bg-iufro-blue-6\/5 {
  background-color: rgb(208 226 239 / 0.05);
}

.bg-iufro-blue-6\/50 {
  background-color: rgb(208 226 239 / 0.5);
}

.bg-iufro-blue-6\/55 {
  background-color: rgb(208 226 239 / 0.55);
}

.bg-iufro-blue-6\/60 {
  background-color: rgb(208 226 239 / 0.6);
}

.bg-iufro-blue-6\/65 {
  background-color: rgb(208 226 239 / 0.65);
}

.bg-iufro-blue-6\/70 {
  background-color: rgb(208 226 239 / 0.7);
}

.bg-iufro-blue-6\/75 {
  background-color: rgb(208 226 239 / 0.75);
}

.bg-iufro-blue-6\/80 {
  background-color: rgb(208 226 239 / 0.8);
}

.bg-iufro-blue-6\/85 {
  background-color: rgb(208 226 239 / 0.85);
}

.bg-iufro-blue-6\/90 {
  background-color: rgb(208 226 239 / 0.9);
}

.bg-iufro-blue-6\/95 {
  background-color: rgb(208 226 239 / 0.95);
}

.bg-iufro-blue-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 58 106 / var(--tw-bg-opacity));
}

.bg-iufro-blue-7\/0 {
  background-color: rgb(5 58 106 / 0);
}

.bg-iufro-blue-7\/10 {
  background-color: rgb(5 58 106 / 0.1);
}

.bg-iufro-blue-7\/100 {
  background-color: rgb(5 58 106 / 1);
}

.bg-iufro-blue-7\/15 {
  background-color: rgb(5 58 106 / 0.15);
}

.bg-iufro-blue-7\/20 {
  background-color: rgb(5 58 106 / 0.2);
}

.bg-iufro-blue-7\/25 {
  background-color: rgb(5 58 106 / 0.25);
}

.bg-iufro-blue-7\/30 {
  background-color: rgb(5 58 106 / 0.3);
}

.bg-iufro-blue-7\/35 {
  background-color: rgb(5 58 106 / 0.35);
}

.bg-iufro-blue-7\/40 {
  background-color: rgb(5 58 106 / 0.4);
}

.bg-iufro-blue-7\/45 {
  background-color: rgb(5 58 106 / 0.45);
}

.bg-iufro-blue-7\/5 {
  background-color: rgb(5 58 106 / 0.05);
}

.bg-iufro-blue-7\/50 {
  background-color: rgb(5 58 106 / 0.5);
}

.bg-iufro-blue-7\/55 {
  background-color: rgb(5 58 106 / 0.55);
}

.bg-iufro-blue-7\/60 {
  background-color: rgb(5 58 106 / 0.6);
}

.bg-iufro-blue-7\/65 {
  background-color: rgb(5 58 106 / 0.65);
}

.bg-iufro-blue-7\/70 {
  background-color: rgb(5 58 106 / 0.7);
}

.bg-iufro-blue-7\/75 {
  background-color: rgb(5 58 106 / 0.75);
}

.bg-iufro-blue-7\/80 {
  background-color: rgb(5 58 106 / 0.8);
}

.bg-iufro-blue-7\/85 {
  background-color: rgb(5 58 106 / 0.85);
}

.bg-iufro-blue-7\/90 {
  background-color: rgb(5 58 106 / 0.9);
}

.bg-iufro-blue-7\/95 {
  background-color: rgb(5 58 106 / 0.95);
}

.bg-iufro-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 65 65 / var(--tw-bg-opacity));
}

.bg-iufro-gray-1\/0 {
  background-color: rgb(66 65 65 / 0);
}

.bg-iufro-gray-1\/10 {
  background-color: rgb(66 65 65 / 0.1);
}

.bg-iufro-gray-1\/100 {
  background-color: rgb(66 65 65 / 1);
}

.bg-iufro-gray-1\/15 {
  background-color: rgb(66 65 65 / 0.15);
}

.bg-iufro-gray-1\/20 {
  background-color: rgb(66 65 65 / 0.2);
}

.bg-iufro-gray-1\/25 {
  background-color: rgb(66 65 65 / 0.25);
}

.bg-iufro-gray-1\/30 {
  background-color: rgb(66 65 65 / 0.3);
}

.bg-iufro-gray-1\/35 {
  background-color: rgb(66 65 65 / 0.35);
}

.bg-iufro-gray-1\/40 {
  background-color: rgb(66 65 65 / 0.4);
}

.bg-iufro-gray-1\/45 {
  background-color: rgb(66 65 65 / 0.45);
}

.bg-iufro-gray-1\/5 {
  background-color: rgb(66 65 65 / 0.05);
}

.bg-iufro-gray-1\/50 {
  background-color: rgb(66 65 65 / 0.5);
}

.bg-iufro-gray-1\/55 {
  background-color: rgb(66 65 65 / 0.55);
}

.bg-iufro-gray-1\/60 {
  background-color: rgb(66 65 65 / 0.6);
}

.bg-iufro-gray-1\/65 {
  background-color: rgb(66 65 65 / 0.65);
}

.bg-iufro-gray-1\/70 {
  background-color: rgb(66 65 65 / 0.7);
}

.bg-iufro-gray-1\/75 {
  background-color: rgb(66 65 65 / 0.75);
}

.bg-iufro-gray-1\/80 {
  background-color: rgb(66 65 65 / 0.8);
}

.bg-iufro-gray-1\/85 {
  background-color: rgb(66 65 65 / 0.85);
}

.bg-iufro-gray-1\/90 {
  background-color: rgb(66 65 65 / 0.9);
}

.bg-iufro-gray-1\/95 {
  background-color: rgb(66 65 65 / 0.95);
}

.bg-iufro-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-iufro-gray-2\/0 {
  background-color: rgb(112 112 112 / 0);
}

.bg-iufro-gray-2\/10 {
  background-color: rgb(112 112 112 / 0.1);
}

.bg-iufro-gray-2\/100 {
  background-color: rgb(112 112 112 / 1);
}

.bg-iufro-gray-2\/15 {
  background-color: rgb(112 112 112 / 0.15);
}

.bg-iufro-gray-2\/20 {
  background-color: rgb(112 112 112 / 0.2);
}

.bg-iufro-gray-2\/25 {
  background-color: rgb(112 112 112 / 0.25);
}

.bg-iufro-gray-2\/30 {
  background-color: rgb(112 112 112 / 0.3);
}

.bg-iufro-gray-2\/35 {
  background-color: rgb(112 112 112 / 0.35);
}

.bg-iufro-gray-2\/40 {
  background-color: rgb(112 112 112 / 0.4);
}

.bg-iufro-gray-2\/45 {
  background-color: rgb(112 112 112 / 0.45);
}

.bg-iufro-gray-2\/5 {
  background-color: rgb(112 112 112 / 0.05);
}

.bg-iufro-gray-2\/50 {
  background-color: rgb(112 112 112 / 0.5);
}

.bg-iufro-gray-2\/55 {
  background-color: rgb(112 112 112 / 0.55);
}

.bg-iufro-gray-2\/60 {
  background-color: rgb(112 112 112 / 0.6);
}

.bg-iufro-gray-2\/65 {
  background-color: rgb(112 112 112 / 0.65);
}

.bg-iufro-gray-2\/70 {
  background-color: rgb(112 112 112 / 0.7);
}

.bg-iufro-gray-2\/75 {
  background-color: rgb(112 112 112 / 0.75);
}

.bg-iufro-gray-2\/80 {
  background-color: rgb(112 112 112 / 0.8);
}

.bg-iufro-gray-2\/85 {
  background-color: rgb(112 112 112 / 0.85);
}

.bg-iufro-gray-2\/90 {
  background-color: rgb(112 112 112 / 0.9);
}

.bg-iufro-gray-2\/95 {
  background-color: rgb(112 112 112 / 0.95);
}

.bg-iufro-gray-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-iufro-gray-3\/0 {
  background-color: rgb(34 34 34 / 0);
}

.bg-iufro-gray-3\/10 {
  background-color: rgb(34 34 34 / 0.1);
}

.bg-iufro-gray-3\/100 {
  background-color: rgb(34 34 34 / 1);
}

.bg-iufro-gray-3\/15 {
  background-color: rgb(34 34 34 / 0.15);
}

.bg-iufro-gray-3\/20 {
  background-color: rgb(34 34 34 / 0.2);
}

.bg-iufro-gray-3\/25 {
  background-color: rgb(34 34 34 / 0.25);
}

.bg-iufro-gray-3\/30 {
  background-color: rgb(34 34 34 / 0.3);
}

.bg-iufro-gray-3\/35 {
  background-color: rgb(34 34 34 / 0.35);
}

.bg-iufro-gray-3\/40 {
  background-color: rgb(34 34 34 / 0.4);
}

.bg-iufro-gray-3\/45 {
  background-color: rgb(34 34 34 / 0.45);
}

.bg-iufro-gray-3\/5 {
  background-color: rgb(34 34 34 / 0.05);
}

.bg-iufro-gray-3\/50 {
  background-color: rgb(34 34 34 / 0.5);
}

.bg-iufro-gray-3\/55 {
  background-color: rgb(34 34 34 / 0.55);
}

.bg-iufro-gray-3\/60 {
  background-color: rgb(34 34 34 / 0.6);
}

.bg-iufro-gray-3\/65 {
  background-color: rgb(34 34 34 / 0.65);
}

.bg-iufro-gray-3\/70 {
  background-color: rgb(34 34 34 / 0.7);
}

.bg-iufro-gray-3\/75 {
  background-color: rgb(34 34 34 / 0.75);
}

.bg-iufro-gray-3\/80 {
  background-color: rgb(34 34 34 / 0.8);
}

.bg-iufro-gray-3\/85 {
  background-color: rgb(34 34 34 / 0.85);
}

.bg-iufro-gray-3\/90 {
  background-color: rgb(34 34 34 / 0.9);
}

.bg-iufro-gray-3\/95 {
  background-color: rgb(34 34 34 / 0.95);
}

.bg-iufro-gray-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
}

.bg-iufro-gray-4\/0 {
  background-color: rgb(141 141 141 / 0);
}

.bg-iufro-gray-4\/10 {
  background-color: rgb(141 141 141 / 0.1);
}

.bg-iufro-gray-4\/100 {
  background-color: rgb(141 141 141 / 1);
}

.bg-iufro-gray-4\/15 {
  background-color: rgb(141 141 141 / 0.15);
}

.bg-iufro-gray-4\/20 {
  background-color: rgb(141 141 141 / 0.2);
}

.bg-iufro-gray-4\/25 {
  background-color: rgb(141 141 141 / 0.25);
}

.bg-iufro-gray-4\/30 {
  background-color: rgb(141 141 141 / 0.3);
}

.bg-iufro-gray-4\/35 {
  background-color: rgb(141 141 141 / 0.35);
}

.bg-iufro-gray-4\/40 {
  background-color: rgb(141 141 141 / 0.4);
}

.bg-iufro-gray-4\/45 {
  background-color: rgb(141 141 141 / 0.45);
}

.bg-iufro-gray-4\/5 {
  background-color: rgb(141 141 141 / 0.05);
}

.bg-iufro-gray-4\/50 {
  background-color: rgb(141 141 141 / 0.5);
}

.bg-iufro-gray-4\/55 {
  background-color: rgb(141 141 141 / 0.55);
}

.bg-iufro-gray-4\/60 {
  background-color: rgb(141 141 141 / 0.6);
}

.bg-iufro-gray-4\/65 {
  background-color: rgb(141 141 141 / 0.65);
}

.bg-iufro-gray-4\/70 {
  background-color: rgb(141 141 141 / 0.7);
}

.bg-iufro-gray-4\/75 {
  background-color: rgb(141 141 141 / 0.75);
}

.bg-iufro-gray-4\/80 {
  background-color: rgb(141 141 141 / 0.8);
}

.bg-iufro-gray-4\/85 {
  background-color: rgb(141 141 141 / 0.85);
}

.bg-iufro-gray-4\/90 {
  background-color: rgb(141 141 141 / 0.9);
}

.bg-iufro-gray-4\/95 {
  background-color: rgb(141 141 141 / 0.95);
}

.bg-iufro-gray-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity));
}

.bg-iufro-gray-5\/0 {
  background-color: rgb(108 108 108 / 0);
}

.bg-iufro-gray-5\/10 {
  background-color: rgb(108 108 108 / 0.1);
}

.bg-iufro-gray-5\/100 {
  background-color: rgb(108 108 108 / 1);
}

.bg-iufro-gray-5\/15 {
  background-color: rgb(108 108 108 / 0.15);
}

.bg-iufro-gray-5\/20 {
  background-color: rgb(108 108 108 / 0.2);
}

.bg-iufro-gray-5\/25 {
  background-color: rgb(108 108 108 / 0.25);
}

.bg-iufro-gray-5\/30 {
  background-color: rgb(108 108 108 / 0.3);
}

.bg-iufro-gray-5\/35 {
  background-color: rgb(108 108 108 / 0.35);
}

.bg-iufro-gray-5\/40 {
  background-color: rgb(108 108 108 / 0.4);
}

.bg-iufro-gray-5\/45 {
  background-color: rgb(108 108 108 / 0.45);
}

.bg-iufro-gray-5\/5 {
  background-color: rgb(108 108 108 / 0.05);
}

.bg-iufro-gray-5\/50 {
  background-color: rgb(108 108 108 / 0.5);
}

.bg-iufro-gray-5\/55 {
  background-color: rgb(108 108 108 / 0.55);
}

.bg-iufro-gray-5\/60 {
  background-color: rgb(108 108 108 / 0.6);
}

.bg-iufro-gray-5\/65 {
  background-color: rgb(108 108 108 / 0.65);
}

.bg-iufro-gray-5\/70 {
  background-color: rgb(108 108 108 / 0.7);
}

.bg-iufro-gray-5\/75 {
  background-color: rgb(108 108 108 / 0.75);
}

.bg-iufro-gray-5\/80 {
  background-color: rgb(108 108 108 / 0.8);
}

.bg-iufro-gray-5\/85 {
  background-color: rgb(108 108 108 / 0.85);
}

.bg-iufro-gray-5\/90 {
  background-color: rgb(108 108 108 / 0.9);
}

.bg-iufro-gray-5\/95 {
  background-color: rgb(108 108 108 / 0.95);
}

.bg-iufro-gray-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.bg-iufro-gray-6\/0 {
  background-color: rgb(196 196 196 / 0);
}

.bg-iufro-gray-6\/10 {
  background-color: rgb(196 196 196 / 0.1);
}

.bg-iufro-gray-6\/100 {
  background-color: rgb(196 196 196 / 1);
}

.bg-iufro-gray-6\/15 {
  background-color: rgb(196 196 196 / 0.15);
}

.bg-iufro-gray-6\/20 {
  background-color: rgb(196 196 196 / 0.2);
}

.bg-iufro-gray-6\/25 {
  background-color: rgb(196 196 196 / 0.25);
}

.bg-iufro-gray-6\/30 {
  background-color: rgb(196 196 196 / 0.3);
}

.bg-iufro-gray-6\/35 {
  background-color: rgb(196 196 196 / 0.35);
}

.bg-iufro-gray-6\/40 {
  background-color: rgb(196 196 196 / 0.4);
}

.bg-iufro-gray-6\/45 {
  background-color: rgb(196 196 196 / 0.45);
}

.bg-iufro-gray-6\/5 {
  background-color: rgb(196 196 196 / 0.05);
}

.bg-iufro-gray-6\/50 {
  background-color: rgb(196 196 196 / 0.5);
}

.bg-iufro-gray-6\/55 {
  background-color: rgb(196 196 196 / 0.55);
}

.bg-iufro-gray-6\/60 {
  background-color: rgb(196 196 196 / 0.6);
}

.bg-iufro-gray-6\/65 {
  background-color: rgb(196 196 196 / 0.65);
}

.bg-iufro-gray-6\/70 {
  background-color: rgb(196 196 196 / 0.7);
}

.bg-iufro-gray-6\/75 {
  background-color: rgb(196 196 196 / 0.75);
}

.bg-iufro-gray-6\/80 {
  background-color: rgb(196 196 196 / 0.8);
}

.bg-iufro-gray-6\/85 {
  background-color: rgb(196 196 196 / 0.85);
}

.bg-iufro-gray-6\/90 {
  background-color: rgb(196 196 196 / 0.9);
}

.bg-iufro-gray-6\/95 {
  background-color: rgb(196 196 196 / 0.95);
}

.bg-iufro-gray-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}

.bg-iufro-gray-7\/0 {
  background-color: rgb(183 183 183 / 0);
}

.bg-iufro-gray-7\/10 {
  background-color: rgb(183 183 183 / 0.1);
}

.bg-iufro-gray-7\/100 {
  background-color: rgb(183 183 183 / 1);
}

.bg-iufro-gray-7\/15 {
  background-color: rgb(183 183 183 / 0.15);
}

.bg-iufro-gray-7\/20 {
  background-color: rgb(183 183 183 / 0.2);
}

.bg-iufro-gray-7\/25 {
  background-color: rgb(183 183 183 / 0.25);
}

.bg-iufro-gray-7\/30 {
  background-color: rgb(183 183 183 / 0.3);
}

.bg-iufro-gray-7\/35 {
  background-color: rgb(183 183 183 / 0.35);
}

.bg-iufro-gray-7\/40 {
  background-color: rgb(183 183 183 / 0.4);
}

.bg-iufro-gray-7\/45 {
  background-color: rgb(183 183 183 / 0.45);
}

.bg-iufro-gray-7\/5 {
  background-color: rgb(183 183 183 / 0.05);
}

.bg-iufro-gray-7\/50 {
  background-color: rgb(183 183 183 / 0.5);
}

.bg-iufro-gray-7\/55 {
  background-color: rgb(183 183 183 / 0.55);
}

.bg-iufro-gray-7\/60 {
  background-color: rgb(183 183 183 / 0.6);
}

.bg-iufro-gray-7\/65 {
  background-color: rgb(183 183 183 / 0.65);
}

.bg-iufro-gray-7\/70 {
  background-color: rgb(183 183 183 / 0.7);
}

.bg-iufro-gray-7\/75 {
  background-color: rgb(183 183 183 / 0.75);
}

.bg-iufro-gray-7\/80 {
  background-color: rgb(183 183 183 / 0.8);
}

.bg-iufro-gray-7\/85 {
  background-color: rgb(183 183 183 / 0.85);
}

.bg-iufro-gray-7\/90 {
  background-color: rgb(183 183 183 / 0.9);
}

.bg-iufro-gray-7\/95 {
  background-color: rgb(183 183 183 / 0.95);
}

.bg-iufro-green-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
}

.bg-iufro-green-1\/0 {
  background-color: rgb(140 145 79 / 0);
}

.bg-iufro-green-1\/10 {
  background-color: rgb(140 145 79 / 0.1);
}

.bg-iufro-green-1\/100 {
  background-color: rgb(140 145 79 / 1);
}

.bg-iufro-green-1\/15 {
  background-color: rgb(140 145 79 / 0.15);
}

.bg-iufro-green-1\/20 {
  background-color: rgb(140 145 79 / 0.2);
}

.bg-iufro-green-1\/25 {
  background-color: rgb(140 145 79 / 0.25);
}

.bg-iufro-green-1\/30 {
  background-color: rgb(140 145 79 / 0.3);
}

.bg-iufro-green-1\/35 {
  background-color: rgb(140 145 79 / 0.35);
}

.bg-iufro-green-1\/40 {
  background-color: rgb(140 145 79 / 0.4);
}

.bg-iufro-green-1\/45 {
  background-color: rgb(140 145 79 / 0.45);
}

.bg-iufro-green-1\/5 {
  background-color: rgb(140 145 79 / 0.05);
}

.bg-iufro-green-1\/50 {
  background-color: rgb(140 145 79 / 0.5);
}

.bg-iufro-green-1\/55 {
  background-color: rgb(140 145 79 / 0.55);
}

.bg-iufro-green-1\/60 {
  background-color: rgb(140 145 79 / 0.6);
}

.bg-iufro-green-1\/65 {
  background-color: rgb(140 145 79 / 0.65);
}

.bg-iufro-green-1\/70 {
  background-color: rgb(140 145 79 / 0.7);
}

.bg-iufro-green-1\/75 {
  background-color: rgb(140 145 79 / 0.75);
}

.bg-iufro-green-1\/80 {
  background-color: rgb(140 145 79 / 0.8);
}

.bg-iufro-green-1\/85 {
  background-color: rgb(140 145 79 / 0.85);
}

.bg-iufro-green-1\/90 {
  background-color: rgb(140 145 79 / 0.9);
}

.bg-iufro-green-1\/95 {
  background-color: rgb(140 145 79 / 0.95);
}

.bg-iufro-green-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 200 167 / var(--tw-bg-opacity));
}

.bg-iufro-green-2\/0 {
  background-color: rgb(197 200 167 / 0);
}

.bg-iufro-green-2\/10 {
  background-color: rgb(197 200 167 / 0.1);
}

.bg-iufro-green-2\/100 {
  background-color: rgb(197 200 167 / 1);
}

.bg-iufro-green-2\/15 {
  background-color: rgb(197 200 167 / 0.15);
}

.bg-iufro-green-2\/20 {
  background-color: rgb(197 200 167 / 0.2);
}

.bg-iufro-green-2\/25 {
  background-color: rgb(197 200 167 / 0.25);
}

.bg-iufro-green-2\/30 {
  background-color: rgb(197 200 167 / 0.3);
}

.bg-iufro-green-2\/35 {
  background-color: rgb(197 200 167 / 0.35);
}

.bg-iufro-green-2\/40 {
  background-color: rgb(197 200 167 / 0.4);
}

.bg-iufro-green-2\/45 {
  background-color: rgb(197 200 167 / 0.45);
}

.bg-iufro-green-2\/5 {
  background-color: rgb(197 200 167 / 0.05);
}

.bg-iufro-green-2\/50 {
  background-color: rgb(197 200 167 / 0.5);
}

.bg-iufro-green-2\/55 {
  background-color: rgb(197 200 167 / 0.55);
}

.bg-iufro-green-2\/60 {
  background-color: rgb(197 200 167 / 0.6);
}

.bg-iufro-green-2\/65 {
  background-color: rgb(197 200 167 / 0.65);
}

.bg-iufro-green-2\/70 {
  background-color: rgb(197 200 167 / 0.7);
}

.bg-iufro-green-2\/75 {
  background-color: rgb(197 200 167 / 0.75);
}

.bg-iufro-green-2\/80 {
  background-color: rgb(197 200 167 / 0.8);
}

.bg-iufro-green-2\/85 {
  background-color: rgb(197 200 167 / 0.85);
}

.bg-iufro-green-2\/90 {
  background-color: rgb(197 200 167 / 0.9);
}

.bg-iufro-green-2\/95 {
  background-color: rgb(197 200 167 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--iufro-gray-5);
}

figure figcaption .caption {
  color: var(--iufro-gray-1);
  font-size: 0.875rem;
  font-weight: 500;
}

figure picture {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
}

.image-hover {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.image-hover img {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.image-hover:hover img {
  transform: scale(1.3);
}

@container (width > 1400px) {
  .image-hover:hover img {
    transform: scale(1.1)
  }
}

.mask {
  position: relative;
}

.mask:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: 17px;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #6c6c6c, #6c6c6c);
}

.item-heading {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 58 106 / var(--tw-text-opacity));
}

.item-heading > :last-child {
  margin-bottom: 0px;
}

.content {
  grid-column: content;
}

.narrow {
  grid-column: narrow;
}

.text-tiny {
  font-size: 50%;
}

.text-small {
  font-size: 75%;
}

.text-big {
  font-size: 125%;
}

.text-huge {
  font-size: 150%;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: .25rem;
  background-color: var(--iufro-green-1);
}

.scrollbar::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
}

#search-results {
  position: relative;
  z-index: 1;
}

#search-results .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#search-results .close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#search-results .close:after {
  content: "\00d7";
}

#spinner {
  --unit-size: 16px;
  --spinner-color-1: var(--iufro-green-1);
  --spinner-color-2: var(--iufro-blue-1);
  text-align: center;
}

#spinner .lds-grid,
	#spinner .lds-grid div {
  box-sizing: border-box;
}

#spinner .lds-grid {
  --grid-size: calc(10 * var(--unit-size));
  display: inline-block;
  position: relative;
  width: var(--grid-size);
  height: var(--grid-size);
}

#spinner .lds-grid div {
  --cell-size: calc(2 * var(--unit-size));
  position: absolute;
  width: var(--cell-size);
  height: var(--cell-size);
  border-radius: 50%;
  background: currentColor;
  animation: lds-grid 1.2s linear infinite;
}

#spinner .lds-grid div:nth-child(1) {
  top: var(--unit-size);
  left: var(--unit-size);
  animation-delay: 0s;
}

#spinner .lds-grid div:nth-child(2) {
  top: var(--unit-size);
  left: calc(4 * var(--unit-size));
  animation-delay: -0.4s;
}

#spinner .lds-grid div:nth-child(3) {
  top: var(--unit-size);
  left: calc(7 * var(--unit-size));
  animation-delay: -0.8s;
}

#spinner .lds-grid div:nth-child(4) {
  top: calc(4 * var(--unit-size));
  left: var(--unit-size);
  animation-delay: -0.4s;
}

#spinner .lds-grid div:nth-child(5) {
  top: calc(4 * var(--unit-size));
  left: calc(4 * var(--unit-size));
  animation-delay: -0.8s;
}

#spinner .lds-grid div:nth-child(6) {
  top: calc(4 * var(--unit-size));
  left: calc(7 * var(--unit-size));
  animation-delay: -1.2s;
}

#spinner .lds-grid div:nth-child(7) {
  top: calc(7 * var(--unit-size));
  left: var(--unit-size);
  animation-delay: -0.8s;
}

#spinner .lds-grid div:nth-child(8) {
  top: calc(7 * var(--unit-size));
  left: calc(4 * var(--unit-size));
  animation-delay: -1.2s;
}

#spinner .lds-grid div:nth-child(9) {
  top: calc(7 * var(--unit-size));
  left: calc(7 * var(--unit-size));
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%,
		100% {
    color: var(--spinner-color-1);
  }

  50% {
    color: var(--spinner-color-2);
  }
}

.btn {
  display: inline-flex;
  min-width: 185px;
  cursor: pointer;
  justify-content: center;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(140 145 79 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

.btn:hover,
	.btn:active {
  --tw-border-opacity: 1;
  border-color: rgb(197 200 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(197 200 167 / var(--tw-bg-opacity));
}

.btn.btn-small {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(140 145 79 / var(--tw-text-opacity));
}

.btn.btn-small:hover,
		.btn.btn-small:active {
  --tw-border-opacity: 1;
  border-color: rgb(140 145 79 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-block {
  display: block;
  flex: 1 1 0%;
}

.btn.btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn.btn-transparent {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-transparent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(197 200 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(197 200 167 / var(--tw-bg-opacity));
}

.btn.alt {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(140 145 79 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(140 145 79 / var(--tw-text-opacity));
}

.btn.alt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn [class^="iufro--"] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \************************************************************************************************************************************/

/**
 * Swiper 8.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 16, 2022
 */

@font-face {
  font-family: swiper-icons;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal
	> .swiper-wrapper
	> .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
  height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
  display: inline-block;
  transition:
		0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
  transition:
		0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
  transition:
		0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

header {
  position: sticky;
  top: 0px;
  z-index: 10000;
  background-color: #fff;
}

header .container {
  max-width: 1400px;
}

header .header {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}

header .header .logo img {
  max-width: 121px;
}

@media (min-width: 993px) {
  header .header .logo img {
    max-width: 170px;
  }

  header .header {
    height: var(--header-height, 103px)
  }

  header .header .logo {
    margin-right: 50px;
  }
}

header .header .menuToggle .nav-item-buttons {
  display: flex;
  align-items: center;
}

header .header .menuToggle .nav-item-buttons .buttons {
  display: flex;
}

header .header .main-menu {
  margin: 0px;
  display: flex;
  padding: 0px;
  list-style: none;
}

@media (min-width: 993px) {
  header .header .main-menu {
    align-items: center
  }
}

header .header .main-menu li {
  position: relative;
}

header .header .main-menu li::marker {
  content: unset;
}

header .header .main-menu li > span {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

header .header .main-menu li .dropdown-arrow {
  display: none;
  height: 19px;
  width: 38px;
  border-width: 19px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(193 217 235 / var(--tw-border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  opacity: 0.35;
}

header .header .main-menu li .dropdown-arrow-mobile {
  cursor: pointer;
}

@media (min-width: 993px) {
  header .header .main-menu li .dropdown-arrow-mobile {
    display: none;
  }
}

header .header .main-menu .open-menu .dropdown-arrow {
  position: absolute;
  top: 61px;
  left: 0px;
  right: 0px;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 993px) {
  header .header .main-menu .open-menu .dropdown-arrow {
    display: flex;
  }
}

header .header .main-menu .open-menu .dropdown-arrow-mobile {
  rotate: 180deg;
  top: 22px;
  --tw-text-opacity: 1;
  color: rgb(5 58 106 / var(--tw-text-opacity));
}

header .header .submenu-items {
  display: none;
  position: fixed;
  max-width: 1322px;
  padding: 3rem 5rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: var(--header-height, 103px);
  z-index: 10;
  border-radius: 1rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 39px 0 rgba(0, 0, 0, 0.12);
}

header .header .submenu-items:before {
  content: '';
  position: absolute;
  height: 30px;
  margin-left: inherit;
  margin-right: inherit;
  left: inherit;
  right: inherit;
  top: -30px;
  background-color: inherit;
  /* @apply content-[""] h-[30px] bg-white w-full flex absolute -top-[30px] left-0 right-0 mx-auto */
}

header .header .open-menu .submenu-items {
  display: block;
}

header .header .open-menu .submenu-items .dropdown-about-us,
			header .header .open-menu .submenu-items .dropdown-news-media {
  display: grid;
  grid-template-columns: 1fr 315px;
  display: flex;
  gap: 2rem;
}

header .header .open-menu .submenu-items .dropdown-news-media .dropdown-info {
  align-items: flex-start;
}

header .header .open-menu .submenu-items .dropdown-our-work {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem 5rem;
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .list {
  margin: 0px;
  align-items: stretch;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .list li {
  position: relative;
  list-style-position: inside;
  border-radius: 10px;
  background-color: var(--iufro-blue-3);
  padding: 0;
  font-weight: 500;
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .list li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration-line: none;
  color: #000;
  padding: 0.75rem 2rem;
  display: block;
  height: 100%;
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .list li a:hover {
  color: var(--iufro-green-1);
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .list li::before {
  position: absolute;
  top: 0.875rem;
  left: 0.5rem;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  border: 1px solid var(--iufro-green-1);
  text-align: center;
  font-size: .625rem;
  line-height: 1rem;
  color: var(--iufro-green-1);
  content: attr(data-division-number);
}

header .header .open-menu .submenu-items .dropdown-our-work .divisions .subnav-toggle {
  display: none;
}

header .header .open-menu .submenu-items .dropdown-our-work .task-forces .list li.before {
  content: "";
}

header .header .open-menu .submenu-items .dropdown-our-work .our-work-items {
  display: grid;
  gap: 1.25rem;
  grid-column: 1 / -1;
}

header .header .open-menu .submenu-items .dropdown-our-work .our-work-items .our-work-item {
  padding: 1rem;
  display: grid;
  align-content: space-between;
}

header .header .open-menu .submenu-items .dropdown-our-work .our-work-items .our-work-item p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

header .header .open-menu .submenu-items .dropdown-get-involved {
  display: flex;
  width: 100%;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
  max-width: 48rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(66 65 65 / var(--tw-text-opacity));
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved {
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .get-involved-image {
  height: auto;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .badge {
  position: absolute;
  top: -1.75rem;
  height: 7rem;
  width: auto;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .badge.left {
  left: 0.5rem;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .badge.right {
  right: 0.5rem;
}

header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .block-story-boxes {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 992px) {
  header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .block-story-boxes .container {
    display: block;
  }

  header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .block-story-boxes .container article:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  header .header .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper > .container {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  header .header .open-menu .submenu-items .dropdown-events,
			header .header .open-menu .submenu-items .dropdown-our-library {
    margin-left: -0.5rem;
    display: grid;
    grid-template-columns: 1fr 394px;
    gap: 2rem 4rem
  }
}

header .header .open-menu .submenu-items .dropdown-events .grid-spread, header .header .open-menu .submenu-items .dropdown-our-library .grid-spread {
  grid-column: 1 / -1;
}

header .header .open-menu .submenu-items .dropdown-events .grid-spread .dropdown-cards, header .header .open-menu .submenu-items .dropdown-our-library .grid-spread .dropdown-cards {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-events-title-wrapper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 394px;
  gap: 4rem;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-events-title-wrapper.grid-spread .dropdown-events-title {
  grid-column: 1 / -1;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-events-title-wrapper .dropdown-events-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-cards {
  padding-left: .5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  header .header .open-menu .submenu-items .dropdown-events .dropdown-events-title-wrapper,
				header .header .open-menu .submenu-items .dropdown-events .dropdown-cards {
    display: none
  }
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card {
  border-radius: 1rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card .date {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .75rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--iufro-green-1);
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card .title {
  display: flex;
  padding: 0px 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--iufro-gray-1);
  margin-bottom: auto;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card .title:hover {
  color: var(--iufro-green-1);
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card p {
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  line-height: 1.5rem;
  color: var(--iufro-gray-4);
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

header .header .open-menu .submenu-items .dropdown-events .dropdown-card p:after {
  padding-left: 0.25rem;
  content: "[...]";
}

header .header .open-menu .submenu-items .dropdown-our-library .intro-wrapper {
  grid-column: 1 / -1;
}

@media screen and (max-width: 768px) {
  header .header .open-menu .submenu-items .dropdown-our-library .intro-wrapper {
    display: none
  }
}

header .header .open-menu .submenu-items .dropdown-our-library .title {
  color: var(--iufro-gray-1);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
  text-decoration-line: none;
}

header .header .open-menu .submenu-items .dropdown-our-library .intro {
  color: var(--iufro-gray-4);
  font-size: .875rem;
  line-height: 1.25;
  font-weight: 400;
}

header .header .open-menu .submenu-items .dropdown-our-library .publications-title {
  padding-left: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

header .header .open-menu .submenu-items .dropdown-our-library .publications {
  padding-left: 2rem;
  display: grid;
  gap: 1.5rem 3.75rem;
  grid-template-columns: repeat(2, 1fr);
}

header .header .open-menu .submenu-items .dropdown-our-library .grid-spread .publications {
  grid-template-columns: repeat(3, 1fr);
}

header .header .open-menu .submenu-items .dropdown-our-library .library-headline {
  position: relative;
  border-radius: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 1rem;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}

header .header .open-menu .submenu-items .dropdown-our-library .library-headline img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  max-width: 66px;
}

header .header .open-menu .submenu-items .dropdown-our-library .library-headline .caption {
  margin-bottom: .25rem;
  line-height: 1;
}

header .header .open-menu .submenu-items .dropdown-our-library .library-headline .caption span {
  font-size: .75rem;
  line-height: 1.25;
  color: var(--iufro-green-1);
  margin-right: 1.25rem;
}

@media (max-width: 992px) {
  header .header .nav-item-buttons {
    flex-direction: column;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

header .header .nav-item-buttons .buttons .member-button {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  white-space: nowrap;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 106 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

header .header .nav-item-buttons .buttons .member-button:hover {
  --tw-bg-opacity: 0.7;
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .buttons .member-button {
    margin-left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 58 106 / var(--tw-text-opacity));
  }
}

header .header .nav-item-buttons .buttons .login-button {
  align-items: center;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 11px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 58 106 / var(--tw-text-opacity));
  text-decoration-line: none;
}

header .header .nav-item-buttons .buttons .login-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 250 252 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 252 / var(--tw-bg-opacity));
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .buttons .login-button {
    margin-right: 0px;
    align-items: center;
    --tw-border-opacity: 1;
    border-color: rgb(246 250 252 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header .header .nav-item-buttons .buttons .login-button {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: .5rem;
}

header .header .nav-item-buttons .buttons .login-button svg {
  width: 12px;
  height: 12px;
}

@media (min-width: 993px) {
  header .header .nav-item-buttons .search-button {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .5rem;
    border-radius: 50%
  }

  header .header .nav-item-buttons .search-button:hover {
    background-color: var(--iufro-blue-5);
  }
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .languages {
    margin-top: 2.5rem;
  }
}

header .header .nav-item-buttons .search-button {
  line-height: 0;
  cursor: pointer;
  position: relative;
}

header .header .nav-item-buttons .search-button a {
  padding: .5rem;
  text-decoration: none;
  line-height: 0;
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .search-button a {
    margin-right: 0.75rem;
    margin-left: 0.25rem;
    display: flex;
  }
}

header .header .nav-item-buttons .search-button .outer {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

header .header .nav-item-buttons .search-button .outer:hover {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

@media only screen and (max-width: 992px) {
  header .header .nav-item-buttons .search-button .outer {
    justify-content: center
  }
}

header .header .nav-item-buttons .search-button i {
  display: inline-flex;
  font-size: .875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

header .header .nav-item-buttons .search-button .search-desk {
  --tw-text-opacity: 1;
  color: rgb(0 58 106 / var(--tw-text-opacity));
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .search-button .search-desk {
    display: none;
  }
}

header .header .nav-item-buttons .search-button input {
  width: 91.666667%;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header .header .nav-item-buttons .search-button input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

header .header .nav-item-buttons .search-button input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

@media (min-width: 993px) {
  header .header .nav-item-buttons .search-button input {
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 0
  }
}

header .header .nav-item-buttons .search-button .search-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1.25rem);
  width: 313px;
  align-items: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.75rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

header .header .nav-item-buttons .search-button .search-inner {
  padding: .25rem;
  margin-bottom: .75rem;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--iufro-gray-7);
  background-color: #fff;
}

header .header .nav-item-buttons .search-button.open-search .search-wrapper {
  display: block;
}

header .header .nav-item-buttons .search-button .search-wrapper, header .header .nav-item-buttons .search-button.open-search .search-wrapper {
  padding: 0.75rem;
}

@media (max-width: 992px) {
  header .header .nav-item-buttons .search-button .search-wrapper, header .header .nav-item-buttons .search-button.open-search .search-wrapper {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 353px;
    align-items: center;
    border-radius: 1rem;
    padding: 0.625rem;
  }
}

header .header #language-switch {
  position: relative;
  z-index: 0;
}

header .header #language-switch.hide {
  z-index: 0
}

@media (min-width: 924px) {
  header .header #language-switch {
    width: 2.5rem;
  }
}

header .header #language-switch ul {
  height: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(-2000px);
  transition-duration: .3s !important;
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
  transition-timing-function: linear;
  list-style: none;
}

/* #language-switch a.language-switch.lang-active:hover ~ ul {
			height: auto;
			opacity: 1;
			top: 22px;
			padding-top: 2px;
			transform: translateY(0);
		} */

header .header a.language-switch {
  color: #fff !important;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  text-decoration-line: none;
  text-transform: uppercase;
  height: 22px;
  top: 0;
  z-index: -1;
}

header .header a.language-switch svg {
  width: 18px;
  height: 18px;
}

header .header #language-switch ul:hover {
  height: auto;
  opacity: 1;
  top: 22px;
  padding-top: 2px;
  transform: translateY(0)
}

header .header #language-switch ul:hover a.language-switch {
  z-index: 0;
}

header .header a.language-switch:hover {
  color: #575757 !important
}

@media (min-width: 924px) {
  header .header a.language-switch {
    right: 0
  }
}

header .header a.language-switch.lang-active {
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.5rem;
}

header .header a.language-switch.lang-active:hover {
}

header .header a.language-switch.lang-active:hover ~ a.language-switch.lang-inactive,
		header .header a.language-switch.lang-inactive,
		header .header a.language-switch.lang-inactive:hover {
  top: 0
}

@media (max-width: 576px) {
  header .header #language-switch {
    height: auto;
  }

  header .header a.language-switch,
			header .header a.language-switch.lang-active:hover ~ a.language-switch.lang-inactive,
			header .header a.language-switch.lang-inactive,
			header .header a.language-switch.lang-inactive:hover {
    top: 0
  }
}

@media (max-width: 993px) {
  header .header #language-switch ul li {
    margin: 0px;
    padding: 0px;
  }
}

header .header a.language-switch .language-arrow {
  height: 18px;
  transition: all 0.4s ease;
}

header .header a.language-switch .language-arrow svg {
  fill: #003a6a;
  opacity: 0.5;
  width: 0.75rem;
  height: 18px;
}

header .header #language-switch:hover .language-arrow {
  rotate: 180deg;
}

header .read-more {
  display: flex;
  align-items: center;
  color: #000;
  font-size: .875rem;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  header .read-more {
    display: none
  }
}

header .read-more > i {
  display: flex;
  margin-left: 1rem;
}

header .close-dropdown-menu {
  cursor: pointer;
  position: absolute;
  right: var(--horizontal-spacing);
  top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--iufro-green-1);
}

header .close-dropdown-menu > span {
  margin-left: 10px;
}

header .dropdown-login {
  background-color: var(--iufro-blue-3);
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  border-radius: 0.5rem;
  padding: 1.5rem 3.5rem;
  grid-column: 1 / -1;
}

header .dropdown-login a {
  text-decoration: underline;
}

header .dropdown-login p {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
}

header .submenu-items .item-title {
  color: var(--iufro-gray-1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  align-items: center;
  padding: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: .25rem;
  text-decoration-line: none;
}

header .submenu-items .item-title img {
  width: auto;
  height: 2rem;
}

header .submenu-items .item-title i {
  font-size: 2rem;
  color: var(--iufro-green-1);
}

header .submenu-items .submenu-wrapper > div {
  overflow-y: auto;
  max-height: 70vh;
}

header .thumbnail-wrapper {
  position: relative;
}

header .thumbnail-wrapper .type {
  position: absolute;
  background-color: rgba(246, 250, 252, 0.7);
  top: .5rem;
  right: .5rem;
  font-size: 0.625rem;
  color: black;
  text-align: center;
  padding: .25rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

header .dropdown-items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  flex: 3;
}

header .dropdown-items-wrapper .dropdown-item {
  padding: 1rem 2rem;
}

header .dropdown-items-wrapper .dropdown-item p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

header .dropdown-info-wrapper {
  display: grid;
  gap: 2rem;
  min-width: 315px;
  flex: 1;
}

header .dropdown-info {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2rem 2rem;
  background-color: var(--iufro-blue-3);
  border-radius: 10px;
}

header .dropdown-info:last-child {
  margin-bottom: 0;
}

header .dropdown-info .title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header .dropdown-info iframe {
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
  border-radius: 10px;
}

header .dropdown-info a {
  text-decoration: underline;
}

header .dropdown-card .title {
  text-decoration: none;
}

header .pill-links {
  display: grid;
  gap: 1.25rem;
  grid-template-rows: repeat(auto-fit, 63px);
  max-height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 992px) {
  header .pill-links {
    grid-column: 1 / -1
  }
}

header .pill-links .item-title {
  border-radius: 10px;
  padding: 1rem 2rem;
  background-color: var(--iufro-blue-3);
}

header h1, header h2, header h3, header h4, header h5, header h6 {
  color: inherit;
}

/*header responsive*/

@media (min-width: 993px) {
  .menuCheck,
.hamburger {
    display: none;
  }
}

/*hamburger menu*/

@media screen and (max-width: 992px) {
  header .header {
    padding-right: 0.25rem;
  }

  header .header .menuToggle {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: flex;
    height: 62px;
    width: 62px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
  }

  /* li a,
			li span.menu-item {
				@apply no-underline my-0 mx-0 text-20 text-iufro-blue-1 normal-case transition-colors duration-300 ease-in-out after:!h-0;
			} */

  header .header .menuToggle li span.menu-item {
    display: flex;
    justify-content: space-between;
  }

  header .header .menuToggle li a.item-title {
    position: relative;
    display: flex;
    gap: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    --tw-text-opacity: 1;
    color: rgb(66 65 65 / var(--tw-text-opacity));
  }

  header .header .menuToggle li a.item-title .icon-holder {
    display: flex;
    min-width: 37px;
  }

  header .header .menuToggle li span.menu-item i {
    margin-left: auto;
  }

  header .header .menuToggle li span.menu-item i::before {
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1;
    --tw-content: '\efc2';
    content: var(--tw-content);
  }

  header .header .menuToggle li span.menu-item.open-menu i::before {
    font-size: 1.125rem;
    line-height: 1.875rem;
    line-height: 1;
    --tw-content: '\eee4';
    content: var(--tw-content);
  }

  header .header .menuToggle li .dropdown-arrow-mobile {
    position: absolute;
    top: 1.9rem;
    right: 1.5rem;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(193 217 235 / var(--tw-text-opacity));
  }

  header .header .menuToggle a i {
    min-width: 37px;
  }

  header .header .menuToggle .menuCheck {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    height: 62px;
    width: 62px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  header .header .menuToggle span.hamburger {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    display: block;
    height: 2px;
    width: 22px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 58 106 / var(--tw-bg-opacity));
    z-index: 1;
    transform-origin: 2px 0px;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
  }

  header .header .menuToggle span.hamburger:first-child {
    transform-origin: 0% 0%;
  }

  header .header .menuToggle span.hamburger:first-of-type {
    width: 0.625rem;
  }

  header .header .menuToggle span.hamburger:last-of-type {
    margin-bottom: 0px;
    width: 0.625rem;
    transform-origin: 0% 100%;
  }

  header .header .menuToggle .menuCheck.open-sidebar ~ span.hamburger {
    left: 0.25rem;
    width: 1.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 58 106 / var(--tw-bg-opacity));
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
  }

  header .header .menuToggle .menuCheck.open-sidebar ~ span.hamburger:nth-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  header .header .menuToggle .menuCheck.open-sidebar ~ span.hamburger:last-of-type {
    transform: rotate(-45deg) translate(0px, 0px);
  }

  header .header .menuToggle .menuCheck.open-sidebar ~ ul,
			header .header .menuToggle .menuCheck.open-sidebar ~ ul.menuChecked {
    transform: none;
    width: 100vw;
  }

  header .header .menuToggle .main-menu {
    position: absolute;
    right: -0.25rem;
    top: 2.5rem;
    margin-top: 26px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -250px;
    height: 100vh;
    width: 0px;
    list-style-type: none;
    flex-direction: column;
    overflow: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.75rem;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  header .header .menuToggle .main-menu li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 22px;
    text-align: center;
  }

  header .header .menuToggle .main-menu li span {
    font-size: 1.25rem;
    line-height: 1.875rem;
    --tw-text-opacity: 1;
    color: rgb(0 58 106 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu li span .dropdown-arrow-mobile {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  header .header .menuToggle .main-menu li .submenu-items .submenu-wrapper {
    border-top-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
  }

  header .header .menuToggle .main-menu li .submenu-items .submenu-wrapper > div {
    overflow-y: unset;
    max-height: unset;
  }

  header .header .menuToggle .main-menu li:not(:first-child):not(.nav-item-buttons) {
    margin-top: 1rem;
  }

  header .header .menuToggle .main-menu .open-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
  }

  header .header .menuToggle .main-menu .submenu-items::before {
    top: -6px;
    display: none;
    content: var(--tw-content);
    height: 6px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items {
    position: relative;
    top: 0px;
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
    padding: 1.25rem;
    padding-bottom: 0.5rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-login {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us {
    display: flex;
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us .dropdown-items-wrapper {
    display: block;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us .dropdown-items-wrapper .dropdown-item {
    margin-bottom: 1.25rem;
    width: 100%;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.75rem;
    padding-right: 12%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us .dropdown-items-wrapper .dropdown-item:last-of-type {
    border-style: none;
    padding-bottom: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us .dropdown-items-wrapper .dropdown-item p {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0.25rem;
    text-align: left;
    font-size: .938rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-about-us .dropdown-info {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work {
    display: flex;
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions {
    position: relative;
    margin-bottom: 1.25rem;
    flex-direction: column;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1rem;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions:last-child {
    margin-bottom: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions p {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0.25rem;
    padding-right: 4rem;
    text-align: left;
    font-size: .938rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .list {
    margin: 0px;
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 0px;
    padding-top: 0.5rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .list li {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -0.625rem;
    width: 100%;
    border-radius: 0px;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.375rem;
    padding-bottom: 0.125rem;
    text-align: left;
    font-size: .938rem;
    line-height: 1.5rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .list li:before {
    top: .5rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .list li a {
    padding: 0;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .subnav-toggle {
    position: absolute;
    right: 0px;
    bottom: -12px;
    z-index: 1;
    display: flex;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions .subnav-toggle .dropdown-arrow-mobile {
    right: auto;
    top: 1rem;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(193 217 235 / var(--tw-text-opacity));
    rotate: 0deg;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions.open-subnav .list {
    display: flex;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions.open-subnav .subnav-toggle {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .divisions.open-subnav .subnav-toggle .dropdown-arrow-mobile {
    rotate: 180deg;
    --tw-text-opacity: 1;
    color: rgb(5 58 106 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .our-work-items {
    margin-top: 1rem;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .our-work-items .our-work-item {
    margin-bottom: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 1rem;
    padding-top: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .our-work-items .our-work-item:last-child {
    margin-bottom: 0px;
    border-style: none;
    padding-bottom: 1rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-work .our-work-items .our-work-item p {
    margin: 0px;
    padding-right: 4rem;
    text-align: left;
    font-size: .938rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper {
    align-items: center;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .title {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .intro p {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved {
    margin-top: 1.25rem;
    width: 100%;
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item {
    margin-bottom: 1.25rem;
    align-items: flex-start;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1.25rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item:last-child {
    margin-bottom: 0px;
    border-style: none;
    padding-bottom: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item .title {
    margin-bottom: 0.25rem;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item p {
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-get-involved .dropdown-get-involved-wrapper .get-involved .get-involved-item img {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top {
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-items-wrapper {
    display: none;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-items-wrapper .dropdown-items {
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-items-wrapper .dropdown-items .dropdown-item {
    margin-right: 0px;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-items-wrapper .dropdown-items .dropdown-item img {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-info-wrapper {
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-info-wrapper .dropdown-info {
    margin: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-info-wrapper .dropdown-info li {
    margin-bottom: 0px;
    align-items: flex-start;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .dropdown-events-top .dropdown-info-wrapper .dropdown-info li:last-child {
    border-style: none;
    padding-bottom: 0.625rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-events .pill-links a.item-title {
    border-radius: 0px;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media {
    display: flex;
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-items-wrapper {
    display: block;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-items-wrapper .dropdown-item {
    margin-bottom: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.75rem;
    padding-right: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-items-wrapper .dropdown-item:first-of-type {
    padding-top: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-items-wrapper .dropdown-item:last-of-type {
    border-style: none;
    padding-bottom: 0.25rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-items-wrapper .dropdown-item p {
    margin: 0px;
    text-align: left;
    font-size: .938rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-news-media .dropdown-info-wrapper {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .publications-wrapper {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .library-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .title {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .intro {
    margin-bottom: 1.25rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .intro p {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top {
    flex-direction: column;
    padding-bottom: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-items-wrapper {
    display: none;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-items-wrapper .dropdown-items {
    flex-direction: column;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-items-wrapper .dropdown-items .dropdown-item {
    margin-right: 0px;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-items-wrapper .dropdown-items .dropdown-item img {
    display: none;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-info-wrapper {
    width: 100%;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-info-wrapper .dropdown-info {
    margin: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-info-wrapper .dropdown-info li {
    margin-bottom: 1.25rem;
    align-items: flex-start;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1.25rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .dropdown-our-library-top .dropdown-info-wrapper .dropdown-info li:last-child {
    margin-bottom: 0px;
    border-style: none;
    padding-bottom: 0px;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .pill-links a {
    border-radius: 0px;
    border-bottom-width: 1px;
    border-color: rgb(0 58 106 / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0px;
    padding-bottom: 0.75rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .dropdown-our-library .pill-links a:last-child {
    border-style: none;
    padding-bottom: 0.75rem;
  }

  header .header .menuToggle .main-menu .open-menu .submenu-items .close-dropdown-menu {
    display: none;
  }

  header .header .menuToggle .main-menu picture {
    display: inital;
  }

  header .header .menuToggle .main-menu picture img {
    height: auto;
    width: auto;
  }

  header .header .menuToggle .main-menu .nav-item-buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    width: 100%;
    max-width: 375px;
    padding: 0px;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .search-button {
    order: 1;
    width: 100%;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .search-button .search-wrapper {
    margin: 0px;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .buttons {
    order: 2;
    margin-top: 2.5rem;
    width: 100%;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .buttons a {
    width: 100%;
    justify-content: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .languages {
    order: 3;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .languages span {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
  }

  header .header .menuToggle .main-menu .nav-item-buttons .languages .flag {
    margin-right: 1rem;
  }

  header .header .menuToggle .main-menu .nav-item-buttons .languages img:not(.flag) {
    margin-left: 0px;
    margin-right: 0px;
    width: 1.25rem;
  }
}

footer {
  margin-top: 0px;
}

footer .newsletter-subscribe {
  position: relative;
  background-color: rgb(0 0 0 / 0.5);
}

footer .newsletter-subscribe:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1.25rem;
  width: 40%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 21%;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 93%;
  --tw-content: '';
  content: var(--tw-content);
}

footer .newsletter-subscribe .container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer .newsletter-subscribe picture {
  display: flex;
}

footer .newsletter-subscribe picture img {
  width: 100%;
  position: relative;
  z-index: -1;
  max-height: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1439px) {
  footer .newsletter-subscribe picture img {
    height: 385px
  }
}

footer .newsletter-subscribe .newsletter-wrapper {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .newsletter-subscribe .newsletter-wrapper h2 {
  margin-bottom: 1.75rem;
  margin-top: 0px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .newsletter-subscribe .newsletter-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 992px) {
  footer .newsletter-subscribe .newsletter-wrapper p {
    display: none;
  }
}

footer .newsletter-subscribe .newsletter-wrapper .newsletter-wrapper-inner {
  display: grid;
}

@media (min-width: 993px) {
  footer .newsletter-subscribe .newsletter-wrapper .newsletter-wrapper-inner {
    grid-template-columns: 35% 40%;
    align-items: flex-end;
    gap: 3rem;
  }
}

@media (max-width: 992px) {
  footer .newsletter-subscribe .newsletter-wrapper .newsletter-wrapper-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

footer .newsletter-subscribe .newsletter-wrapper .fui-alert {
  display: none;
}

footer .newsletter-subscribe .newsletter-wrapper .fui-field-container {
  margin-bottom: 1.25rem;
}

footer .newsletter-subscribe .newsletter-wrapper .fui-field-container .fui-label {
  display: none;
}

footer .newsletter-subscribe .newsletter-wrapper .fui-field-container:has(.fui-error-message) {
  margin-bottom: 0;
}

footer .newsletter-subscribe .newsletter-wrapper .fui-error-message {
  font-size: 0.75rem;
  padding-left: 1.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1;
}

footer .newsletter-subscribe form .formie-friendly-captcha-placeholder + * {
  margin-top: 0;
}

footer .newsletter-subscribe form input {
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 58 106 / var(--tw-text-opacity));
}

footer .newsletter-subscribe form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

footer .newsletter-subscribe form input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

footer .newsletter-subscribe form .btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .newsletter-subscribe form .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 200 167 / var(--tw-bg-opacity));
}

footer .newsletter-subscribe .newsletter-left .fui-type-html:last-child .fui-field-container {
  margin-bottom: 0;
}

footer .newsletter-subscribe .newsletter-right .fui-field {
  padding-left: 0px;
  padding-right: 0px;
}

footer .footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 106 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 992px) {
  footer .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 993px) {
  footer .footer .footer-top,
		footer .footer .footer-bottom {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 200px;
  }
}

@media (max-width: 992px) {
  footer .footer .left {
    margin-bottom: 2.5rem;
  }
}

footer .footer .right {
  display: flex;
}

@media (max-width: 992px) {
  footer .footer .right {
    flex-direction: column;
  }
}

footer .footer .right {
  justify-content: flex-end;
}

footer .footer .footer-top {
  margin-bottom: 3rem;
}

@media (min-width: 993px) {
  footer .footer .footer-top .footer-logo img {
    height: 4rem;
    width: auto;
  }
}

footer .footer .footer-top .socials-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer .footer-top .socials-wrapper p {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .footer .footer-top .socials-wrapper .socials > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

footer .footer .footer-top .socials-wrapper .socials a {
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  opacity: 1;
}

footer .footer .footer-top .socials-wrapper .socials a:hover {
  opacity: 0.7;
}

footer .footer .footer-top .member-link {
  border-radius: 10px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(140 145 79 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

footer .footer .footer-top .member-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 200 167 / var(--tw-bg-opacity));
}

@media (min-width: 993px) {
  footer .footer .footer-top .member-link {
    margin-left: 3rem;
    align-self: flex-end;
  }
}

@media (max-width: 992px) {
  footer .footer .footer-top .member-link {
    margin-top: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer .footer .footer-bottom p {
  width: 12rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 993px) {
  footer .footer .footer-bottom p {
    margin-right: 3rem;
  }
}

@media (min-width: 1440px) {
  footer .footer .footer-bottom p {
    margin-right: 13rem;
  }
}

@media (max-width: 992px) {
  footer .footer .footer-bottom p {
    margin-bottom: 0px;
  }
}

footer .footer .footer-bottom p a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .footer .footer-bottom .footer-menu {
  margin: 0px;
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0px;
}

@media (max-width: 992px) {
  footer .footer .footer-bottom .footer-menu {
    display: none;
    flex-direction: column;
  }
}

footer .footer .footer-bottom .footer-menu {
  justify-content: flex-end;
}

footer .footer .footer-bottom .footer-menu li:last-child {
  margin-right: 0px;
}

@media (min-width: 993px) {
  footer .footer .footer-bottom .footer-menu li {
    margin-right: 4rem;
  }
}

@media (max-width: 992px) {
  footer .footer .footer-bottom .footer-menu li {
    margin-bottom: 1.25rem;
  }
}

footer .footer .footer-bottom .footer-menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
  text-decoration-line: none;
}

footer .footer .footer-bottom .footer-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .footer .footer-bottom .footer-menu li .group {
  display: none;
}

footer .footer .footer-bottom .footer-menu li ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}

footer .footer .footer-bottom .footer-menu li ul li {
  margin: 0px;
}

footer .footer .footer-bottom .footer-menu li::marker {
  content: unset;
}

footer .footer-secondary-nav-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(2 41 87 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .footer-secondary-nav-wrapper .container {
  display: flex;
  justify-content: space-between;
}

footer .footer-secondary-nav-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}

@media (max-width: 992px) {
  footer .footer-secondary-nav-wrapper p {
    margin-bottom: 0px;
  }
}

footer .footer-secondary-nav-wrapper .footer-secondary-nav {
  display: flex;
  align-items: center;
}

@media (min-width: 993px) {
  footer .footer-secondary-nav-wrapper .footer-secondary-nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (max-width: 992px) {
  footer .footer-secondary-nav-wrapper .footer-secondary-nav {
    display: none;
  }
}

footer .footer-secondary-nav-wrapper .footer-secondary-nav a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
  text-decoration-line: none;
}

footer .footer-secondary-nav-wrapper .footer-secondary-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 992px) {
  footer .footer-secondary-nav-wrapper .footer-secondary-nav a {
    margin-bottom: 0.75rem;
  }
}

.formie-friendly-captcha-placeholder * {
  /* Mostly a CSS reset so existing website styles don't clash */
  margin: 0;
  padding: 0;
  border: 0;
  text-align: initial;
  border-radius: px;
  filter: none !important;
  transition: none !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  background-color: initial;
  color: #fff;
}

.formie-friendly-captcha-placeholder {
  position: relative;
  min-width: 250px;
  max-width: 312px;
  border: 1px solid #333;
  padding-bottom: 12px;
  color: #fff;
  background-color: #222;
}

.formie-friendly-captcha-placeholder + * {
  margin-top: 1.25rem;
}

.formie-friendly-captcha-placeholder button {
  background-color: #444;
}

.formie-friendly-captcha-placeholder b {
  font-weight: bold;
}

.frc-container {
  display: flex;
  align-items: center;
  min-height: 52px;
}

.frc-icon {
  fill: #fff !important;
  stroke: #fff !important;
  flex-shrink: 0;
  margin: 8px 8px 0 8px;
}

.frc-icon.frc-warning {
  fill: #C00;
}

.frc-success .frc-icon {
  animation: frc-fade-in 1s both ease-in;
}

.frc-content {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin: 4px 6px 0 0;
  overflow-x: auto;
  flex-grow: 1;
}

.frc-banner {
  position: absolute;
  bottom: 0px;
  right: 6px;
  line-height: 1;
}

.frc-banner * {
  font-size: 10px;
  opacity: 0.8;
  text-decoration: none;
}

.frc-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0;
  height: 4px;
  border: none;
  background-color: #444;
  color: #222;
  width: 100%;
  transition: all 0.5s linear;
}

.frc-progress::-webkit-progress-bar {
  background: #444;
}

.frc-progress::-webkit-progress-value {
  background: #ddd;
}

.frc-progress::-moz-progress-bar {
  background: #ddd;
}

.frc-button {
  cursor: pointer;
  padding: 2px 6px;
  background-color: #f1f1f1;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 600;
  text-transform: none;
}

.frc-button:focus {
  border: 1px solid #333;
}

.frc-button:hover {
  background-color: #ddd;
}

.formie-friendly-captcha-placeholder-solution {
  display: none;
}

.frc-err-url {
  text-decoration: underline;
  font-size: 0.9em;
}

/* RTL support */

.frc-rtl {
  direction: rtl;
}

.frc-rtl .frc-content {
  margin: 4px 0 0 6px;
}

.frc-banner.frc-rtl {
  left: 6px;
  right: auto;
}

@keyframes frc-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#back-to-top .back-to-top-inner {
  background-color: #fff;
  border: 3px solid #053a6a;
  color: #053a6a;
  border-radius: 50%;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(0, 0, 0.2, 1);
}

#back-to-top:hover .back-to-top-inner {
  opacity: 1;
}

#back-to-top svg {
  margin-top: 3px;
  height: 35px;
  width: auto;
}

.unfinished-feature-popup {
  position: absolute;
  right: -2rem;
  top: 100%;
  min-width: 10rem;
  background-color: var(--iufro-blue-5);
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
}

.unfinished-feature-popup .unfinished-feature-popup-inner {
  padding: 1.5rem;
}

.unfinished-feature-popup .popup-icons {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  gap: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.unfinished-feature-popup .icon {
  flex-basis: 50%;
}

.unfinished-feature-popup .icon img {
  height: 100%;
  max-height: 2.25rem;
  margin: auto;
}

.unfinished-feature-popup.show {
  opacity: 1;
  visibility: visible;
}

#CybotCookiebotDialog.CybotEdge {
  font-family: "NeutrifPro", sans-serif;
  background-color: transparent !important;
  box-shadow: unset !important;
}

@media only screen and (max-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1) !important
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
  margin: 0 !important;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
  flex-direction: column !important;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: unset !important;
  padding: 2rem !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1) !important;
}

@media only screen and (max-width: 768px) {
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    padding: 1rem !important
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
  width: 100% !important;
  height: 0;
}

@media only screen and (max-width: 768px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
    height: auto
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyLink {
  justify-content: flex-end !important;
  width: 100% !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot {
  display: none;
}

#CybotCookiebotDialog.CybotEdge h2 {
  font-size: 2rem !important;
  color: var(--iufro-blue-1) !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem !important;
}

@media only screen and (max-width: 768px) {
  #CybotCookiebotDialog.CybotEdge h2 {
    font-size: 1.5rem !important
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContent {
  padding: 0 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContentText {
  font-size: 1.25rem !important;
  color: var(--iufro-gray-4) !important;
}

@media only screen and (max-width: 768px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContentText {
    font-size: 1rem !important
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
  max-width: unset !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter {
  width: 100% !important;
  margin-top: 1rem;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
  display: none !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 1rem;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper button {
  border-radius: 0.5rem;
  font-size: 1rem;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: column !important
  }

  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper button {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
