@charset "UTF-8";
/*
Theme Name: Perishable Center
Description: Twenty Twenty-Five child theme for the Perishable Center project.
Author: STUDIOHORN
Author URI: https://studio-horn.de
Template: twentytwentyfive
Text Domain: perishable-center
Version: 0.1.0
*/
/*
 * Legacy root entry kept for compatibility.
 * Source styles should be authored in assets/scss/ and imported here for wp-scss.
 */
:root {
  --pcf-color-softblack: var(--wp--preset--color--softblack);
  --pcf-color-blue: var(--wp--preset--color--blue);
  --pcf-color-teal: var(--wp--preset--color--teal);
  --pcf-color-grey: var(--wp--preset--color--grey);
  --pcf-color-oxford-white: var(--wp--preset--color--oxford-white);
  --pcf-color-signal: var(--wp--preset--color--signal);
  --pcf-layout-viewport-xxl: var(--wp--custom--layout--viewport--xxl);
  --pcf-layout-content-xxl: var(--wp--custom--layout--content--xxl);
  --pcf-layout-viewport-md: var(--wp--custom--layout--viewport--md);
  --pcf-layout-content-md: var(--wp--custom--layout--content--md);
  --pcf-layout-viewport-xs: var(--wp--custom--layout--viewport--xs);
  --pcf-layout-content-xs: var(--wp--custom--layout--content--xs);
  --pcf-font-display: var(--wp--preset--font-family--bebas-neue);
  --pcf-font-mono: var(--wp--preset--font-family--dm-mono);
  --pcf-font-body: "Open Sans", sans-serif;
  --pcf-radius-none: var(--wp--custom--radius--none);
  --pcf-transition-fast: var(--wp--custom--transition--fast);
  --pcf-transition-medium: var(--wp--custom--transition--medium);
  --pcf-transition-panel: var(--wp--custom--transition--panel);
  --pcf-transition-slider: var(--wp--custom--transition--slider);
  --pcf-z-layer-ui: var(--wp--custom--z-index--layer-ui);
}
@font-face {
  font-family: "Bebas Neue";
  src: url("assets/fonts/BebasNeue-Regular.woff2") format("assets/woff2"), url("assets/fonts/BebasNeue-Regular.woff") format("assets/woff"), url("assets/fonts/BebasNeue-Regular.eot") format("assets/embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-Regular.woff2") format("assets/woff2"), url("assets/fonts/DMMono-Regular.woff") format("assets/woff"), url("assets/fonts/DMMono-Regular.eot") format("assets/embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-Italic.woff2") format("assets/woff2"), url("assets/fonts/DMMono-Italic.woff") format("assets/woff"), url("assets/fonts/DMMono-Italic.eot") format("assets/embedded-opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-Light.woff2") format("assets/woff2"), url("assets/fonts/DMMono-Light.woff") format("assets/woff"), url("assets/fonts/DMMono-Light.eot") format("assets/embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-LightItalic.woff2") format("assets/woff2"), url("assets/fonts/DMMono-LightItalic.woff") format("assets/woff"), url("assets/fonts/DMMono-LightItalic.eot") format("assets/embedded-opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-Medium.woff2") format("assets/woff2"), url("assets/fonts/DMMono-Medium.woff") format("assets/woff"), url("assets/fonts/DMMono-Medium.eot") format("assets/embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("assets/fonts/DMMono-MediumItalic.woff2") format("assets/woff2"), url("assets/fonts/DMMono-MediumItalic.woff") format("assets/woff"), url("assets/fonts/DMMono-MediumItalic.eot") format("assets/embedded-opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
:where(.wp-block-button__link) {
  text-decoration: none;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
}
:where(.wp-block-cover__inner-container) {
  width: 100%;
}
:where(img) {
  max-width: 100%;
  height: auto;
}
html, body {
  overflow-x: clip;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editor-styles-wrapper :where(.wp-block-button__link) {
  text-decoration: none;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
}
.pcf-container {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pcf-container {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .pcf-container {
    width: var(--pcf-layout-content-xxl);
  }
}
.pcf-grid {
  display: grid;
  gap: 0;
}
.pcf-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  width: 100%;
  background-color: var(--pcf-color-oxford-white);
}
.pcf-site-header__inner {
  box-sizing: border-box;
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
  min-height: clamp(87px, calc(89.8571428571px + -0.8928571429vw), 83px);
  padding-top: clamp(26px, calc(26.7142857143px + -0.2232142857vw), 25px);
  padding-bottom: clamp(21px, calc(18.8571428571px + 0.6696428571vw), 24px);
}
.pcf-site-header__brand {
  flex: 0 0 auto;
  margin: 0;
}
.pcf-site-header__logo {
  margin: 0;
}
.pcf-site-header__logo img {
  display: block;
  width: 134px;
  height: auto;
}
.pcf-site-header__desktop {
  display: none;
}
.pcf-site-header__desktop-nav {
  display: none;
}
.pcf-site-header__compact {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 0 auto;
}
.pcf-site-header__compact .pcf-site-header__language {
  display: none;
}
.pcf-site-header__compact-nav {
  display: block;
}
.pcf-site-header__language {
  position: relative;
  margin: 0;
  padding-right: 18px;
  color: var(--pcf-color-softblack);
  font-family: var(--pcf-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.9474;
  text-transform: uppercase;
  white-space: nowrap;
}
.pcf-site-header__language::after {
  position: absolute;
  top: 30%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid var(--pcf-color-softblack);
  border-bottom: 1px solid var(--pcf-color-softblack);
  transform: translateY(-70%) rotate(45deg);
}
.pcf-site-header__language--compact {
  display: none;
}
.pcf-site-header__compact-nav {
  margin: 0;
}
.pcf-site-header__navigation {
  margin: 0;
}
.pcf-site-header__navigation .wp-block-navigation__responsive-container-open, .pcf-site-header__navigation .wp-block-navigation__responsive-container-close {
  box-sizing: border-box;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  color: var(--pcf-color-softblack);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
}
.pcf-site-header__navigation .wp-block-navigation__responsive-container-open svg, .pcf-site-header__navigation .wp-block-navigation__responsive-container-close svg {
  width: 24px;
  height: 24px;
}
.pcf-site-header__navigation .wp-block-navigation-item__content {
  display: block;
  padding: 10px 15px;
  color: var(--pcf-color-softblack);
  font-family: var(--pcf-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.9474;
  text-transform: uppercase;
  white-space: nowrap;
}
.pcf-site-header__navigation .wp-block-navigation-submenu__toggle {
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
.pcf-site-header__navigation .wp-block-navigation-item__label {
  white-space: nowrap;
}
.pcf-site-header__navigation .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content, .pcf-site-header__navigation .wp-block-navigation-item__content:hover, .pcf-site-header__navigation .wp-block-navigation-item__content:focus {
  color: var(--pcf-color-softblack);
}
.pcf-site-header__navigation .wp-block-navigation__responsive-container {
  background-color: var(--pcf-color-oxford-white);
}
.pcf-site-header__navigation .wp-block-navigation__submenu-container {
  color: var(--pcf-color-softblack);
  background-color: var(--pcf-color-oxford-white);
  border: 0;
  box-shadow: none;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open {
  position: relative;
  width: 24px;
  height: 24px;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open svg {
  display: none;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open::before, .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open::after {
  position: absolute;
  left: 3px;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--pcf-color-softblack);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open::before {
  top: 6px;
  box-shadow: 0 6px 0 var(--pcf-color-softblack);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-open::after {
  top: 18px;
}
.pcf-site-header__compact-nav:has(.wp-block-navigation__responsive-container.is-menu-open) .wp-block-navigation__responsive-container-open {
  opacity: 0;
  visibility: hidden;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container.is-menu-open {
  position: fixed;
  inset: 0;
  padding: 0 0 0;
  background: transparent !important;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100dvh - 87px);
  margin: 87px 0 0;
  padding: 61px 32px 32px;
  background-color: var(--pcf-color-oxford-white);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-content {
  align-items: flex-end !important;
  justify-content: flex-start;
  padding-top: 0 !important;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-content::after {
  display: block;
  margin: 50px auto 0;
  padding-right: 24px;
  color: var(--pcf-color-softblack);
  font-family: var(--pcf-font-display);
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  content: "DEUTSCH";
  background: linear-gradient(45deg, transparent 45%, var(--pcf-color-softblack) 45% 55%, transparent 55%) right 10px center / 8px 8px no-repeat, linear-gradient(-45deg, transparent 45%, var(--pcf-color-softblack) 45% 55%, transparent 55%) right 4px center / 8px 8px no-repeat;
}
.pcf-site-header__compact-nav .wp-block-navigation__container {
  row-gap: 13px !important;
  column-gap: 0 !important;
  align-items: flex-end !important;
  width: 100%;
}
.pcf-site-header__compact-nav .wp-block-navigation__container > .wp-block-navigation-item {
  width: auto !important;
  align-self: flex-end;
}
.pcf-site-header__compact-nav .wp-block-navigation-submenu {
  align-items: flex-end;
}
.pcf-site-header__compact-nav .wp-block-navigation-item__content {
  justify-content: flex-end;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}
.pcf-site-header__compact-nav .wp-block-navigation-item__content:focus {
  outline: 0;
}
.pcf-site-header__compact-nav .wp-block-navigation-item__content:focus:not(:focus-visible) {
  outline: 0;
}
.pcf-site-header__compact-nav .wp-block-navigation__submenu-container {
  position: static;
  width: 100%;
  height: auto;
  min-width: 0;
  display: none;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
}
.pcf-site-header__compact-nav .wp-block-navigation-submenu__toggle[aria-expanded="false"] ~ .wp-block-navigation__submenu-container {
  display: none;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.pcf-site-header__compact-nav .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-height: none;
  padding: 0;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.pcf-site-header__compact-nav .wp-block-navigation__container:has(> .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
  align-items: center !important;
  row-gap: 25px !important;
  column-gap: 0 !important;
}
.pcf-site-header__compact-nav .wp-block-navigation__container:has(> .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) > .wp-block-navigation-item {
  align-self: center;
}
.pcf-site-header__compact-nav .pcf-navigation__item--services:has(> .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
  box-sizing: border-box;
  align-items: flex-end;
  width: calc(100vw - 40px) !important;
  background: #fff !important;
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] {
  box-sizing: border-box;
  justify-content: flex-end;
  width: 100%;
  min-height: 44px;
  padding: 7px 31px 7px 15px;
  background-color: #fff;
  border: 1px solid var(--pcf-color-softblack);
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label {
  font-size: 0;
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label::after {
  font-size: 30px;
  line-height: 1;
  content: "LEISTUNGEN -";
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
  box-sizing: border-box;
  align-items: flex-end;
  width: 100%;
  padding: 21px 21px 27px;
  background: #fff !important;
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container::before {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  color: var(--pcf-color-softblack);
  font-family: var(--pcf-font-display);
  font-size: 30px;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  content: "ÜBERSICHT & DETAILS";
}
.pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container .pcf-navigation__submenu-link--products > .wp-block-navigation-submenu__toggle[aria-expanded="false"] ~ .wp-block-navigation__submenu-container {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  height: auto;
  min-width: 0;
  max-height: none;
  padding: 4px 0 0;
  overflow: visible;
  background: transparent;
  border: 0;
  opacity: 1;
  visibility: visible;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link {
  margin-bottom: 0;
  align-items: flex-end;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link .wp-block-navigation-item__content, .pcf-site-header__compact-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content {
  justify-content: flex-end;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--child {
  position: relative;
  padding-right: 16px;
  padding-left: 0;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--child .wp-block-navigation-item__content, .pcf-site-header__compact-nav .pcf-navigation__submenu-link--child > .wp-block-navigation-item__content {
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--child::before {
  display: none;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--child::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/scroll-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--products {
  align-items: flex-end;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--products > .wp-block-navigation-submenu__toggle {
  justify-content: flex-end;
  padding: 0;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  height: auto;
  min-width: 0;
  max-height: none;
  padding-left: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  opacity: 1;
  visibility: visible;
}
.pcf-site-header__compact-nav .pcf-navigation__submenu-link--products > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
  padding: 5px 0 0;
}
.pcf-site-header__compact-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link > .wp-block-navigation-item__content {
  padding: 0;
}
.pcf-site-header__compact-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child > .wp-block-navigation-item__content {
  padding: 0;
}
.pcf-site-header__compact-nav .pcf-navigation__item--tablet-only, .pcf-site-header__compact-nav .pcf-navigation__submenu-link--tablet-only {
  display: none !important;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: -53px;
  right: 21px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-color: var(--pcf-color-oxford-white);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close svg {
  display: none;
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close::before, .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close::after {
  position: absolute;
  left: 3px;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--pcf-color-softblack);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close::before {
  top: 6px;
  box-shadow: 0 6px 0 var(--pcf-color-softblack);
}
.pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close::after {
  top: 18px;
}
@media (min-width: 768px) {
  .pcf-site-header__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
    min-height: clamp(83px, calc(86.6455696203px + -0.4746835443vw), 80px);
    padding-top: clamp(25px, calc(40.7974683544px + -2.0569620253vw), 12px);
    padding-bottom: clamp(24px, calc(31.2911392405px + -0.9493670886vw), 18px);
  }
  .pcf-site-header__compact {
    gap: clamp(25px, calc(31.0759493671px + -0.7911392405vw), 20px);
  }
  .pcf-site-header__language--compact {
    display: block;
  }
  .pcf-site-header__compact-nav {
    --pcf-compact-nav-top: clamp(87px, calc(95.5063291139px + -1.1075949367vw), 80px);
    --pcf-compact-nav-column: clamp(258px, calc(170.5063291139px + 11.3924050633vw), 330px);
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--mobile-only {
    display: none !important;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--tablet-only, .pcf-site-header__compact-nav .pcf-navigation__submenu-link--tablet-only {
    display: flex !important;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding-top: 0;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-dialog {
    position: relative;
    top: var(--pcf-compact-nav-top);
    right: 50px;
    left: auto;
    width: var(--pcf-compact-nav-column);
    min-height: calc(100dvh - var(--pcf-compact-nav-top));
    margin: 0 0 0 auto;
    padding: 52px 0 40px;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-content {
    position: relative;
    align-items: center !important;
    min-height: 0;
    padding-top: 0 !important;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-content::after {
    display: none;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__container {
    align-items: center !important;
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__container > .wp-block-navigation-item {
    align-self: center;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    justify-content: center;
    text-align: center;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__container:has(> .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
    position: relative;
    align-items: center !important;
    width: 50%;
    min-height: 100%;
    padding: 35px 0 35px;
    border-right: 1px solid var(--pcf-color-softblack);
  }
  .pcf-site-header__compact-nav .wp-block-navigation__container:has(> .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) > .wp-block-navigation-item {
    align-self: center;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-dialog:has(.pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
    width: calc(var(--pcf-compact-nav-column) * 2);
    min-height: clamp(381px, calc(272.8481012658px + 14.082278481vw), 470px);
    padding: 0;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-content:has(.pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
    align-items: flex-start !important;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services {
    position: static;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services:has(> .wp-block-navigation-submenu__toggle[aria-expanded="true"]) {
    width: auto !important;
    background: transparent !important;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] {
    width: auto;
    min-width: 136px;
    min-height: 38px;
    padding: 4px 15px;
    justify-content: center;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] .wp-block-navigation-item__label::after {
    font-size: 30px;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
    position: absolute;
    top: 35px;
    left: 100% !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 5px 0 35px;
    overflow: visible;
    text-align: center;
    background: transparent !important;
  }
  .pcf-site-header__compact-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container::before {
    margin-bottom: 14px;
    font-size: 30px;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link {
    width: auto;
    align-items: center;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content {
    justify-content: center;
    text-align: center;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link--child {
    padding-right: 24px;
    padding-left: 0;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link--child::after {
    right: 0;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link--products {
    width: auto;
  }
  .pcf-site-header__compact-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container {
    align-items: flex-end;
  }
  .pcf-site-header__compact-nav .wp-block-navigation__responsive-container-close {
    top: calc(-1 * var(--pcf-compact-nav-top) + 32px);
    right: 0;
  }
  .pcf-site-header .pcf-site-header__compact .pcf-site-header__language--compact {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .pcf-site-header__inner {
    position: relative;
    width: var(--pcf-layout-content-xxl);
    max-width: calc(100% - 100px);
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 18px;
  }
  .pcf-site-header__logo img {
    width: 114px;
  }
  .pcf-site-header__desktop {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .pcf-site-header__desktop-nav {
    display: block;
  }
  .pcf-site-header__compact {
    display: none !important;
  }
  .pcf-site-header__desktop-nav {
    position: absolute;
    top: 18px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }
  .pcf-site-header__desktop-nav > .wp-block-navigation {
    margin: 0;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation__container {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    box-sizing: border-box;
    padding: 9px 14px;
    border: 1px solid transparent;
    outline: 0;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover, .pcf-site-header__desktop-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus-visible {
    border-color: var(--pcf-color-softblack);
    outline: 0;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:focus:not(:focus-visible):not(:hover) {
    border-color: transparent;
    outline: 0;
  }
  .pcf-site-header__desktop-nav .pcf-navigation .wp-block-navigation__submenu-icon {
    display: none;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
    position: absolute;
    top: 62px;
    left: calc(318px - 50vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100vw;
    min-width: 100vw;
    min-height: 470px;
    padding: 49px 0 64px max(59px, calc((100vw - 854px) / 2));
    background-color: var(--pcf-color-oxford-white);
    border: 0;
    border-top: 1px solid var(--pcf-color-softblack);
    box-shadow: none;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__item--services > .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container::after {
    position: absolute;
    top: 42px;
    left: calc(max(59px, calc((100vw - 854px) / 2)) + 424px);
    width: clamp(416px, 29.72vw, 430px);
    height: auto;
    aspect-ratio: 1.178470255;
    content: "";
    background-image: var(--pcf-navigation-preview-image, url("assets/img/navigation-services-image.jpg"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link {
    margin: 0;
    align-items: flex-start;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content {
    display: block;
    flex-grow: 0;
    min-width: 0;
    padding: 3px 7px;
    border: 1px solid transparent;
    outline: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: none;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content:hover, .pcf-site-header__desktop-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content:focus-visible {
    border-color: var(--pcf-color-softblack);
    outline: 0;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link > .wp-block-navigation-item__content:focus:not(:focus-visible):not(:hover) {
    border-color: transparent;
    outline: 0;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link + .pcf-navigation__submenu-link {
    margin-top: 14px;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child {
    position: relative;
    box-sizing: border-box;
    width: 333px;
    min-height: 33px;
    padding: 5px 0 5px 47px;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child + .pcf-navigation__submenu-link--child {
    margin-top: -3px;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child > .wp-block-navigation-item__content {
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 1;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child::before {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 18px;
    height: 8px;
    content: "";
    background-image: url("assets/img/scroll-slider-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child + .pcf-navigation__submenu-link:not(.pcf-navigation__submenu-link--child) {
    margin-top: 11px;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products {
    flex-direction: column;
    align-items: flex-start;
    width: 333px;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation-submenu__toggle {
    padding: 0;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 14px 0 0;
    overflow: visible;
    background: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child:first-child {
    border: 1px solid transparent;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child:hover, .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child:has(> .wp-block-navigation-item__content:focus-visible) {
    border-color: var(--pcf-color-softblack);
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--products > .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child + .pcf-navigation__submenu-link--child {
    margin-top: -3px;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link > .wp-block-navigation-item__content {
    display: block;
    flex-grow: 0;
    padding: 3px 7px;
    border: 1px solid transparent;
    outline: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: none;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link > .wp-block-navigation-item__content:hover, .pcf-site-header__desktop-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link > .wp-block-navigation-item__content:focus-visible {
    border-color: var(--pcf-color-softblack);
    outline: 0;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link > .wp-block-navigation-item__content:focus:not(:focus-visible):not(:hover) {
    border-color: transparent;
    outline: 0;
  }
  .pcf-site-header__desktop-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .pcf-navigation__submenu-link--child > .wp-block-navigation-item__content {
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 1;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child {
    border: 1px solid transparent;
  }
  .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child:hover, .pcf-site-header__desktop-nav .pcf-navigation__submenu-link--child:has(> .wp-block-navigation-item__content:focus-visible) {
    border-color: var(--pcf-color-softblack);
  }
  .pcf-site-header__language {
    margin-left: auto;
  }
}
body.admin-bar .pcf-site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media (max-width: 767.98px) {
  .pcf-site-header__compact .pcf-site-header__language {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .pcf-site-header__desktop {
    display: none !important;
  }
}
:where(.editor-styles-wrapper) .pcf-site-header {
  position: static;
}
:where(.editor-styles-wrapper) .pcf-site-header__desktop {
  display: none;
}
:where(.editor-styles-wrapper) .pcf-site-header__compact {
  display: flex;
}
@media (min-width: 1400px) {
  :where(.editor-styles-wrapper) .pcf-site-header__desktop {
    display: flex;
  }
  :where(.editor-styles-wrapper) .pcf-site-header__compact {
    display: none;
  }
}
.site-footer {
  width: 100%;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(27px, calc(13.4285714286px + 4.2410714286vw), 46px);
  padding-bottom: clamp(45px, calc(42.1428571429px + 0.8928571429vw), 49px);
}
.site-footer__hero {
  display: flex;
  flex-direction: column;
}
.site-footer__logo-wrap {
  order: -1;
  margin-bottom: 43px;
  text-align: center;
}
.site-footer__logo {
  display: inline-flex;
  justify-content: center;
}
.site-footer__intro {
  display: flex;
  flex-direction: column;
}
.site-footer__title, .site-footer__company, .site-footer__copy, .site-footer__legal-link {
  margin: 0;
  color: var(--pcf-color-oxford-white);
}
.site-footer__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  line-height: 1;
}
.site-footer__actions {
  margin-top: 23px;
}
.site-footer__button .wp-block-button__link {
  position: relative;
  min-height: 54px;
  padding: 15px 43px 15px 15px;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  transition: background-color var(--pcf-transition-fast), color var(--pcf-transition-fast), transform var(--pcf-transition-fast), opacity var(--pcf-transition-fast);
}
.site-footer__button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/scroll-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.site-footer__button .wp-block-button__link:hover, .site-footer__button .wp-block-button__link:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.site-footer__meta {
  margin-top: 71px;
  gap: 0;
}
.site-footer__meta-column {
  flex-basis: 100% !important;
}
.site-footer__company {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
}
.site-footer__copy, .site-footer__legal-link {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
}
.site-footer__copy {
  margin-top: 12px;
}
.site-footer__meta-column--contact {
  margin-top: 20px;
}
.site-footer__meta-column--legal {
  margin-top: 48px;
}
.site-footer__legal-link + .site-footer__legal-link {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .site-footer__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
    padding-top: clamp(46px, calc(50.8607594937px + -0.6329113924vw), 42px);
    padding-bottom: clamp(49px, calc(55.0759493671px + -0.7911392405vw), 44px);
  }
  .site-footer__hero {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .site-footer__logo-wrap {
    order: 2;
    margin-bottom: 0;
    text-align: right;
  }
  .site-footer__intro {
    width: clamp(430px, calc(138.3544303797px + 37.9746835443vw), 670px);
  }
  .site-footer__title {
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .site-footer__actions {
    margin-top: 22px;
  }
  .site-footer__meta {
    margin-top: clamp(84px, calc(62.1265822785px + 2.8481012658vw), 102px);
    flex-wrap: wrap !important;
  }
  .site-footer__meta-column--company {
    flex: 0 0 330px !important;
  }
  .site-footer__meta-column--contact {
    flex: 0 0 330px !important;
    margin-top: 0;
    padding-top: 65px;
  }
  .site-footer__meta-column--legal {
    flex: 0 0 236px !important;
    margin-top: 20px;
    margin-left: auto;
  }
  .site-footer__company, .site-footer__copy, .site-footer__legal-link {
    font-size: 16px;
  }
  .site-footer__copy {
    margin-top: 6px;
  }
}
@media (min-width: 1400px) {
  .site-footer__inner {
    width: 1300px;
    padding-top: 42px;
    padding-bottom: 44px;
  }
  .site-footer__intro {
    width: 670px;
  }
  .site-footer__title {
    font-size: 50px;
  }
  .site-footer__actions {
    margin-top: 19px;
  }
  .site-footer__meta {
    margin-top: 102px;
    align-items: flex-start;
    flex-wrap: nowrap !important;
  }
  .site-footer__meta-column--company {
    flex: 0 0 33.3% !important;
  }
  .site-footer__meta-column--contact {
    flex: 0 0 33.3% !important;
    padding-top: 38px;
    margin-left: 0;
  }
  .site-footer__meta-column--legal {
    flex: 0 0 33.3% !important;
    margin-top: 29px;
    margin-left: auto;
  }
  .site-footer__copy {
    margin-top: 10px;
  }
}
.elemente-page > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.elemente-page > .hero-small-image {
  margin-top: clamp(138px, calc(150.8571428571px + -4.0178571429vw), 120px);
}
.elemente-page > .leistungen-section {
  margin-top: clamp(200px, calc(299.2857142857px + -31.0267857143vw), 61px);
}
.elemente-page > .airport-counter {
  margin-top: clamp(158px, calc(50.8571428571px + 33.4821428571vw), 308px);
}
.elemente-page > .partner-section {
  margin-top: clamp(200px, calc(168.5714285714px + 9.8214285714vw), 244px);
}
.elemente-page > .zertifikate-section {
  margin-top: clamp(225px, calc(247.8571428571px + -7.1428571429vw), 193px);
}
.elemente-page > .downloads-section {
  margin-top: clamp(155px, calc(110px + 14.0625vw), 218px);
}
.elemente-page > .contact-section {
  margin-top: clamp(155px, calc(88.5714285714px + 20.7589285714vw), 248px);
}
.elemente-page > .testimonial-section {
  margin-top: clamp(138px, calc(73.7142857143px + 20.0892857143vw), 228px);
}
.elemente-page > .video-section {
  margin-top: clamp(205px, calc(216.4285714286px + -3.5714285714vw), 189px);
}
.elemente-page > .two-boxes-section {
  margin-top: clamp(127px, calc(82.7142857143px + 13.8392857143vw), 189px);
}
.elemente-page > .slider-big {
  margin-top: clamp(154px, calc(55.4285714286px + 30.8035714286vw), 292px);
}
.elemente-page > .scroll-slider {
  margin-top: clamp(150px, calc(154.2857142857px + -1.3392857143vw), 144px);
}
.elemente-page > .site-footer {
  margin-top: clamp(72px, calc(-20.1428571429px + 28.7946428571vw), 201px);
}
@media (min-width: 768px) {
  .elemente-page > .hero-small-image {
    margin-top: clamp(120px, calc(130.9367088608px + -1.4240506329vw), 111px);
  }
  .elemente-page > .leistungen-section {
    margin-top: clamp(61px, calc(-60.5189873418px + 15.8227848101vw), 161px);
  }
  .elemente-page > .airport-counter {
    margin-top: clamp(308px, calc(216.8607594937px + 11.8670886076vw), 383px);
  }
  .elemente-page > .partner-section {
    margin-top: clamp(244px, calc(312.0506329114px + -8.8607594937vw), 188px);
  }
  .elemente-page > .zertifikate-section {
    margin-top: clamp(193px, calc(149.253164557px + 5.6962025316vw), 229px);
  }
  .elemente-page > .downloads-section {
    margin-top: clamp(218px, calc(204.6329113924px + 1.7405063291vw), 229px);
  }
  .elemente-page > .contact-section {
    margin-top: clamp(248px, calc(249.2151898734px + -0.1582278481vw), 247px);
  }
  .elemente-page > .testimonial-section {
    margin-top: clamp(228px, calc(263.2405063291px + -4.5886075949vw), 199px);
  }
  .elemente-page > .video-section {
    margin-top: clamp(189px, calc(113.6582278481px + 9.8101265823vw), 251px);
  }
  .elemente-page > .two-boxes-section {
    margin-top: clamp(189px, calc(196.2911392405px + -0.9493670886vw), 183px);
  }
  .elemente-page > .slider-big {
    margin-top: clamp(292px, calc(389.2151898734px + -12.6582278481vw), 212px);
  }
  .elemente-page > .scroll-slider {
    margin-top: clamp(144px, calc(152.5063291139px + -1.1075949367vw), 137px);
  }
  .elemente-page > .site-footer {
    margin-top: clamp(201px, calc(278.7721518987px + -10.1265822785vw), 137px);
  }
}
@media (min-width: 1400px) {
  .elemente-page > .hero-small-image {
    margin-top: 111px;
  }
  .elemente-page > .leistungen-section {
    margin-top: 161px;
  }
  .elemente-page > .airport-counter {
    margin-top: 383px;
  }
  .elemente-page > .partner-section {
    margin-top: 188px;
  }
  .elemente-page > .zertifikate-section {
    margin-top: 229px;
  }
  .elemente-page > .downloads-section {
    margin-top: 229px;
  }
  .elemente-page > .contact-section {
    margin-top: 247px;
  }
  .elemente-page > .testimonial-section {
    margin-top: 199px;
  }
  .elemente-page > .video-section {
    margin-top: 251px;
  }
  .elemente-page > .two-boxes-section {
    margin-top: 183px;
  }
  .elemente-page > .slider-big {
    margin-top: 212px;
  }
  .elemente-page > .scroll-slider {
    margin-top: 137px;
  }
  .elemente-page > .site-footer {
    margin-top: 137px;
  }
}
.airport-counter {
  width: 100%;
}
.airport-counter__inner {
  width: 219px;
  margin-right: auto;
  margin-left: auto;
}
.airport-counter__display--slots {
  display: none;
}
.airport-counter__display--mobile {
  position: relative;
  min-height: 223px;
}
.airport-counter__mobile-track {
  position: relative;
  min-height: 223px;
  padding-right: 42px;
}
.airport-counter__mobile-track.is-resetting .airport-counter__mobile-item {
  transition: none;
}
.airport-counter__mobile-item {
  position: absolute;
  right: 42px;
  left: 0;
  display: flex;
  min-height: 58px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  transition: opacity var(--pcf-transition-medium), transform var(--pcf-transition-medium);
}
.airport-counter__mobile-item--current {
  top: 82px;
}
.airport-counter__mobile-item--next {
  top: 164px;
  opacity: 0.15;
}
.airport-counter__mobile-item--previous {
  top: 0;
  opacity: 0.15;
}
.airport-counter__mobile-item--hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.airport-counter__mobile-value {
  margin: 0;
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 0.9;
}
.airport-counter__mobile-value--next, .airport-counter__mobile-value--previous {
  color: var(--pcf-color-softblack);
}
.airport-counter__mobile-label {
  margin: 4px 0 0;
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 0.95;
}
.airport-counter__mobile-label--next, .airport-counter__mobile-label--previous {
  color: var(--pcf-color-softblack);
}
.airport-counter__mobile-controls {
  position: absolute;
  top: 83px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--previous, .airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--current, .airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--next {
  transform: translateY(-82px);
}
.airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--current {
  opacity: 0.15;
}
.airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--next {
  opacity: 1;
}
.airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--next .airport-counter__mobile-value, .airport-counter__mobile-track.is-rotating-next .airport-counter__mobile-item--next .airport-counter__mobile-label {
  color: var(--pcf-color-blue);
}
.airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--previous, .airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--current, .airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--next {
  transform: translateY(82px);
}
.airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--previous {
  opacity: 1;
}
.airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--previous .airport-counter__mobile-value, .airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--previous .airport-counter__mobile-label {
  color: var(--pcf-color-blue);
}
.airport-counter__mobile-track.is-rotating-previous .airport-counter__mobile-item--current {
  opacity: 0.15;
}
.airport-counter__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
.airport-counter__control:focus-visible {
  outline: 1px solid var(--pcf-color-softblack);
  outline-offset: 4px;
}
.airport-counter__control-icon {
  display: block;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.airport-counter__control-icon--previous {
  background-image: url("assets/img/airport-counter-arrow-up.svg");
  transform: rotate(180deg);
}
.airport-counter__control-icon--next {
  background-image: url("assets/img/airport-counter-arrow-down.svg");
}
@media (min-width: 768px) {
  .airport-counter__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(167.3417721519px + 65.1898734177vw), 1080px));
    margin-right: auto;
    margin-left: auto;
  }
  .airport-counter__display--slots {
    display: block;
    width: 100%;
  }
  .airport-counter__display--mobile {
    display: none;
  }
  .airport-counter__row {
    display: grid;
    grid-template-columns: repeat(15, minmax(0, 39.785px));
    gap: 4.973px;
  }
  .airport-counter__row--combined {
    display: none;
  }
  .airport-counter__row--value {
    margin-bottom: 5.795px;
  }
  .airport-counter__slot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54.705px;
    overflow: hidden;
    background-color: var(--pcf-color-blue);
    border-radius: 3px;
  }
  .airport-counter__slot::after {
    position: absolute;
    top: 50%;
    right: 0.248px;
    left: 0.248px;
    z-index: 3;
    content: "";
    border-top: 1px solid rgba(12, 32, 59, 0.45);
  }
  .airport-counter__glyph {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    perspective: 600px;
    color: var(--pcf-color-oxford-white);
    font-family: var(--pcf-font-mono);
    font-size: 35px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.35px;
    text-align: center;
    transform-style: preserve-3d;
  }
  .airport-counter__glyph.is-flipping .airport-counter__glyph-face--current {
    opacity: 0;
    transition-delay: calc(var(--airport-counter-delay, 0ms) + 0.15s);
  }
  .airport-counter__glyph.is-flipping .airport-counter__glyph-face--next {
    opacity: 1;
    transition-delay: calc(var(--airport-counter-delay, 0ms) + 0.15s);
  }
  .airport-counter__glyph.is-flipping .airport-counter__glyph-flap--top {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  .airport-counter__glyph.is-flipping .airport-counter__glyph-flap--bottom {
    opacity: 1;
    transform: rotateX(0deg);
  }
  .airport-counter__glyph-face, .airport-counter__glyph-flap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
  }
  .airport-counter__glyph-face {
    transition: opacity 0s linear var(--airport-counter-delay, 0ms);
  }
  .airport-counter__glyph-face--static {
    position: relative;
  }
  .airport-counter__glyph-face--current {
    opacity: 1;
  }
  .airport-counter__glyph-face--next {
    opacity: 0;
  }
  .airport-counter__glyph-flap {
    z-index: 2;
    overflow: hidden;
    will-change: transform, opacity;
    transition: transform var(--pcf-transition-medium), opacity var(--pcf-transition-medium);
    transition-delay: var(--airport-counter-delay, 0ms);
  }
  .airport-counter__glyph-flap--top {
    clip-path: inset(0 0 50% 0);
    transform: rotateX(0deg);
    transform-origin: center bottom;
  }
  .airport-counter__glyph-flap--bottom {
    clip-path: inset(50% 0 0 0);
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center top;
  }
  .airport-counter__refresh {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 22px;
    padding: 0;
    color: var(--pcf-color-softblack);
    cursor: pointer;
    background: none;
    border: 0;
    font-family: "DM Mono", monospace;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.16px;
    font-size: 16px;
  }
  .airport-counter__refresh:focus-visible {
    outline: 1px solid var(--pcf-color-softblack);
    outline-offset: 4px;
  }
  .airport-counter__refresh-icon {
    display: block;
    width: 12.225px;
    height: 13.804px;
    background-image: url("assets/img/airport-counter-refresh.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  .airport-counter__inner {
    width: 1080px;
  }
  .airport-counter__display--slots {
    width: 100%;
  }
  .airport-counter__row {
    grid-template-columns: repeat(15, minmax(0, 40.381px));
    gap: 5.047px;
  }
  .airport-counter__row--combined {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, calc((1080px - (23 * 5.047px)) / 24)));
    margin-bottom: 0;
  }
  .airport-counter__row--value, .airport-counter__row--label {
    display: none;
  }
  .airport-counter__row--value {
    margin-bottom: 7.791px;
  }
  .airport-counter__slot {
    height: 55.524px;
  }
  .airport-counter__refresh {
    margin-top: 12px;
  }
  .airport-counter__refresh-icon {
    width: 12.408px;
    height: 14.011px;
  }
}
:where(.has-js .wp-site-blocks) .airport-counter__facts {
  display: none;
}
:where(.editor-styles-wrapper) .airport-counter__inner {
  width: 100%;
  max-width: 760px;
}
:where(.editor-styles-wrapper) .airport-counter__facts {
  display: grid;
  gap: 16px;
  margin-top: 0;
}
:where(.editor-styles-wrapper) .airport-counter__fact {
  padding: 16px;
  border: 1px dashed var(--pcf-color-blue);
}
:where(.wp-block-button__link) {
  transition: background-color var(--pcf-transition-fast), color var(--pcf-transition-fast), border-color var(--pcf-transition-fast), opacity var(--pcf-transition-fast), transform var(--pcf-transition-fast);
}
:where(.wp-block-button__link):focus-visible {
  outline: 1px solid var(--pcf-color-softblack);
  outline-offset: 4px;
}
.hero-big {
  position: relative;
  width: 100%;
  min-height: clamp(506px, calc(507.4285714286px + -0.4464285714vw), 504px);
  overflow: hidden;
  background-color: var(--pcf-color-oxford-white);
}
.hero-big + .hero-small-text {
  margin-block-start: 0;
}
.hero-big__media, .hero-big__overlay {
  position: absolute;
  right: 0;
  left: 0;
}
.hero-big__image {
  margin: 0;
}
.hero-big__image img {
  display: block;
  width: 100%;
  height: clamp(419px, calc(409.7142857143px + 2.9017857143vw), 432px);
  object-fit: cover;
}
.hero-big__image--desktop, .hero-big__image--tablet {
  display: none;
}
.hero-big__overlay {
  top: clamp(87px, calc(97.7142857143px + -3.3482142857vw), 72px);
  pointer-events: none;
}
.hero-big__media {
  top: clamp(87px, calc(97.7142857143px + -3.3482142857vw), 72px);
}
.hero-big__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
  min-height: clamp(419px, calc(409.7142857143px + 2.9017857143vw), 432px);
  padding-top: clamp(123px, calc(106.5714285714px + 5.1339285714vw), 146px);
  padding-bottom: clamp(36px, calc(30.2857142857px + 1.7857142857vw), 44px);
}
.hero-big__copy-shell {
  position: relative;
  min-height: clamp(260px, calc(310px + -15.625vw), 190px);
}
.hero-big__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity var(--pcf-transition-medium);
}
.hero-big__copy.is-active {
  opacity: 1;
}
.hero-big__title, .hero-big__subline {
  margin-right: 0;
  margin-left: 0;
  color: var(--pcf-color-oxford-white);
}
.hero-big__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(48px, calc(37.2857142857px + 3.3482142857vw), 63px);
  line-height: 0.9474;
}
.hero-big__subline {
  max-width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero-big {
    min-height: clamp(504px, calc(54.3797468354px + 58.5443037975vw), 874px);
  }
  .hero-big__image--mobile, .hero-big__image--desktop {
    display: none;
  }
  .hero-big__image--tablet {
    display: block;
  }
  .hero-big__image img {
    height: clamp(432px, calc(-7.8987341772px + 57.2784810127vw), 794px);
  }
  .hero-big__media, .hero-big__overlay {
    top: clamp(72px, calc(62.2784810127px + 1.2658227848vw), 80px);
  }
  .hero-big__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
    min-height: clamp(432px, calc(-7.8987341772px + 57.2784810127vw), 794px);
    padding-top: clamp(146px, calc(31.7721518987px + 14.8734177215vw), 240px);
    padding-bottom: clamp(44px, calc(-7.0379746835px + 6.6455696203vw), 86px);
  }
  .hero-big__copy-shell {
    min-height: clamp(190px, calc(32.0253164557px + 20.5696202532vw), 320px);
  }
  .hero-big__title {
    max-width: clamp(560px, calc(316.9620253165px + 31.6455696203vw), 760px);
    margin-bottom: clamp(18px, calc(13.1392405063px + 0.6329113924vw), 22px);
    font-size: clamp(63px, calc(37.4810126582px + 3.3227848101vw), 84px);
    line-height: 1;
  }
  .hero-big__subline {
    max-width: 340px;
  }
}
@media (min-width: 1400px) {
  .hero-big {
    min-height: 874px;
  }
  .hero-big__image--mobile, .hero-big__image--tablet {
    display: none;
  }
  .hero-big__image--desktop {
    display: block;
  }
  .hero-big__image img {
    height: 794px;
  }
  .hero-big__media, .hero-big__overlay {
    top: 80px;
  }
  .hero-big__inner {
    max-width: var(--pcf-layout-content-xxl);
    min-height: 794px;
    padding-top: 240px;
    padding-bottom: 86px;
  }
  .hero-big__copy-shell {
    min-height: 320px;
  }
  .hero-big__title {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: 84px;
  }
  .hero-big__subline {
    max-width: 420px;
  }
}
:where(.editor-styles-wrapper) .hero-big {
  display: grid;
  gap: 24px;
  min-height: 0;
  padding: 24px;
  overflow: visible;
}
:where(.editor-styles-wrapper) .hero-big__media, :where(.editor-styles-wrapper) .hero-big__overlay {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}
:where(.editor-styles-wrapper) .hero-big__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
:where(.editor-styles-wrapper) .hero-big__image, :where(.editor-styles-wrapper) .hero-big__image--desktop, :where(.editor-styles-wrapper) .hero-big__image--tablet, :where(.editor-styles-wrapper) .hero-big__image--mobile {
  display: block;
}
:where(.editor-styles-wrapper) .hero-big__image img {
  height: auto;
  aspect-ratio: 1.7777777778;
}
:where(.editor-styles-wrapper) .hero-big__inner {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
}
:where(.editor-styles-wrapper) .hero-big__copy-shell {
  display: grid;
  gap: 16px;
  min-height: 0;
}
:where(.editor-styles-wrapper) .hero-big__copy {
  pointer-events: auto;
  position: relative;
  inset: auto;
  min-height: 240px;
  padding: 24px;
  opacity: 1;
  background-color: var(--pcf-color-blue);
}
:where(.editor-styles-wrapper) .hero-big__copy + .hero-big__copy {
  margin-top: 0;
}
:where(.editor-styles-wrapper) .hero-big__title {
  max-width: 760px;
  font-size: clamp(48px, 8vw, 84px);
}
:where(.editor-styles-wrapper) .hero-big__subline {
  max-width: 420px;
}
@media (max-width: 781px) {
  :where(.editor-styles-wrapper) .hero-big__media {
    grid-template-columns: 1fr;
  }
}
.partner-section {
  width: 100%;
}
.partner-section__inner {
  position: relative;
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.partner-section__intro {
  position: relative;
  margin-bottom: 19px;
}
.partner-section__eyebrow {
  margin: 0 0 34px;
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.partner-section__title {
  margin: 0 0 36px;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 34px;
}
.partner-section__discover {
  margin: 0;
}
.partner-section__discover-button {
  width: 100%;
}
.partner-section__discover-button .wp-block-button__link {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 15px;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0;
}
.partner-section__discover-button .wp-block-button__link::after {
  flex: 0 0 18px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/partner-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg) scaleX(-1);
}
.partner-section__detail {
  display: none;
}
.partner-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 13px;
  row-gap: 10px;
}
.partner-section__modal {
  display: none;
}
.partner-section__modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(12, 32, 59, 0.35);
}
.partner-section__modal-dialog {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  min-height: 479px;
  margin: 0 auto;
  padding: 39px 22px 62px;
  background-color: var(--pcf-color-grey);
}
.partner-section__modal-close {
  position: absolute;
  top: 14px;
  right: 13px;
  margin: 0;
}
.partner-section__modal-close .wp-block-button__link {
  position: relative;
  width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
}
.partner-section__modal-close .wp-block-button__link::before, .partner-section__modal-close .wp-block-button__link::after {
  position: absolute;
  inset: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.partner-section__modal-close .wp-block-button__link::before {
  background-image: url("assets/img/partner-close-top.svg");
}
.partner-section__modal-close .wp-block-button__link::after {
  background-image: url("assets/img/partner-close-bottom.svg");
}
.partner-section__modal-name, .partner-section__detail-name {
  margin: 0 0 13px;
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.partner-section__modal-title, .partner-section__detail-title {
  margin: 0 0 62px;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 34px;
}
.partner-section__modal-description, .partner-section__detail-description {
  margin: 0 0 48px;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.partner-section__modal-link, .partner-section__detail-link {
  margin: 0;
}
.partner-section__modal-link .wp-block-button__link, .partner-section__detail-link .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 15px;
  color: var(--pcf-color-softblack);
  background-color: var(--pcf-color-teal);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.partner-section__modal-link .wp-block-button__link::after, .partner-section__detail-link .wp-block-button__link::after {
  flex: 0 0 18px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/partner-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.partner-section.is-partner-modal-open .partner-section__modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: block;
}
@media (min-width: 768px) {
  .partner-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
    min-height: clamp(347px, calc(16.4683544304px + 43.0379746835vw), 619px);
  }
  .partner-section__intro {
    margin-bottom: 0;
  }
  .partner-section__eyebrow {
    margin-bottom: 44px;
  }
  .partner-section__title {
    max-width: clamp(267px, calc(84.7215189873px + 23.7341772152vw), 417px);
    margin-bottom: clamp(72px, calc(107.2405063291px + -4.5886075949vw), 43px);
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .partner-section__discover {
    position: absolute;
    left: 0;
    bottom: clamp(37px, calc(81.9620253165px + -5.8544303797vw), 0px);
  }
  .partner-section__discover-button {
    width: auto;
  }
  .partner-section__grid {
    position: absolute;
    top: 28px;
    right: 0;
    width: clamp(383px, calc(-144.3924050633px + 68.6708860759vw), 817px);
    grid-template-columns: minmax(0, clamp(188px, calc(-89.0632911392px + 36.0759493671vw), 416px)) minmax(0, clamp(159px, calc(-110.7721518987px + 35.1265822785vw), 381px));
    column-gap: clamp(26px, calc(33.2911392405px + -0.9493670886vw), 20px);
    row-gap: clamp(17px, calc(20.6455696203px + -0.4746835443vw), 14px);
  }
  .partner-section__modal-dialog {
    width: 554px;
    min-height: 347px;
    margin-top: 0;
    padding: 37px 77px 44px;
  }
  .partner-section__modal-close {
    top: 31px;
    right: 77px;
  }
  .partner-section__modal-title {
    margin-bottom: 26px;
    font-size: 34px;
  }
  .partner-section__modal-description {
    margin-bottom: 52px;
    max-width: 460px;
  }
}
@media (min-width: 1400px) {
  .partner-section__inner {
    width: 1300px;
    min-height: 619px;
  }
  .partner-section__intro {
    width: 417px;
    min-height: 619px;
    margin-bottom: 0;
  }
  .partner-section__eyebrow {
    margin-bottom: 34px;
  }
  .partner-section__title {
    max-width: 417px;
    margin-bottom: 43px;
    font-size: 50px;
    line-height: 0.9474;
  }
  .partner-section__discover {
    position: static;
  }
  .partner-section__discover-button {
    width: auto;
  }
  .partner-section__detail {
    position: absolute;
    inset: 0 auto auto 0;
    display: block;
    width: 417px;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--pcf-transition-medium);
  }
  .partner-section__detail-title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1;
  }
  .partner-section__detail-description {
    margin-bottom: 36px;
  }
  .partner-section.is-partner-active .partner-section__detail {
    opacity: 1;
    pointer-events: auto;
  }
  .partner-section.is-partner-active .partner-section__eyebrow, .partner-section.is-partner-active .partner-section__title, .partner-section.is-partner-active .partner-section__discover {
    opacity: 0;
    pointer-events: none;
  }
  .partner-section__grid {
    position: absolute;
    top: 0;
    right: 0;
    width: 817px;
    grid-template-columns: 416px 381px;
    column-gap: 20px;
    row-gap: 14px;
  }
  .partner-section__modal-dialog {
    width: 554px;
    margin-top: 32px;
  }
}
.partner-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103px;
  cursor: pointer;
}
.partner-card:nth-child(n + 5) {
  display: none;
}
.partner-card--airtrip {
  min-height: 76px;
}
.partner-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.partner-card__logo img {
  display: block;
  width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.partner-card__meta {
  display: none;
}
.partner-card:focus-visible {
  outline: 1px solid var(--pcf-color-softblack);
  outline-offset: 6px;
}
.partner-card__name {
  margin: 0 0 13px;
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.partner-card__title {
  margin: 0 0 24px;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 34px;
}
.partner-card__description {
  margin: 0 0 36px;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.partner-card__actions {
  margin: 0;
}
.partner-card__link .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 15px;
  color: var(--pcf-color-softblack);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.partner-card__link .wp-block-button__link::after {
  flex: 0 0 18px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/partner-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .partner-card:nth-child(n + 5) {
    display: flex;
  }
  .partner-card--airtrip {
    min-height: clamp(86px, calc(-23.3670886076px + 14.2405063291vw), 176px);
    height: clamp(86px, calc(-23.3670886076px + 14.2405063291vw), 176px);
  }
  .partner-card--company {
    min-height: clamp(86px, calc(-3.9240506329px + 11.7088607595vw), 160px);
    height: clamp(86px, calc(-3.9240506329px + 11.7088607595vw), 160px);
  }
}
@media (min-width: 1400px) {
  .partner-card--airtrip {
    min-height: 176px;
    height: 176px;
  }
  .partner-card--company {
    min-height: 160px;
    height: 160px;
  }
}
:where(.wp-site-blocks) .partner-card__meta {
  display: none;
}
:where(.editor-styles-wrapper) .partner-section__inner {
  width: 100%;
  min-height: 0;
}
:where(.editor-styles-wrapper) .partner-section__detail, :where(.editor-styles-wrapper) .partner-section__modal {
  display: none !important;
}
:where(.editor-styles-wrapper) .partner-section__intro {
  width: auto;
  min-height: 0;
  margin-bottom: 24px;
}
:where(.editor-styles-wrapper) .partner-section__discover {
  position: static;
}
:where(.editor-styles-wrapper) .partner-section__grid {
  position: static;
  width: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
:where(.editor-styles-wrapper) .partner-card {
  display: grid !important;
  gap: 16px;
  min-height: 0;
  padding: 16px;
  border: 1px dashed var(--pcf-color-grey);
  cursor: default;
}
:where(.editor-styles-wrapper) .partner-card--airtrip, :where(.editor-styles-wrapper) .partner-card--company {
  min-height: 0;
  height: auto;
}
:where(.editor-styles-wrapper) .partner-card__meta {
  display: block;
  margin-top: 0;
}
:where(.editor-styles-wrapper) .partner-card__logo {
  max-width: 220px;
}
@media (max-width: 781px) {
  :where(.editor-styles-wrapper) .partner-section__grid {
    grid-template-columns: 1fr;
  }
}
.leistungen-section {
  width: 100%;
}
.leistungen-section__inner {
  box-sizing: border-box;
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(281px, calc(86px + 60.9375vw), 554px));
  margin-right: auto;
  margin-left: auto;
}
.leistungen-section__title, .leistungen-section__eyebrow, .leistungen-card__title, .leistungen-card__text {
  margin-top: 0;
}
.leistungen-section__title {
  margin-bottom: clamp(25px, calc(33.5714285714px + -2.6785714286vw), 13px);
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
}
.leistungen-section__eyebrow {
  margin-bottom: clamp(19px, calc(15.4285714286px + 1.1160714286vw), 24px);
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.leistungen-section__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.leistungen-section__track::-webkit-scrollbar {
  display: none;
}
.leistungen-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 min(100%, 280px);
  flex-direction: column;
  min-height: 204px;
  padding: 12px 18px 18px;
  overflow: hidden;
  border: 1px solid var(--pcf-color-softblack);
  scroll-snap-align: start;
}
.leistungen-card__icon, .leistungen-card__icon img {
  display: block;
}
.leistungen-card__icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: auto;
  margin: 0 0 12px;
}
.leistungen-card__icon img {
  width: 100%;
  height: auto;
  margin: 0;
}
.leistungen-card__title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 10px;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}
.leistungen-card__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.leistungen-section__dots {
  position: relative;
  width: 40px;
  height: 10px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
.leistungen-section__dots::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background-color: var(--pcf-color-softblack);
  box-shadow: 15px 0 0 var(--pcf-color-grey), 30px 0 0 var(--pcf-color-grey);
}
@media (min-width: 768px) {
  .leistungen-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(554px, calc(35.1139240506px + 67.5632911392vw), 981px));
    margin-right: auto;
    margin-left: auto;
  }
  .leistungen-section__title {
    margin-bottom: clamp(13px, calc(-7.6582278481px + 2.6898734177vw), 30px);
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .leistungen-section__eyebrow {
    margin-bottom: clamp(24px, calc(16.7088607595px + 0.9493670886vw), 30px);
  }
  .leistungen-section__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "card-1 card-3" "card-2 .";
    gap: clamp(20px, calc(7.8481012658px + 1.582278481vw), 30px);
    overflow: visible;
    scroll-snap-type: none;
  }
  .leistungen-card {
    min-width: 0;
    min-height: clamp(204px, calc(94.6329113924px + 14.2405063291vw), 294px);
    flex-basis: auto;
  }
  .leistungen-card--primary {
    grid-area: card-1;
  }
  .leistungen-card--secondary {
    grid-area: card-2;
  }
  .leistungen-card--tertiary {
    grid-area: card-3;
  }
  .leistungen-section__dots {
    display: none;
  }
}
@media (min-width: 1400px) {
  .leistungen-section__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title eyebrow" "track track";
    width: 981px;
  }
  .leistungen-section__title {
    grid-area: title;
    margin-bottom: 30px;
    font-size: 50px;
  }
  .leistungen-section__eyebrow {
    grid-area: eyebrow;
    align-self: start;
    margin-bottom: 30px;
    text-align: right;
  }
  .leistungen-section__track {
    grid-area: track;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "card-1 card-2 card-3";
    gap: 30px;
  }
  .leistungen-card {
    width: auto;
    min-height: 250px;
    padding-right: 25px;
    padding-left: 19px;
  }
  .leistungen-card__icon {
    width: 38px;
    margin-bottom: 64px;
  }
  .leistungen-card__title {
    font-size: 30px;
  }
}
.zertifikate-section {
  width: 100%;
}
.zertifikate-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.zertifikate-section__columns {
  gap: 0;
  align-items: stretch;
}
.zertifikate-section__column {
  min-width: 0;
}
.zertifikate-section__column--media {
  display: flex;
}
.zertifikate-section__cover {
  flex: 1 1 auto;
  width: 100%;
  min-height: 240px !important;
}
.zertifikate-section__cover .wp-block-cover__inner-container {
  display: none;
}
.zertifikate-section__content {
  padding-top: 26px;
}
.zertifikate-section__title, .zertifikate-section__text {
  margin-right: 0;
  margin-left: 0;
  color: var(--pcf-color-softblack);
}
.zertifikate-section__title {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  text-transform: uppercase;
}
.zertifikate-section__text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.zertifikate-section__cards {
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, clamp(129.253px, calc(115.0287142857px + 4.4450892857vw), 149.167px)));
  gap: 20.796px;
}
.zertifikate-card {
  box-sizing: border-box;
  width: clamp(129.253px, calc(115.0287142857px + 4.4450892857vw), 149.167px);
  min-height: clamp(112.645px, calc(100.2485714286px + 3.8738839286vw), 130px);
  border: 0.866px solid var(--pcf-color-softblack);
}
.zertifikate-card__image {
  margin: 0;
}
.zertifikate-card__image img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.zertifikate-card__image--bio img {
  width: 67.587px;
}
.zertifikate-card__image--ifs img {
  width: 73.177px;
}
.zertifikate-card__image--msc img {
  width: 75.969px;
}
.zertifikate-card__image--gdp img {
  width: 65.432px;
}
.zertifikate-card__image--ceiv img {
  width: 63.778px;
}
.zertifikate-card--cta {
  display: block;
}
.zertifikate-card__actions {
  width: 100%;
  margin: 0;
}
.zertifikate-card__button {
  width: 100%;
}
.zertifikate-card__button .wp-block-button__link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 112.645px;
  padding: 12.997px 17.33px;
  color: var(--pcf-color-softblack);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  background-color: transparent;
}
.zertifikate-card__button .wp-block-button__link::after {
  position: absolute;
  right: 17.33px;
  bottom: 12.997px;
  width: 15.597px;
  height: 6.932px;
  content: "";
  background-image: url("assets/img/zertifikate-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
@media (min-width: 768px) {
  .zertifikate-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-69.6202531646px + 96.0443037975vw), 1275px));
    margin-right: auto;
    margin-left: auto;
  }
  .zertifikate-section__columns {
    display: grid !important;
    grid-template-columns: minmax(0, clamp(305px, calc(-36.4683544304px + 44.4620253165vw), 586px)) minmax(0, clamp(313px, calc(-143.9113924051px + 59.4936708861vw), 689px));
    grid-template-areas: "content media" "cards cards";
    gap: clamp(30px, calc(39.7215189873px + -1.2658227848vw), 22px) clamp(50px, calc(110.7594936709px + -7.9113924051vw), 0px);
  }
  .zertifikate-section__column--media {
    grid-area: media;
    display: flex;
    min-width: 0;
    flex-basis: auto !important;
  }
  .zertifikate-section__column--content {
    display: contents;
    flex-basis: auto !important;
  }
  .zertifikate-section__cover {
    min-height: clamp(279px, calc(-75.835443038px + 46.2025316456vw), 571px) !important;
  }
  .zertifikate-section__content {
    grid-area: content;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .zertifikate-section__title {
    margin-bottom: clamp(18px, calc(8.2784810127px + 1.2658227848vw), 26px);
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .zertifikate-section__text {
    line-height: 1.5;
  }
  .zertifikate-section__cards {
    grid-area: cards;
    margin-top: 0;
    grid-template-columns: repeat(4, minmax(0, 149.167px));
    gap: clamp(24px, calc(36.1518987342px + -1.582278481vw), 14px);
  }
  .zertifikate-card {
    width: 149.167px;
    min-height: 130px;
    border-width: 1px;
  }
  .zertifikate-card__image--bio img {
    width: 78px;
  }
  .zertifikate-card__image--ifs img {
    width: 85px;
  }
  .zertifikate-card__image--msc img {
    width: 88px;
  }
  .zertifikate-card__image--gdp img {
    width: 76px;
  }
  .zertifikate-card__image--ceiv img {
    width: 74px;
  }
  .zertifikate-card__button .wp-block-button__link {
    min-height: 130px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .zertifikate-card__button .wp-block-button__link::after {
    right: 20px;
    bottom: 15px;
    width: 18px;
    height: 8px;
  }
}
@media (min-width: 1400px) {
  .zertifikate-section__inner {
    width: 1275px;
  }
  .zertifikate-section__columns {
    grid-template-columns: 688px minmax(0, 561px);
    grid-template-areas: "media content" "media cards";
    gap: 22px 26px;
  }
  .zertifikate-section__column--media {
    flex-basis: auto !important;
  }
  .zertifikate-section__column--content {
    flex-basis: auto !important;
  }
  .zertifikate-section__cover {
    min-height: 571px !important;
  }
  .zertifikate-section__content {
    padding-right: 0;
    padding-left: 0;
  }
  .zertifikate-section__title {
    margin-bottom: 26px;
    font-size: 50px;
  }
  .zertifikate-section__text {
    max-width: 530px;
    line-height: 1.7;
  }
  .zertifikate-section__cards {
    margin-top: 0;
    margin-left: 0;
    grid-template-columns: repeat(3, minmax(0, 149.167px));
    gap: 14px;
  }
}
.downloads-section {
  width: 100%;
}
.downloads-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.downloads-section__title {
  margin: 0;
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  line-height: 1;
}
.downloads-section__list {
  margin-top: 26px;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0;
}
.downloads-item {
  min-height: 100px;
  padding: 22px 15px 31px;
  border-bottom: 1px solid var(--pcf-color-softblack);
  box-sizing: border-box;
}
.downloads-item__meta, .downloads-item__content {
  gap: 0;
}
.downloads-item__meta {
  align-items: flex-start;
}
.downloads-item__content {
  align-items: flex-end;
  margin-top: 13px;
}
.downloads-item__tag, .downloads-item__size {
  margin: 0;
  color: var(--pcf-color-blue);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14px;
  font-size: 14px;
}
.downloads-item__title {
  margin: 0;
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.downloads-item__actions {
  margin: 0;
}
.downloads-item__button {
  margin-left: 14px;
}
.downloads-item__button .wp-block-button__link {
  position: relative;
  display: block;
  min-width: 15px;
  min-height: 14px;
  padding: 0;
  font-size: 0;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  line-height: 1;
  background: transparent;
}
.downloads-item__button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 7px;
  content: "";
  background-image: url("assets/img/downloads-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
@media (min-width: 768px) {
  .downloads-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(167.3417721519px + 65.1898734177vw), 1080px));
    margin-right: auto;
    margin-left: auto;
  }
  .downloads-section__title {
    margin-left: clamp(57px, calc(65.5063291139px + -1.1075949367vw), 50px);
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .downloads-section__list {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, calc(15.1392405063px + 0.6329113924vw), 24px);
  }
  .downloads-item {
    min-height: 100px;
    padding: 22px 15px 31px;
  }
}
@media (min-width: 1400px) {
  .downloads-section__inner {
    width: 1080px;
  }
  .downloads-section__title {
    margin-left: 50px;
    font-size: 50px;
  }
  .downloads-section__list {
    margin-top: 39px;
    grid-template-columns: repeat(2, minmax(0, 528px));
    column-gap: 24px;
  }
  .downloads-item {
    min-height: 99px;
    padding: 25px 24px 27px;
  }
}
.contact-section {
  width: 100%;
}
.contact-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(279px, calc(1.1428571429px + 86.8303571429vw), 668px));
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.contact-section__title {
  margin: 0;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  line-height: 1;
}
.contact-section__intro {
  margin: 18px 0 0;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.contact-section__channels {
  margin-top: 26px;
  align-items: flex-start;
  gap: 0;
}
.contact-section__form-shell {
  margin-top: 30px;
}
.contact-section__fields {
  display: grid;
  gap: 20px;
}
.contact-section__footer {
  margin-top: 21px;
  align-items: flex-start;
  gap: 24px;
}
.contact-section__consents {
  width: 100%;
}
.contact-section__actions {
  width: 252px;
  margin: 0 auto;
}
.contact-section__button {
  width: 100%;
}
.contact-section__button .wp-block-button__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 55px;
  padding: 15px 48px 15px 15px;
  color: var(--pcf-color-softblack);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
.contact-section__button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 7px;
  content: "";
  background-image: url("assets/img/downloads-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.contact-channel {
  width: 100%;
  justify-content: flex-start;
  gap: 11px;
}
.contact-channel__icon {
  width: 30px;
  margin: 0;
  flex: 0 0 30px;
}
.contact-channel__icon img {
  display: block;
  width: 30px;
  height: 30px;
}
.contact-channel__text {
  margin: 0;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.contact-field {
  position: relative;
  min-height: 66px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(12, 32, 59, 0.4);
}
.contact-field__label, .contact-field__value, .contact-field__help {
  margin: 0;
}
.contact-field__label, .contact-field__value {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.contact-field__label {
  color: var(--pcf-color-softblack);
}
.contact-field__value {
  margin-top: 10px;
  color: var(--pcf-color-softblack);
}
.contact-field__help {
  margin-top: 6px;
  color: var(--pcf-color-signal);
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
}
.contact-field--placeholder .contact-field__value {
  opacity: 0.4;
}
.contact-field--active {
  border-bottom-color: var(--pcf-color-blue);
}
.contact-field--active .contact-field__value {
  color: var(--pcf-color-blue);
}
.contact-field--error {
  min-height: 133px;
  border-bottom-color: var(--pcf-color-signal);
}
.contact-field--error .contact-field__value {
  margin-top: 4px;
  color: var(--pcf-color-signal);
}
.contact-field--select {
  padding-right: 24px;
}
.contact-field--select::after {
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 13px;
  height: 8px;
  content: "";
  background-image: url("assets/img/contact-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact-consent {
  position: relative;
  justify-content: flex-start;
  gap: 0;
  padding-left: 29px;
}
.contact-consent + .contact-consent {
  margin-top: 12px;
}
.contact-consent::before {
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  content: "";
  border: 1px solid var(--pcf-color-softblack);
}
.contact-consent__text {
  margin: 0;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.sh-cf7-form {
  width: 100%;
  color: var(--pcf-color-softblack);
  font-family: inherit;
}
.sh-cf7-form p {
  margin: 0;
}
.sh-cf7-form .sh-cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.sh-cf7-form .sh-cf7-field {
  position: relative;
}
.sh-cf7-form .sh-cf7-field label {
  display: block;
  margin-bottom: 10px;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.sh-cf7-form .sh-cf7-field .wpcf7-form-control-wrap {
  display: block;
}
.sh-cf7-form .sh-cf7-field input, .sh-cf7-form .sh-cf7-field select, .sh-cf7-form .sh-cf7-field textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 10px;
  color: var(--pcf-color-softblack);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(12, 32, 59, 0.4);
  border-radius: 0;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.sh-cf7-form .sh-cf7-field input::placeholder, .sh-cf7-form .sh-cf7-field textarea::placeholder {
  color: rgba(12, 32, 59, 0.4);
  opacity: 1;
}
.sh-cf7-form .sh-cf7-field select {
  color: rgba(12, 32, 59, 0.4);
  background-image: url("assets/img/contact-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 13px 8px;
}
.sh-cf7-form .sh-cf7-field input:focus, .sh-cf7-form .sh-cf7-field select:focus, .sh-cf7-form .sh-cf7-field textarea:focus {
  border-bottom-color: var(--pcf-color-blue);
}
.sh-cf7-form .sh-cf7-field textarea {
  height: clamp(56px, calc(60.2857142857px + -1.3392857143vw), 50px);
  min-height: clamp(56px, calc(60.2857142857px + -1.3392857143vw), 50px);
  resize: vertical;
}
.sh-cf7-form .sh-cf7-field.sh-cf7-field-full {
  margin-top: 0;
}
.sh-cf7-form .sh-cf7-bottom {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  margin-top: 24px;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-checks .wpcf7-list-item {
  margin: 0;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-checks label, .sh-cf7-form .sh-cf7-bottom .sh-cf7-checks .wpcf7-list-item-label {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-checks input[type="checkbox"] {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  margin: 0;
  border: 1px solid var(--pcf-color-softblack);
  border-radius: 0;
  accent-color: var(--pcf-color-softblack);
  appearance: auto;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-submit {
  width: 100%;
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-submit input[type="submit"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 55px;
  padding: 15px 28px;
  color: var(--pcf-color-softblack);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  cursor: pointer;
  background: var(--pcf-color-teal);
  border: 0;
  border-radius: 0;
  transition: opacity var(--pcf-transition-fast);
}
.sh-cf7-form .sh-cf7-bottom .sh-cf7-submit input[type="submit"]:hover {
  opacity: 0.85;
}
.sh-cf7-form .wpcf7-not-valid {
  border-bottom-color: var(--pcf-color-signal) !important;
}
.sh-cf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  color: var(--pcf-color-signal);
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
}
.sh-cf7-form .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 14px 18px;
  color: var(--pcf-color-softblack);
  border: 1px solid currentColor;
}
@media (min-width: 768px) {
  .contact-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(437.1139240506px + 30.0632911392vw), 858px));
    margin-right: auto;
    margin-left: auto;
  }
  .contact-section__title {
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .contact-section__intro {
    max-width: 438px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
  }
  .contact-section__channels {
    margin-top: clamp(34px, calc(31.5696202532px + 0.3164556962vw), 36px);
    align-items: center;
  }
  .contact-section__form-shell {
    margin-top: clamp(28px, calc(18.2784810127px + 1.2658227848vw), 36px);
  }
  .contact-section__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(26px, calc(17.4936708861px + 1.1075949367vw), 33px);
    row-gap: 16px;
  }
  .contact-section__footer {
    margin-top: 27px;
    align-items: flex-end;
    gap: 20px;
  }
  .contact-section__actions {
    width: 154px;
    margin: 0 0 0 auto;
    flex: 0 0 154px;
  }
  .contact-channel {
    width: auto;
    padding: 0 5px;
    gap: 0;
  }
  .contact-channel__icon {
    display: none;
  }
  .contact-field--message {
    grid-column: 1 / -1;
  }
  .contact-consent {
    max-width: 402px;
  }
  .sh-cf7-form .sh-cf7-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(26px, calc(8.9873417722px + 2.2151898734vw), 40px);
    row-gap: clamp(16px, calc(11.1392405063px + 0.6329113924vw), 20px);
  }
  .sh-cf7-form .sh-cf7-field.sh-cf7-field-full {
    margin-top: 0;
  }
  .sh-cf7-form .sh-cf7-bottom {
    flex-direction: row;
    gap: clamp(18px, calc(10.7088607595px + 0.9493670886vw), 24px);
    align-items: flex-start;
    justify-content: space-between;
    margin-top: clamp(18px, calc(10.7088607595px + 0.9493670886vw), 24px);
  }
  .sh-cf7-form .sh-cf7-bottom .sh-cf7-submit {
    width: auto;
    flex: 0 0 auto;
  }
  .sh-cf7-form .sh-cf7-bottom .sh-cf7-submit input[type="submit"] {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .contact-section__inner {
    width: 858px;
  }
  .contact-section__title {
    font-size: 50px;
  }
  .contact-section__intro {
    max-width: 636px;
    margin-top: 16px;
    line-height: 1.7;
  }
  .contact-section__channels {
    margin-top: 36px;
  }
  .contact-section__form-shell {
    margin-top: 36px;
  }
  .contact-section__fields {
    column-gap: 33px;
  }
  .contact-section__footer {
    margin-top: 27px;
  }
  .contact-section__actions {
    width: 133px;
    flex-basis: 133px;
  }
  .contact-channel {
    gap: 4px;
    padding: 15px;
  }
  .contact-channel__icon {
    display: block;
  }
  .sh-cf7-form .sh-cf7-grid {
    column-gap: 40px;
  }
  .sh-cf7-form .sh-cf7-field textarea {
    height: 44px;
    min-height: 44px;
  }
}
.testimonial-section {
  width: 100%;
}
.testimonial-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.testimonial-section__columns {
  gap: 2rem;
}
.testimonial-section__eyebrow, .testimonial-section__headline {
  margin: 0;
}
.testimonial-section__eyebrow {
  color: var(--pcf-color-blue);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.testimonial-section__headline {
  margin-top: 40px;
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  line-height: 1;
}
.testimonial-section__reveal {
  color: var(--pcf-color-grey);
}
@media (min-width: 768px) {
  .testimonial-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(296.1518987342px + 48.417721519vw), 974px));
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-section__columns {
    align-items: flex-start;
  }
  .testimonial-section__eyebrow {
    text-align: right;
  }
  .testimonial-section__headline {
    margin-top: 0;
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
}
@media (min-width: 1400px) {
  .testimonial-section__inner {
    width: 974px;
  }
  .testimonial-section__headline {
    font-size: 50px;
  }
}
.video-section {
  width: 100%;
}
.video-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.video-section__card {
  position: relative;
  min-height: clamp(348px, calc(202.2857142857px + 45.5357142857vw), 552px);
  border: 1px solid var(--pcf-color-softblack);
  background-color: var(--pcf-color-oxford-white);
}
.video-section__content {
  padding: 20px 18px 0;
}
.video-section__eyebrow, .video-section__title {
  margin: 0;
}
.video-section__eyebrow {
  color: var(--pcf-color-softblack);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.video-section__title {
  margin-top: 14px;
  color: var(--pcf-color-softblack);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, calc(31.1428571429px + 0.8928571429vw), 38px);
  line-height: 1;
}
.video-section__media {
  position: relative;
  margin: 26px 14px 26px 18px;
  overflow: hidden;
}
.video-section__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(81, 129, 225, 0.37);
  mix-blend-mode: screen;
  pointer-events: none;
}
.video-section__thumbnail {
  display: none;
  margin: 0;
}
.video-section__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.video-section__thumbnail--mobile {
  display: block;
}
.video-section__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  margin: 0;
  transform: translate(-50%, -50%);
}
.video-section__play-button {
  margin: 0;
}
.video-section__play-button .wp-block-button__link {
  position: relative;
  display: block;
  width: 33px;
  min-width: 33px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  font-size: 0;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  transition: transform var(--pcf-transition-fast), opacity var(--pcf-transition-fast);
}
.video-section__play-button .wp-block-button__link::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("assets/img/video-play-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-section__play-button .wp-block-button__link:hover, .video-section__play-button .wp-block-button__link:focus-visible {
  transform: scale(1.04);
}
.video-section__modal {
  position: fixed;
  inset: 0;
  z-index: var(--pcf-z-layer-ui);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--pcf-transition-medium), visibility var(--pcf-transition-medium);
}
.video-section.is-video-open .video-section__modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.video-section.is-video-open .video-section__modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.video-section__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 32, 59, 0.72);
}
.video-section__modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: transform var(--pcf-transition-medium), opacity var(--pcf-transition-medium);
}
.video-section__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  margin: 0;
}
.video-section__modal-close-button {
  margin: 0;
}
.video-section__modal-close-button .wp-block-button__link {
  min-height: auto;
  padding: 0;
  color: var(--pcf-color-oxford-white);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  background: transparent;
}
.video-section__modal-body {
  display: grid;
  place-items: center;
  aspect-ratio: 1.7777777778;
  background: #000;
}
.video-section__modal-body iframe, .video-section__modal-body video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-section__modal-message {
  margin: 0;
  color: var(--pcf-color-oxford-white);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .video-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(167.3417721519px + 65.1898734177vw), 1080px));
    margin-right: auto;
    margin-left: auto;
  }
  .video-section__card {
    min-height: clamp(552px, calc(694.1772151899px + -18.5126582278vw), 435px);
  }
  .video-section__content {
    padding: 33px 37px 33px 37px;
  }
  .video-section__title {
    margin-top: 16px;
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .video-section__media {
    margin: 16px 37px 37px 37px !important;
  }
  .video-section__thumbnail--mobile {
    display: none;
  }
  .video-section__thumbnail--tablet {
    display: block;
  }
  .video-section__play-button .wp-block-button__link {
    width: 57px;
    min-width: 57px;
    height: 57px;
    min-height: 57px;
  }
  .video-section__play-button .wp-block-button__link::after {
    background-image: url("assets/img/video-play-desktop.svg");
  }
}
@media (min-width: 1400px) {
  .video-section__inner {
    width: 1080px;
  }
  .video-section__card {
    display: grid;
    grid-template-columns: 36.11% 61.21%;
    column-gap: 0;
    min-height: 435px;
  }
  .video-section__content {
    padding: 237px 0 16px 28px;
  }
  .video-section__title {
    margin-top: 0;
    font-size: 50px;
    line-height: 0.947;
  }
  .video-section__eyebrow {
    margin-bottom: 17px;
  }
  .video-section__media {
    margin: 28px 0 28px 0 !important;
  }
  .video-section__thumbnail--tablet {
    display: none;
  }
  .video-section__thumbnail--desktop {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-section__play-button .wp-block-button__link, .video-section__modal, .video-section__modal-dialog {
    transition: none;
  }
}
.two-boxes, .two-boxes-section {
  width: 100%;
}
.two-boxes__inner, .two-boxes-section__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.two-boxes__columns, .two-boxes-section__columns {
  gap: 1rem;
}
.two-boxes__column, .two-boxes-section__column {
  min-width: 0;
}
.two-box-card {
  min-height: 347px;
  padding: 8px 17px 14px 18px;
}
.two-box-card__title, .two-box-card__text {
  margin: 0;
}
.two-box-card__title {
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 56px;
  text-transform: uppercase;
}
.two-box-card__arrow {
  width: 111px;
  margin: 14px 0 0;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.two-box-card__arrow img {
  display: block;
  width: 111px;
  height: auto;
}
.two-box-card__text {
  max-width: 231px;
  margin-top: 20px;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.two-box-card__actions {
  margin-top: 16px;
}
.two-box-card__button .wp-block-button__link {
  min-height: 33px;
  padding: 9px 16px;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 9.9px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 9.9px;
}
.two-box-card--dark .two-box-card__title, .two-box-card--dark .two-box-card__text {
  color: var(--pcf-color-oxford-white);
}
@media (min-width: 768px) {
  .two-boxes__inner, .two-boxes-section__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(167.3417721519px + 65.1898734177vw), 1080px));
    margin-right: auto;
    margin-left: auto;
  }
  .two-boxes__columns, .two-boxes-section__columns {
    gap: clamp(19px, calc(12.9240506329px + 0.7911392405vw), 24px);
    flex-wrap: nowrap !important;
  }
  .two-boxes__column, .two-boxes-section__column {
    flex-basis: 0 !important;
    flex-grow: 1;
  }
  .two-boxes__column:last-child, .two-boxes-section__column:last-child {
    margin-top: clamp(33px, calc(-5.8860759494px + 5.0632911392vw), 65px);
  }
  .two-box-card {
    min-height: clamp(352px, calc(162.4303797468px + 24.6835443038vw), 508px);
    padding: clamp(24px, calc(2.1265822785px + 2.8481012658vw), 42px) clamp(37px, calc(44.2911392405px + -0.9493670886vw), 31px) clamp(24px, calc(2.1265822785px + 2.8481012658vw), 42px) clamp(38px, calc(13.6962025316px + 3.164556962vw), 58px);
  }
  .two-box-card__title {
    font-size: clamp(63px, calc(37.4810126582px + 3.3227848101vw), 84px);
  }
  .two-box-card__arrow {
    width: clamp(91px, calc(27.8101265823px + 8.2278481013vw), 143px);
    margin-top: clamp(22px, calc(17.1392405063px + 0.6329113924vw), 26px);
  }
  .two-box-card__arrow img {
    width: clamp(91px, calc(27.8101265823px + 8.2278481013vw), 143px);
  }
  .two-box-card__text {
    max-width: clamp(214px, calc(188.4810126582px + 3.3227848101vw), 235px);
    margin-top: clamp(33px, calc(48.7974683544px + -2.0569620253vw), 20px);
  }
  .two-box-card__actions {
    margin-top: clamp(16px, calc(-14.3797468354px + 3.9556962025vw), 41px);
  }
  .two-box-card__button .wp-block-button__link {
    min-height: 33px;
    padding: 9px 18px;
  }
}
@media (min-width: 1400px) {
  .two-boxes__inner, .two-boxes-section__inner {
    width: 1080px;
  }
  .two-boxes__columns, .two-boxes-section__columns {
    gap: 24px;
  }
  .two-boxes__column:last-child, .two-boxes-section__column:last-child {
    margin-top: 65px;
  }
  .two-box-card {
    min-height: 508px;
    padding: 42px 31px 42px 58px;
  }
  .two-box-card__title {
    font-size: 84px;
  }
  .two-box-card__arrow {
    width: 143px;
    margin-top: 26px;
  }
  .two-box-card__arrow img {
    width: 143px;
  }
  .two-box-card__text {
    max-width: 235px;
    margin-top: 20px;
  }
  .two-box-card__actions {
    margin-top: 41px;
  }
  .two-box-card__button .wp-block-button__link {
    min-height: 54px;
    padding: 15px 22px;
    font-size: 16px;
  }
}
.slider-big {
  width: 100%;
  overflow: hidden;
}
.slider-big__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 24px;
}
.slider-big__eyebrow {
  margin: 0;
  color: var(--pcf-color-oxford-white);
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 16px;
}
.slider-big__viewport {
  margin-top: 12px;
  overflow: hidden;
  contain: paint;
  touch-action: pan-y;
}
.slider-big__track {
  display: flex;
  align-items: stretch;
  width: 100%;
  transition: transform var(--pcf-transition-slider);
  will-change: transform;
}
.slider-big__slide {
  display: flex;
  flex: 0 0 100%;
  min-width: 100%;
}
.slider-big__slide-layout {
  display: grid;
  width: 100%;
  grid-template-areas: "media" "intro" "actions" "body";
  gap: 8px;
  align-items: stretch;
}
.slider-big__intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 17px 20px;
}
.slider-big__title, .slider-big__summary, .slider-big__body {
  margin: 0;
}
.slider-big__title {
  color: var(--pcf-color-blue);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(30px, calc(24.2857142857px + 1.7857142857vw), 38px);
  line-height: 1;
}
.slider-big__summary {
  margin-top: 14px;
  color: var(--pcf-color-blue);
  font-family: "DM Mono", monospace;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
}
.slider-big__media {
  grid-area: media;
  display: flex;
  min-height: 212px;
}
.slider-big__cover {
  display: none;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  margin: 0;
}
.slider-big__cover .wp-block-cover__inner-container {
  min-height: inherit;
}
.slider-big__cover .wp-block-cover__image-background {
  object-position: center;
}
.slider-big__cover--mobile {
  display: flex;
}
.slider-big__body-card {
  display: none;
  grid-area: body;
  height: 100%;
  padding: 23px 37px 25px;
}
.slider-big__body {
  color: var(--pcf-color-softblack);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.slider-big__actions {
  grid-area: actions;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  align-self: stretch;
}
.slider-big__button {
  width: 100%;
}
.slider-big__button .wp-block-button__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
  transition: background-color var(--pcf-transition-fast), color var(--pcf-transition-fast), transform var(--pcf-transition-fast), opacity var(--pcf-transition-fast);
}
.slider-big__button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/slider-big-cta-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.slider-big__button .wp-block-button__link:hover, .slider-big__button .wp-block-button__link:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.slider-big__nav {
  display: none !important;
  margin-top: 39px;
}
.slider-big__tabs, .slider-big__controls, .slider-big__dots {
  margin: 0;
}
.slider-big__tabs {
  gap: 24px;
  flex: 1 1 auto;
}
.slider-big__tab {
  flex: 1 1 0;
}
.slider-big__tab .wp-block-button__link {
  display: flex;
  min-height: 49px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  color: var(--pcf-color-oxford-white);
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  background: transparent;
  border: 1px solid var(--pcf-color-oxford-white);
  transition: background-color var(--pcf-transition-fast), color var(--pcf-transition-fast), border-color var(--pcf-transition-fast), transform var(--pcf-transition-fast);
}
.slider-big__tab .wp-block-button__link:hover, .slider-big__tab .wp-block-button__link:focus-visible {
  transform: translateY(-1px);
}
.slider-big__tab.is-active .wp-block-button__link, .slider-big__tab .wp-block-button__link[aria-current="true"] {
  color: var(--pcf-color-blue) !important;
  background: var(--pcf-color-oxford-white);
  border-color: var(--pcf-color-oxford-white);
}
.slider-big__controls {
  gap: 10px;
  margin-left: 24px;
  display: none !important;
}
.slider-big__control .wp-block-button__link {
  position: relative;
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0;
  font-size: 0;
  background: transparent;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
}
.slider-big__control .wp-block-button__link::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("assets/img/slider-big-nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 14px;
}
.slider-big__control .wp-block-button__link:hover, .slider-big__control .wp-block-button__link:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.slider-big__control--prev .wp-block-button__link::after {
  transform: rotate(180deg);
}
.slider-big__dots {
  display: flex !important;
  gap: 5px;
  margin-top: 23px;
  justify-content: center;
}
.slider-big__dot .wp-block-button__link {
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  padding: 0;
  font-size: 0;
  background: transparent !important;
  border: 1px solid var(--pcf-color-grey) !important;
}
.slider-big__dot.is-active .wp-block-button__link {
  background: var(--pcf-color-grey) !important;
  border-color: var(--pcf-color-grey) !important;
}
@media (min-width: 768px) {
  .slider-big__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(167.3417721519px + 65.1898734177vw), 1080px));
    margin-right: auto;
    margin-left: auto;
    padding-top: clamp(36px, calc(-36.9113924051px + 9.4936708861vw), 96px);
    padding-bottom: clamp(36px, calc(-35.6962025316px + 9.335443038vw), 95px);
  }
  .slider-big__eyebrow {
    line-height: 1.5;
  }
  .slider-big__viewport {
    margin-top: 17px;
  }
  .slider-big__slide-layout {
    grid-template-columns: minmax(0, clamp(410px, calc(38.1518987342px + 48.417721519vw), 716px)) minmax(0, clamp(228px, calc(74.8860759494px + 19.9367088608vw), 354px));
    grid-template-rows: minmax(0, 1fr) auto auto;
    grid-template-areas: "intro media" "body body" "actions actions";
    gap: clamp(15px, calc(21.0759493671px + -0.7911392405vw), 10px) clamp(30px, calc(53.0886075949px + -3.0063291139vw), 11px);
  }
  .slider-big__intro {
    padding: clamp(32px, calc(23.4936708861px + 1.1075949367vw), 39px) clamp(34px, calc(19.417721519px + 1.8987341772vw), 46px) clamp(30px, calc(32.4303797468px + -0.3164556962vw), 28px);
  }
  .slider-big__title {
    font-size: clamp(38px, calc(23.417721519px + 1.8987341772vw), 50px);
  }
  .slider-big__summary {
    margin-top: 16px;
  }
  .slider-big__cover {
    min-height: clamp(250px, calc(87.164556962px + 21.2025316456vw), 384px);
  }
  .slider-big__cover--mobile {
    display: none;
  }
  .slider-big__cover--tablet {
    display: flex;
  }
  .slider-big__body-card {
    display: block;
    padding: clamp(14px, calc(-11.5189873418px + 3.3227848101vw), 35px) clamp(28px, calc(24.3544303797px + 0.4746835443vw), 31px) clamp(14px, calc(-6.6582278481px + 2.6898734177vw), 31px);
  }
  .slider-big__actions {
    flex-direction: row;
    gap: clamp(14px, calc(18.8607594937px + -0.6329113924vw), 10px);
    margin-top: 0;
  }
  .slider-big__button {
    flex: 1 1 0;
  }
  .slider-big__button .wp-block-button__link {
    min-height: 54px;
    padding-right: 40px;
    font-size: 16px;
  }
  .slider-big__nav {
    display: flex !important;
    align-items: center;
  }
  .slider-big__dots {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .slider-big__inner {
    width: 1080px;
    padding-top: 96px;
    padding-bottom: 95px;
  }
  .slider-big__viewport {
    margin-top: 27px;
  }
  .slider-big__slide-layout {
    grid-template-columns: minmax(0, 716px) minmax(0, 354px);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) auto;
    grid-template-areas: "intro media" "body media" "body actions";
    gap: 10px 11px;
  }
  .slider-big__intro {
    padding: 39px 46px 28px;
  }
  .slider-big__title {
    font-size: 50px;
  }
  .slider-big__summary {
    margin-top: 20px;
    line-height: 1.4;
  }
  .slider-big__media {
    min-height: 0;
  }
  .slider-big__cover {
    min-height: 100%;
  }
  .slider-big__cover--tablet {
    display: none;
  }
  .slider-big__cover--desktop {
    display: flex;
  }
  .slider-big__body-card {
    display: flex;
    align-items: stretch;
    padding: 35px 31px 31px;
  }
  .slider-big__actions {
    flex-direction: column-reverse;
    gap: 10px;
    align-self: stretch;
  }
  .slider-big__button {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider-big__track {
    transition: none;
  }
}
.scroll-slider {
  width: 100%;
}
.scroll-slider__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.scroll-slider__viewport {
  position: relative;
  min-height: 466px;
}
.scroll-slider__stories {
  position: relative;
  min-height: 466px;
}
.scroll-slider__story {
  transition: opacity var(--pcf-transition-panel), transform var(--pcf-transition-panel);
}
.scroll-slider__story:not(.is-active) {
  display: none;
}
.scroll-slider__story-columns {
  display: block !important;
  gap: 0;
}
.scroll-slider__media-column, .scroll-slider__content-column {
  flex-basis: 100% !important;
}
.scroll-slider__media {
  width: 219px;
  min-height: 219px;
  margin: 0;
}
.scroll-slider__content {
  display: flex;
  min-height: 247px;
  padding-top: 14px;
  flex-direction: column;
}
.scroll-slider__title, .scroll-slider__text {
  margin: 0;
  color: var(--pcf-color-softblack);
}
.scroll-slider__title {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.scroll-slider__text {
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.scroll-slider__actions {
  margin-top: auto;
  padding-top: 17px;
}
.scroll-slider__button .wp-block-button__link {
  position: relative;
  min-height: 54px;
  padding: 15px 43px 15px 15px;
  text-decoration: none;
  border: 0;
  border-radius: var(--pcf-radius-none);
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  transition: background-color var(--pcf-transition-fast), color var(--pcf-transition-fast), transform var(--pcf-transition-fast), opacity var(--pcf-transition-fast);
}
.scroll-slider__button .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 8px;
  content: "";
  background-image: url("assets/img/scroll-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.scroll-slider__button .wp-block-button__link:hover, .scroll-slider__button .wp-block-button__link:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}
.scroll-slider__previews {
  position: absolute;
  top: 111px;
  right: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.scroll-slider__preview {
  width: 49px;
  height: 49px;
  cursor: pointer;
  transition: opacity var(--pcf-transition-fast), transform var(--pcf-transition-fast), box-shadow var(--pcf-transition-fast);
}
.scroll-slider__preview:hover, .scroll-slider__preview:focus-visible {
  transform: translateY(-1px);
}
.scroll-slider__preview.is-active {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.scroll-slider__preview-image {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.scroll-slider__preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .scroll-slider__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(669px, calc(170.7721518987px + 64.8734177215vw), 1079px));
    margin-right: auto;
    margin-left: auto;
  }
  .scroll-slider__viewport {
    min-height: clamp(411px, calc(135.1518987342px + 35.917721519vw), 638px);
  }
  .scroll-slider__stories {
    min-height: clamp(411px, calc(135.1518987342px + 35.917721519vw), 638px);
  }
  .scroll-slider__story-columns {
    display: grid !important;
    grid-template-columns: clamp(411px, calc(133.9367088608px + 36.0759493671vw), 639px) clamp(173px, calc(11.3797468354px + 21.0443037975vw), 306px);
    gap: clamp(14px, calc(1.8481012658px + 1.582278481vw), 24px);
    align-items: stretch;
    margin-left: clamp(71px, calc(23.6075949367px + 6.1708860759vw), 110px);
  }
  .scroll-slider__media-column {
    flex: none !important;
  }
  .scroll-slider__content-column {
    flex: none !important;
  }
  .scroll-slider__media {
    width: 100%;
    min-height: clamp(411px, calc(135.1518987342px + 35.917721519vw), 638px);
    height: clamp(411px, calc(135.1518987342px + 35.917721519vw), 638px);
  }
  .scroll-slider__content {
    min-height: clamp(411px, calc(135.1518987342px + 35.917721519vw), 638px);
    padding-top: clamp(0px, calc(-199.2911392405px + 25.9493670886vw), 164px);
    padding-bottom: clamp(0px, calc(-128.8101265823px + 16.7721518987vw), 106px);
  }
  .scroll-slider__text {
    margin-top: 13px;
  }
  .scroll-slider__actions {
    padding-top: 22px;
  }
  .scroll-slider__previews {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .scroll-slider__preview {
    position: absolute;
    width: clamp(57px, calc(16.8987341772px + 5.2215189873vw), 90px);
    height: clamp(57px, calc(19.3291139241px + 4.9050632911vw), 88px);
    pointer-events: auto;
  }
  .scroll-slider__preview:first-child {
    top: 0;
    left: 0;
  }
  .scroll-slider__preview:last-child {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .scroll-slider {
    --scroll-slider-story-count: 1;
  }
  .scroll-slider__inner {
    width: 1079px;
  }
  .scroll-slider__viewport {
    position: sticky;
    top: 108px;
    min-height: 638px;
  }
  .scroll-slider.has-scroll-story-progress {
    min-height: calc(638px + var(--scroll-slider-scroll-height, 0px));
  }
  .scroll-slider__stories {
    min-height: 638px;
  }
  .scroll-slider__story {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
  }
  .scroll-slider__story.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .scroll-slider__story:not(.is-active) {
    display: block;
  }
  .scroll-slider__story-columns {
    height: 100%;
    align-items: stretch;
    grid-template-columns: 639px 306px;
    gap: 24px;
    margin-left: 110px;
  }
  .scroll-slider__media-column {
    flex-basis: auto !important;
  }
  .scroll-slider__content-column {
    flex-basis: auto !important;
  }
  .scroll-slider__media {
    width: 639px;
    min-height: 638px;
    height: 100%;
  }
  .scroll-slider__content {
    min-height: 638px;
    padding-top: 164px;
    padding-left: 40px;
    padding-bottom: 106px;
  }
  .scroll-slider__text {
    margin-top: 14px;
  }
  .scroll-slider__actions {
    padding-top: 30px;
  }
  .scroll-slider__previews {
    top: auto;
    right: auto;
    bottom: 0;
    left: 773px;
    width: auto;
    gap: 10px;
    flex-direction: row;
    pointer-events: auto;
  }
  .scroll-slider__preview {
    position: relative;
    width: 90px;
    height: 88px;
  }
  .scroll-slider__preview:first-child, .scroll-slider__preview:last-child {
    right: auto;
    bottom: auto;
    left: auto;
    top: auto;
  }
  .scroll-slider__preview.is-active {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-slider__story, .scroll-slider__button .wp-block-button__link, .scroll-slider__preview {
    transition: none;
  }
}
.editor-styles-wrapper .scroll-slider__inner {
  padding-top: 40px;
}
.editor-styles-wrapper .scroll-slider__stories {
  min-height: 0;
}
.editor-styles-wrapper .scroll-slider__story {
  position: static;
  display: block;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.editor-styles-wrapper .scroll-slider__story:not(.is-active) {
  display: block;
}
.editor-styles-wrapper .scroll-slider__previews {
  position: static;
  display: flex;
  width: 100%;
  margin-top: 20px;
  gap: 12px;
  flex-direction: row;
}
.editor-styles-wrapper .scroll-slider__preview {
  position: static;
  width: 80px;
}
.hero-small-image {
  position: relative;
  display: grid;
  grid-template-areas: "media" "content";
  grid-template-rows: 249px minmax(272px, auto);
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.hero-small-image__panel, .hero-small-image__content {
  grid-area: content;
  min-height: 272px;
  padding: 27px 20px 28px;
}
.hero-small-image__media, .hero-small-image__image {
  grid-area: media;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.hero-small-image__media .wp-block-image, .hero-small-image__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-small-image__media--desktop, .hero-small-image__media--tablet {
  display: none;
}
.hero-small-image__media--mobile {
  display: block;
}
.hero-small-image__eyebrow, .hero-small-image__title {
  margin: 0;
}
.hero-small-image__eyebrow {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-bottom: 18px;
  font-size: 16px;
}
.hero-small-image__title {
  max-width: 280px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
}
.hero-small-image > .hero-small-image__eyebrow, .hero-small-image > .hero-small-image__title {
  grid-area: content;
  align-self: start;
}
.hero-small-image > .hero-small-image__eyebrow {
  margin-top: 27px;
}
.hero-small-image > .hero-small-image__title {
  margin-top: 92px;
}
.hero-small-image > .hero-small-image__cta {
  display: none;
}
@media (min-width: 768px) {
  .hero-small-image {
    grid-template-areas: "content media" "empty cta";
    grid-template-columns: minmax(0, 1fr) clamp(287px, calc(-213.6582278481px + 65.1898734177vw), 699px);
    grid-template-rows: clamp(298px, calc(0.2784810127px + 38.7658227848vw), 543px) clamp(64px, calc(45.7721518987px + 2.3734177215vw), 79px);
    min-height: clamp(362px, calc(46.0506329114px + 41.1392405063vw), 622px);
    overflow: visible;
  }
  .hero-small-image__panel, .hero-small-image__content {
    min-height: 0;
    padding: clamp(94px, calc(-136.8860759494px + 30.0632911392vw), 284px) clamp(28px, calc(-31.5443037975px + 7.753164557vw), 77px) clamp(40px, calc(-8.6075949367px + 6.3291139241vw), 80px) clamp(50px, calc(17.1898734177px + 4.2721518987vw), 77px);
  }
  .hero-small-image__media--mobile, .hero-small-image__media--desktop {
    display: none;
  }
  .hero-small-image__media--tablet {
    display: block;
  }
  .hero-small-image__media, .hero-small-image__image {
    height: clamp(298px, calc(0.2784810127px + 38.7658227848vw), 543px);
  }
  .hero-small-image > .hero-small-image__eyebrow, .hero-small-image > .hero-small-image__title {
    padding-left: clamp(50px, calc(17.1898734177px + 4.2721518987vw), 77px);
  }
  .hero-small-image > .hero-small-image__eyebrow {
    margin-top: clamp(94px, calc(-136.8860759494px + 30.0632911392vw), 284px);
  }
  .hero-small-image__title {
    max-width: clamp(409px, calc(242.5189873418px + 21.6772151899vw), 546px);
    font-size: clamp(63px, calc(37.4810126582px + 3.3227848101vw), 84px);
  }
  .hero-small-image > .hero-small-image__title {
    margin-top: clamp(132px, calc(-95.2405063291px + 29.5886075949vw), 319px);
  }
  .hero-small-image > .hero-small-image__cta {
    position: absolute;
    right: clamp(79px, calc(6.0886075949px + 9.4936708861vw), 139px);
    bottom: 0;
    display: flex;
    grid-area: cta;
    margin: 0;
  }
  .hero-small-image__cta .wp-block-button, .hero-small-image__cta .wp-block-button__link {
    width: 128px;
    height: 128px;
  }
  .hero-small-image__cta .wp-block-button__link {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    padding: 20px 10px;
    border-radius: 500px !important;
    text-decoration: none;
    border: 0;
    border-radius: var(--pcf-radius-none);
    box-shadow: none;
    font-family: "DM Mono", monospace;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.14px;
    font-size: 14px;
    text-align: center;
  }
  .hero-small-image__cta .wp-block-button__link::after {
    width: 18px;
    height: 8px;
    margin: 0 auto;
    content: "";
    background-image: url("assets/img/hero-small-image-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  .hero-small-image {
    grid-template-columns: minmax(0, 1fr) 699px;
    grid-template-rows: 543px 79px;
    min-height: 622px;
  }
  .hero-small-image__panel, .hero-small-image__content {
    padding: 284px 77px 80px;
  }
  .hero-small-image__media--tablet, .hero-small-image__media--mobile {
    display: none;
  }
  .hero-small-image__media--desktop {
    display: block;
  }
  .hero-small-image__media, .hero-small-image__image {
    height: 543px;
  }
  .hero-small-image > .hero-small-image__eyebrow, .hero-small-image > .hero-small-image__title {
    padding-left: 77px;
  }
  .hero-small-image > .hero-small-image__eyebrow {
    margin-top: 284px;
  }
  .hero-small-image__title {
    max-width: 546px;
    font-size: 84px;
  }
  .hero-small-image > .hero-small-image__title {
    margin-top: 319px;
  }
  .hero-small-image > .hero-small-image__cta {
    right: 139px;
  }
}
:where(.editor-styles-wrapper) .hero-small-image {
  gap: 16px;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  overflow: visible;
}
:where(.editor-styles-wrapper) .hero-small-image__panel, :where(.editor-styles-wrapper) .hero-small-image__content {
  min-height: 0;
}
:where(.editor-styles-wrapper) .hero-small-image > .hero-small-image__cta {
  position: static;
  display: flex;
}
.hero-small-text {
  width: 100%;
  overflow: hidden;
}
.hero-small-text__inner {
  box-sizing: border-box;
  width: min(calc(100% - clamp(40px, calc(-2.8571428571px + 13.3928571429vw), 100px)), clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px));
  margin-right: auto;
  margin-left: auto;
}
.hero-small-text__content {
  box-sizing: border-box;
  min-height: clamp(408px, calc(383.7142857143px + 7.5892857143vw), 442px);
  padding-top: clamp(57px, calc(32px + 7.8125vw), 92px);
  padding-bottom: clamp(58px, calc(33.7142857143px + 7.5892857143vw), 92px);
}
.hero-small-text__content--desktop {
  display: none;
}
.hero-small-text__content--mobile {
  display: flex;
  flex-direction: column;
}
.hero-small-text__eyebrow, .hero-small-text__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.hero-small-text__eyebrow {
  max-width: clamp(277px, calc(202px + 23.4375vw), 382px);
  margin-bottom: clamp(43px, calc(58.7142857143px + -4.9107142857vw), 21px);
  font-family: "DM Mono", monospace;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  font-size: 16px;
}
.hero-small-text__title {
  max-width: clamp(280px, calc(2.8571428571px + 86.6071428571vw), 668px);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(60px, calc(57.8571428571px + 0.6696428571vw), 63px);
  line-height: 0.9474;
}
@media (min-width: 768px) {
  .hero-small-text__inner {
    box-sizing: border-box;
    width: min(calc(100% - clamp(100px, calc(100px + 0vw), 100px)), clamp(668px, calc(-100px + 100vw), 1300px));
    margin-right: auto;
    margin-left: auto;
  }
  .hero-small-text__content {
    min-height: clamp(442px, calc(325.3417721519px + 15.1898734177vw), 538px);
    padding-top: clamp(92px, calc(51.8987341772px + 5.2215189873vw), 125px);
    padding-bottom: clamp(92px, calc(50.6835443038px + 5.3797468354vw), 126px);
  }
  .hero-small-text__content--desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-small-text__content--mobile {
    display: none;
  }
  .hero-small-text__eyebrow {
    max-width: 382px;
    margin-bottom: 21px;
  }
  .hero-small-text__title {
    max-width: clamp(668px, calc(288.8607594937px + 49.3670886076vw), 980px);
    font-size: clamp(63px, calc(37.4810126582px + 3.3227848101vw), 84px);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .hero-small-text__inner {
    max-width: var(--pcf-layout-content-xxl);
  }
  .hero-small-text__content {
    min-height: 538px;
    padding-top: 125px;
    padding-bottom: 126px;
  }
  .hero-small-text__title {
    max-width: 980px;
    font-size: 84px;
  }
}
:where(.wp-block-navigation-item__content) {
  transition: color var(--pcf-transition-fast), opacity var(--pcf-transition-fast), transform var(--pcf-transition-fast);
}
:where(.wp-block-navigation-item__content):focus-visible {
  outline: 1px solid var(--pcf-color-softblack);
  outline-offset: 4px;
}
:where(.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close) {
  transition: opacity var(--pcf-transition-fast), transform var(--pcf-transition-fast);
}
:where(.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close):focus-visible {
  outline: 1px solid var(--pcf-color-softblack);
  outline-offset: 4px;
}
.u-fill-height {
  height: 100%;
}
.u-width-full {
  width: 100%;
}
.u-min-width-0 {
  min-width: 0;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
