/* =========================================
   GENERAL
========================================= */
html {
  scroll-behavior: smooth;
}

#wpadminbar {
  display: none;
}

body {
  font-family: 'Open Sans';
  margin: 0;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  background-color: #D9D9D9;
  min-width: 320px;
}

p {
  font-family: 'Open Sans';
}

header {
  min-width: 320px;
}

button {
  color: #003534;
  font-family: 'Advent Pro';
}

a {
  font-family: 'Advent Pro';
  text-decoration: none;
}

dl {
  margin: 0;
}

dd,
h1 {
  margin: 0;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid transparent;
}

ul {
  padding: 0;
  list-style: none;
}

p, li {
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(19px, 2vw, 22px);
  font-weight: 400;
  margin-top: 0;
  color: #000;
}

h1 {
  color: #003534;
  font-weight: 400;
}

h2, h3, h4 {
  color: #003534;
  font-weight: 500;
  font-family: "Advent Pro";
}

h3 {
  font-size: clamp(18px, 4vw, 30px);
  line-height: clamp(25px, 4vw, 42px);
}

h4 {
  color: #003534;
  font-size: clamp(16px, 4vw, 28px);
  line-height: clamp(23px, 4vw, 40px);
}

a, a:visited {
  color: #003534;
}

nav a,
footer a,
header a {
  text-decoration: none;
  color: #000;
}

a,
button {
  cursor: pointer;
}

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


/* =========================================
   LAYOUT
========================================= */

html, body {
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100svh;
}

@media screen {
  html {
    margin-top: 0 !important;
  }
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.page-template-page-news main {
  flex: 0;
}

.container {
  margin: 0 50px;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.border {
  border-top: 1px solid #000;
}

html.no-scroll {
  overflow: hidden;
}

.logo-svg.mobile {
  display: none;
}


/* =========================================
   LAYOUT — RESPONSIVE
========================================= */

@media (max-width: 768px) {

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

  .container {
    margin: auto 20px;
  }
}


/* =========================================
   HEADER
========================================= */

.site-header {
  position: relative;
  width: 100%;
  z-index: 10;
  background: transparent;
  transition: background .4s ease;
}

.site-header a {
  white-space: nowrap;
}

.site-header__bar .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.site-header__lang .row {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Logo */
.logo {
  width: 520px;
  height: auto;
  display: block;
  padding: 37px 0;
}

.logo svg path {
  fill: #003534;
}

.home .logo svg path {
  fill: #D9D9D9;
}

.home .site-header.is-menu-open .logo svg path {
  fill: #003534;
}

/* Nav */
.main-menu.desktop {
  padding-left: 50px;
}

#menu-header-menu {
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin: 0;
  align-items: flex-end;
}

#menu-header-menu li {
  position: relative;
  height: fit-content;
  padding-top: 25px;
}

#menu-header-menu .current-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #003534;
  display: block;
}

.home .menu-item a {
  color: #D9D9D9;
}

.menu-item {
  font-weight: 500;
  font-size: clamp(16px, 4vw, 20px);
}

.home .is-menu-open .menu-item a {
  color: #003534;
}

.home #menu-header-menu .current-menu-item::before {
  background: #D9D9D9;
}

/* Panel */
.site-header__panel {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    height .5s ease,
    opacity .4s ease;
}

.site-header.is-menu-open .site-header__panel {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.site-header.is-menu-open .menu-toggle {
  display: none;
}

.site-header__panel-inner .flex-row {
  padding: 10px 0;
}

.site-header__panel-inner .row {
  margin: 0;
  padding: 20px 0;
}

/* Fullscreen menu */
.fullscreen-menu__list {
  display: flex;
  flex-direction: column;
}

.fullscreen-menu__list .menu-item {
  color: #000;
  border-bottom: 2px solid #000;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.fullscreen-menu__list .menu-item a {
  font-size: clamp(35px, 10vw, 44px);
  font-weight: 400;
  line-height: 55px;
}

/* Close icon */
.close-icon {
  width: 32px;
  height: 32px;
}

.close-icon .line {
  stroke: #003534;
  stroke-width: 2;
  transform-origin: 16px 16px;
  transition: transform 0.45s cubic-bezier(.4,0,.2,1), opacity 0.25s ease;
}

.close-icon .line1 {
  transform: translateY(0) rotate(0);
}

.close-icon .line2 {
  transform: translateY(0) rotate(0);
  opacity: 0;
}

.site-header.is-menu-open .close-icon .line1 {
  transform: translateY(-1px) rotate(45deg);
}

.site-header.is-menu-open .close-icon .line2 {
  transform: translateY(0px) rotate(-45deg);
  opacity: 1;
}

/* Mobile toggle */
.menu-toggle {
  width: 44px;
  height: 12px;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.menu-toggle.mobile {
  display: none;
}

.menu-toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #003534;
}

.home .menu-toggle__line {
  background: #D6D6D6;
}

/* Header link */
.site-header__link {
  margin-top: 70px;
}

.site-header__link a {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  font-family: 'GFS Didot';
}


/* =========================================
   HEADER — RESPONSIVE
========================================= */

@media (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile.menu-toggle {
    display: flex;
  }

  .logo-svg.desktop {
    display: none;
  }

  .logo-svg.mobile {
    display: block;
  }

  .site-header {
    max-height: 90px;
  }

  .site-header.is-menu-open {
    height: 100vh;
    height: 100dvh;
    background: #D6D6D6;
    min-height: 430px;
    max-height: unset;
    display: flex;
    flex-direction: column;
  }

  .site-header__bar {
    display: flex;
    flex-direction: column;
  }

  .site-header__bar .row {
    align-items: center;
  }

  .site-header__panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header.is-menu-open #header-panel,
  .site-header__nav {
    flex: 1;
  }

  .logo {
    transform: scale(1);
    transition: transform 500ms;
    width: 206px;
    margin-left: calc(50% - 103px);
  }

  .site-header.is-menu-open .logo {
    transform: scale(1.4);
  }

  .logo svg path {
    transition: fill 500ms ease;
    fill: #003534;
  }

  .home #menu-header-menu .current-menu-item::before {
    background: #D9D9D9;
  }

  #header-panel a {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
  }

  #header-panel li {
    text-align: center;
  }

  #menu-header-menu-1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .close-btn {
    margin-bottom: 65px;
    background: transparent;
    border: 0px;
  }

  .close-btn line {
    stroke: #003534;
  }
}

@media (max-width: 380px) {
  .menu-toggle {
    width: 37px;
  }

  .close-btn {
    margin-bottom: 45px;
  }
}


/* =========================================
   FOOTER
========================================= */

footer {
  background: #003534;
  position: relative;
}

footer * {
  color: #d6d6d6 !important;
  fill: #fff;
}

.site-footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.site-footer__inner {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 146px;
}

.site-footer__logo svg {
  width: 50vw;
  max-width: 520px;
}

.site-footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
}

.site-footer__contact-text {
  margin-bottom: 50px;
  text-align: center;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 400;
  line-height: clamp(23px, 3vw, 38px);
  max-width: clamp(75vw, 50vw, 95vw);
}

.site-footer__contact-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.top-title {
  width: fit-content;
  font-family: 'Advent Pro';
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  margin: 146px auto 0;
  color: #fff;
}

.subtitle,
.site-footer__logo {
  width: fit-content;
}

.subtitle {
  color: #D6D6D6;
  font-family: 'Advent Pro';
  font-size: clamp(16px, 2vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.site-footer__logo {
  padding-bottom: 25px;
  width: fit-content;
}

.site-footer__tagline {
  font-family: 'GFS Didot';
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.site-footer__nav ul {
  gap: 50px;
  display: flex;
}

#menu-footer-menu {
  display: flex;
  gap: 0;
  align-items: center;
  margin: 0;
}

#menu-footer-menu li {
  font-size: 24px;
  font-weight: 500;
}

.left-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.left-btn span {
  white-space: nowrap;
  font-size: clamp(15px, 2vw, 24px);
  font-weight: 400;
}

.left-btn .line {
  height: 1px;
  width: 105px;
  background: #d5d5d5;
  transition: width 0.4s ease;
  flex-shrink: 0;
  display: inline;
  transform-origin: left center;
}

.left-btn:hover .line {
  width: 120px;
}

.site-footer::before {
  position: absolute;
  content: "";
  height: 106px;
  width: 1px;
  background: #fff;
  left: 50vw;
  top: 0;
}

.site-footer::after {
  position: absolute;
  content: "";
  height: 106px;
  width: 1px;
  background: #fff;
  left: 50vw;
  bottom: 0;
}

.site-footer__bottom {
  padding: 15px 0;
}

.site-footer__bottom-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
}

.site-footer__bottom-inner > div {
  display: inline;
  margin: auto 0 0;
  white-space: normal;
}

.site-footer__bottom-inner a {
  white-space: nowrap;
}

.site-footer__bottom-inner .left-col {
  width: 40vw;
}

.site-footer__bottom-inner * {
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 500;
  line-height: clamp(14px, 2vw, 22px);
  font-family: 'Open Sans';
}


/* =========================================
   FOOTER — RESPONSIVE
========================================= */

@media (max-width: 768px) {

  .left-btn .line {
    height: 1px;
  }

  .left-btn span {
    font-weight: 400;
  }

  .site-footer {
    height: fit-content;
  }

  .site-footer__logo {
    padding-bottom: 10px;
  }

  .site-footer__inner {
    margin: 136px 20px 50px;
  }

  .site-footer__contact {
    margin-bottom: 146px;
  }

  footer .flex.row {
    display: none;
  }

  .top-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 60px;
  }

  .site-footer__contact-links {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer .subtitle {
    font-size: 15px;
  }

  .site-footer__bottom-inner {
    display: inline-flex;
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .sep.second {
    display: none;
  }

  .site-footer::after {
    display: none;
  }

  .site-footer::before {
    height: 50px;
    width: 1px;
  }

  .site-footer__bottom-inner > div {
    width: 100% !important;
    text-align: center;
  }
}


/* =========================================
   HOME
========================================= */

.home-section {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 850px;
}

.home-section::before {
  position: absolute;
  content: "";
  height: 106px;
  width: 1px;
  background: #003534;
  left: 50vw;
  top: 0;
}

.home-section::after {
  position: absolute;
  content: "";
  height: 106px;
  width: 1px;
  background: #003534;
  left: 50vw;
  bottom: 0;
}

.home .site-header {
  position: absolute;
}

.home-section .container {
  padding: 145px 0px;
  height: 100%;
}

.flex {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.home-section--1::after,
.home-section--1::before {
  background: #D6D6D6 !important;
}

.home-section--1 {
  background: #003534;
}

.home-section--1 .container {
  display: flex;
  padding: 0;
}

.home-section--1 .site-footer__contact-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 750px;
}

.home-section--1::before {
  display: none !important;
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  gap: clamp(45px, 5vw, 120px);
}

.hero__content * {
  color: #d6d6d6 !important;
}

.hero__title {
  font-family: "Open Sans";
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 300;
  line-height: clamp(43px, 7vw, 88px);
  margin: 0 0 50px;
}

.hero__subtitle {
  margin: 0;
}

.hero__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero__image__wrap {
  display: flex;
  width: 50%;
}

.hero__image {
  aspect-ratio: 4/5;
  margin: auto 0 -106px auto;
  width: 40vw;
  display: flex;
  align-items: flex-end;
}

.home-section--2 .container {
  position: relative;
  margin: 0;
}

.home-section--2 .wrap {
  max-width: 45vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.home-section__title.sub {
  width: 100%;
  position: absolute;
  top: -65px;
  margin: 0;
  text-align: center;
}

.home-section__body {
  text-align: center;
}

.home-section--3 {
  position: relative;
}

.home-section--3 .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.specialization-side {
  font-size: 0.85rem;
  position: absolute;
  left: 50px;
}

.specialization-side .nav-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: currentColor;
}

.specialization-list {
  list-style: none;
  width: 40vw;
}

.specialization-item {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
}

.specialization-item__link {
  text-decoration: none;
}

.specialization-item__label {
  color: rgba(0, 53, 52, 0.30);
  font-family: "Open Sans";
  font-size: clamp(20px, 2vw, 48px);
  font-weight: 300;
  line-height: clamp(27px, 2vw, 65px);
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.specialization-item.is-active .specialization-item__label {
  color: #003534;
  font-weight: 400;
}

.specialization-item__more {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #000;
  font-size: 0.85rem;
  text-transform: lowercase;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.specialization-item__more .nav-line {
  display: inline-block;
  height: 1px;
  background: currentColor;
}

.specialization-item__more .nav-line.short { width: 20px; }
.specialization-item__more .nav-line.long  { width: 50px; }

.specialization-item.is-active .specialization-item__more {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.specialization-item:hover .specialization-item__more {
  opacity: 1;
}

.specialization-item .nav-next {
  position: absolute;
  right: 0;
}

.specialization-item:hover .nav-line.short {
  flex: 2;
}

.specialization-item:hover .nav-line.long {
  flex: 1;
}

.home-section--4 .container {
  justify-content: center;
  align-items: center;
  gap: 200px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 50px;
}

.home-section--4 .flex {
  width: 100%;
  justify-content: space-between;
  gap: 40px;
}

.sub {
  font-family: "Advent Pro";
  font-size: clamp(20px, 2vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #003534;
  border: 0;
  background: transparent;
}

.sub.post-filter {
  color: rgba(0, 53, 52, 0.30);
  border: 0px;
  background: transparent;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.sub.post-filter.is-active {
  color: #003534;
}

.post-filters-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.post-filters {
  display: inline-flex;
  gap: clamp(30px, 2vw, 40px);
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  position: absolute;
  top: 156px;
}

.home-section--4 #news-container {
  width: 100%;
  max-width: 75vw;
}

@media (max-width: 1099px) {

  .home-section--1::after,
  .home-section--2::before {
    display: none !important;
  }

  .home-section--1 .container {
    flex-direction: column;
    justify-content: space-between;
  }

  .home-section--1 .site-footer__contact-links {
    gap: 10px;
  }

  .home-section--1 {
    height: unset;
  }

  .hero__image {
    width: 50vw;
    margin: -100px 0 -106px auto;
  }

  .hero__image__wrap {
    width: 100%;
  }

  .hero__content {
    margin-top: 200px;
    width: 80%;
  }

  .home-section--1 .site-footer__contact-links {
    flex-direction: column;
  }

  .home-section--4 #news-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 60vw;
  }

  .home-section--4 #news-container > *:nth-child(n+3) {
    display: none;
  }

  .home-section--2 .container {
    margin: 300px 0;
    padding: 185px 0px 145px;
  }

  .home-section--2 .container::before {
    position: absolute;
    content: "";
    height: 160px;
    width: 1px;
    background: #003534;
    left: 50%;
    top: -80px;
  }
}

@media (max-width: 768px) {

  .home-section {
    height: auto;
    min-height: 500px;
  }

  .home-section::before,
  .home-section::after {
    height: 40px;
    width: 1px;
  }

  .home-section .container {
    padding: 100px 0;
  }

  .flex {
    flex-direction: column;
    width: auto;
  }

  .hero__content {
    width: 90%;
  }

  .home-section--1 {
    min-height: unset;
  }

  .home-section--1 .container {
    gap: 40px;
  }

  .hero__image__wrap {
    position: relative;
    bottom: unset;
    right: unset;
  }

  .hero__image {
    width: 75vw;
    margin: auto 0px -176px auto;
  }

  .hero__content {
    margin-top: 30px;
  }

  .hero__title {
    margin: 0 0 20px;
  }

  .home-section--2 .container {
    margin: 200px 20px 0 20px;
    width: auto;
    gap: 30px;
  }

  .home-section__body {
    text-align: left;
  }

  .home-section__title.sub {
    position: relative;
    top: unset;
  }

  .home-section--2 .container::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 1px;
    background: #003534;
    left: 50%;
    top: -40px;
  }

  .home-section--2 .nav-prev {
    display: none;
  }

  .home-section--3 .container {
    display: flex;
    flex-direction: column;
  }

  .home-section--2 .wrap {
    max-width: unset;
  }

  .home-section--2 .nav-next {
    width: 100%;
  }

  .home-section--2 .nav-next a {
    padding: 0;
  }

  /* Specialization — base */
  .specialization-side {
    position: relative;
    left: unset;
  }

  .specialization-list {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .specialization-item {
    flex-direction: column;
    scroll-snap-align: center;
    cursor: pointer;
    padding: 0;
  }

  .specialization-item__label {
    text-align: center;
  }

  .specialization-item__link {
    text-align: center;
  }

  .specialization-item .nav-next {
    width: 100%;
    position: relative;
  }

  /* Specialization — wheel picker */
  .specialization-list {
    height: 250px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 5%,
      black 70%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 5%,
      black 70%,
      transparent 100%
    );
  }

  .specialization-list::-webkit-scrollbar {
    display: none;
  }

  .specialization-list::before,
  .specialization-list::after {
    content: '';
    display: block;
    height: 70px;
    flex-shrink: 0;
  }

  .specialization-item__more .nav-line {
    display: none !important;
  }

  .specialization-item__more {
    justify-content: center;
    padding: 0 !important;
    width: auto !important;
    height: 0;
    overflow: hidden;
  }

  .is-active .specialization-item__more {
    height: auto;
  }

  /* Section 4 */
  .home-section--4 .container {
    gap: 40px;
    margin: 0 20px;
    padding: 164px 0 100px;
  }

  .home-section--4 #news-container {
    max-width: unset;
  }

  .home-section--4 .nav-next,
  .contact-form__row--submit .nav-next {
    width: 100%;
  }

  .home-section--4 .nav-next a {
    padding: 0;
  }

  .home-section--4::after {
    display: none !important;
  }

  .post-filters {
    top: 100px;
  }
}


/* =========================================
   ABOUT
========================================= */

.about-section--intro .container {
  gap: 30px;
  margin-top: 25px;
}

.about-section--intro .subtitle {
  color: #003534;
}

.about-intro__image {
  min-width: 60%;
  min-height: 100%;
  align-self: stretch;
}

.about-intro__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-intro__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-intro__title {
  color: #003534;
  font-family: "Open Sans";
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}

.about-section--content .container {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
}

.about-section--content .container::before {
  width: 75%;
  height: 1px;
  color: #003534;
  background-color: #003534;
  display: block;
  content: '';
}

.about-content-block {
  margin: 0 25%;
  padding: 50px 0 30px;
}

.about-content-block__title {
  font-size: clamp(20px, 5vw, 36px);
  line-height: clamp(24px, 5vw, 43px);
  margin: 0 0 35px;
}

.about-partners__heading {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 80px);
}

.about-partner-card.swiper-slide {
  display: flex !important;
  gap: clamp(15px, 2vw, 60px);
}

h3.about-partner-card__name {
  font-size: clamp(18px, 2vw, 32px);
  font-family: "Open Sans";
  line-height: clamp(25px, 4vw, 44px);
  font-weight: 400;
}

.about-partner-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2vw, 25px);
}

.about-partner-card__image {
  height: clamp(90px, 10vw, 168px);
  min-width: clamp(90px, 10vw, 168px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.about-partner-card__name,
.about-partner-card__bio {
  margin: 0;
}

.about-partners__grid {
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 4vw, 150px);
}

.about-content-block:last-child {
  padding-bottom: 0;
}

.about-section--partners .container {
  padding: 40px 0 275px;
}

.about-partners__grid .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 4vw, 150px);
}

.about-partner-card.swiper-slide {
  width: 50%;
}

/* Gallery swiper */
.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 53, 52, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.lb-overlay--open {
  opacity: 1;
}

.lb-swiper {
  max-width: 95vw;
  max-height: 90vh;
}

.lb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.lb-slide img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.home-section.about-section--gallery .container {
  width: 62%;
  margin: auto !important;
  height: unset;
  padding: 156px 0px;
}

.home-section.about-section--gallery {
  height: unset;
}

.sub.gallery-swiper__btn {
  font-size: clamp(16px, 4vw, 24px);
}

.about-section--gallery {
  position: relative;
}

.gallery-swiper {
  width: 100%;
  overflow: hidden;
}

.gallery-swiper .swiper-wrapper {
  display: flex;
}

.gallery-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.gallery-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-swiper__nav .sub {
  opacity: 0.5;
}

.gallery-swiper__nav .sub:hover {
  opacity: 1;
}

.gallery-swiper__nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 1rem;
}

.about-partners__pagination {
  display: none;
}

@media (max-width: 999px) {

  .about-partners__grid .swiper-wrapper {
    flex-direction: column;
  }

  .about-partner-card.swiper-slide {
    width: 100%;
  }

  .about-content-block {
    margin: 0 15%;
  }

  .home-section.about-section--gallery .container {
    width: 83%;
  }
}

@media (max-width: 768px) {

  .home-section.about-section--gallery::before,
  .home-section.about-section--gallery::after {
    height: 80px;
  }

  .about-partners__pagination {
    display: block;
  }

  .about-partners__grid .swiper-wrapper {
    flex-direction: row;
  }

  .about-partner-card.swiper-slide {
    width: 100%;
  }

  .about-section--partners .container {
    padding: 40px 0 100px;
  }

  .about-partners__pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
  }

  .about-partners__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 1px;
    border-radius: 0;
    background: #b0b0b0;
    opacity: 1;
    padding: 8px 0;
    background-clip: content-box;
    transition: background 0.3s ease, width 0.3s ease;
  }

  .about-partners__pagination .swiper-pagination-bullet-active {
    background: #1a6b5a;
    background-clip: content-box;
    width: 30px;
  }

  .home-section.about-section--gallery .container {
    width: unset;
    height: unset;
    padding: 120px 20px;
    margin: 0 !important;
  }

  .about-section--content .container {
    margin: 40px 20px;
  }

  .about-content-block {
    margin: 0;
    padding: 40px 0 20px;
  }

  .about-content-block__title {
    margin: 0 0 25px;
  }

  .about-section--content .container::before {
    width: 100%;
    height: 1px;
  }

  .about-section--intro .container {
    margin-top: 0px;
  }

  .about-section--intro .container.flex {
    margin-top: 30px;
  }

  .about-section--intro .subtitle {
    display: block;
    margin: auto;
  }
}


/* =========================================
   CONTACT
========================================= */

.contact-title {
  min-width: 100%;
  font-family: "Open Sans";
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  line-height: clamp(49px, 5vw, 87px);
  margin-bottom: clamp(37px, 5vw, 55px);
}

.page-contact .flex {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0 200px;
}

.contact-left .left-btn .line {
  background: #003534;
}

.contact-section {
  width: 55%;
  min-width: 560px;
}

.contact-section .container {
  overflow: hidden;
}

.contact-form__row {
  display: grid;
  gap: 20px;
  margin-bottom: 2rem;
}

.contact-form__row.one {
  grid-template-columns: 0.4fr 0.6fr;
}

.contact-form__row.two {
  grid-template-columns: 0.6fr 0.4fr;
}

.contact-form__row.subject {
  grid-template-columns: 0.6fr 0.4fr;
}

.contact-form__row.message {
  width: 100%;
}

.contact-form__row--acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form p { margin: 0; }
.contact-form .wpcf7-form-control-wrap { display: block; width: 100%; }

.contact-form__row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  font-size: clamp(14px, 3vw, 16px);
  font-family: 'Open Sans';
  color: #000;
  outline: none;
  box-shadow: none;
  appearance: none;
  opacity: 1;
  letter-spacing: 1.6px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  border-bottom: 1px solid #003534;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.wpcf7-list-item,
.wpcf7-list-item * {
  display: inline-block;
  margin: 0;
}

.contact-form__row--acceptance span.wpcf7-form-control-wrap {
  width: fit-content;
}

.contact-form-field span.wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form__row--acceptance p {
  display: flex;
  gap: 8px;
}

.wpcf7-spinner {
  display: none;
}

.contact-form__row--submit .nav-next a {
  padding: 0;
}

.contact-form__row--acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #003534;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form__row--acceptance input[type="checkbox"]::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003534;
  transform: scale(0);
  transition: transform 0.15s ease;
  display: block;
}

.contact-form__row--acceptance input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.contact-form__row--submit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-form__row--submit .nav-line {
  display: block;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.contact-form__row--submit .nav-line.short { width: 2rem; }
.contact-form__row--submit .nav-line.long  { width: 5rem; }

.contact-form input[type="submit"]:disabled {
  opacity: 0.45;
  cursor: default;
}

.contact-mob {
  display: none;
}

@media (max-width: 1099px) {
  .page-contact .flex {
    flex-direction: column;
  }

  .contact-section {
    width: 100%;
    min-width: unset;
  }

  .contact-left {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 768px) {

  .contact-mob {
    display: block;
    margin-top: 70px;
  }

  .contact-left {
    display: none;
  }

  .contact-mob .nav-next {
    width: 100%;
  }

  .mob-text {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 40px 0;
  }

  .contact-mob .nav-next a {
    padding: 0px;
  }

  .page-contact .flex {
    padding: 50px 0 100px;
  }

  .contact-form__row--acceptance input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .contact-form__row--acceptance input[type="checkbox"]::before {
    width: 6px;
    height: 6px;
  }

  .contact-form__row {
    grid-template-columns: 1fr !important;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea,
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    border-bottom: 1px solid #003534;
    padding: 6px 0;
  }

  .contact-form__row--acceptance input[type="checkbox"] {
    border: 1px solid #003534;
  }
}


/* =========================================
   SINGLE POST
========================================= */

.single-post__topbar {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 30px;
}

.single-post__topbar::before {
  content: "";
  height: 1px;
  width: 84%;
  display: block;
  background: #003534;
}

.single-post__inner {
  margin: 0 16%;
}

.single-post__category {
  font-size: clamp(14px, 1vw, 16px);
}

.single-post__title {
  font-size: clamp(20px, 4vw, 32px);
  line-height: clamp(27px, 4vw, 44px);
  margin: 40px auto 50px 0;
  color: #000;
  font-family: 'Open Sans';
  font-weight: 400;
}

.single-post__video {
  aspect-ratio: 16/9;
  position: relative;
}

.single-post__content {
  position: relative;
}

.single-post__video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Prev / Next */
.single-post__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 15%;
  transform: translate(-50%, -50%);
  width: 100vw;
  left: 50%;
}

.single-post--video .single-post__nav {
  bottom: 50%;
}

.single-post--video .single-post__nav--default {
  display: none;
}

.nav-line {
  display: block;
  height: 1px;
  background: #000;
  transition: width 0.4s ease;
}

.nav-prev,
.nav-next {
  pointer-events: auto;
}

.single-post__nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: gap 0.4s ease;
}

.nav-next a {
  padding: 10px 0 10px 10px;
}

.nav-prev a {
  padding: 10px 10px 10px 0;
}

.word,
.wpcf7-submit {
  color: #003534;
  font-family: "Advent Pro";
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  background: none;
  border: none;
}

.nav-prev,
.nav-next {
  width: 15vw;
}

.nav-prev a,
.nav-next a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.nav-line.long {
  flex: 3;
  background: #000;
  transition: flex 0.4s ease;
}

.nav-line.short {
  flex: 1;
  background: #000;
  transition: flex 0.4s ease;
}

.nav-prev a:hover .nav-line.short,
.nav-next a:hover .nav-line.short {
  flex: 2;
}

.nav-prev a:hover .nav-line.long,
.nav-next a:hover .nav-line.long {
  flex: 1;
}

.single-post__content p:last-child {
  margin-bottom: 0;
}

.single-post__more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.single-post__more {
  margin: 145px 0 200px;
}

.single-post__more > h3 {
  color: #003534;
  font-family: "Advent Pro";
  font-size: clamp(20px, 2vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(24px, 2vw, 43px);
  text-align: center;
  margin-bottom: 65px;
}

.single-post__more-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 1099px) {

  .single-post--video .single-post__nav--default {
    display: flex;
  }

  .single-post--video .single-post__nav--video {
    display: none;
  }

  .single-post__topbar::before {
    width: 100%;
  }

  .single-post__inner {
    margin: 0;
  }

  .single-post__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    left: unset;
    gap: 20px;
  }

  .nav-prev,
  .nav-next {
    width: 25vw;
  }
}

@media (max-width: 991px) {
  .single-post-inner {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 22px 0 15px;
  }
}

@media (max-width: 768px) {

  .nav-line {
    height: 1px !important;
  }

  .single-post__topbar {
    gap: 15px;
  }

  .post-content {
    width: 100%;
  }

  .single-post__title {
    width: 80%;
    margin: 20px 0 40px 0;
  }

  .single-post__more {
    margin: 60px 0 100px;
  }

  .single-post__more > h3 {
    margin-bottom: 20px;
  }

  .nav-prev,
  .nav-next {
    width: 50vw;
  }

  .word,
  .wpcf7-submit {
    font-weight: 400;
  }
}


/* =========================================
   NEWS
========================================= */

.news-item {
  position: relative;
  aspect-ratio: 3/4;
}

#news-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(20px, 2vw, 50px);
}

.news-grid.container {
  padding: 120px 0 150px;
}

.news-item__link {
  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
  color: #000;
  height: 100%;
  width: 100%;
}

.news-item__link > div {
  overflow: hidden;
}

.news-item__content {
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  padding: 27px;
}

.news-item__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.news-item__title {
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 27px;
  margin: 0 auto 0 0;
  color: #fff;
  font-weight: 400;
}

.news-item__category {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.news-item.category-guide         { background: rgba(0, 53, 52, 0.70); }
.news-item.category-opinion       { background: rgba(0, 53, 52, 0.90); }
.news-item.category-press-release { background: rgba(0, 53, 52, 0.64); }
.news-item.category-interview     { background: rgba(0, 53, 52, 0.50); }

#load-more-news {
  color: rgba(0, 53, 52, 0.50);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  border: 0;
  background: transparent;
  margin: 110px auto 0;
  width: fit-content;
  display: block;
  transition: color 0.3s ease;
}

#load-more-news:hover,
.sub.post-filter:hover {
  color: rgba(0, 53, 52, 1);
}

@media (max-width: 1099px) {

  .news-grid.container {
    padding: 40px 0 120px;
  }

  #news-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .single #news-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .news-grid.container {
    padding: 25px 0 100px;
  }

  #news-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-item__title {
    font-size: 15px;
    line-height: 20px;
  }

  .news-item__content {
    padding: 15px 15px 20px;
  }

  #load-more-news {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
    margin: 40px auto 0 auto;
  }
}


/* =========================================
   POLICY PAGE
========================================= */

.page-template-page-policy h1 {
  margin-bottom: 25px;
}

.site-main--policy > .container {
  padding: 50px 0 100px;
}

.page-template-page-policy p:last-child {
  margin-bottom: 0;
}

.page-template-page-policy li {
  margin-bottom: 7px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
  margin-bottom: 10px;
}

#cmplz-cookies-overview .cmplz-dropdown summary {
  margin: 5px 0 0 !important;
}

.cmplz-cookiebanner .cmplz-message p {
  word-wrap: break-word;
  font-size: var(--cmplz_text_font_size);
  line-height: var(--cmplz_text_line_height);
  color: var(--cmplz_text_color);
  margin-bottom: 5px;
}

.cmplz-cookiebanner {
  grid-row-gap: 0;
}

.cmplz-placeholder-1 {
  width: 100%;
}

.cmplz-blocked-content-notice {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 53, 52, 0.84);
  color: #fff;
  font-size: clamp(25px, 4vw, 18px);
  padding: 20px;
  border: 0px;
}

@media (max-width: 768px) {
  .site-main--policy > .container {
    padding: 25px 0 50px;
  }
}