html,
.post,
.page {
  margin: 0 !important;
  scroll-behavior: smooth !important;
}

html.is-locked {
  overflow: hidden;
}

body {
  background: #fffcf8;
}

body.single {
  background: #fffcf8;
}

body.single-press {
  background: #efeadf;
}

#wpadminbar {
  display: none !important;
}

a,
button,
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Public Sans", sans-serif;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

a,
button {
  cursor: pointer;
}

p,
a,
button,
input,
textarea,
select,
label{
  font-family: "Public Sans", sans-serif;
  margin: 0;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Martina Plantijn", sans-serif;
  margin: 0;
  letter-spacing: 0;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-family: "Martina Plantijn", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.main-section {
  overflow: hidden;
}

.main-title-h1 {
  color: #0d0d0d;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.main-title-h2 {
  color: #0d0d0d;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.main-title-h3 {
  color: #0d0d0d;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.main-title-h4 {
  color: #0d0d0d;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.main-title-h5 {
  color: #0d0d0d;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.main-title-h6 {
  color: #0d0d0d;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.main-title-h1 span,
.main-title-h2 span,
.main-title-h3 span,
.main-title-h4 span,
.main-title-h5 span,
.main-title-h6 span,
.main-title-h1 em,
.main-title-h2 em,
.main-title-h3 em,
.main-title-h4 em,
.main-title-h5 em,
.main-title-h6 em {
  font-family: "Martina Plantijn", sans-serif;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 992px) {
  .main-title-h1 {
    font-size: 48px;
    line-height: 110%;
  }

  .main-title-h2 {
    font-size: 40px;
    line-height: 110%;
  }

  .main-title-h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .main-title-h4 {
    font-size: 28px;
    line-height: 120%;
  }

  .main-title-h5 {
    font-size: 24px;
    line-height: 130%;
  }
  .main-title-h6 {
    font-size: 18px;
    line-height: 140%;
  }
}

.main-link {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  padding-bottom: 8px;
  text-decoration: none;
}

.main-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0d0d0d;
  transition: all 0.3s ease;
}

.main-link:hover::after {
  width: 0;
}

/* Header */
.hb-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
}

html {
  margin-top: 0 !important;
}

/* team-modal */

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  top: 0;
  width: 100vw;
  height: 100dvh;
  overscroll-behavior: contain;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.contact-link {
  background: transparent;
  padding: 0 0 8px 0;
  border: none;
}

.team-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  width: fit-content;
  margin-left: auto;
  padding: 0;
  height: 32px;
  width: 32px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-modal.is-open {
  visibility: visible;
  pointer-events: all;
}

.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
  opacity: 0;
  backdrop-filter: blur(2px);
}

.team-modal.is-open .team-modal__overlay {
  opacity: 1;
}

.team-modal__dialog {
  position: absolute;
  inset: 0;
  margin-left: auto;
  width: min(700px, 100%);
  background: #2b2b2b;
  color: #fff;
  padding: 64px 60px 64px 60px;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  transform: translateX(100%);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  opacity: 0;
}

.team-modal.is-open .team-modal__dialog {
  transform: translateX(0);
  opacity: 1;
}

.team-modal__title {
  color: #fff;
  display: block;
}

/* team-modal-end */

.header-open {
  padding: 0;
  background: initial;
  border: none;
  cursor: pointer;
}

.header-open-line {
  height: 1px;
  width: 40px;
  background: #2b2b2b;
}

.site-header-wrapper {
  background: transparent;
  position: relative;
  z-index: 10;
}

.site-header-wrapper-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px 20px 60px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.site-header-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #2b2b2b;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.2s ease;
}

.site-header-wrapper.active::after {
  opacity: 1;
}

.header-main-logo-link {
  display: flex;
}

.header-open.active {
  /* rotate: 90deg; */
}
.site-header-wrapper.active .header-main-logo-link {
  display: none;
}
.header-dark-logo-link {
  display: none;
}
.site-header-wrapper.active .header-dark-logo-link {
  display: flex;
}
.header-dark-logo {
  opacity: 0;
  height: 80px;
  width: auto;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
}

.header-main-logo {
  height: 80px;
  width: auto;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
}

.site-header-wrapper.active .header-main-logo {
  opacity: 0;
}

.site-header-wrapper.active .header-dark-logo {
  opacity: 1;
}

.header-open.active .header-open-line {
  background: #fff;
}

.site-header-wrapper-main.on-dark .header-open-line {
  background: #fff;
}

.site-header-wrapper-main.on-dark .header-main-logo {
  filter: invert(1) brightness(200%);
}

.site-header {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-burger-menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  background: #2b2b2b;
  z-index: 9;
  overflow-y: auto;
  transform: translateY(-105%);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition:
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 300ms ease-out;
}

.header-burger-menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .header-burger-menu {
    transition: none;
  }
}

#wpadminbar {
  display: none !important;
}

.header-burger-menu-wrapper {
  padding: 146px 60px 80px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.hb-menu__list.dim .hb-menu__link:not(.is-current) {
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.hb-menu__list.dim .hb-menu__link {
  opacity: 0.25;
  transition: opacity 0.2s ease;
}
.hb-menu__list.dim .hb-menu__link.is-current {
  opacity: 1;
}

.hb-menu__link {
  display: block;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Martina Plantijn", sans-serif;
  color: #fffcf8 !important;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 60px */
  text-decoration: none;
  transition: all 0.3s ease;
}

.hb-menu__list {
  display: flex;
  flex-direction: column;
}

.hb-menu__list .hb-menu__link:not(:first-child) {
  padding-top: 10px;
}

.hb-menu__list .hb-menu__link:not(:last-child) {
  padding-bottom: 10px;
}

/* @media (hover: hover) {
  .hb-menu__link:hover {
    font-style: italic;
  }
} */

.hb-menu__link {
  position: relative;
  display: inline-block;
}

.hb-menu__link {
  position: relative;
  display: inline-block;
  padding-left: 0.08em;
  padding-right: 0.16em;
  white-space: nowrap;
}

.hb-menu__link-text {
  display: inline-block;
}

.hb-menu__link::after {
  content: attr(data-text);
  position: absolute;
  left: 0.08em;
  top: 7px;
  font-style: italic;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

@media (hover: hover) {
  .hb-menu__link:hover .hb-menu__link-text {
    opacity: 0;
  }

  .hb-menu__link:hover::after {
    opacity: 1;
  }
}

.hb-grid {
  display: flex;
  align-items: flex-start;
  gap: 150px;
  justify-content: space-between;
}

.hb-media {
  position: relative;
  aspect-ratio: 759/523;
  overflow: hidden;
  max-width: 759px;
  width: 100%;
}

.hb-media__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.hb-media__img.is-active {
  opacity: 1;
  visibility: visible;
}

.hb-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hb-cta {
  display: inline-flex;
  margin-top: 24px;
}

.hb-media__imgage-mobile {
  display: none;
}

/* Loader */
html.pl-lock,
body.pl-lock {
  overflow: hidden;
}

.pl-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: transform 0.5s ease;
  will-change: transform;
}

.pl-overlay.is-done {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .pl-overlay {
    transition: none;
  }
}

.header-main-link {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}

.header-main-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0d0d0d;
  transition: all 0.3s ease;
}

.site-header-wrapper-main.on-dark .header-main-link,
.site-header-wrapper.active .header-main-link {
  color: #fff;
}

.site-header-wrapper-main.on-dark .header-main-link::after,
.site-header-wrapper.active .header-main-link::after {
  background: #fff;
}

@media (hover: hover) {
  .header-main-link:hover::after {
    width: 0;
  }

  .header-main-link:hover {
  }
}

@media (max-width: 1200px) {
  .hb-menu__link {
    font-size: 52px;
  }

  .hb-grid {
    gap: 70px;
  }
}

@media (max-width: 992px) {
  .hb-menu__list .hb-menu__link:not(:last-child) {
    padding-bottom: 7px;
  }

  .hb-menu__list .hb-menu__link:not(:first-child) {
    padding-top: 7px;
  }

  .header-main-logo,
  .header-dark-logo {
    height: 72px;
  }

  .header-main-link {
    font-size: 16px;
  }

  .site-header-wrapper-main {
    padding: 24px 24px 20px 24px;
    flex-direction: row-reverse;
  }

  .header-contact-link {
    display: none;
  }

  .header-burger-menu-wrapper {
    padding: 100px 24px;
  }

  .hb-media {
    display: none;
  }

  .hb-side {
    max-width: 100%;
  }

  .hb-grid {
    display: block;
  }
}

/* hero-section */

.hero-section {
  position: relative;
  height: 100dvh;
  min-height: 700px;
  overflow: hidden;
  background: #000;
  margin-top: -150px;
}

.hero-section.hero-section--about {
  min-height: initial;
  height: 650px;
}

.hero-section__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 2.4s ease;
}

.hero-section__subtitle {
  color: #fffcf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  display: block;
  margin-bottom: 8px;
}

.hero-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(50, 42, 42, 0.6) 0%,
    rgba(50, 42, 42, 0.2) 41.83%,
    rgba(50, 42, 42, 0.9) 100%
  );
  opacity: 1;
}

.hero-section__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 64px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.main-title-h1.hero-section__title {
  position: absolute;
  left: 64px;
  top: 50%;
  margin: 0;
  color: #fffcf8;
  width: max-content;
  max-width: calc(100% - 128px);
  opacity: 0;
  transform: translateY(-50%);
  transition:
    opacity 0.6s ease,
    transform 2.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  text-align: left;
}

.hero-section__title p {
  margin: 0;
}

/* стартовое состояние */
body.hero-intro-pending .hero-section {
  background: #000;
}

body.hero-intro-pending .hero-section__media {
  opacity: 0;
}

body.hero-intro-pending .hero-section__title {
  opacity: 0;
  transform: translateY(-50%);
}

body.hero-title-visible .hero-section__media {
  opacity: 0;
}

body.hero-title-visible .hero-section__title {
  opacity: 1;
  transform: translateY(-50%);
}

body.hero-intro-finished .hero-section__media {
  opacity: 1;
}

body.hero-intro-finished .hero-section__title {
  opacity: 1;
  transform: translateY(calc(50dvh - 56px - 100%));
}

body.preloader-already-seen .hero-section__media {
  opacity: 1;
}

body.preloader-already-seen .hero-section__title {
  opacity: 1;
  transform: translateY(calc(50dvh - 56px - 100%));
}

/* loader */

.pl-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.8s ease,
    visibility 0s linear 0.8s;
}

.pl-overlay.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.pl-lock,
body.pl-lock {
  overflow: hidden;
}

.site-header {
  transition:
    opacity 0.6s ease,
    visibility 0s linear 0.6s;
}

body.hero-intro-pending .site-header,
body.hero-title-visible .site-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.hero-intro-finished .site-header,
body.preloader-already-seen .site-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.8s ease,
    visibility 0s linear 0s;
}

.site-header , .site-header-wrapper{
  transition: all 0.3s ease;
}

.site-header.header-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.hero-intro-finished .site-header.header-hidden .site-header-wrapper ,
body.preloader-already-seen .site-header.header-hidden .site-header-wrapper{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 992px) {
  .hero-section,
  .hero-section.hero-section--about {
    margin-top: -116px;
    height: 100dvh;
    min-height: 100dvh;
  }

  .hero-section__content {
    padding: 24px 24px 64px 24px;
  }

  .main-title-h1.hero-section__title {
    left: 24px;
    max-width: calc(100% - 48px);
  }

  body.hero-intro-finished .hero-section__title,
  body.preloader-already-seen .hero-section__title {
    transform: translateY(calc(50dvh - 64px - 100%));
  }
}

/* parallax-section  */

/* parallax-section */

.parallax-section {
  background: #f3f0eb;
  padding-top: 114px;
  padding-bottom: 160px;
  overflow: hidden;
}

.parallax-section__inner {
  position: relative;
}

.parallax-section__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}

.parallax-section__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.parallax-section__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: -40px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.parallax-section__title {
  font-family: "Martina Plantijn", sans-serif;
  margin-top: 140px;
}

.parallax-section__title p:last-child,
.parallax-section__subtitle p:last-child {
  margin-bottom: 0;
}

.parallax-section__subtitle {
  font-family: "Martina Plantijn", sans-serif;
  color: #0d0d0d;
  text-align: center;
  font-family: "Test Martina Plantijn";
  font-size: 32px;
  font-weight: 300;
  line-height: 160%;
  font-style: italic;
}

.parallax-section__link {
  font-family: "Martina Plantijn", sans-serif;
  margin: 16px auto 0 auto;
  display: block;
  width: fit-content;
}

.parallax-section__image {
  --parallax-y: 420px;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
  transition: all 0.2s linear;
  flex: 0 0 auto;
}

.parallax-section__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* top row */
.parallax-section__image--1 {
  aspect-ratio: 39/46;
  max-width: 312px;
  margin-top: -60px;
}

.parallax-section__image--2 {
  aspect-ratio: 536 / 359;
  max-width: 536px;
}

/* bottom row */
.parallax-section__image--3 {
  max-width: 372px;
  aspect-ratio: 4/5;
}

.parallax-section__image--4 {
  max-width: 312px;
  margin-top: 180px;
  aspect-ratio: 75/94;
}

.parallax-section__image--5 {
  max-width: 260px;
  aspect-ratio: 58/85;
  margin-top: -10px;
}

.parallax-container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .parallax-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .parallax-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .parallax-section__top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .parallax-section__content {
    margin: 0 auto 0;
    padding: 0 24px;
    max-width: 100%;
  }

  .parallax-section__subtitle {
    font-size: 18px;
  }

  .parallax-section__link {
    margin-top: 8px;
  }

  .parallax-section__image--1 {
    max-width: 112px;
  }

  .parallax-section__image--2 {
    max-width: 197px;
    margin-top: 0;
  }

  .parallax-section__bottom {
    margin-top: 90px;
    align-items: flex-start;
  }

  .parallax-section__image--3 {
    max-width: 171px;
    margin-top: 0;
  }

  .parallax-section__image--4 {
    display: none;
  }

  .parallax-section__image--5 {
    max-width: 119px;
    margin-top: -50px;
  }

  .parallax-section__top {
    padding: 0;
  }
}

/* sticky-section */

.sticky-section {
  background: #efeadf;
  padding: 160px 0;
}

.sticky-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 60px;
}

.sticky-section__grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  column-gap: 134px;
  align-items: start;
}

.sticky-section__left {
  position: relative;
  height: 100%;
}

.article--sticky-section__left {
  padding-bottom: 120px;
}

.sticky-section__left-inner {
  position: sticky;
  top: 150px;
  height: calc(100dvh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  gap: 24px;
}

.sticky-section__title,
.sticky-section__title p {
  margin: 0;
}

.sticky-section__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.sticky-section__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sticky-section__text p:first-child {
  margin-top: 0;
}

.sticky-section__text p:last-child {
  margin-bottom: 0;
}

.sticky-section__link {
  display: inline-block;
  margin-top: 24px;
}

.sticky-section__right {
  min-width: 0;
}

.sticky-section__images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 20px;
  align-items: flex-start;
}

.sticky-section__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
}

.sticky-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1 */
.sticky-section__image--1.sticky-section__image--none {
  max-width: 710px;
  aspect-ratio: 710 / 474;
}

/* 2 */
.sticky-section__image--2.sticky-section__image--none {
  max-width: 345px;
  aspect-ratio: 345 / 511;
  width: calc(50% - 10px);
}

/* 3 */
.sticky-section__image--3.sticky-section__image--none {
  max-width: 345px;
  width: calc(50% - 10px);
  aspect-ratio: 345 / 511;
}

/* 4 */
.sticky-section__image--4.sticky-section__image--none {
  max-width: 710px;
  aspect-ratio: 710 / 474;
}

/* 5 */
.sticky-section__image--5.sticky-section__image--none {
  max-width: 710px;
  aspect-ratio: 710 / 890;
}

.sticky-section__image--one-column {
  max-width: 710px;
  aspect-ratio: 710 / 890;
}

.sticky-section__image--two-column {
  max-width: 345px;
  width: calc(50% - 10px);
  aspect-ratio: 345 / 511;
}

.sticky-section__image--landscape {
max-width: 710px;
  aspect-ratio: 710 / 474;
}

.article-sticky-content {
  max-width: 420px;
}

.overview-main-accordion-item{
  margin-bottom: 24px;
}

.article-sticky-content p:not(:last-child) {
  margin-bottom: 8px;
}

.article-sticky-content.sticky-section__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.sticky-section__title ul, .article-sticky-content ul {
  margin: 0 0 8px 0;
  padding-left: 16px;
}

.sticky-section__images.only-one .sticky-section__image--1 {
  aspect-ratio: 710 / 890;
}

.article-sticky-content h6,
.article-sticky-content h5,
.article-sticky-content h4,
.article-sticky-content h3,
.article-sticky-content h2,
.article-sticky-content h1,
.key-features-title {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 16px;
  display: block;
}

.key-features-title {
  margin: 0 !important;
}

.article-sticky-content p {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article--accordion-content h3 {
  display: none;
}

.key-features-main-accordion-item.is-open .article--accordion-content{
    grid-template-rows: 1fr;
}

.key-features-main-accordion-item .article-sticky-content {
  transition: all .3s ease;
}

.key-features-main-accordion-item.is-open .article-sticky-content {
  padding-top: 16px;
}

.key-features-main-accordion-button {
  border: none;
  padding: 0;
  background: transparent;
      display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 420px;
}

.key-features-main-accordion-item.is-open
  .site-footer__accordion-icon
  path:nth-child(2) {
  opacity: 0;
}

.key-features-main-accordion-item {
  padding-bottom: 24px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 max-width: 420px;
}

@media (max-width: 1200px) {
  .sticky-section__grid {
    gap: 70px;
  }
}

@media (max-width: 992px) {
  .article-sticky-content__grid.sticky-section__grid {
    gap: 80px;
  }

  .article--sticky-section__left {
    padding-bottom: 0;
  }

  .sticky-section__grid.only-one {
    gap: 64px;
  }

  .article-sticky-content h6,
  .article-sticky-content h5,
  .article-sticky-content h4,
  .article-sticky-content h3,
  .article-sticky-content h2,
  .article-sticky-content h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .key-features-title {
    margin-bottom: 0;
  }

  .article-sticky-content__link {
    margin-top: 32px;
  }

  .sticky-section {
    padding: 80px 0;
  }

  .sticky-section__container {
    padding: 0 24px;
  }

  .sticky-section__grid {
    grid-template-columns: 1fr;
    row-gap: 134px;
  }

  .sticky-section__left-inner {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-section__top-content,
  .sticky-section__bottom-content {
    max-width: 100%;
  }

  .sticky-section__image--1.sticky-section__image--none,
  .sticky-section__image--4.sticky-section__image--none,
  .sticky-section__image--5.sticky-section__image--none {
    width: 100%;
    max-width: 100%;
  }

  .sticky-section__image--2.sticky-section__image--none,
  .sticky-section__image--3.sticky-section__image--none {
    width: 50%;
    max-width: 100%;
  }

  .sticky-section__image--one-column {
     width: 100%;
    max-width: 100%;
    }

    .sticky-section__image--two-column {
    width: 50%;
    max-width: 100%;
    }

    .sticky-section__image--landscape {
     width: 100%;
    max-width: 100%;
    }

  .sticky-section__images {
    column-gap: 0;
    row-gap: 22px;
  }
}

/* quote-section */

.quote-section {
  position: relative;
  overflow: hidden;
}

.quote-section--yellow {
  background: #efeadf;
}

.quote-section--white {
  background: #fffcf8;
}

/* spacing options */
.quote-section--all-spacing {
  padding: 160px 0;
}

.quote-section--bottom-spacing {
  padding: 0 0 160px;
}

.quote-section--top-spacing {
  padding: 160px 0 0;
}

.quote-section--none-spacing {
  padding: 0;
}

.quote-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.quote-section__top {
  display: flex;
  align-items: center;
  gap: 47px;
}

.quote-section__quote {
  flex: 0 0 auto;
  line-height: 0;
}

.quote-section__quote svg {
  display: block;
  width: 67px;
  height: auto;
}

.quote-section__line {
  flex: 1 1 auto;
  height: 1px;
  background: #0d0d0d;
}

.quote-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 424px;
  column-gap: 72px;
  align-items: start;
  margin-top: 70px;
}

.quote-section__left {
  max-width: 760px;
}

.quote-section__title {
  margin: 0;
  color: #0d0d0d;
}

.quote-section__link {
  display: inline-block;
  margin-top: 24px;
}

.quote-section__right {
  max-width: 424px;
  width: 100%;
}

.quote-section__text {
  margin: 0;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.quote-section__name {
  font-family: "Martina Plantijn", sans-serif;
  color: #0d0d0d;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 16px 0 4px 0;
}

.quote-section__job {
  margin: 0;
  font-family: "Martina Plantijn", sans-serif;
  color: #0d0d0d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-transform: uppercase;
}

.quote-section--without-link .quote-section__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.quote-section--without-link .quote-section__name {
  margin-top: 0;
}

@media (max-width: 992px) {
  .quote-section--all-spacing {
    padding: 80px 0;
  }

  .quote-section--bottom-spacing {
    padding: 0 0 80px;
  }

  .quote-section--top-spacing {
    padding: 80px 0 0;
  }

  .quote-section__container {
    padding: 0 24px;
  }

  .quote-section__top {
    gap: 24px;
  }

  .quote-section__quote svg {
    height: 23.5px;
    width: auto;
  }

  .quote-section__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 32px;
  }

  .quote-section__left,
  .quote-section__right {
    max-width: 100%;
  }

  .quote-section__name {
    margin-top: 24px;
  }
}

/* selected-works-section */

.selected-works-section {
  background: #fffcf8;
  padding: 160px 0;
  overflow: hidden;
}

.selected-works-section__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 60px;
}

.selected-works-section__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
  padding-right: 60px;
}

.selected-works-slider {
  overflow: visible;
}

.selected-works-slide {
  width: auto;
}

.selected-works-slide__inner {
  display: block;
  pointer-events: none;
}

.selected-works-slide__image-wrap {
  overflow: hidden;
  aspect-ratio: 872 / 583;
  background: rgba(255, 255, 255, 0.4);
}

.selected-works-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  transition: all 0.4s ease;
}

.selected-works-slide__inner:hover .selected-works-slide__image {
  scale: 1.05;
}

.selected-works-slide__content {
  max-width: 760px;
  padding-top: 32px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.selected-works-slide__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
}

.selected-works-slide__excerpt {
  margin-top: 24px;
  display: block;
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.selected-works-slide__link {
  display: inline-block;
  margin-top: 24px;
}

.selected-works-section .swiper-slide-active .selected-works-slide__image {
  opacity: 1;
}

.selected-works-section .swiper-slide-active .selected-works-slide__content {
  opacity: 1;
}

.selected-works-section .swiper-slide-active .selected-works-slide__inner {
  pointer-events: all;
}

.selected-works-section__arrow svg {
  height: 10px;
  width: auto;
  object-fit: contain;
}

.swiper-button-disabled.selected-works-section__arrow {
  opacity: 0.35;
  cursor: default;
}

.selected-works-slider-wrap {
  position: relative;
}

.selected-works-slider {
  overflow: visible;
}

.selected-works-section__nav {
  position: absolute;
  right: 60px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.selected-works-section__arrow {
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 56px;
  width: 56px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.selected-works-section__arrow svg {
  height: 10px;
  width: auto;
  object-fit: contain;
}

.selected-works-section__arrow svg path {
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .selected-works-section__arrow:hover {
    background: #0d0d0d;
  }

  .selected-works-section__arrow:hover svg path {
    stroke: #fff;
  }
}

@media (max-width: 992px) {
  .selected-works-section__nav {
    position: static;
    margin-top: 32px;
  }

  .selected-works-slide__excerpt {
    margin-top: 16px;
    font-size: 16px;
  }

  .selected-works-section {
    padding: 80px 0;
  }

  .selected-works-section__container {
    padding: 0 0 0 24px;
  }

  .selected-works-section__header {
    justify-content: flex-start;
    margin-bottom: 48px;
  }

  .selected-works-section__title {
    max-width: 100%;
  }

  .selected-works-slide__content {
    padding-top: 32px;
  }

  .selected-works-slide__title {
    font-size: 24px;
  }
}

/* grid-section */

.grid-section {
  position: relative;
  overflow: hidden;
}

.grid-section--yellow {
  background: #efeadf;
}

.grid-section--white {
  background: #fffcf8;
}

.grid-section--all-spacing {
  padding: 160px 0;
}

.grid-section--bottom-spacing {
  padding: 0 0 160px;
}

.grid-section--top-spacing {
  padding: 160px 0 0;
}

.grid-section--none-spacing {
  padding: 0;
}

.grid-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 60px;
}

.grid-section__mobile-top {
  display: none;
}

.grid-section__desktop-grid {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 24px;
  align-items: end;
}

.grid-section__left,
.grid-section__right {
  min-width: 0;
}

.grid-section__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}

.grid-section__big-image-wrap,
.grid-section__small-image-wrap {
  overflow: hidden;
}

.grid-section__big-image-wrap {
  aspect-ratio: 820 / 900;
}

.grid-section__small-image-wrap {
  max-width: 312px;
}

.grid-section__big-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-section__small-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 312 / 387;
}

.grid-section__title {
  margin: 0;
}

.grid-section__text {
  font-family: "Public Sans", sans-serif;
  margin-top: 24px;
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grid-section__text a {
  color: #0d0d0d;
}

.grid-section__text a:hover {
  text-decoration: underline;
}

.grid-section__link {
  display: inline-block;
  margin-top: 24px;
}

.grid-section--small-title .grid-section__title {
  max-width: 250px;
}

@media (max-width: 1050px) {
  .grid-section__small-image-wrap {
    max-width: 250px;
  }
}

@media (max-width: 992px) {
  .grid-section--small-title .grid-section__title {
    max-width: 175px;
  }

  .grid-section--all-spacing {
    padding: 80px 0;
  }

  .grid-section--bottom-spacing {
    padding: 0 0 80px;
  }

  .grid-section--top-spacing {
    padding: 80px 0 0;
  }

  .grid-section__container {
    padding: 0 24px;
  }

  .grid-section__desktop-grid {
    display: block;
  }

  .grid-section__big-image-wrap--desktop,
  .grid-section__small-image-wrap--desktop {
    display: none;
  }

  .grid-section__mobile-top {
    display: grid;
    grid-template-columns: 1fr 0.68fr;
    column-gap: 19px;
    align-items: start;
  }

  .grid-section__mobile-top .grid-section__big-image-wrap {
    display: flex;
    aspect-ratio: 194 / 241;
  }

  .grid-section__mobile-top .grid-section__small-image-wrap {
    display: flex;
    width: 100%;
    margin: 0;
    aspect-ratio: 132 / 145;
    max-width: 100%;
  }

  .grid-section__content {
    max-width: 100%;
    margin-top: 48px;
  }

  .grid-section__title {
    max-width: 250px;
  }

  .grid-section__text {
    margin-top: 16px;
    font-size: 16px;
  }
}

/* site-footer */

.site-footer {
  background:
    linear-gradient(0deg, #231b1b 0%, #231b1b 100%),
    linear-gradient(0deg, rgba(35, 27, 27, 0.9) 0%, #231b1b 100%);
  color: #fffcf8;
  padding: 160px 0;
  overflow: hidden;
}

.site-footer__inner {
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(0deg, #231b1b 0%, #231b1b 100%),
    linear-gradient(0deg, rgba(35, 27, 27, 0.9) 0%, #231b1b 100%);
  padding: 0 0 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.site-footer a,
.site-footer span,
.site-footer p,
.site-footer li,
.site-footer h2,
.site-footer h3 {
  color: #fffcf8;
}

.site-footer li {
  display: flex;
}

.site-footer__top-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 48px;
  padding-right: 60px;
}

.site-footer__title {
  max-width: 100%;
  margin: 0;
}

.site-footer__social-link {
  flex: 0 0 auto;
  color: #fffcf8;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.site-footer__slider {
  overflow: hidden;
}

.site-footer__slide {
  height: auto;
}

.site-footer__slide-link {
  display: block;
  aspect-ratio: 1 / 1.22;
  overflow: hidden;
  background: #2b201f;
}

.site-footer__slide-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.site-footer__bottom {
  padding-top: 48px;
  padding-right: 60px;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 40px;
}

.site-footer__menus {
  display: flex;
  gap: 22px;
}

.site-footer__menus--desktop .site-footer__menu-col:first-child {
  min-width: 200px;
}

.site-footer__menu-title,
.site-footer__info-subtitle {
  color: #fffcf8;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
  margin-bottom: 19px;
}

.site-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__menu-item + .site-footer__menu-item {
  margin-top: 8px;
}

.site-footer__legal a,
.site-footer__legal span {
  font-family: "Martina Plantijn", sans-serif;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-footer__menu-item a,
.site-footer__menu-item span {
  color: #fffcf8;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

@media (hover: hover) {
  .site-footer__menu-item a:hover,
  .site-footer__legal a:hover,
  .site-footer__social-link:hover {
    border-bottom: 1px solid #fffcf8;
  }
}

.site-footer__info-text p {
  margin: 0;
}

.site-footer__info-text {
  color: #fffcf8;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.site-footer__info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 19px;
}

.site-footer__info-links .main-link::after {
  background: #fffcf8;
}

.site-footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.site-footer__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

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

.site-footer__partner img {
  display: block;
  max-height: 52px;
  width: auto;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  color: #fffcf8;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.site-footer__menus-mobile {
  display: none;
}

.site-footer__accordion-item {
  border-top: 1px solid rgba(255, 252, 248, 0.25);
}

.site-footer__accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 252, 248, 0.25);
}

.site-footer__accordion-button {
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.site-footer__accordion-icon path {
  transition: all 0.3s ease;
}

.site-footer__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.site-footer__accordion-inner {
  overflow: hidden;
  padding-bottom: 0;
}

.site-footer__accordion-item.is-open .site-footer__accordion-content {
  grid-template-rows: 1fr;
}

.site-footer__accordion-item.is-open
  .site-footer__accordion-icon
  path:nth-child(2) {
  opacity: 0;
}

.site-footer__menus-mobile .site-footer__menu-list {
  padding: 0 0 18px;
}

.site-footer__menus-mobile .site-footer__menu-item + .site-footer__menu-item {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .site-footer {
    padding: 80px 0;
  }

  .site-footer__accordion-title {
    color: #fffcf8;
    font-family: "Martina Plantijn", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
  }

  .site-footer__menus--desktop {
    display: none;
  }

  .site-footer__menus-mobile {
    display: block;
  }

  .site-footer__inner {
    padding: 0 0 0 24px;
  }

  .site-footer__info .site-footer__info-subtitle {
    margin-bottom: 16px;
  }

  .site-footer__info-links {
    margin-top: 24px;
  }

  .site-footer__top-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-right: 24px;
  }

  .site-footer__social-link {
    margin-top: 0;
  }

  .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer__menus {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .site-footer__bottom {
    padding-top: 56px;
    padding-right: 24px;
  }

  .site-footer__bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 56px;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }
}

/* about-info */

.about-info {
  position: relative;
  background: #fffcf8;
  overflow: hidden;
}

.about-info--all-spacing {
  padding: 160px 0;
}

.about-info--bottom-spacing {
  padding: 0 0 160px;
}

.about-info--top-spacing {
  padding: 160px 0 0;
}

.about-info--none-spacing {
  padding: 0;
}

.about-info__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.about-info__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  align-items: start;
  margin-bottom: -64px;
  position: relative;
  z-index: 2;
}

.about-info__intro {
  max-width: 510px;
  padding-top: 2px;
}

.about-info__title {
  margin: 0;
}

.about-info__link {
  display: inline-block;
  margin-top: 18px;
}

.about-info__image-top-wrap {
  max-width: 260px;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 260 / 381;
}

.about-info__image-top {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info__bottom {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: 26px;
  align-items: end;
}

.about-info__image-bottom-wrap {
  width: 100%;
  overflow: hidden;
}

.about-info__image-bottom {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 872 / 462;
}

.about-info__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-info__text p:first-child {
  margin-top: 0;
}

.about-info__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .about-info__top {
    margin-bottom: -32px;
  }

  .about-info__bottom {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media (max-width: 992px) {
  .about-info--all-spacing {
    padding: 80px 0;
  }
  .about-info__title p {
    display: inline;
  }
  .about-info__title {
    font-size: 32px;
    max-width: 330px;
  }
  .about-info--bottom-spacing {
    padding: 0 0 80px;
  }

  .about-info--top-spacing {
    padding: 80px 0 0;
  }

  .about-info__container {
    padding: 0 24px;
  }

  .about-info__top {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }

  .about-info__intro {
    padding-top: 0;
  }

  .about-info__link {
    margin-top: 16px;
  }

  .about-info__image-top-wrap {
    width: 50%;
    max-width: 100%;
    margin-left: auto;
  }

  .about-info__bottom {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .about-info__text {
    max-width: 100%;
    order: 1;
    font-size: 16px;
    line-height: 140%;
  }

  .about-info__image-bottom-wrap {
    order: 2;
  }

  .about-info__image-bottom {
    aspect-ratio: 351 / 183;
  }
}

/* logos-section */

.logos-section {
  background: #fffcf8;
}

.logos-section--all-spacing {
  padding: 100px 0 160px 0;
}

.logos-section--bottom-spacing {
  padding: 0 0 160px;
}

.logos-section--top-spacing {
  padding: 160px 0 0;
}

.logos-section--none-spacing {
  padding: 0;
}

.logos-section__container {
  padding: 0 60px;
  margin: 0 auto;
}

.logos-section__title {
  margin-bottom: 32px;
}

.logos-section {
  overflow: hidden;
  width: 100%;
}

.logos-section .container,
.logos-section__container,
.logos-section__wrapper {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.logos-section__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 64px;
  width: max-content;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  animation: pressLogosMarquee 55s linear infinite;
  will-change: transform;
}

.logos-section__grid:hover {
  animation-play-state: paused;
}

.logos-section__grid a {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-section__grid img {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 85px;
  height: auto;
  object-fit: contain;
}

@keyframes pressLogosMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .logos-section__grid {
    gap: 25px;
    animation-duration: 40s;
  }

  .logos-section__grid img {
    max-width: 140px;
    max-height: 60px;
  }
}

.logos-section__grid-item {
  display: flex;
  align-items: center;
}

.logos-section__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logos-section__logo {
  display: block;
  height: 27px;
  width: auto;
  object-fit: contain;
}

.logos-section__marquee-wrap {
  display: none;
}

.logos-section__marquee {
  overflow: hidden;
  width: 100%;
  --gap: 26px;
}

.logos-section__marquee + .logos-section__marquee {
  margin-top: 30px;
}

.logos-section__marquee-inner {
  display: flex;
  width: max-content;
}

.logos-section__segment {
  display: flex;
  align-items: center;
  gap: var(--gap);
  flex: 0 0 auto;
  padding-right: var(--gap);
}

.logos-section__marquee-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

@keyframes logos-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes logos-marquee-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .logos-section--all-spacing {
    padding: 80px 0;
  }

  .logos-section--bottom-spacing {
    padding: 0 0 80px;
  }

  .logos-section--top-spacing {
    padding: 80px 0 0;
  }

  .logos-section__container {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .logos-section__title {
    margin-bottom: 30px;
    padding: 0 12px;
  }

  /* .logos-section__grid {
    display: none;
  } */

  /* .logos-section__marquee-wrap {
    display: block;
  } */

  .logos-section__logo {
    height: 22px;
    width: auto;
  }
}

/* mission-slider */

.mission-slider {
  background: #efeadf;
  overflow: hidden;
}

.mission-slider--yellow {
  background: #efeadf;
}

.mission-slider--white {
  background: #fffcf8;
}

.mission-slider--all-spacing {
  padding: 160px 0 140px 0;
}

.mission-slider--bottom-spacing {
  padding: 0 0 160px;
}

.mission-slider--top-spacing {
  padding: 160px 0 0;
}

.mission-slider--none-spacing {
  padding: 0;
}

.mission-slider__head {
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto 40px;
}

.mission-slider__subtitle {
  margin-bottom: 16px;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.mission-slider__title {
  margin: 0;
  max-width: 760px;
}

.mission-slider__slider {
  overflow: hidden;
}

.mission-slider__slider-wrapper {
  padding: 0 0 0 60px;
}

.mission-slider__slider .mission-slider__slide {
  width: fit-content !important;
}

.mission-slider__slide {
  width: auto;
  flex: 0 0 auto;
}

.mission-slider__slide-link {
  display: block;
  overflow: hidden;
  height: 320px;
}

.mission-slider__slide--odd .mission-slider__slide-link {
  aspect-ratio: 3 / 2;
}

.mission-slider__slide--even .mission-slider__slide-link {
  aspect-ratio: 4 / 5;
}

.mission-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .mission-slider--all-spacing {
    padding: 80px 0 40px 0;
  }

  .mission-slider__slider-wrapper {
    padding-left: 24px;
  }

  .mission-slider--bottom-spacing {
    padding: 0 0 80px;
  }

  .mission-slider--top-spacing {
    padding: 80px 0 0;
  }

  .mission-slider__head {
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .mission-slider__subtitle {
    margin-bottom: 8px;
  }

  .mission-slider__slide-link {
    height: 170px;
  }
}

/* values-section */

.values-section {
  overflow: hidden;
  position: relative;
}

.values-section--yellow {
  background: #efeadf;
}

.values-section--white {
  background: #fffcf8;
}

.values-section--all-spacing {
  padding: 160px 0;
}

.values-section--bottom-spacing {
  padding: 0 0 160px;
}

.values-section--top-spacing {
  padding: 160px 0 0;
}

.values-section--none-spacing {
  padding: 0;
}

.values-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.values-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 250px;
  align-items: start;
}

.values-section__left {
  max-width: 536px;
}

.values-section__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.values-section__text p:first-child {
  margin-top: 0;
}

.values-section__text p:last-child {
  margin-bottom: 0;
}

.values-section__link {
  display: inline-block;
  margin-top: 24px;
}

.values-section__image-wrap {
  margin-top: 80px;
  max-width: 345px;
  overflow: hidden;
  aspect-ratio: 106 / 157;
}

.values-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.values-section__right {
  max-width: 536px;
}

.values-section__items {
  display: flex;
  flex-direction: column;
}

.values-section__item {
  padding: 32px 0 32px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.values-section__item:first-child {
  padding-top: 0;
}

.values-section__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.values-section__item-title {
  margin: 0 0 16px;
}

.values-section__item-text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.values-section__subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .values-section__grid {
    gap: 80px;
  }
}

@media (max-width: 992px) {
  .values-section__subtitle {
    margin-bottom: 8px;
  }

  .values-section--all-spacing {
    padding: 80px 0;
  }

  .values-section--bottom-spacing {
    padding: 0 0 80px;
  }

  .values-section--top-spacing {
    padding: 80px 0 0;
  }

  .values-section__container {
    padding: 0 24px;
  }

  .values-section__grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .values-section__left,
  .values-section__right {
    max-width: 100%;
  }

  .values-section__link {
    margin-top: 32px;
  }

  .values-section__image-wrap {
    margin-top: 56px;
    max-width: 251px;
  }

  .values-section__item-title {
    margin-bottom: 8px;
  }
}

/* team-showcase */

.team-showcase {
  background: #efeadf;
  overflow: hidden;
}

.team-showcase--yellow {
  background: #efeadf;
}

.team-showcase--white {
  background: #fffcf8;
}

.team-showcase--all-spacing {
  padding: 160px 0;
}

.team-showcase--bottom-spacing {
  padding: 0 0 160px;
}

.team-showcase--top-spacing {
  padding: 160px 0 0;
}

.team-showcase--none-spacing {
  padding: 0;
}

.team-showcase__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.team-showcase__head {
  max-width: 980px;
  margin: 0 auto 48px;
  text-align: center;
}

.team-showcase__subtitle {
  margin-bottom: 16px;
  color: #0d0d0d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.team-showcase__title {
  margin: 0;
}

.team-showcase__desktop {
  display: block;
}

.team-showcase__mobile {
  display: none;
}

/* desktop images */

.team-showcase__images.swiper {
  margin: 0 auto;
  min-height: 350px;
  overflow: visible;
}

.team-showcase__images .swiper-wrapper {
  align-items: center;
}

.team-showcase__images .swiper-slide {
  width: 230px;
  opacity: 0.25;
  flex-shrink: 0;
}

.team-showcase__images .swiper-slide.is-active {
  width: 490px;
  opacity: 1;
}

.team-showcase__images .swiper-slide.is-near {
  width: 352px;
  opacity: 0.5;
}

.team-showcase__images .swiper-slide.is-far {
  width: 267px;
  opacity: 0.25;
}

.team-showcase__image-slide-inner {
  width: 100%;
}

.team-showcase__image-wrap {
  width: 100%;
  overflow: hidden;
}

.team-showcase__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 490 / 350;
  object-fit: cover;
}

/* content swiper */
.team-showcase__content.swiper {
  overflow: hidden;
}

.team-showcase__content .swiper-slide {
  width: 100%;
}

/* arrows state */
.team-showcase__arrow.is-disabled,
.team-showcase__arrow:disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* CONTENT */

.team-showcase__content-area-wrapper {
  max-width: 600px;
  margin: 48px auto 0;
}

.team-showcase__content-area {
  position: relative;
}

.team-showcase__content {
  overflow: hidden;
}

.team-showcase__content-inner {
  margin: 0 auto;
  text-align: center;
}

.team-showcase__name {
  margin: 0;
}

.team-showcase__job {
  margin-top: 0;
  color: #0d0d0d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.team-showcase__text {
  margin-top: 24px;
  color: #0d0d0d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

.team-showcase__link {
  display: inline-block;
  margin-top: 24px;
}

.team-showcase__nav {
  position: absolute;
  left: 0;
  top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  width: 100%;
}

.team-showcase__arrow {
  width: 56px;
  height: 56px;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}

.team-showcase__arrow svg path {
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .team-showcase__arrow:hover {
    background: #0d0d0d;
  }

  .team-showcase__arrow:hover path {
    stroke: #fff;
  }
}

.team-showcase__arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}

/* MOBILE */

.team-showcase__mobile-slide {
  outline: none;
}

.team-showcase__mobile-image-wrap {
  overflow: hidden;
}

.team-showcase__mobile-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 420;
  object-fit: cover;
}

.team-showcase__mobile-content {
  padding-top: 24px;
}

@media (max-width: 992px) {
  .team-showcase__container {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .team-showcase--all-spacing {
    padding: 80px 0;
  }

  .team-showcase--bottom-spacing {
    padding: 0 0 80px;
  }

  .team-showcase--top-spacing {
    padding: 80px 0 0;
  }

  .team-showcase__head {
    max-width: 100%;
    margin: 0 0 40px;
    text-align: left;
  }

  .team-showcase__subtitle {
    margin-bottom: 12px;
    text-align: left;
  }

  .team-showcase__desktop {
    display: none;
  }

  .team-showcase__mobile {
    display: block;
  }

  .team-showcase__mobile-slider .slick-list {
    overflow: visible;
  }

  .team-showcase__mobile-slider .slick-slide {
    padding-right: 24px;
    transition: all 0.3s ease;
    opacity: 0.25;
  }

  .team-showcase__mobile-slider .slick-slide.slick-active {
    opacity: 1;
  }

  .team-showcase__title {
    font-size: 24px;
  }

  .team-showcase__job {
    text-align: left;
  }

  .team-showcase__text {
    margin-top: 16px;
    text-align: left;
  }

  .team-showcase__link {
    margin-top: 20px;
  }

  .team-showcase__nav--mobile {
    margin-top: 40px;
    justify-content: center;
    gap: 8px;
    position: initial;
    transform: none;
    justify-content: flex-end;
  }
}

/* black-grid */

.black-grid {
  padding: 0;
}

.black-grid__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.black-grid__left {
  min-height: 100%;
}

.black-grid__left-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.black-grid__right {
  background-color: #1c1414;
  color: #fff;
  padding: 90px 24px 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.black-grid__right-image-wrap {
  width: 100%;
  max-width: 468px;
  aspect-ratio: 1 / 1;
  margin-bottom: 40px;
}

.black-grid__right-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.black-grid__content {
  max-width: 480px;
  text-align: center;
}

.black-grid__title {
  color: #fff;
  max-width: 255px;
  margin: 0 auto 16px auto;
}

.black-grid__text {
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.main-link.black-grid__link {
  color: #fff;
}

.main-link.black-grid__link::after {
  background: #fff;
}

.black-grid__text p {
  margin: 0;
}

.black-grid__link {
  display: inline-block;
}

@media (max-width: 767px) {
  .black-grid__text {
    font-size: 16px;
  }
  .black-grid__inner {
    grid-template-columns: 1fr;
  }

  .black-grid__left {
    aspect-ratio: 1 / 1;
  }

  .black-grid__right {
    padding: 90px 24px;
  }

  .black-grid__right-image-wrap {
    max-width: 200px;
  }

  .black-grid__content {
    max-width: 100%;
  }
}

/* about-hero */

.about-hero {
  position: relative;
  height: 640px;
  margin-top: -150px;
  overflow: hidden;
}

.about-hero__media,
.about-hero__image,
.about-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__image {
  display: block;
  object-fit: cover;
}

.about-hero__overlay {
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(50, 42, 42, 0.6) 0%,
    rgba(50, 42, 42, 0.2) 41.83%,
    rgba(50, 42, 42, 0.9) 100%
  );
}

.about-hero__container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 0 60px;
  display: flex;
  align-items: flex-end;
}

.about-hero--small-title .about-hero__title {
  font-size: 48px;
}

.about-hero__content {
  width: 100%;
  max-width: 940px;
  padding-bottom: 64px;
}

.about-hero__subtitle {
  display: block;
  margin-bottom: 10px;
  color: #fffcf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.about-hero__title {
  color: #fffcf8;
  max-width: 940px;
  margin: 0;
}

@media (max-width: 992px) {
  .about-hero--small-title .about-hero__title {
    font-size: 40px;
  }
  .about-hero__subtitle {
    margin-bottom: 8px;
  }
  .about-hero {
    height: 100dvh;
    margin-top: -116px;
    border-radius: 0;
  }

  .about-hero__title p {
    display: inline;
  }

  .about-hero__container {
    padding: 0 24px;
  }
}

/* approach-hero */

.approach-hero--big-image.approach-hero {
  padding: 0;
}

.approach-hero {
  overflow: hidden;
}

.approach-hero.hero-spacing {
  padding: 30px 60px 0 0;
}

.approach-hero.all-spacing {
  padding: 160px 0;
}

.approach-hero.bottom-spacing {
  padding: 0 0 160px;
}

.approach-hero.top-spacing {
  padding: 160px 0 0;
}

.approach-hero.none-spacing {
  padding: 0;
}

.approach-hero--white {
  background: #fffcf8;
}

.approach-hero--yellow {
  background: #efeadf;
}

.approach-hero__container {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  column-gap: 140px;
  align-items: start;
}

.approach-hero--big-image.approach-hero .approach-hero__container {
  grid-template-columns: 1fr 0.55fr;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  align-items: center;
}

.approach-hero__header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  margin-bottom: 64px;
}

.approach-hero__header-title {
  max-width: 985px;
}

.approach-hero__image-wrap {
  width: 100%;
  aspect-ratio: 596 / 808;
  overflow: hidden;
}

.approach-hero--big-image.approach-hero .approach-hero__image-wrap {
  aspect-ratio: 760 / 660;
}

.approach-hero__link {
  margin-top: 25px;
  display: block;
  width: fit-content;
}

.approach-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.approach-hero__content {
  padding-top: 90px;
  max-width: 650px;
}
.approach-hero--big-image.approach-hero .approach-hero__content {
  padding: 60px 0;
}

.approach-hero__subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 10px;
}

.main-title-h3.approach-hero__title {
  margin: 0;
  font-size: 56px;
}

.approach-hero__text {
  margin-top: 200px;
  max-width: 420px;
  margin: 200px auto 0 auto;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.approach-hero__text-wrapper {
  max-width: 420px;
}

.approach-hero--big-image.approach-hero .approach-hero__text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.approach-hero__text > *:first-child {
  margin-top: 0;
}

.approach-hero__text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .approach-hero__container {
    gap: 70px;
  }
}

@media (max-width: 992px) {
  .approach-hero__header {
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .approach-hero__header-title {
    font-size: 20px;
  }

  .approach-hero--big-image .approach-hero__text-wrapper {
    margin: 0 auto;
  }

  .approach-hero--big-image .approach-hero__content {
    max-width: 100%;
    width: 100%;
  }

  .approach-hero.all-spacing {
    padding: 80px 0;
  }

  .approach-hero.bottom-spacing {
    padding: 0 0 80px;
  }

  .approach-hero.top-spacing {
    padding: 80px 0 0;
  }

  .approach-hero.none-spacing {
    padding: 0;
  }

  .approach-hero--big-image.approach-hero .approach-hero__container {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding: 0 24px;
  }
  .approach-hero--big-image.approach-hero .approach-hero__text {
    gap: 16px;
  }

  .approach-hero--big-image.approach-hero .approach-hero__image-wrap {
    width: 100%;
  }
  .main-title-h3.approach-hero__title {
    font-size: 32px;
  }
  .approach-hero--big-image.approach-hero .approach-hero__content {
    padding: 0;
  }

  .approach-hero__subtitle {
    margin-bottom: 8px;
  }

  .approach-hero.hero-spacing {
    padding: 36px 24px 0 24px;
  }

  .approach-hero__container {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .approach-hero__image-wrap {
    width: 75%;
  }

  .approach-hero__content {
    padding-top: 0;
  }

  .approach-hero__text {
    margin-top: 24px;
    max-width: 100%;
  }
}

/* approach-slider */
.approach-slider.all-spacing {
  padding: 160px 0;
}

.approach-slider.bottom-spacing {
  padding: 0 0 160px;
}

.approach-slider.top-spacing {
  padding: 160px 0 0;
}

.approach-slider.none-spacing {
  padding: 0;
}

.approach-slider.small-top-spacing {
  padding: 70px 0 160px 0;
}

.approach-slider-container,
.hero-with-carousel-container {
  padding-left: 60px;
}
.approach-slider__head {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 64px;
  padding: 0 60px;
}

.approach-slider {
  position: relative;
  overflow: hidden;
}

.approach-slider--white {
  background: #fffcf8;
}

.approach-slider--yellow {
  background: #efeadf;
}

.approach-slider__title {
  max-width: 1192px;
}

.approach-slider__title > *:first-child {
  margin-top: 0;
}

.approach-slider__title > *:last-child {
  margin-bottom: 0;
}

.approach-slider__slider {
  overflow: visible;
}

.approach-slider .swiper-wrapper {
  align-items: stretch;
}

.approach-slider__slide {
  height: auto;
}

.approach-slider__image-wrap,
.hero-with-carousel__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 312 / 403;
}

.approach-slider__image,
.hero-with-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .approach-slider.all-spacing {
    padding: 80px 0;
  }

  .approach-slider.small-top-spacing {
    padding: 80px 0;
  }

  .approach-slider.bottom-spacing {
    padding: 0 0 80px;
  }

  .approach-slider.top-spacing {
    padding: 80px 0 0;
  }

  .approach-slider.none-spacing {
    padding: 0;
  }

  .approach-slider__head {
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .approach-slider-container,
  .hero-with-carousel-container {
    padding-left: 24px;
  }

  .approach-slider__title {
    font-size: 20px;
  }
}

/* step-slider */

.step-slider {
  overflow: hidden;
}

.step-slider--white {
  background: #fffcf8;
}

.step-slider--yellow {
  background: #efeadf;
}

.step-slider-container {
  margin: 0 auto;
  padding: 0 0 0 60px;
  max-width: 1440px;
}

.step-slider.all-spacing {
  padding-top: 160px;
  padding-bottom: 160px;
}

.step-slider.top-spacing {
  padding-top: 160px;
  padding-bottom: 0;
}

.step-slider.bottom-spacing {
  padding-top: 0;
  padding-bottom: 160px;
}

.step-slider.none-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.step-slider__heading {
  margin-bottom: 40px;
}

.step-slider__heading h2 {
  margin: 0;
}

.step-slider__slider-wrapper {
  position: relative;
}

.step-slider__swiper {
  overflow: visible;
}

.step-slider__slide {
  height: auto;
}

.step-slider__card {
  background: #1b1515;
  color: #f5f3ef;
  padding: 40px 32px;
  aspect-ratio: 300 / 500;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.step-slider__step {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-transform: none;
  margin-bottom: 10px;
}

.main-title-h5.step-slider__title {
  margin: 0 0 24px;
  color: inherit;
  max-width: 220px;
}

.step-slider__text {
  margin-top: auto;
  max-width: 220px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.step-slider__text p {
  margin: 0;
}

.step-slider__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 48px;
}

.team-showcase__arrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (min-width: 1441px) {
  .step-slider-container {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .js-step-slider-swiper,
  .step-slider__arrows {
    padding-right: 60px !important;
  }
}

@media (max-width: 992px) {
  .js-step-slider-swiper {
    padding-right: 24px !important;
  }

  .step-slider-container {
    padding-left: 24px;
  }

  .step-slider__arrows {
    padding-right: 24px !important;
  }

  .step-slider.all-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .step-slider.top-spacing {
    padding-top: 80px;
  }

  .step-slider.bottom-spacing {
    padding-bottom: 80px;
  }

  .step-slider__heading {
    margin-bottom: 32px;
  }

  .step-slider__card {
    padding: 40px 32px;
  }
}

/* services */

.services-tabs {
  position: relative;
  background: #efeadf;
  cursor: none;
  overflow: hidden;

  padding: 160px 0;
}

.services-tabs__wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 60px;
}

.services-tabs__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.services-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services-tab {
  display: block;
  text-decoration: none;
  color: inherit;
}
.services-tab:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.services-tab__title {
  opacity: 0.25;
  transition: all 0.3s ease;
}

.services-tab.is-active .services-tab__title {
  opacity: 1;
}

.services-tab__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-top: 16px;
  opacity: 0.25;
  transition: all 0.3s ease;
}

.services-tab.is-active .services-tab__text {
  opacity: 1;
}

.services-tabs__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 663 / 555;
}

.services-tabs__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateY(-20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.services-tabs__img.is-active {
  opacity: 1;
  transform: translateY(0);
}

.services-tabs__all {
  display: flex;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
}

.services-tabs__plus {
  font-size: 18px;
  line-height: 1;
}

.services-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translate(-9999px, -9999px);
  opacity: 0;
  transition: opacity 0.12s ease;
  z-index: 9999;
}
.services-tabs.is-cursor-on .services-cursor {
  opacity: 1;
}
.services-cursor__icon svg {
  width: 24px;
  height: 24px;
}

.services-swiper {
  display: none;
  max-width: 100%;
}
.services-tabs__all--mobile {
  display: none;
}

.services-tabs,
.services-tabs a,
.services-tabs button,
.services-tabs [role="tab"],
.services-tabs * {
  cursor: none !important;
}

.services-tabs__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.services-tabs__mobile {
  display: none;
}

.services-tabs__mobile-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid rgba(34, 31, 28, 0.12);
}

.services-tabs__mobile-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-tabs__mobile-icon svg {
  height: 13px;
  width: 13px;
}

.services-tabs__mobile .services-tabs__mobile-item:first-child {
  border-top: 0;
}

.services-tabs__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 1440px;
}

.services-tabs__header-text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (hover: none), (pointer: coarse) {
  .services-tabs,
  .services-tabs a,
  .services-tabs button,
  .services-tabs [role="tab"],
  .services-tabs * {
    cursor: auto !important;
  }

  .services-cursor {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .services-tabs__header {
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .services-tabs__header-title {
    font-size: 20px;
  }

  .services-tabs__mobile {
    display: block;
  }

  .services-tabs,
  .services-tabs a,
  .services-tabs button,
  .services-tabs [role="tab"],
  .services-tabs * {
    cursor: auto !important;
  }

  .services-cursor {
    display: none !important;
  }

  .services-tabs.is-cursor-on .services-cursor {
    opacity: 0 !important;
  }

  .services-tabs__inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .services-tabs__left,
  .services-tabs__right {
    display: none;
  }

  .services-swiper {
    display: block;
  }

  .services-tabs__all--mobile {
    display: inline-flex;
    margin-top: 0;
  }

  .services-tabs {
    padding: 80px 0;
  }

  .services-tabs__wrapper {
    padding: 0 24px;
  }

  .services-tabs__mobile-title {
    font-size: 28px;
  }

  .services-tabs__mobile-text {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
}

/* service-hero */
.service-hero {
  padding-top: 90px;
  overflow: hidden;
}

.service-hero__header {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 2.03fr;
  gap: 24px;
  align-items: start;
}

.article-hero__header.service-hero__header {
  grid-template-columns: 1.3fr 2fr;
}

.service-hero__subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.service-hero__title > *:first-child {
  margin-top: 0;
}

.service-hero__title {
  margin: 0;
}

.service-hero__title > *:last-child {
  margin-bottom: 0;
}

.service-hero__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.service-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 992px) {
  .service-hero {
    padding-top: 36px;
  }

  .service-hero__header,
  .article-hero__header.service-hero__header {
    padding: 0 24px;
    margin-bottom: 48px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-hero__media {
    aspect-ratio: 393/197;
  }

  .service-hero__title {
    font-weight: 400;
  }
}

/* service-content */

.service-content {
  overflow: hidden;
  position: relative;
}

.service-content.all-spacing {
  padding-top: 160px;
  padding-bottom: 160px;
}

.service-content.top-spacing {
  padding-top: 160px;
  padding-bottom: 0;
}

.service-content.bottom-spacing {
  padding-top: 0;
  padding-bottom: 160px;
}

.service-content.none-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.service-content.bg-beige {
  background: #efeadf;
}

.service-content.bg-white {
  background: #fffcf8;
}

.service-content__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.service-content__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.service-content__content {
  max-width: 536px;
}

.service-content__title {
  margin: 0 0 16px;
}

.service-content__text {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-content__text > *:first-child {
  margin-top: 0;
}

.service-content__text > *:last-child {
  margin-bottom: 0;
}

.service-content__image {
  width: 100%;
  overflow: hidden;
}

.service-content__image--small {
  max-width: 312px;
  aspect-ratio: 312 / 477;
  justify-self: end;
}

.service-content__image--large {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 760 / 520;
}

.service-content__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-content__bottom {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 135px;
  align-items: start;
}

.service-content__top--without-image {
  margin: 0 !important;
}

.service-content__accordion {
  width: 100%;
}

.service-content__accordion .service-content__accordion-item:first-child {
  padding-top: 0;
}

.service-content__accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.service-content__accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.service-content__accordion .service-content__accordion-item:first-child {
  border: none;
}

.service-content__accordion
  .service-content__accordion-item:first-child
  .service-content__accordion-button {
  padding-top: 0;
}

.service-content__accordion-button {
  width: 100%;
  padding: 24px 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-content__accordion-title.main-title-h6 {
  display: block;
  font-size: 20px;
}
.service-content__accordion-item .service-content__accordion-icon path {
  transition: all 0.3s ease;
}

.service-content__accordion-item.is-open .service-content__accordion-icon path {
  flex: 0 0 24px;
}

.service-content__accordion-item.is-open
  .service-content__accordion-icon
  path:last-child {
  opacity: 0;
}
.service-content__accordion-item.is-open .service-content__accordion-button {
  padding-bottom: 16px;
}
.service-content__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.service-content__accordion-item.is-open .service-content__accordion-content {
  grid-template-rows: 1fr;
}

.service-content__accordion-inner {
  overflow: hidden;
}

.service-content__accordion-text {
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.service-content__accordion-text > *:first-child {
  margin-top: 0;
}

.service-content__accordion-text > *:last-child {
  margin-bottom: 0;
}

.service-content__link {
  display: block;
  width: fit-content;
}

@media (max-width: 992px) {
  .service-content__container {
    padding: 0 24px;
  }

  .service-content__top {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 40px;
  }

  .service-content__image--small {
    justify-self: start;
    margin-left: auto;
    width: 75%;
  }

  .service-content__accordion-title.main-title-h6 {
    font-size: 18px;
  }

  .service-content__bottom {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .service-content__image--large {
    max-width: 100%;
  }

  .service-content.all-spacing,
  .service-content.top-spacing,
  .service-content.bottom-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-content.top-spacing {
    padding-bottom: 0;
  }

  .service-content.bottom-spacing {
    padding-top: 0;
  }

  .service-content.none-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-content__container {
    padding: 0 24px;
  }

  .service-content__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .service-content__accordion-text {
    padding-bottom: 16px;
  }
}

.project-hero__meta {
  max-width: 1440px;
  padding: 24px 60px 0;
  margin: 0 auto;
}
.service-hero__media {
  overflow: hidden;
}

.service-hero__media img {
  transition: all 0.3s ease;
}

.project-hero-card:hover img {
  scale: 1.05;
}

.project-hero__name {
  margin: 0 0 8px;
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.project-hero__location {
  margin: 0;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.project-hero .service-hero__header {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
  .project-hero__meta {
    padding: 12px 24px 0 24px;
  }

  .project-hero .service-hero__header {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .service-hero__title {
    font-size: 32px;
  }

  .project-hero__name {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .project-hero__location {
    font-size: 14px;
  }
}

/* blog-grid */

.blog-grid {
  padding: 160px 0;
  overflow: hidden;
}

.blog-grid__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.blog-grid__header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 80px;
}

.blog-grid__subtitle {
  margin: 0;
}

.blog-grid__title {
  margin: 0;
}

.blog-grid__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 56px 24px;
  align-items: start;
}

.blog-grid__item--small {
  grid-column: span 2;
}

.blog-grid__item--wide {
  grid-column: span 3;
}

.blog-grid__quote {
  grid-column: span 6;
  align-self: stretch;
  padding: 104px 0;
}

.blog-grid__card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-grid__image {
  transition: all 0.3s ease;
}

.blog-grid__card:hover .blog-grid__image {
  scale: 1.05;
}

.blog-grid__image-wrap {
  width: 100%;
  overflow: hidden;
  background: #e9e4dc;
}

.blog-grid__item--small .blog-grid__image-wrap {
  aspect-ratio: 1 / 1;
}

.blog-grid__item--wide .blog-grid__image-wrap {
  aspect-ratio: 648 / 408;
}

.blog-grid__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-grid__meta {
  padding-top: 16px;
}

.blog-grid__post-title {
  margin: 0 0 8px;
  color: #0d0d0d;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.blog-grid__location {
  margin: 0;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.blog-grid__quote .quote-section {
  padding: 0;
  background: transparent;
  height: 100%;
}

.blog-grid__quote .quote-section__container {
  max-width: none;
  padding: 0;
  height: 100%;
}

.article-hero__title {
  margin: 0;
}

@media (max-width: 992px) {
  .blog-grid__container {
    padding: 0 24px;
  }
  .article-hero__title {
    font-size: 20px;
  }

  .blog-grid__quote {
    padding: 40px 0;
  }

  .blog-grid__item--wide .blog-grid__image-wrap {
    aspect-ratio: 1/1;
  }

  .blog-grid {
    padding: 80px 0;
  }

  .blog-grid__container {
    padding: 0 16px;
  }

  .blog-grid__header {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .blog-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 19px;
  }

  .blog-grid__item--small,
  .blog-grid__item--wide,
  .blog-grid__item--mobile-small {
    grid-column: span 1;
  }

  .blog-grid__item--mobile-wide,
  .blog-grid__quote {
    grid-column: span 2;
  }

  .blog-grid__item--small .blog-grid__image-wrap {
    aspect-ratio: 1 / 1;
  }

  .blog-grid__item--mobile-wide .blog-grid__image-wrap {
    aspect-ratio: 345 / 217;
  }

  .blog-grid__post-title {
    font-size: 16px;
  }

  .blog-grid__location {
    font-size: 14px;
  }
}

/* article-recommended */

.article-recommended {
  padding: 160px 0;
  overflow: hidden;
}

.article-recommended__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.article-recommended__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.article-recommended__title > * {
  margin: 0;
}

.article-recommended__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.article-recommended__card {
  min-width: 0;
}

.article-recommended__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-recommended__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 648 / 408;
  overflow: hidden;
  background: #e8e2d8;
}

.article-recommended__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-recommended__card-link:hover .article-recommended__image {
  transform: scale(1.05);
}

.article-recommended__content {
  padding-top: 16px;
}

.article-recommended__card-title {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.article-recommended__location {
  margin: 8px 0 0;
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 992px) {
  .article-recommended__container {
    padding: 0 24px;
  }
  .article-recommended {
    padding: 80px 0;
  }

  .article-recommended__header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .article-recommended__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .article-recommended__location {
    font-size: 14px;
    margin-top: 4px;
  }

  .article-recommended__card-title {
    font-size: 16px;
  }

  .article-recommended__title {
    font-size: 32px;
  }

  .article-recommended__image-wrapper {
    aspect-ratio: 345 / 230;
  }
}

/* policy-page */

.policy-page__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.policy-page-wrapper {
  max-width: 760px;
}

.policy-page {
  padding: 94px 0 114px 0;
  overflow: hidden;
}

.policy-page-content-bold {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 80px;
}

.policy-page-subtitle {
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 16px;
}

.policy-page-title {
  margin-bottom: 80px;
  margin-top: 0;
  font-size: 40px;
}

.policy-page-content ul {
  padding-left: 20px;
  margin: 0 0 16px 0;
}

.policy-page-content ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.policy-page-content a {
  color: #0d0d0d !important;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.policy-page-content a:hover {
  text-decoration: underline;
}

.policy-page-content li {
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.policy-page-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.policy-page-content h6,
.policy-page-content h5,
.policy-page-content h4,
.policy-page-content h3,
.policy-page-content h2,
.policy-page-content h1 {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.policy-page-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 992px) {
  .policy-page-content-wrapper {
    gap: 32px;
  }

  .policy-page__container {
    padding: 0 24px;
  }

  .policy-page {
    padding: 36px 0 80px 0;
  }

  .policy-page-content-bold {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .policy-page-subtitle {
    margin-bottom: 8px;
  }

  .policy-page-content h6,
  .policy-page-content h5,
  .policy-page-content h4,
  .policy-page-content h3,
  .policy-page-content h2,
  .policy-page-content h1 {
    font-size: 18px;
  }

  .policy-page-title {
    font-size: 28px;
  }
}

/* press-hero */

.press-hero {
  background: #fffcf8;
  overflow: hidden;
}

.press-hero--all-spacing {
  padding: 94px 0 80px 0;
}

.press-hero--bottom-spacing {
  padding: 0 0 100px;
}

.press-hero--top-spacing {
  padding: 100px 0 0;
}

.press-hero--none-spacing {
  padding: 0;
}

.press-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.press-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 536px);
  gap: 40px;
  align-items: start;
  margin-bottom: 80px;
}

.press-hero__title {
  max-width: 430px;
}

.press-hero__text,
.press-hero__subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.press-hero__text {
  max-width: 536px;
}

.press-hero__subtitle {
  margin-bottom: 32px;
}

.press-hero__marquee-wrap {
  display: block;
  width: 100%;
}

.press-hero__marquee {
  overflow: hidden;
  width: 100%;
  --press-gap: 16px;
}

.press-hero__marquee-inner {
  display: flex;
  width: max-content;
}

.press-hero__segment {
display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 64px;
    width: max-content;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    animation: pressLogosMarquee 55s linear infinite;
    will-change: transform;
    @media(max-width: 992px){
      gap: 25px;
    }
}

.press-hero__marquee-item {
  width: auto;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.press-hero__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.press-hero__logo {
display: block;
    width: auto;
    max-width: 240px;
    max-height: 95px;
    height: auto;
    object-fit: contain;
}

@keyframes press-hero-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes press-hero-marquee-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .press-hero__marquee-item,
  .press-hero__logo {
    height: 27px;
  }
  .press-hero__marquee {
    --press-gap: 10px;
  }

  .press-hero--all-spacing {
    padding: 36px 0 80px 0;
  }

  .press-hero--bottom-spacing {
    padding: 0 0 80px;
  }

  .press-hero--top-spacing {
    padding: 80px 0 0;
  }

  .press-hero__container {
    max-width: 100%;
    padding: 0 24px;
  }

  .press-hero__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .press-hero__title {
    font-size: 28px;
  }

  .press-hero__text {
    max-width: 100%;
    padding-top: 0;
  }

  .press-hero__subtitle {
    margin-bottom: 24px;
  }
}

/* press-grid */

.press-grid {
  background: #fffcf8;
  padding-bottom: 80px;
}

.press-grid__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.press-grid__list {
  display: flex;
  flex-direction: column;
}

.press-grid__item {
  display: grid;
  grid-template-columns: 1fr 0.71fr;
  gap: 20px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

.press-grid__item[data-index="0"],
.press-grid__item[data-index="3"] {
  border: none;
}

.press-grid__item:first-child {
  padding-top: 0;
}

.press-grid__item.is-hidden {
  display: none;
}

.press-grid__item-content {
  max-width: 648px;
}

.press-grid__item-title {
  margin: 0 0 10px;
}

.press-grid__item-title a {
  color: inherit;
  text-decoration: none;
}

.press-grid__item-text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.press-grid__item-media {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 111/76;
}

.press-grid__feature-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.press-grid__item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-grid__feature {
  background: #271b1b;
  color: #fffcf8;
  padding: 80px 112px;
  margin: 32px 0;
}

.press-grid__feature--article {
  margin: 0 0 80px 0;
}

.press-grid__feature-subtitle {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.press-grid__feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.press-grid__feature-content {
  max-width: 680px;
}

.press-grid__feature-title {
  margin: 0 0 18px;
  color: #fffcf8;
  max-width: 400px;
}

.press-grid__feature-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.press-grid__feature-text p {
  margin: 0;
}

.press-grid__feature-link {
  white-space: nowrap;
  color: #fff;
}

.press-grid__feature-link:after {
  background: #fff;
}

.press-grid__load-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.press-grid__location {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}

.press-grid__load-more {
  border: none;
  background: transparent;
  padding: 0 0 8px 0;
}

@media (max-width: 992px) {
  .press-grid__load-wrapper {
    margin-top: 40px;
  }

  .press-grid__feature-title {
    line-height: 130%;
    max-width: 270px;
  }

  .press-grid__container {
    max-width: 100%;
    padding: 0 24px;
  }

  .press-grid__item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 0;
  }

  .press-grid__item-content {
    max-width: 100%;
  }

  .press-grid__item-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .press-grid__item-media {
    order: 2;
  }

  .press-grid__item-image {
    height: auto;
    aspect-ratio: 1.45 / 1;
  }

  .press-grid__feature:not(.press-grid__feature--article) {
    padding: 64px 24px;
    margin: 40px 0;
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .press-grid__feature-section {
    padding: 0 24px;
  }

  .press-grid__feature--article {
    padding: 80px 24px;
  }

  .press-grid__feature--article .press-grid__feature-link {
    margin-top: 64px;
  }

  .press-grid__feature-row {
    display: block;
  }

  .press-grid__feature-content {
    max-width: 100%;
  }

  .press-grid__feature-link {
    display: inline-flex;
    margin-top: 40px;
  }
}

/* article-press-hero */

.article-press-hero {
  background: #efeade;
  padding: 94px 0 0 0;
  overflow: hidden;
  margin-bottom: 160px;
}

.article-press-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.article-press-hero__content {
  max-width: 760px;
  margin-bottom: 80px;
}

.article-press-hero__subtitle {
  margin: 0 0 16px;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article-press-hero__title {
  margin: 0;
}

.article-press-hero__share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.article-press-hero__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1d1d1b;
  cursor: pointer;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.article-press-hero__share-btn:hover {
  opacity: 0.55;
}

.article-press-hero__share-btn.is-copied {
  opacity: 0.45;
}

.article-press-hero__share-btn svg {
  display: block;
  width: auto;
  height: 100%;
}

.article-press-hero__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.article-press-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__copy-link {
  position: relative;
}

.article-press-hero__share-btn .article-hero__copy-link-success {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 24px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 24px;
  padding: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.article-press-hero__share-btn.is-copied .article-hero__copy-link-success {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .article-press-hero__title {
    font-size: 32px;
    max-width: 290px;
  }
  .article-press-hero__subtitle {
    font-size: 14px;
  }
  .article-press-hero {
    padding: 36px 0 0 0;
    margin-bottom: 56px;
  }

  .article-press-hero__container {
    padding: 0 24px;
  }

  .article-press-hero__content {
    margin-bottom: 24px;
  }

  .article-press-hero__media {
    aspect-ratio: 345/ 235;
  }
}

/* article-press-content */

.article-press-content {
  overflow: hidden;
  background: #efeade;
}

.article-press-content__featured-link {
  display: block;
  width: fit-content;
  margin-top: 24px;
}

.article-press-content--yellow {
  background: #efeade;
}

.article-press-content--white {
  background: #fffcf8;
}

.article-press-content.all-spacing {
  padding: 72px 0 80px;
}

.article-press-content.top-spacing {
  padding: 72px 0 0;
}

.article-press-content.bottom-spacing {
  padding: 0 0 80px;
}

.article-press-content.none-spacing {
  padding: 0;
}

.article-press-content__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 312px;
  justify-content: space-between;
  gap: 80px;
}

.article-press-content__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 760px;
}

.article-press-content__block {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-press-content__block:last-child {
  margin-bottom: 0;
}

.article-press-content__block h3 {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.article-press-content__block h4 {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.article-press-content__block p:last-child {
  margin-bottom: 0;
}

.article-press-content__block ul,
.article-press-content__block ol {
  margin: 0;
  padding-left: 24px;
}

.article-press-content__block li {
  margin-bottom: 8px;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article-press-content__block a {
  color: #0d0d0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-press-content__sidebar {
  width: 100%;
}

.article-press-content__featured {
  background: #fff;
  padding: 32px;
  margin-bottom: 32px;
  display: block;
}

.article-press-content__featured:hover
  .article-press-content__featured-link::after {
  width: 0;
}

.article-press-content__featured-title {
  margin: 0 0 8px;
  color: #0d0d0d;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.article-press-content__featured-date {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  opacity: 0.5;
}

.article-press-content__related-heading {
  margin: 0 0 16px;
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.article-press-content__related-list {
  width: 100%;
}

.article-press-content__related-item {
  display: block;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article-press-content__related-item:last-child {
  margin-bottom: 0;
}

.article-press-content__related-link {
  display: block;
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.article-press-content__related-link:hover {
  opacity: 0.55;
}

.article-press-content__block h3:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .article-press-content.all-spacing {
    padding: 80px 0;
  }

  .article-press-content.top-spacing {
    padding: 80px 0 0;
  }

  .article-press-content.bottom-spacing {
    padding: 0 0 80px;
  }

  .article-press-content.none-spacing {
    padding: 0;
  }

  .article-press-content__block h3 {
    font-size: 20px;
  }

  .article-press-content__block h4 {
    font-size: 18px;
  }

  .article-press-content__container {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .article-press-content__main {
    max-width: none;
  }

  .article-press-content__sidebar {
    max-width: none;
  }

  .article-press-content__featured {
    margin-bottom: 32px;
  }
}

/* article-press-images */

.article-press-images {
  overflow: hidden;
}

.article-press-images.all-spacing {
  padding: 80px 0 80px;
}

.article-press-images.top-spacing {
  padding: 80px 0 0;
}

.article-press-images.bottom-spacing {
  padding: 0 0 80px;
}

.article-press-images.none-spacing {
  padding: 0;
}

.article-press-images__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.article-press-images__grid {
  display: grid;
  width: 100%;
}

.article-press-images__grid--single {
  grid-template-columns: 1fr;
}

.article-press-images__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.article-press-images__item {
  width: 100%;
  overflow: hidden;
}

.article-press-images__grid--single .article-press-images__item {
  aspect-ratio: 2 / 1;
}

.article-press-images__grid--two .article-press-images__item {
  aspect-ratio: 47 / 41;
}

.article-press-images__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-press-content--mobile-display {
  display: none;
}

@media (max-width: 992px) {
  .article-press-images__container {
    padding: 0 24px;
  }

  .article-press-images__grid--two {
    grid-template-columns: 1fr;
  }

  .article-press-content--show-related:not(
      .article-press-content--mobile-display
    )
    .article-press-content__sidebar {
    display: none;
  }

  .article-press-content--mobile-display {
    display: block;
  }
}

/* team-grid */

.team-grid {
  padding-bottom: 160px;
}

.team-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-grid__image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
}

.team-grid__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-grid__item {
  width: 100%;
}

.team-grid__title {
  color: #0d0d0d;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  display: block;
  margin: 16px 0 8px 0;
}

.team-grid__name {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.team-grid__nav {
  display: none;
}

.team-grid__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 992px) {
  .team-grid {
    padding-bottom: 80px;
  }

  .team-grid__wrapper {
    display: flex;
  }

  .team-grid__container {
    padding: 0 0 0 24px;
  }

  .team-grid__nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 48px;
    padding: 0 24px;
  }
}

/* hero-with-carousel */

.hero-with-carousel {
  padding: 60px 0 80px 0;
  overflow: hidden;
}

.hero-with-carousel__header {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: start;
}

.hero-with-carousel__header-right {
  max-width: 650px;
  margin-right: auto;
}

.hero-with-carousel__title {
  margin-bottom: 20px;
}

.hero-with-carousel__text,
.hero-with-carousel__subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 992px) {
  .hero-with-carousel {
    overflow: hidden;
  }

  .hero-with-carousel__header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .hero-with-carousel__header-right {
    max-width: none;
    margin: 0;
  }

  .hero-with-carousel__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .hero-with-carousel__subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/* current-opportunities */

.current-opportunities {
  overflow: hidden;
}

.current-opportunities--yellow {
  background: #efeadf;
}

.current-opportunities--white {
  background: #fffcf8;
}

.current-opportunities.all-spacing {
  padding: 160px 0;
}

.current-opportunities.top-spacing {
  padding: 160px 0 0;
}

.current-opportunities.bottom-spacing {
  padding: 0 0 160px;
}

.current-opportunities.none-spacing {
  padding: 0;
}

.current-opportunities__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: minmax(0, 536px) minmax(0, 536px);
  justify-content: space-between;
  gap: 80px;
}

.current-opportunities__left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.current-opportunities__content {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.current-opportunities__content p {
  margin: 0 0 24px;
}

.current-opportunities__content p:last-child {
  margin-bottom: 0;
}

.current-opportunities__content h1,
.current-opportunities__content h2,
.current-opportunities__content h3,
.current-opportunities__content h4,
.current-opportunities__content h5,
.current-opportunities__content h6 {
  margin: 0 0 20px;
  color: #0d0d0d;
  font-weight: 300;
  line-height: 130%;
}

.current-opportunities__content ul,
.current-opportunities__content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.current-opportunities__content li {
  margin-bottom: 8px;
}

.current-opportunities__image-wrapper {
  width: 100%;
  max-width: 345px;
  aspect-ratio: 106 / 157;
  overflow: hidden;
}

.current-opportunities__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-opportunities__right {
  width: 100%;
}

.current-opportunities__list {
  background: #fff;
  padding: 40px;
}

.current-opportunities__eyebrow {
  margin: 0 0 24px;
  color: #0d0d0d;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.current-opportunities__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 0 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.current-opportunities__item:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.current-opportunities__item-title {
  font-family: "Martina Plantijn", sans-serif;
  color: #0d0d0d;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.current-opportunities__item-title p {
  margin: 0;
}

.current-opportunities__item-subtitle {
  margin-top: 8px;
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.current-opportunities__item-subtitle p {
  margin: 0;
}

.current-opportunities__item-link {
  color: #0d0d0d;
}

.current-opportunities__cta {
  margin-top: 24px;
  background: #211915;
  color: #fff;
  padding: 40px 32px;
}

.current-opportunities__cta-title {
  margin: 0 0 16px;
  font-family: "Martina Plantijn", sans-serif;
  color: #efeadf;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.current-opportunities__cta-content {
  font-family: "Public Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.current-opportunities__cta-content p {
  margin: 0 0 16px;
}

.current-opportunities__cta-content p:last-child {
  margin-bottom: 0;
}

.current-opportunities__cta-content a {
  font-weight: 700;
  color: #fff;
}

.current-opportunities__cta-content a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .current-opportunities__eyebrow {
    font-size: 14px;
  }
  .current-opportunities.all-spacing {
    padding: 80px 0;
  }

  .current-opportunities.top-spacing {
    padding: 80px 0 0;
  }

  .current-opportunities.bottom-spacing {
    padding: 0 0 80px;
  }

  .current-opportunities.none-spacing {
    padding: 0;
  }

  .current-opportunities__item-title {
    font-size: 20px;
  }

  .current-opportunities__container {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .current-opportunities__left {
    gap: 64px;
  }

  .current-opportunities__list {
    padding: 40px 24px;
  }

  .current-opportunities__image-wrapper {
    max-width: 400px;
  }

  .current-opportunities__item {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}

/* contact-page */

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-card__image-wrapper {
  aspect-ratio: 424/440;
  overflow: hidden;
  display: flex;
  margin-bottom: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.contact-card__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.contact-card:hover img {
  scale: 1.05;
}

.contact-card__title {
  color: #0d0d0d;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.contact-card__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.contact-card .contact-link {
  margin-top: 8px;
  display: block;
  width: fit-content;
}

.contact-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 160px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.contact-page-title {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.contact-page-subtitle {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

.contact-page-info-block {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.contact-page-header {
  max-width: 1440px;
  margin: 94px auto 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 24px;
}

.contact-page-media-wrapper {
  aspect-ratio: 312 / 387;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 312px;
}

.contact-page-map-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 820 / 900;
}

.contact-page-info-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-page-wrapper {
  overflow: hidden;
}

.hb-info__link {
  color: #0d0d0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.contact-page-get-link:hover {
  border-color: transparent;
}

.contact-hb-info__list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  list-style: none;
}

.contact-hb-info__list .contact-page-hb-info__item:last-child {
  position: relative;
  padding-bottom: 8px;
  text-decoration: none;
  width: fit-content;
  margin-top: 16px;
  display: flex;
}

.contact-hb-info__list .contact-page-hb-info__item:last-child .hb-info__link {
  color: #0d0d0d;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.contact-hb-info__list .contact-page-hb-info__item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0d0d0d;
  transition: all 0.3s ease;
}

.contact-hb-info__list .contact-page-hb-info__item:last-child:hover::after {
  width: 0;
}

.contact-hb-info__list
  .contact-page-hb-info__item:first-child
  .hb-info__link:hover {
  text-decoration: underline;
}

.contact-page-info {
  display: grid;
  grid-template-columns: 596px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.contact-page {
  background: #efeadf;
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 160px;
}

.contact-select option {
  background: #2b2b2b !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.contact-input::placeholder,
.contact-form-textarea::placeholder {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  opacity: 0.5;
}

.contact-input,
.contact-form-textarea {
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.4px;
  padding: 10px 16px !important;
  background: transparent;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  border-radius: 2px !important;
  border: 1px solid rgba(242, 242, 242, 0.25) !important;
}

.contact-input:focus,
.contact-form-textarea:focus,
.contact-input:focus-within,
.contact-form-textarea:focus-within {
  border-color: #fff !important;
}

.contact-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(2);
  opacity: 0;
  cursor: pointer;
}

.date-field {
  position: relative;
}

.input-date-label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.contact-select-wrapper-one {
  margin-bottom: 14px;
}

.wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
  font-size: 12px;
}

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

form.wpcf7-form p {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.team-modal__content.contact-team-modal__content {
  margin-top: 8px;
}

form.wpcf7-form br {
  display: none !important;
}

.contact-form-button.main-link {
  color: #fff;
  border: none;
  background-color: transparent;
  width: fit-content;
  border-radius: 0;
  cursor: pointer;
  font-family: "Martina Plantijn", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  padding: 0 0 8px 0 !important;
  margin-top: 32px !important;
  width: fit-content;
  display: block;
}

.contact-form-button.main-link::after {
  background: #fff;
}
.contact-form-button.main-button span {
  transition: all 0.3s ease;
}

.contact-form-button.main-button svg path {
  stroke: #fff !important;
}

.team-modal__content.contact-team-modal__content span {
  display: flex;
  flex-direction: column;
}

.contact-form-button.main-button:hover span {
  color: #2b2b2b !important;
}

.contact-form-button.main-button:hover {
  color: #2b2b2b !important;
}

.contact-form-button.main-button:hover svg path {
  stroke: #2b2b2b !important;
}

.contact-form-button.main-button:hover {
  background: #fff;
  border-color: #fff;
}

.file-drop {
  position: relative;
  border-radius: 2px !important;
  border: 1px solid rgba(242, 242, 242, 0.25) !important;
  padding: 16px 24px;
  text-align: center;
  color: #fff !important;
  margin-top: 6px;
  height: 104px;
}

.wpcf7-form .contact-form-button + .wpcf7-spinner + .wpcf7-spinner {
  display: none !important;
}

.wpcf7-form .contact-form-button + .wpcf7-spinner {
  margin-top: 16px;
  margin-left: 0 !important;
}

.file-drop .file-input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-drop__label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px !important;
  cursor: pointer;
  color: #fff;
  outline: none;
  display: flex;
  margin-top: 24px !important;
  justify-content: baseline;
  justify-content: center;
}

.file-drop__icon svg {
  display: block;
}
.contact-team-modal__content.team-modal__content .file-drop__text {
  color: #fff;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.file-drop:has(.file-input:focus-visible) {
  outline: 2px dashed #fff;
  outline-offset: -10px;
}

.file-drop__meta {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  position: absolute !important;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0 4px;
  min-height: 18px;
}

.file-drop__meta strong {
  color: #fff;
  font-weight: 500;
}

.file-drop .file-input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.file-drop__label,
.file-drop__meta {
  position: relative;
  z-index: 2;
}

.file-drop .file-input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.file-drop.has-file .file-drop__text {
  visibility: hidden;
}
.file-drop__meta {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  min-height: 18px;
}
.file-drop__meta .size {
  color: #ccc;
}

.file-drop.has-file .file-drop__text {
  white-space: normal;
  word-break: break-word;
}

.file-drop .file-input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.contact-select-wrapper .contact-select,
.contact-input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-select-wrapper {
  position: relative;
  margin-top: 6px;
}

.contact-select-wrapper svg {
  position: absolute;
  right: 16px;
  top: 14px;
  height: 24px;
  width: 24px;
  z-index: 1;
  pointer-events: none;
}

.contact-team-modal__mount .team-modal__title {
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.contact-label-first {
  margin-top: 0 !important;
}

.studio-block {
  padding: 32px;
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 424px;
  width: 100%;
}

.studio-block__link {
  margin-top: 24px;
  display: block;
  width: fit-content;
  padding: 0 0 8px 0;
  background: transparent;
  border: none;
}

.studio-block__text {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.studio-block__title {
  color: #0d0d0d;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 8px;
}

.contact-team-modal__dialog {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #231b1b;
}

.contact-radio .wpcf7-radio {
  flex-direction: row !important;
  gap: 25px !important;
}

.contact-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
  cursor: pointer !important;
}

.contact-radio .wpcf7-radio .wpcf7-list-item label {
  margin: 0 !important;
  flex-direction: row !important;
  gap: 6px !important;
  align-items: center;
}

.contact-radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.4px;
  cursor: pointer !important;
}

.contact-label-first-main {
  color: #fff;
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
  letter-spacing: -0.4px;
  display: block;
  margin-top: 24px;
  margin-bottom: 6px;
}

.wpcf7-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid rgba(242, 242, 242, 0.25);
  border-radius: 50%;
  background: transparent;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.wpcf7-radio input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.2s ease;
}

.wpcf7-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.wpcf7-radio input[type="radio"]:checked {
  border-color: #fff !important;
}

.wpcf7-radio input[type="radio"]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 992px) {
  .contact-team-modal__mount .team-modal__title {
    font-size: 32px;
  }

  .contact-page-info-block {
    padding: 0;
    gap: 40px;
  }

  .contact-buttons {
    display: flex;
    flex-direction: column;
    padding: 80px 24px;
    gap: 32px;
  }

  .contact-page-map-wrapper {
    aspect-ratio: 25/31;
  }

  .contact-page-media-wrapper {
    display: none;
  }

  .contact-hb-info__list {
    max-width: 100%;
    margin: 0;
  }

  .contact-page-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }

  .contact-page-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
    padding: 0 24px;
  }

  .contact-page-header {
    display: flex;
    padding: 0 24px;
    margin-top: 36px;
    flex-direction: column;
    gap: 8px;
  }

  .contact-page {
    margin-top: -116px;
    padding-top: 116px;
    padding-bottom: 80px;
  }
  .careers-team-modal .team-modal__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .contact-team-modal__content .main-button.contact-form-button svg path {
    stroke: #221f1c !important;
  }

  .contact-team-modal__content .main-button.contact-form-button span {
    color: #221f1c !important;
  }

  .team-modal__dialog.contact-team-modal__dialog {
    padding: 40px 24px 24px 24px;
  }
}

.site-footer__socials {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
  border: none !important;
	justify-content: center;
	color: #F4EEE7;
	text-decoration: none !important;
	transition: opacity 0.25s ease;
}

.site-footer__social-link:hover {
	opacity: 0.65;
  text-decoration: none !important;
}

.site-footer__social-link svg {
	display: block;
	width: 100% !important;
	height: auto !important;
  max-width: 30px;
  min-width: 30px;
}

.site-footer__instagram-feed .sb_instagram_header,
.site-footer__instagram-feed #sbi_load,
.site-footer__instagram-feed #sbi_mod_error,
.site-footer__instagram-feed .sbi_item .sbi_info_wrapper {
	display: none !important;
}

.site-footer__instagram-feed #sbi_images,
.site-footer__instagram-feed #sb_instagram {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-footer__instagram-feed #sbi_images.sbi_carousel .sbi-owl-stage-outer,
.site-footer__instagram-feed #sbi_images.sbi_carousel .sbi-owl-stage {
	touch-action: pan-y;
	-ms-touch-action: pan-y;
	overscroll-behavior: contain;
	will-change: transform;
}

.site-footer__instagram-feed #sb_instagram #sbi_images.sbi_carousel .sbi_item {
	padding: 10px !important;
}

@media (max-width: 600px) {
	/* .site-footer__instagram-feed #sbi_images {
		margin-left: -4px;
	} */

	.site-footer__instagram-feed #sb_instagram #sbi_images.sbi_carousel .sbi_item {
		padding: 4px !important;
	}
}

.site-footer__instagram-feed{
  padding-right: 60px;
}

@media (max-width: 992px) {
    .site-footer__instagram-feed {
        padding-right: 24px;
    }
}

.hb-menu__link[href="/contact/"][data-text="Contact"] {
  display: none;
}

@media (max-width: 991.98px) {
  .hb-menu__link[href="/contact/"][data-text="Contact"] {
    display: inline-flex;
  }
}