/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
}
.search-form__button {
  height: auto;
}

.accordion-single {
  max-width: 111.2rem;
  margin: 0 auto;
}
.accordion-single__item {
  border: 1px solid #efefef;
  border-radius: 2rem;
  padding: 20px 40px;
  margin-bottom: 1.6rem;
}
.accordion-single__item.is-open {
  background-color: #F7FAFD;
}
.accordion-single__title {
  padding: 20px 20px 20px 36px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
}
.accordion-single__title::after {
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  transform: translateY(-50%);
}
.accordion-single__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.accordion-single__content p {
  padding: 4px 20px 20px 36px;
  font-size: 1.6rem;
  line-height: 2;
}
.accordion-single__item.is-open .accordion-single__content {
  max-height: 650px;
}
.accordion-single__item.is-open .accordion-single__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.cursor {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  cursor: pointer;
}
.cursor__link {
  display: flex;
  width: 100%;
  height: 100%;
}
.cursor__circle {
  position: relative;
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1279px) {
  .cursor__circle {
    width: 20rem;
    height: 20rem;
  }
}
@media only screen and (min-width: 1919px) {
  .cursor__circle {
    width: 9.688vw;
    height: 9.688vw;
  }
}
.cursor__logo {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (min-width: 1279px) {
  .cursor__logo {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (min-width: 1919px) {
  .cursor__logo {
    width: 5.208vw;
    height: 5.208vw;
  }
}
.cursor__text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 25s linear infinite;
}
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cursor__text-container span {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-size: 1.6rem;
  text-transform: uppercase;
  transform-origin: 0 78px;
  color: var(--black);
}
@media only screen and (min-width: 1279px) {
  .cursor__text-container span {
    top: 0.9rem;
    font-size: 1.8rem;
    transform-origin: 0 85px;
  }
}
@media only screen and (min-width: 1919px) {
  .cursor__text-container span {
    top: 0.469vw;
    font-size: 0.938vw;
    transform-origin: 0 4.427vw;
  }
}

.team__slide {
  cursor: pointer;
}
.team__slide a {
  text-decoration: none;
}
.team__slide.active .team__first-name {
  font-weight: 800;
}
.team__slide.active .team__last-name {
  font-weight: 800;
}
.team__first-name {
  font-size: 3.2rem;
  font-family: "FuturaPT";
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black);
  text-align: right;
  text-decoration: none;
  padding-right: 3rem;
}
.team__last-name {
  font-size: 3.2rem;
  font-family: "FuturaPT";
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black);
  text-align: right;
  text-decoration: none;
  padding-right: 3rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 60%);
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 50px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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:after,
.swiper-rtl .swiper-button-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzkiIGhlaWdodD0iNzkiIHZpZXdCb3g9IjAgMCA3OSA3OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM5LjUwMDMgMS41ODM0MkMxOC41NTk1IDEuNTgzNDIgMS41ODM2NyAxOC41NTkzIDEuNTgzNjcgMzkuNTAwMUMxLjU4MzY3IDYwLjQ0MDkgMTguNTU5NSA3Ny40MTY4IDM5LjUwMDMgNzcuNDE2OEM2MC40NDExIDc3LjQxNjcgNzcuNDE3IDYwLjQ0MDkgNzcuNDE3IDM5LjUwMDFDNzcuNDE3IDE4LjU1OTMgNjAuNDQxMSAxLjU4MzQxIDM5LjUwMDMgMS41ODM0MloiIGZpbGw9IiNEQ0ZFNEUiLz4KPHBhdGggZD0iTTM5LjUwMDMgNTQuNjY2OEw1NC42NjcgMzkuNTAwMUwzOS41MDAzIDI0LjMzMzQiIGZpbGw9IiNEQ0ZFNEUiLz4KPHBhdGggZD0iTTM5LjUwMDMgNTQuNjY2OEw1NC42NjcgMzkuNTAwMU01NC42NjcgMzkuNTAwMUwzOS41MDAzIDI0LjMzMzRNNTQuNjY3IDM5LjUwMDFMMjQuMzMzNyAzOS41MDAxTTEuNTgzNjcgMzkuNTAwMUMxLjU4MzY3IDE4LjU1OTMgMTguNTU5NSAxLjU4MzQyIDM5LjUwMDMgMS41ODM0MkM2MC40NDExIDEuNTgzNDEgNzcuNDE3IDE4LjU1OTMgNzcuNDE3IDM5LjUwMDFDNzcuNDE3IDYwLjQ0MDkgNjAuNDQxMSA3Ny40MTY3IDM5LjUwMDMgNzcuNDE2OEMxOC41NTk1IDc3LjQxNjggMS41ODM2NyA2MC40NDA5IDEuNTgzNjcgMzkuNTAwMVoiIHN0cm9rZT0iIzFCMUMxQyIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  transform: rotate(180deg);
  width: 7.5rem;
  height: 7.5rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 50px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzkiIGhlaWdodD0iNzkiIHZpZXdCb3g9IjAgMCA3OSA3OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM5LjUwMDMgMS41ODM0MkMxOC41NTk1IDEuNTgzNDIgMS41ODM2NyAxOC41NTkzIDEuNTgzNjcgMzkuNTAwMUMxLjU4MzY3IDYwLjQ0MDkgMTguNTU5NSA3Ny40MTY4IDM5LjUwMDMgNzcuNDE2OEM2MC40NDExIDc3LjQxNjcgNzcuNDE3IDYwLjQ0MDkgNzcuNDE3IDM5LjUwMDFDNzcuNDE3IDE4LjU1OTMgNjAuNDQxMSAxLjU4MzQxIDM5LjUwMDMgMS41ODM0MloiIGZpbGw9IiNEQ0ZFNEUiLz4KPHBhdGggZD0iTTM5LjUwMDMgNTQuNjY2OEw1NC42NjcgMzkuNTAwMUwzOS41MDAzIDI0LjMzMzQiIGZpbGw9IiNEQ0ZFNEUiLz4KPHBhdGggZD0iTTM5LjUwMDMgNTQuNjY2OEw1NC42NjcgMzkuNTAwMU01NC42NjcgMzkuNTAwMUwzOS41MDAzIDI0LjMzMzRNNTQuNjY3IDM5LjUwMDFMMjQuMzMzNyAzOS41MDAxTTEuNTgzNjcgMzkuNTAwMUMxLjU4MzY3IDE4LjU1OTMgMTguNTU5NSAxLjU4MzQyIDM5LjUwMDMgMS41ODM0MkM2MC40NDExIDEuNTgzNDEgNzcuNDE3IDE4LjU1OTMgNzcuNDE3IDM5LjUwMDFDNzcuNDE3IDYwLjQ0MDkgNjAuNDQxMSA3Ny40MTY3IDM5LjUwMDMgNzcuNDE2OEMxOC41NTk1IDc3LjQxNjggMS41ODM2NyA2MC40NDA5IDEuNTgzNjcgMzkuNTAwMVoiIHN0cm9rZT0iIzFCMUMxQyIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 7.5rem;
  height: 7.5rem;
}

.menu-icon {
  margin-left: 6.25vw;
  display: block;
}

/* nav-icon-8 */
.nav-icon-8 {
  width: 36px;
  height: 32px;
  padding: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-8 span {
  background-color: #000;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
}

.nav-icon-8 span:nth-child(1) {
  top: 4px;
  left: 0px;
  height: 1px;
}

.nav-icon-8 span:nth-child(2) {
  top: 16px;
  left: 0px;
  height: 2px;
}

.nav-icon-8 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  height: 3px;
}

.nav-icon-8:not(.open):hover span:nth-child(1) {
  transform: scaleX(0.8);
}

.nav-icon-8:not(.open):hover span:nth-child(2) {
  transform: scaleX(0.5);
}

.nav-icon-8:not(.open):hover span:nth-child(3) {
  transform: scaleX(0.8);
}

.nav-icon-8.open span:nth-child(1) {
  top: 13px;
}

.nav-icon-8.open span:nth-child(2) {
  top: 13px;
}

.nav-icon-8.open span:nth-child(3) {
  top: 13px;
}

.polylang_langswitcher {
  display: flex;
  border-radius: 8rem;
  border: 2px solid var(--black);
  margin-left: 3.125vw;
  width: 7.6rem;
  height: 3.8rem;
  justify-content: space-between;
  position: relative;
}
.polylang_langswitcher .lang-item {
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 50%;
}
.polylang_langswitcher .lang-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  width: 3.8rem;
  height: 3.8rem;
  text-decoration: none;
  color: #969696;
}
.polylang_langswitcher .lang-item a:hover {
  color: var(--black);
}
.polylang_langswitcher .lang-item.current-lang {
  background-color: var(--black);
}
.polylang_langswitcher .lang-item.current-lang a {
  color: var(--white);
}
.polylang_langswitcher .lang-item-pl {
  position: absolute;
  top: -0.2rem;
  left: 0;
}
.polylang_langswitcher .lang-item-en {
  position: absolute;
  top: -0.2rem;
  right: 0;
}

.site {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.site-header.js-scroll-up, .site-header.js-scroll-down, .site-header.is-mobile-navigation-expanded {
  transform: translateY(0);
}
.site-header.js-scroll-down {
  transform: translateY(-100%);
}
.site-header > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.35s ease;
  z-index: 1;
}
.site-header__navbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  margin: 0 auto;
  padding-left: 3.846vw;
  padding-right: 3.846vw;
}
@media only screen and (min-width: 1279px) {
  .site-header__navbar {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.site-header__button {
  position: relative;
  display: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--black);
  background: transparent;
  height: 3.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 2px solid var(--black);
  border-radius: 4.6rem;
  padding: 1.35rem 2.4rem;
  z-index: 0;
  font-weight: 400;
  transition: all 0.3s ease;
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 639px) {
  .site-header__button {
    display: flex;
  }
}
.site-header__button:hover {
  background: var(--black);
  color: var(--white);
}
.site-header__menu-block {
  display: flex;
  align-items: center;
}

.site-branding {
  display: flex;
  margin: 0;
}
.site-logo {
  display: block;
}
.site-logo img, .site-logo svg {
  width: auto;
  max-width: 13rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .site-logo img, .site-logo svg {
    max-width: 15.5rem;
  }
}
.site-title {
  display: block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.site-title:hover {
  color: #c8d7ea;
}

.site-navigation {
  display: none;
  margin: auto 0;
}
@media only screen and (min-width: 959px) {
  .site-navigation {
    display: block;
  }
}
.site-navigation .menu {
  display: flex;
}
.site-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-navigation .menu-item:hover, .site-navigation .menu-item.is-expanded {
  color: #ff5123;
}
.site-navigation .menu-item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: inherit;
}
.site-navigation .menu-item-link::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 0.9rem);
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.35s ease;
}
.site-navigation .menu-item-link:hover {
  color: #C2C2C2;
}
.site-navigation .menu-item-link:hover::after {
  width: 100%;
}
.site-navigation .menu-item-link[aria-current=page]::after {
  width: 100%;
}
.site-navigation .menu-item-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.site-navigation .menu-item-link:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}
.site-navigation .menu > .menu-item > a {
  height: 4.8rem;
}
.site-navigation .menu > .menu-item + li {
  margin-left: 4em;
}
.site-navigation .submenu {
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  width: 14em;
  color: #fff;
  background: #ff5123;
  margin: 0 0 0 -7em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.site-navigation .submenu a {
  visibility: hidden;
}
.site-navigation .submenu[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.site-navigation .submenu[aria-hidden=false] a {
  visibility: visible;
}
.site-navigation .submenu-toggle {
  position: unset;
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
  background: transparent;
  margin-left: 0.4rem;
}
.site-navigation .submenu-toggle svg {
  transition: transform 0.35s ease;
}
.site-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-navigation .submenu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.625em 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.site-navigation .submenu .menu-item a:hover {
  color: inherit;
}
.site-navigation .submenu .menu-item:first-child::before, .site-navigation .submenu .menu-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 5px solid;
  border-color: #ff5123 transparent transparent #ff5123;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.site-navigation .submenu .menu-item:first-child::after {
  top: -0.4rem;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}
.site-navigation .submenu .menu-item:first-child a {
  border-top: 0;
  padding-top: 1.5em;
}
.site-navigation .submenu .menu-item:last-child a {
  border-bottom: 0;
  padding-bottom: 1.5em;
}
.site-navigation .submenu .menu-item:hover a {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: transparent;
}
.site-navigation .submenu::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
}
.site-navigation .submenu::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2px 0;
  background: inherit;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.site-navigation .menu-item:last-child ul {
  left: unset;
  right: 0;
}
.site-navigation .menu-item:last-child ul li:first-child::before, .site-navigation .menu-item:last-child ul li:first-child::after {
  right: 2.4rem;
  left: unset;
}
.site-navigation + * {
  margin-left: 4.8rem;
}

.site-header.is-sticky .site-navigation .menu-item:hover, .site-header.is-sticky .site-navigation .menu-item.is-expanded {
  color: #ff5123;
}

.mobile-navigation {
  z-index: 10;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 959px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 2.5em;
  font-size: 1em;
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
  border-radius: 5em;
}
.mobile-navigation__toggle:hover {
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
}
.mobile-navigation__toggle .icon {
  position: absolute;
  width: unset;
  height: auto;
}
.mobile-navigation__toggle .icon--close {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--menu {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--close {
  opacity: 1;
}
.mobile-navigation__container {
  position: fixed;
  top: var(--site-header--height);
  left: -100%;
  visibility: hidden;
  display: block;
  width: calc(100vw - 4.8rem - var(--site-padding));
  max-width: 48rem;
  height: calc(100vh - var(--site-header--height));
  font-weight: 500;
  color: #3b413a;
  background: #fafcfe;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.01);
  padding: 0 calc(var(--site-padding) - 2.4rem) 0 var(--site-padding);
  transition: all 0.35s ease;
}
.mobile-navigation__container[aria-hidden=false] {
  left: 0;
  visibility: visible;
}
.mobile-navigation__inner-container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  padding: var(--site-padding) 0 calc(var(--site-padding) + 1.6rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-navigation__inner-container::-webkit-scrollbar {
  display: none;
}
.mobile-navigation .menu {
  padding-right: 2.4rem;
}
.mobile-navigation .menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mobile-navigation .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.07) 50%);
  pointer-events: none;
}
.mobile-navigation .menu > li:first-child::before {
  display: none;
}
.mobile-navigation .menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 4.8rem;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0;
}
.mobile-navigation .menu-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.mobile-navigation .submenu {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mobile-navigation .submenu-toggle {
  position: unset;
  color: inherit;
  background: transparent;
}
.mobile-navigation .submenu-toggle svg {
  max-width: 0.9rem;
  transition: transform 0.35s ease;
}
.mobile-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.mobile-navigation .submenu .menu-link {
  visibility: hidden;
  padding-left: 0.75em;
}
.mobile-navigation .submenu[aria-hidden=false] {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.mobile-navigation .submenu[aria-hidden=false] .menu-link {
  visibility: visible;
}
.mobile-navigation__backdrop {
  top: var(--site-header--height);
  height: calc(100vh - var(--site-header--height));
}

.site-content {
  flex: 1;
  max-width: 100vw;
}

.post-item {
  position: relative;
}
.post-item__inner-container {
  background: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px #f2f9fb;
}
.post-item__image {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 66.67%;
}
.post-item__image img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item__title {
  font-size: 2.1rem;
  margin: 0.5em 0 0.75em;
}
.post-item__date {
  position: relative;
  width: auto;
}
.post-item__content {
  padding: 6% 8% 10%;
}
.post-item__content > :first-child {
  margin-top: 0;
}
.post-item__content > :last-child {
  margin-bottom: 0;
}

.post-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
@media only screen and (min-width: 639px) {
  .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 959px) {
  .post-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1279px) {
  .post-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pagination {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.pagination .icon-button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
}
.pagination-links {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 5.6rem;
  padding: 0 5.6rem;
}
.pagination-links__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-links__item {
  margin: 0.4rem;
}
.pagination-links__dots {
  margin: 0.4rem;
  pointer-events: none;
}
.pagination-links__prev, .pagination-links__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0.4rem;
}
.pagination-links__prev {
  left: 0;
  margin-left: 0;
}
.pagination-links__next {
  right: 0;
  margin-right: 0;
}
.pagination-links--without-numbers {
  width: 11.2rem;
}
.pagination-links--without-numbers.is-right-aligned {
  margin-left: auto;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}

.post-header {
  background: #f3f6f9;
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__inner-container {
  padding-top: clamp(6.4rem, 6.4rem + 64 * (100vw - 375px) / 905, 12.8rem);
  padding-bottom: clamp(4.8rem, 4.8rem + 48 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__title {
  max-width: var(--max-width--medium);
  font-size: clamp(3.2rem, 3.2rem + 28 * (100vw - 375px) / 905, 6rem);
  text-align: center;
}
.post-header__text {
  max-width: var(--max-width--medium);
  font-size: clamp(1.8rem, 1.8rem + 4 * (100vw - 375px) / 905, 2.2rem);
  line-height: 1.65;
  text-align: center;
}

.site-content__inner-container > .post-header:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}

.post-content {
  position: relative;
}

.post-author {
  display: flex;
  align-items: flex-end;
}
.post-author__avatar {
  margin-right: 2.4rem;
}
.post-author__avatar img {
  border: 3px solid #e5e5e5;
}
.post-author__content {
  display: flex;
  line-height: 1;
  letter-spacing: 0.02em;
}
.post-author__byline {
  font-weight: 500;
}
.post-author__name {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0 0.25em;
}
.post-author.has-avatar .post-author__content {
  flex-flow: column;
  padding-bottom: 0.3rem;
}
.post-author.has-avatar .post-author__byline {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.post-author.has-avatar .post-author__name {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 1rem 0 0;
}

.post-date {
  display: flex;
}
.post-date__label, .post-date__published {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.5;
}
.post-date__label {
  margin-right: 0.4rem;
}

.post-terms {
  position: relative;
}
.post-terms__label {
  display: block;
  font-size: 1.4rem;
  color: #8290af;
  margin-bottom: 1.6rem;
}
.post-terms__list {
  display: flex;
  padding: 0;
  margin: -0.4rem;
}
.post-terms__list-item {
  margin: 0.4rem;
}

.post-term {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #8290af;
  background: #fff;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-term:hover {
  color: #3b413a;
  background: #fafcfe;
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.08);
}

.post-navigation .pagination-links {
  width: 11.2rem;
}

.post-comments {
  position: relative;
  width: auto;
  max-width: unset;
  padding-right: calc((100% - var(--max-width--wide)) / 2 - var(--site-padding));
  padding-left: calc((100% - var(--max-width--regular)) / 2 - var(--site-padding));
  margin-top: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-right: var(--site-padding);
  margin-left: var(--site-padding);
}
.post-comments__heading {
  font-size: 3.2rem;
}
.post-comments__list {
  margin-top: 4.8rem;
}
.post-comments__list ol {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  margin: 3.2rem 0 0;
}
.post-comments__form {
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  padding: 4.8rem 5.6rem 6.4rem;
}
.post-comments__form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2rem + 4 * (100vw - 375px) / 905, 2.4rem);
  margin: 0;
}
.post-comments__form-title > a {
  text-transform: capitalize;
  border: 0;
  margin: 0 auto 0 0.5em;
}
.post-comments__form-title small {
  margin-left: 0.75em;
}
.post-comments__form-title small a {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e9eefd;
  padding: 0.8rem 1.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-comments__form-title small a:hover {
  color: #4061a9;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.post-comments__list + .post-comments__form {
  margin-top: 5.6rem;
}
.post-comments__pagination {
  max-width: var(--max-width--regular);
  margin: 6.4rem 0;
}

.comment {
  position: relative;
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  margin: 4.8rem 0 0;
}
.comment-body {
  display: flex;
  flex-flow: column;
  padding: 3.2rem;
}
.comment-meta {
  position: relative;
  display: flex;
  flex-flow: column;
}
.comment-author {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  min-height: 7.2rem;
  padding-left: 10.4rem;
}
.comment-author__avatar {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8rem;
  height: 8rem;
}
.comment-author__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 2px #e9eefd;
  border-radius: 50%;
  padding: 8px;
}
.comment-author__name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.comment-author__role {
  font-weight: 500;
  color: #788ebe;
  background: #f7f9fd;
  padding: 0.375em 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-author__role + .comment-author__role {
  margin-left: 0.8rem;
}
.comment-date {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
.comment-date__published {
  color: #788ebe;
  background: #f7f9fd;
  border-radius: 1.6rem;
  padding: 0.5em 1.5em;
}
.comment-awaiting-moderation {
  display: block;
  margin: 1.5em 0 0;
  letter-spacing: 0.02em;
}
.comment-content {
  order: 2;
  margin: 2.4rem 0 0;
}
.comment-content__notice {
  display: block;
  font-size: 1.6rem;
  color: #4086c3;
  background: #f1f9ff;
  padding: 0.75em 1.5em;
}
.comment-toolbar {
  order: 3;
  display: flex;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link, .comment-edit-link {
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: #f7f9fd;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0.375em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link:hover, .comment-edit-link:hover {
  color: #4061a9;
  background: #fff;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.comment-edit-link {
  border-left: 0;
}
.comment-reply-link + .comment-edit-link {
  margin-left: 1rem;
}
.comment:first-child {
  margin-top: 0;
}

.comment-form {
  margin-top: 2.4rem;
}
.comment-form__cookies {
  margin-top: 3.2rem;
}
.comment-form__submit {
  margin-top: 4.8rem;
}

.sidebar {
  position: relative;
}

.site-footer {
  overflow: hidden;
  position: relative;
  background: var(--black);
  z-index: 0;
}
.site-footer__inner-container {
  position: relative;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
}
.site-footer__container {
  padding-top: 4.7rem;
}
.site-footer__column-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 639px) {
  .site-footer__column-wrapper {
    flex-direction: row;
  }
}
.site-footer__column {
  width: 100%;
  color: var(--white);
}
@media only screen and (min-width: 639px) {
  .site-footer__column {
    width: 50%;
  }
}
@media only screen and (min-width: 959px) {
  .site-footer__column {
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .site-footer__column {
    width: 25%;
  }
}
.site-footer__column-heading-container {
  height: 11.9rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.2rem;
  border-bottom: 4px solid var(--white);
}
@media only screen and (min-width: 639px) {
  .site-footer__column-content {
    padding-right: 3.2rem;
  }
}
@media only screen and (min-width: 639px) {
  .site-footer__column-content--2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .site-footer__column-content--2 {
    padding-right: 3.2rem;
  }
}
@media only screen and (min-width: 639px) {
  .site-footer__column-content--4 {
    padding-right: 0;
  }
}
.site-footer__column-heading {
  font-size: 2.8rem;
  line-height: 1;
  font-size: SwearDisplay;
  margin-bottom: 0;
  text-transform: uppercase;
}
.site-footer__content-heading {
  font-family: MADEOkineSans;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 3px solid var(--white);
}
.site-footer__content-heading a {
  color: var(--white);
  text-decoration: none;
}
.site-footer__content-heading--double {
  border-bottom: 2px solid var(--white);
}
.site-footer__content-heading--single {
  border-bottom: 1px solid var(--white);
}
.site-footer__content-heading--uppercase {
  text-transform: uppercase;
}
.site-footer__logo svg {
  width: 15.5rem;
  height: auto;
}
@media only screen and (min-width: 959px) {
  .site-footer__logo svg {
    width: 24rem;
  }
}
.site-footer__logo svg path {
  fill: var(--white);
}
.site-footer__copyrights {
  padding-top: 3.6rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.site-footer__copyrights-label {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer__bottom-nav {
  display: flex;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.site-footer__bottom-nav-link {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--white);
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer__bottom-nav-link:hover {
  color: var(--white);
}

.site-contact {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.site-contact__inner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
  transition: transform 0.6s ease;
  transform: translateX(100%);
  margin: 0 0 0 auto;
  z-index: 100;
}
@media only screen and (min-width: 1279px) {
  .site-contact__inner-container {
    width: 50%;
  }
}
.site-contact__inner-container > div {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}
.site-contact__header {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
}
.site-contact__header h4 {
  font-size: 2rem;
  color: #868A86;
}
.site-contact__header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 2.5em;
  font-size: 1em;
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
  border-radius: 5em;
}
.site-contact__header button:hover {
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
}
.site-contact__form {
  position: relative;
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 905, 2rem);
  width: 100%;
  height: 100%;
  margin: 2vw 0 0;
}
.site-contact__backdrop {
  position: absolute;
  background: rgba(247, 247, 247, 0.5);
}
.site-contact[aria-hidden=false] {
  pointer-events: all;
}
.site-contact[aria-hidden=false] > div {
  transform: translateX(0);
}
.site-contact[aria-hidden=false] > button {
  opacity: 1;
  pointer-events: all;
}

.single-team__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .single-team__container {
    flex-direction: row;
  }
}
.single-team__column {
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .single-team__column {
    width: 50%;
  }
}
.single-team__column.left {
  background-color: var(--yellow);
  padding-top: 12rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 6.8rem;
}
@media only screen and (min-width: 959px) {
  .single-team__column.left {
    padding-top: 12rem;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1279px) {
  .single-team__column.left {
    padding-top: 6.25vw;
    padding-right: 4.17vw;
  }
}
.single-team__column.right {
  background-color: var(--yellow);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}
.single-team__column.right img {
  max-width: 96rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.single-team__first-name {
  text-align: right;
  font-size: 3rem;
  font-family: "FuturaPT";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 639px) {
  .single-team__first-name {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .single-team__first-name {
    font-size: 2.81vw;
  }
}
.single-team__last-name {
  font-size: 3.6rem;
  text-align: right;
  font-family: "Climate Crisis";
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 639px) {
  .single-team__last-name {
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 959px) {
  .single-team__last-name {
    font-size: 4.69vw;
  }
}
.single-team__content {
  display: flex;
  margin-top: 4rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .single-team__content {
    max-width: 56rem;
  }
}
.single-team__specialization-container {
  border-top: 1px solid var(--black);
  margin-bottom: 3rem;
}
.single-team__specialization-item {
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 2.2rem;
  font-family: "FuturaPT";
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--black);
}
@media only screen and (min-width: 639px) {
  .single-team__specialization-item {
    font-size: 2.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .single-team__specialization-item {
    font-size: 1.67vw;
    height: 4.17vw;
    line-height: 4.17vw;
  }
}
.single-team__text p {
  font-size: 2.2rem;
  font-family: "FuturaPT";
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single-team__cooperation-container {
  margin-top: 2rem;
}
.single-team__cooperation-label {
  font-size: 2.2rem;
  font-family: "FuturaPT";
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.single-team__cooperation-text {
  font-size: 2.2rem;
  font-family: "FuturaPT";
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}

/*# sourceMappingURL=theme.css.map*/