/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@glidejs+glide@3.6.2/node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \***************************************************************************************************************************************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "ABC Favorit Extended";
  src: url(1daec298e56eb076c762.woff2) format("woff2"), url(30811d6d86b1baa33893.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(c3b1947c2ed154e0ba08.woff2) format("woff2"), url(dc357633a32230886816.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(83c10f0b5a6f7c1abbf6.woff2) format("woff2"), url(2b4601f6ac7e72720be0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(7faf9948f5baf3503a8b.woff2) format("woff2"), url(23d78f058dd9554a4528.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(b762d7970232f9643e4f.woff2) format("woff2"), url(e5cde4cce64d8e1a3c66.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inconsolata";
  src: url(a6c5400673373a98e951.woff2) format("woff2"), url(922f1bf1b7be7af58b68.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima LT Std";
  src: url(991ca30a3cfae780b556.woff2) format("woff2"), url(3418030bb3e24275d704.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* TOPICS ->
? $px-vw/$px-vh = desired measurement in pixels (without units)
? $multiplier = multiplier useful for scaling the measurements differently in the case of several screen measurements, by default 1
? $min = minimum measurement, the returned value will not scale less than the measurement entered (in pixels), by default there is no minimum measurement
? $min = maximum measurement, the returned value will not scale more than the measurement entered (in pixels), by default there is no maximum measurement
*/
/* USE ->
! .element {
! width: rvw(200, 1.5, 180, 220);
! height: rvh(150, 1.5, 130, 170);
! }
*/
@keyframes audioScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::file-selector-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Modern additions for better web development
   ========================================================================== */
/**
 * Remove list styles on ul, ol elements with a list role,
 * which suggests default styling will be removed
 */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/**
 * Improve media defaults
 */
img,
picture,
video,
canvas,
svg {
  vertical-align: middle;
}

/**
 * Remove built-in form typography styles
 */
input,
button,
textarea,
select {
  font: inherit;
}

/**
 * Avoid text overflows
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/**
 * Improve line heights for better readability
 */
h1,
h2,
h3,
h4 {
  line-height: 1.1;
}

/**
 * Balance text wrapping on headings
 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

html {
  min-height: 100% !important;
  overflow-x: hidden;
}

body {
  background-color: #353335;
  color: #fff;
  font-family: "ABC Favorit Extended";
  font-size: 18px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 400;
}

pre {
  position: fixed;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: none;
  width: 325px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  line-height: 11px;
  font-size: 11px;
  letter-spacing: 0;
  word-spacing: 0;
  z-index: 999999999999999;
  padding: 10px;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  font-family: arial;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow-y: auto;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #0f0f0f;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Optima LT Std";
  font-weight: 400;
  text-transform: uppercase;
}

.t-50, h1,
h2 {
  font-size: 3.4722222222vw;
  line-height: 3.75vw;
}
@media screen and (min-width: 1920px) {
  .t-50, h1,
  h2 {
    font-size: 66.66665px;
    line-height: 71.999982px;
  }
}
@media (orientation: portrait) {
  .t-50, h1,
  h2 {
    font-size: 4.3209876543vh;
    line-height: 4.6666666667vh;
  }
}

.t-40, h3 {
  font-size: 2.7777777778vw;
  line-height: 2.8472222222vw;
}
@media screen and (min-width: 1920px) {
  .t-40, h3 {
    font-size: 53.33332px;
    line-height: 54.666653px;
  }
}
@media (orientation: portrait) {
  .t-40, h3 {
    font-size: 3.7037037037vh;
    line-height: 3.7962962963vh;
  }
}

.t-32, h4 {
  font-size: 2.2222222222vw;
  line-height: 2.4305555556vw;
}
@media screen and (min-width: 1920px) {
  .t-32, h4 {
    font-size: 42.666656px;
    line-height: 46.666655px;
  }
}
@media (orientation: portrait) {
  .t-32, h4 {
    font-size: 3.5555555556vh;
    line-height: 3.8888888889vh;
  }
}

.t-28, #page-policy h2,
#page-policy h3, .two-cols-content.experience .two-cols-content__contentWrapper .two-cols-content__title, h5 {
  font-size: 1.9444444444vw;
  line-height: 2.2916666667vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-28, #page-policy h2,
  #page-policy h3, .two-cols-content.experience .two-cols-content__contentWrapper .two-cols-content__title, h5 {
    font-size: 37.333324px;
    line-height: 43.999989px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-28, #page-policy h2,
  #page-policy h3, .two-cols-content.experience .two-cols-content__contentWrapper .two-cols-content__title, h5 {
    font-size: 3.2839506173vh;
    line-height: 3.8703703704vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-20, h6 {
  font-size: 1.3888888889vw;
  line-height: 1.7361111111vw;
}
@media screen and (min-width: 1920px) {
  .t-20, h6 {
    font-size: 26.66666px;
    line-height: 33.333325px;
  }
}
@media (orientation: portrait) {
  .t-20, h6 {
    font-size: 2.3456790123vh;
    line-height: 2.9320987654vh;
  }
}

.t-18, .footer__title {
  font-size: 1.25vw;
  line-height: 1.5277777778vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-18, .footer__title {
    font-size: 23.999994px;
    line-height: 29.333326px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-18, .footer__title {
    font-size: 2.1111111111vh;
    line-height: 2.5802469136vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-15, .careers-popup__content h3, #page-policy p,
#page-policy li {
  font-size: 1.0416666667vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-15, .careers-popup__content h3, #page-policy p,
  #page-policy li {
    font-size: 19.999995px;
    line-height: 26.66666px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-15, .careers-popup__content h3, #page-policy p,
  #page-policy li {
    font-size: 1.7592592593vh;
    line-height: 2.3456790123vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-14, .careers-popup__content p, .footer__voice, p {
  font-size: 0.9722222222vw;
  line-height: 1.3194444444vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-14, .careers-popup__content p, .footer__voice, p {
    font-size: 18.666662px;
    line-height: 25.333327px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-14, .careers-popup__content p, .footer__voice, p {
    font-size: 1.6419753086vh;
    line-height: 2.2283950617vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-13 {
  font-size: 0.9027777778vw;
  line-height: 1.25vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-13 {
    font-size: 17.333329px;
    line-height: 23.999994px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-13 {
    font-size: 1.524691358vh;
    line-height: 2.1111111111vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-12, .careers-popup__content ul li, #page-contact .talk__singleText, .subscribe-row__col--right form p, form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 0.8333333333vw;
  line-height: 1.1111111111vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-12, .careers-popup__content ul li, #page-contact .talk__singleText, .subscribe-row__col--right form p, form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 15.999996px;
    line-height: 21.333328px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-12, .careers-popup__content ul li, #page-contact .talk__singleText, .subscribe-row__col--right form p, form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.4074074074vh;
    line-height: 1.8765432099vh;
    letter-spacing: 0.0586419753vh;
  }
}

.t-10, .subscribe-row__col--right form .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-not-valid-tip, .footer__bottomRow a {
  font-size: 0.6944444444vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-10, .subscribe-row__col--right form .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-not-valid-tip, .footer__bottomRow a {
    font-size: 13.33333px;
    line-height: 19.999995px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-10, .subscribe-row__col--right form .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-not-valid-tip, .footer__bottomRow a {
    font-size: 1.1728395062vh;
    line-height: 1.7592592593vh;
    letter-spacing: 0.0586419753vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 14.5833333333vw;
  min-height: 3.4722222222vw;
  text-align: center;
  font-size: 1.3888888889vw;
  line-height: 1.875vw;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 1.2345679012vh 0.6944444444vw;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
}
@media screen and (orientation: portrait) {
  .button {
    font-size: 2.962962963vh;
    line-height: 4vh;
    min-width: 26.6666666667vh;
    margin-top: 3.7037037037vh;
    padding: 2.4691358025vh 0;
    min-width: 31.1111111111vh;
  }
}
.button--white {
  background-color: #fff;
  color: #0f0f0f;
}
.button:hover {
  background-color: #0f0f0f;
  border: 1px solid #fff;
  color: #fff;
}

.height--100 {
  height: 100%;
}
.height--100vh {
  height: 100vh;
}

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1800 {
  width: 125vw;
}
.width--1270 {
  width: 88.1944444444vw;
}
.width--650 {
  width: 45.1388888889vw;
}
.width--520 {
  width: 36.1111111111vw;
}
.width--400 {
  width: 27.7777777778vw;
}
.width--1800, .width--1270, .width--650, .width--520, .width--400 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1800, .width--1270, .width--650, .width--520, .width--400 {
    width: 90vw;
  }
}

#page-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#page-bg picture,
#page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee .js-marquee-wrapper {
  display: flex;
}
.marquee .js-marquee-wrapper .js-marquee {
  display: flex;
  text-decoration: none;
  gap: 20px;
}
.marquee .js-marquee-wrapper .js-marquee span {
  display: flex;
  align-items: baseline;
  flex: none;
  white-space: nowrap;
  gap: 20px;
}
.marquee .js-marquee-wrapper .js-marquee picture,
.marquee .js-marquee-wrapper .js-marquee img {
  object-position: bottom;
  height: 100%;
  width: auto;
  object-fit: cover;
}

#cmplz-cookiebanner-container {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
#cmplz-cookiebanner-container.show {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  transition: all 0.35s ease-in-out;
}
.header.visible .header__logo {
  opacity: 1;
}
.header.fixed {
  transform: translateY(-100%);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.3456790123vh;
  }
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 5vw;
  }
}
.header__logo svg {
  width: auto;
}
.header__logo svg {
  height: 8.024691358vh;
}
@media (orientation: portrait) {
  .header__logo svg {
    height: 5.6172839506vh;
  }
}
@media (orientation: portrait) {
  .header__logoDesktop {
    display: none;
  }
}
@media (orientation: landscape) {
  .header__logoMobile {
    display: none;
  }
}
.header__logoMobile svg {
  height: 10vw;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.35s ease-in-out;
}
.menu.opened .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu.opened .menu__content {
  transform: translateX(0);
}
.menu.fixed {
  transform: translateY(-100%);
}
.menu.visible .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu__wrapper {
  position: relative;
}
.menu__visible {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  padding-right: 5.9027777778vw;
}
.menu__visible {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__visible {
    padding-top: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__visible {
    padding-top: 5vw;
  }
}
.menu__content {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.35s ease-in-out;
  height: 100vh;
  background-color: #2a4551;
}
.menu__content {
  width: 22.2222222222vw;
}
@media (orientation: portrait) {
  .menu__content {
    width: 27.6543209877vh;
  }
}
@media (orientation: portrait) {
  .menu__content {
    width: 100vw;
  }
}
.menu__contentWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.menu__contentWrapper {
  padding: 3.7037037037vh;
}
@media (orientation: portrait) {
  .menu__contentWrapper {
    padding: 3.3333333333vh;
  }
}
@media (orientation: portrait) {
  .menu__contentWrapper {
    width: 100vw;
    padding: 5vw;
  }
}
.menu__voices {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu__voices {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .menu__voices {
    gap: 1.1728395062vh;
  }
}
.menu__voices {
  right: 2.0833333333vw;
}
@media (orientation: portrait) {
  .menu__voices {
    right: 3.3333333333vh;
  }
}
.menu__voice {
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  .menu__voice {
    font-size: 7vw;
    line-height: 1;
  }
}
.menu__voice:hover {
  color: #b2beda;
}
.menu__voice * {
  font-size: inherit;
  line-height: inherit;
}
.menu__toggler {
  transition: all 0.35s ease-in-out;
}
.menu__toggler:hover {
  opacity: 0.5 !important;
}
.menu__monogram {
  width: 50%;
}
@media screen and (orientation: portrait) {
  .menu__monogram {
    width: 25%;
    display: none;
  }
}
.menu__monogram svg {
  height: auto;
  width: 100%;
}

.footer {
  background-color: #2a4551;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  gap: 11.1111111111vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    gap: 7.7777777778vh;
  }
}
.footer__wrapper {
  padding-top: 13.5802469136vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-top: 9.5061728395vh;
  }
}
.footer__wrapper {
  padding-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-bottom: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__wrapper {
    padding: 15vw 0 5vw;
    gap: 10vw 0;
  }
}
.footer__wrapper a {
  transition: all 0.35s ease-in-out;
}
.footer__wrapper a:hover {
  opacity: 0.5;
}
.footer__topRow {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  .footer__topRow {
    flex-direction: column-reverse;
    gap: 15vw;
  }
}
.footer__col--left {
  display: flex;
}
.footer__col--left {
  gap: 4.8611111111vw;
}
@media (orientation: portrait) {
  .footer__col--left {
    gap: 6.049382716vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--left {
    gap: 10vw 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
}
.footer__title {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  .footer__title {
    margin-bottom: 1.1728395062vh;
  }
}
.footer__voices {
  display: flex;
  flex-direction: column;
}
.footer__voices {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .footer__voices {
    gap: 0.5864197531vh;
  }
}
.footer__voice {
  line-height: 1.5;
}
.footer__logo {
  width: 15.2777777778vw;
}
@media (orientation: portrait) {
  .footer__logo {
    width: 19.012345679vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__logo {
    width: 50%;
    margin: 0 auto;
  }
}
.footer__logo svg {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) {
  .footer__centerRow .socials {
    justify-content: center;
  }
}
@media screen and (orientation: portrait) {
  .footer__centerRow .socials a svg {
    height: 4svh;
  }
}
@media screen and (orientation: portrait) {
  .footer__company {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (orientation: portrait) {
  .footer__company::before {
    display: none;
  }
}
.footer__bottomRow {
  display: flex;
}
@media screen and (orientation: portrait) {
  .footer__bottomRow {
    flex-wrap: wrap;
    gap: 5vw;
    justify-content: center;
  }
}
.footer__bottomRow a {
  display: flex;
  align-items: center;
}
.footer__bottomRow a:not(:last-child)::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 1.3888888889vw;
}

.menu__hamburgerCont {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu__hamburger {
  transform: rotate(0deg);
  cursor: pointer;
  position: relative;
  z-index: 1001;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__hamburger {
  width: 1.0416666667vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    width: 1.7592592593vh;
  }
}
.menu__hamburger {
  height: 1.0416666667vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    height: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__hamburger {
    width: 10vw;
    height: 10vw;
  }
}
.menu__hamburgerWrapper {
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.menu__hamburgerWrapper {
  width: 1.0416666667vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    width: 1.7592592593vh;
  }
}
.menu__hamburgerWrapper {
  height: 1.0416666667vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    height: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__hamburgerWrapper {
    width: 10vw;
    height: 10vw;
  }
}
.menu__hamburgerWrapper:hover {
  transform: rotate(180deg);
}
.menu__hamburgerLine {
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.35s ease-in-out;
}
.menu__hamburgerLine:nth-child(1) {
  transform: rotate(45deg);
}
.menu__hamburgerLine:nth-child(2) {
  transform: rotate(-45deg);
}

fieldset,
.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: red;
}
.wpcf7-not-valid-tip {
  margin-top: 0.6172839506vh;
}
@media (orientation: portrait) {
  .wpcf7-not-valid-tip {
    margin-top: 0.5864197531vh;
  }
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  text-align: left;
}
@media (orientation: portrait) {
  form {
    gap: 7.5px 15px;
  }
}
form .col--half {
  flex: none;
  width: calc(50% - 15px);
}
@media (orientation: portrait) {
  form .col--half {
    width: calc(50% - 7.5px);
  }
}
form .col--full {
  flex: none;
  width: 100%;
}
form br {
  display: none;
}
form *:focus, form *:focus-visible {
  box-shadow: none;
  outline: none;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  cursor: pointer;
  width: 100%;
  padding: 0.6172839506vh 0;
  font-family: "ABC Favorit Extended";
  background-color: transparent;
  color: #e7e7e7;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form textarea::placeholder,
form select::placeholder {
  opacity: 0.5;
  color: #fff;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}
form input[type=file] {
  width: 100%;
}
form textarea {
  border: 1px solid #e7e7e7;
  background-color: rgba(239, 236, 230, 0.2078431373);
  padding-left: 10px;
}
form textarea {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form textarea {
    margin-top: 1.1728395062vh;
  }
}
form textarea {
  height: 11.1111111111vh;
}
@media (orientation: portrait) {
  form textarea {
    height: 7.7777777778vh;
  }
}
form a {
  text-decoration: underline;
}
form label {
  display: block;
  font-family: "ABC Favorit Extended";
}
form label {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form label {
    margin-top: 1.1728395062vh;
  }
}
form .wpcf7-acceptance,
form .wpcf7-radio {
  display: block;
}
form .wpcf7-acceptance,
form .wpcf7-radio {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance,
  form .wpcf7-radio {
    margin-top: 1.1728395062vh;
  }
}
form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-family: "ABC Favorit Extended";
  margin-left: 10px;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
}
form .wpcf7-acceptance input[type=checkbox],
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=checkbox],
form .wpcf7-radio input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  flex: none;
  width: 20px;
  height: 20px;
  background-color: rgba(239, 236, 230, 0.2078431373);
  border: 1px solid #e7e7e7;
  overflow: hidden;
  appearance: none;
}
form .wpcf7-acceptance input[type=checkbox]:before,
form .wpcf7-acceptance input[type=radio]:before,
form .wpcf7-radio input[type=checkbox]:before,
form .wpcf7-radio input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
form .wpcf7-acceptance input[type=checkbox]:checked:before,
form .wpcf7-acceptance input[type=radio]:checked:before,
form .wpcf7-radio input[type=checkbox]:checked:before,
form .wpcf7-radio input[type=radio]:checked:before {
  color: #e7e7e7;
}
form .wpcf7-acceptance input[type=checkbox]:disabled,
form .wpcf7-acceptance input[type=radio]:disabled,
form .wpcf7-radio input[type=checkbox]:disabled,
form .wpcf7-radio input[type=radio]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
form .wpcf7-acceptance input[type=checkbox]:disabled:before,
form .wpcf7-acceptance input[type=radio]:disabled:before,
form .wpcf7-radio input[type=checkbox]:disabled:before,
form .wpcf7-radio input[type=radio]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
form .wpcf7-acceptance input[type=checkbox]:checked:after,
form .wpcf7-radio input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #e7e7e7;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #e7e7e7, 4px 0 0 #e7e7e7, 4px -2px 0 #e7e7e7, 4px -4px 0 #e7e7e7, 4px -6px 0 #e7e7e7, 4px -8px 0 #e7e7e7;
}
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=radio] {
  border-radius: 50%;
}
form .wpcf7-acceptance input[type=radio]:checked:after,
form .wpcf7-radio input[type=radio]:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e7e7e7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
form .wpcf7-acceptance span.wpcf7-list-item,
form .wpcf7-radio span.wpcf7-list-item {
  margin: 20px 0 0 0;
}
form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select__selected {
  width: 100%;
  color: #e7e7e7;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
form .custom-select-wrapper .custom-select__selected {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding: 0.5864197531vh;
  }
}
form .custom-select-wrapper .custom-select__selected {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding-right: 3.7037037037vh;
  }
}
form .custom-select-wrapper .custom-select__selected:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23F5F1EB%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
form .custom-select-wrapper .custom-select__selected:focus {
  outline: 2px solid #e7e7e7;
  outline-offset: 2px;
}
form .custom-select-wrapper .custom-select.open .custom-select__selected:after {
  transform: translateY(-50%) rotate(180deg);
}
form .custom-select-wrapper .custom-select.open .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
form .custom-select-wrapper .custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
form .custom-select-wrapper .custom-select__option {
  padding: 10px;
  color: #e7e7e7;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form .custom-select-wrapper .custom-select__option:hover, form .custom-select-wrapper .custom-select__option.selected {
  background-color: #e7e7e7;
  color: #fff;
}
form .custom-select-wrapper .custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(231, 231, 231, 0.1);
}
form .wpcf7-response-output:not(:empty) {
  border: 1px solid #e7e7e7;
  background-color: #353335;
  padding: 10px 15px;
  color: #fff;
  font-family: "ABC Favorit Extended";
}
form .wpcf7-response-output:not(:empty) {
  margin-top: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-top: 2.3456790123vh;
  }
}
form .wpcf7-response-output:not(:empty) {
  margin-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-bottom: 2.3456790123vh;
  }
}
form span[data-name=capital-quiz] label {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0px;
}
form span[data-name=capital-quiz] label input {
  margin-top: 10px;
}
form .submit-wrapper {
  cursor: pointer;
  position: relative;
}
form .submit-wrapper {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  form .submit-wrapper {
    margin-top: 2.3456790123vh;
  }
}
form .submit-wrapper:hover .link__wrapper:nth-child(1) {
  transform: translateX(calc(100% + 30px));
}
form .submit-wrapper:hover .link__wrapper:nth-child(2) {
  transform: translateX(0);
}
form .submit-wrapper .link {
  transition: all 0.35s ease-in-out;
}
form .submit-wrapper > p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
form .submit-wrapper > p input[type=submit] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.barbaLoader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #353335;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353335;
}
.preloader__logo {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.preloader__logo {
  width: 22.2222222222vw;
}
@media (orientation: portrait) {
  .preloader__logo {
    width: 27.6543209877vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader__logo {
    width: 50vw;
  }
}
.preloader__logo svg {
  transform: translateY(110%);
  width: 100%;
  height: auto;
}

.error-page__wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page__wrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .error-page__wrapper {
    gap: 2.9320987654vh;
  }
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.9;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(38, 38, 38, 0.6823529412);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  pointer-events: none; /* Permette di cliccare attraverso il cursore */
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width 0.3s ease, opacity 0.3s ease, height 0.3s ease;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor.is-hover {
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  width: 150px !important;
  height: 150px !important;
}
#cursor.hidden {
  opacity: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 0.5px solid #ffffff;
}
.accordion.opened .accordion__icon svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion__hidden {
  border-top: 0.5px solid #ffffff;
}
.accordion__titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media (orientation: portrait) {
  .accordion__titleWrapper {
    width: 80%;
  }
}
.accordion__visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.8518518519vh 0;
}
.accordion__icon {
  position: relative;
  cursor: pointer;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (orientation: portrait) {
  .accordion__icon {
    width: 20%;
  }
}
.accordion__icon svg {
  transform: rotate(180deg);
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.accordion__icon svg {
  width: 1.0416666667vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    width: 1.7592592593vh;
  }
}
.accordion__icon svg path {
  fill: #fff;
}
.accordion__hidden {
  display: none;
  padding: 1.8518518519vh 0 3.7037037037vh;
}
.accordion__hiddenWrapper {
  display: flex;
}
.accordion__hiddenWrapper {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .accordion__hiddenWrapper {
    gap: 2.3456790123vh;
  }
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
  }
}
.accordion__audioWrapper {
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.accordion__audioWrapper {
  width: 4.375vw;
}
@media (orientation: portrait) {
  .accordion__audioWrapper {
    width: 5.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  .accordion__audioWrapper {
    width: 15vw;
    flex: none;
  }
}
.accordion__audioWrapper:hover {
  transform: scale(1.05);
  opacity: 0.5;
}
.accordion__audioWrapper.is-playing {
  animation: audioScale 1.5s linear infinite;
}
.accordion__audioWrapper.is-playing svg circle {
  fill: #353335;
}
.accordion__audioWrapper.is-playing svg path {
  fill: #fff;
}
.accordion__audioWrapper svg {
  transform: scale(0.98);
  width: 100%;
}
.accordion__audioWrapper svg circle {
  transition: all 0.35s ease-in-out;
}
.accordion__audio {
  display: none;
}

.topLine,
.bottomLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5px;
  transform-origin: center left;
  background-color: #fff;
}

.bottomLine {
  bottom: 0;
  top: unset;
}

.rightLine,
.leftLine {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.5px;
  transform-origin: top center;
  background-color: #fff;
}

.leftLine {
  left: 0;
  right: unset;
}

.cover__wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding-left: 5.9027777778vw;
  padding-bottom: 7.4074074074vh;
}
@media screen and (orientation: portrait) {
  .cover__wrapper {
    padding: 5vw;
    justify-content: center;
    height: 100svh;
  }
}
.cover__wrapper.hide-overlay .cover__backgroundWrapper::before {
  display: none;
}
.cover__backgroundWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cover__backgroundWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.cover__backgroundWrapper img,
.cover__backgroundWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__contentWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.cover__contentWrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .cover__contentWrapper {
    gap: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__contentWrapper {
    gap: 5vw;
    width: 90vw;
  }
}
.cover__textWrapper {
  display: flex;
  align-items: center;
}
.cover__textWrapper {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .cover__textWrapper {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__textWrapper {
    gap: 5vw;
  }
}
.cover__audioWrapper {
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.cover__audioWrapper {
  width: 4.1666666667vw;
}
@media (orientation: portrait) {
  .cover__audioWrapper {
    width: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__audioWrapper {
    width: 15vw;
    transform: scale(0.96);
  }
}
.cover__audioWrapper:hover {
  transform: scale(1.05);
  opacity: 0.5;
}
.cover__audioWrapper.is-playing {
  animation: audioScale 1.5s ease-in-out infinite;
}
.cover__audioWrapper.is-playing svg circle {
  fill: #353335;
}
.cover__audioWrapper.is-playing svg path {
  fill: #fff;
}
.cover__audioWrapper svg {
  width: 100%;
  height: auto;
}
.cover__audioWrapper svg circle {
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  .cover__audioWrapper svg circle {
    display: none;
  }
}
.cover__audioSvg {
  display: block;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .cover__audioSvg {
    border: 1px solid white;
    border-radius: 50px;
  }
}
.cover__audio {
  display: none;
}
@media screen and (orientation: portrait) {
  .cover__title {
    font-size: 10vw;
    line-height: 1.2;
  }
}
@media screen and (orientation: portrait) {
  .cover__title br {
    display: none;
  }
}
.cover__text {
  margin-left: 0;
}

@media screen and (orientation: landscape) {
  #page-difference .cover__wrapper {
    padding-bottom: 12.3456790123vh;
  }
}

@media screen and (orientation: portrait) {
  #page-home .cover__title {
    font-size: 7.5vw;
  }
}
@media screen and (orientation: portrait) {
  #page-home .cover__backgroundWrapper img {
    object-position: right center;
  }
}

@media screen and (orientation: portrait) {
  #single-project .cover__backgroundWrapper::before,
  #taxonomy-sector .cover__backgroundWrapper::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.link {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: fit-content;
}
.link__container {
  display: flex;
  white-space: nowrap;
  gap: 0 20px;
  position: relative;
}
.link__label {
  text-transform: capitalize;
}
.link__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  transition: transform 0.75s cubic-bezier(0.45, 0, 0.55, 1);
}
.link__wrapper {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .link__wrapper {
    gap: 1.7592592593vh;
  }
}
.link__wrapper:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(calc(-100% - 30px));
}
.link__wrapper:nth-child(2) .link__lineWrapper {
  transform: scale(1) !important;
}
.link__wrapper:nth-child(2) .split .word {
  opacity: 1 !important;
}
.link:not(.manual-hover):hover .link__wrapper:nth-child(1) {
  transform: translateX(calc(100% + 30px));
}
.link:not(.manual-hover):hover .link__wrapper:nth-child(2) {
  transform: translateX(0);
}
.link__lineWrapper {
  display: flex;
  height: 1px;
  transition: all 0.35s ease-in-out;
  transition-property: width, flex;
}
.link__lineWrapper {
  width: 3.8194444444vw;
}
@media (orientation: portrait) {
  .link__lineWrapper {
    width: 4.7530864198vh;
  }
}
@media screen and (orientation: portrait) {
  .link__lineWrapper {
    width: 10vw;
  }
}
.link__line {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.card {
  position: relative;
  overflow: hidden;
  display: block;
  overflow: hidden;
}
.card {
  width: 25vw;
}
@media (orientation: portrait) {
  .card {
    width: 31.1111111111vh;
  }
}
@media screen and (orientation: portrait) {
  .card {
    width: auto;
  }
}
.card:hover .card__imageWrapper img {
  transform: scale(1.04);
}
@media screen and (orientation: landscape) {
  .card:hover .card__descriptionWrapper {
    opacity: 1;
  }
}
.card:hover .card__contentWrapper {
  transform: translateY(0px);
  opacity: 1;
}
.card__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .card__wrapper {
    gap: 2.3456790123vh;
  }
}
.card__imageWrapper {
  position: relative;
  backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
}
.card__imageWrapper {
  height: 52.4691358025vh;
}
@media (orientation: portrait) {
  .card__imageWrapper {
    height: 36.7283950617vh;
  }
}
@media screen and (orientation: portrait) {
  .card__imageWrapper {
    height: 37.5svh;
  }
}
.card__imageWrapper::before {
  width: 110%;
  height: 110%;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
.card__imageWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
  will-change: transform;
  transition-property: transform;
  transition-duration: 0.6s;
}
.card__descriptionWrapper {
  background-color: #353335;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
.card__descriptionWrapper {
  padding: 1.7361111111vw;
}
@media (orientation: portrait) {
  .card__descriptionWrapper {
    padding: 2.9320987654vh;
  }
}
.card__description {
  white-space: normal;
  width: 100%;
}
.card__contentWrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease-in-out;
  width: 100%;
  color: #fff;
  transition-property: opacity, transform;
}
.card__contentWrapper {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .card__contentWrapper {
    gap: 0.5864197531vh;
  }
}
.card__subtitle {
  color: #91939a;
}
.card__text {
  white-space: normal;
}

#page-home .content-multi-slider .card .card__descriptionWrapper {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page-home .content-multi-slider .card .card__descriptionWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
#page-home .content-multi-slider .card .card__descriptionWrapper::before {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 200%);
  opacity: 0.5;
  z-index: 0;
}

@media screen and (orientation: portrait) {
  #page-meet .content-multi-slider .card__imageWrapper img {
    object-fit: contain;
    object-position: center center;
  }
}
@media screen and (orientation: portrait) {
  #page-meet .content-multi-slider .card .glide__arrows {
    padding: 0;
    display: none !important;
  }
}
#page-meet .content-multi-slider .card__text {
  display: none;
}
@media screen and (orientation: portrait) {
  #page-meet .content-multi-slider .card__text {
    display: block;
    font-size: 3vw;
    line-height: 1.2;
  }
}

.content-multi-slider {
  margin-left: auto;
  margin-right: auto;
}
.content-multi-slider {
  margin-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  .content-multi-slider {
    margin-top: 8.6419753086vh;
  }
}
.content-multi-slider {
  margin-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .content-multi-slider {
    margin-bottom: 8.6419753086vh;
  }
}
.content-multi-slider__wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 5.9027777778vw;
}
@media screen and (orientation: portrait) {
  .content-multi-slider__wrapper {
    flex-direction: column;
    gap: 10vw;
    padding: 10vw 0;
    height: auto;
  }
}
.content-multi-slider__wrapper .glide__arrows {
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: space-between;
  padding-right: 5.9027777778vw;
}
.content-multi-slider__wrapper .glide__arrows {
  top: 26.8518518519vh;
}
@media (orientation: portrait) {
  .content-multi-slider__wrapper .glide__arrows {
    top: 18.7962962963vh;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__wrapper .glide__arrows {
    top: 18.75svh;
    padding: 0 2.5vw;
  }
}
.content-multi-slider__wrapper .glide__arrows .glide__arrow {
  pointer-events: all;
}
.content-multi-slider__wrapper .glide__arrows .glide__arrow--prev {
  pointer-events: none !important;
  opacity: 0 !important;
}
@media screen and (orientation: landscape) {
  .content-multi-slider__wrapper .glide__arrows .glide__arrow--prev {
    transform: rotate(-90deg) translateY(-50%);
  }
  .content-multi-slider__wrapper .glide__arrows .glide__arrow--prev:hover {
    transform: rotate(-90deg) translateY(-55%);
  }
}
.content-multi-slider__textsWrapper {
  display: flex;
  flex-direction: column;
}
.content-multi-slider__textsWrapper {
  width: 29.1666666667vw;
}
@media (orientation: portrait) {
  .content-multi-slider__textsWrapper {
    width: 36.2962962963vh;
  }
}
.content-multi-slider__textsWrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .content-multi-slider__textsWrapper {
    gap: 2.9320987654vh;
  }
}
.content-multi-slider__textsWrapper {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .content-multi-slider__textsWrapper {
    padding-top: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__textsWrapper {
    width: 100%;
    padding: 0 5vw;
    gap: 5vw;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__title br {
    display: none;
  }
}
.content-multi-slider__text {
  padding-right: 3.4722222222vw;
}
@media (orientation: portrait) {
  .content-multi-slider__text {
    padding-right: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__text {
    padding-right: 0;
  }
}
.content-multi-slider__slidesWrapper {
  position: relative;
}
.content-multi-slider__slidesWrapper {
  width: 60.7638888889vw;
}
@media (orientation: portrait) {
  .content-multi-slider__slidesWrapper {
    width: 75.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__slidesWrapper {
    width: 100%;
  }
}
.content-multi-slider__slidesWrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 13.8888888889vw;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.content-multi-slider__slidesWrapper::before {
  height: 52.4691358025vh;
}
@media (orientation: portrait) {
  .content-multi-slider__slidesWrapper::before {
    height: 36.7283950617vh;
  }
}
@media screen and (orientation: portrait) {
  .content-multi-slider__slidesWrapper::before {
    height: 30svh;
    width: 21vw;
  }
}

@media screen and (orientation: portrait) {
  #page-meet .content-multi-slider .content-multi-slider__slidesWrapper {
    padding: 0 5vw;
  }
}
#page-meet .content-multi-slider .content-multi-slider__slidesWrapper::before {
  display: none;
}

.two-cols-content {
  margin-left: auto;
  margin-right: auto;
}
.two-cols-content {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  .two-cols-content {
    margin-top: 7.3456790123vh;
  }
}
.two-cols-content {
  margin-bottom: 10.4938271605vh;
}
@media (orientation: portrait) {
  .two-cols-content {
    margin-bottom: 7.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content {
    margin: 10vw auto;
  }
}
.two-cols-content__wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.two-cols-content__wrapper {
  gap: 4.5138888889vw;
}
@media (orientation: portrait) {
  .two-cols-content__wrapper {
    gap: 5.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper {
    flex-direction: column;
    gap: 8vw;
  }
}
.two-cols-content__wrapper.reverse {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper.reverse {
    flex-direction: column;
  }
}
.two-cols-content__wrapper.no-media .two-cols-content__mediaWrapper {
  height: -webkit-fill-available;
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper.no-media .two-cols-content__mediaWrapper {
    height: 10svh;
  }
}
.two-cols-content__wrapper.vertical-text-align--top {
  align-items: flex-start;
}
.two-cols-content__mediaWrapper {
  position: relative;
}
.two-cols-content__mediaWrapper {
  width: 51.3888888889vw;
}
@media (orientation: portrait) {
  .two-cols-content__mediaWrapper {
    width: 63.950617284vh;
  }
}
.two-cols-content__mediaWrapper {
  height: 61.7283950617vh;
}
@media (orientation: portrait) {
  .two-cols-content__mediaWrapper {
    height: 43.2098765432vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__mediaWrapper {
    height: auto;
    width: 100%;
  }
}
.two-cols-content__mediaWrapper img,
.two-cols-content__mediaWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.two-cols-content__contentWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.two-cols-content__contentWrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .two-cols-content__contentWrapper {
    gap: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__contentWrapper {
    gap: 5vw;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__title br {
    display: none;
  }
}
.two-cols-content__subtitle {
  color: #91939a;
  max-width: 80%;
}
@media screen and (orientation: portrait) {
  .two-cols-content__subtitle {
    max-width: 100%;
  }
}
.two-cols-content__audioWrapper {
  position: absolute;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.two-cols-content__audioWrapper {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .two-cols-content__audioWrapper {
    gap: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__audioWrapper {
    right: 10px;
    bottom: 10px;
  }
}
.two-cols-content__audioWrapper:hover {
  transform: scale(1.05);
  opacity: 0.5;
}
.two-cols-content__audioWrapper.is-playing svg {
  animation: audioScale 1.5s ease-in-out infinite;
}
.two-cols-content__audioWrapper.is-playing svg circle {
  fill: #fff;
}
.two-cols-content__audioWrapper.is-playing svg path {
  fill: #353335;
}
.two-cols-content__audioWrapper svg {
  width: 4.1666666667vw;
}
@media (orientation: portrait) {
  .two-cols-content__audioWrapper svg {
    width: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__audioWrapper svg {
    width: 15vw;
  }
}
.two-cols-content__audioWrapper svg circle {
  transition: all 0.35s ease-in-out;
}
.two-cols-content__audio {
  display: none;
}

.two-cols-content.approach .two-cols-content__contentWrapper {
  padding-left: 5.9027777778vw;
}
@media (orientation: portrait) {
  .two-cols-content.approach .two-cols-content__contentWrapper {
    padding-left: 7.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content.approach .two-cols-content__contentWrapper {
    padding-left: 0;
  }
}
.two-cols-content.approach .two-cols-content__mediaWrapper {
  width: 44.4444444444vw;
}
@media (orientation: portrait) {
  .two-cols-content.approach .two-cols-content__mediaWrapper {
    width: 55.3086419753vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content.approach .two-cols-content__mediaWrapper {
    width: 100%;
  }
}
.two-cols-content.experience .two-cols-content__wrapper {
  align-items: flex-start;
}
.two-cols-content.experience .two-cols-content__wrapper {
  gap: 1.7361111111vw;
}
@media (orientation: portrait) {
  .two-cols-content.experience .two-cols-content__wrapper {
    gap: 2.9320987654vh;
  }
}
.two-cols-content.experience .two-cols-content__mediaWrapper {
  height: auto;
}
.two-cols-content.experience .two-cols-content__mediaWrapper {
  width: 65.9722222222vw;
}
@media (orientation: portrait) {
  .two-cols-content.experience .two-cols-content__mediaWrapper {
    width: 82.0987654321vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content.experience .two-cols-content__mediaWrapper {
    width: 100%;
  }
}

.images-grid {
  margin-left: auto;
  margin-right: auto;
}
.images-grid {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  .images-grid {
    margin-top: 7.3456790123vh;
  }
}
.images-grid {
  margin-bottom: 10.4938271605vh;
}
@media (orientation: portrait) {
  .images-grid {
    margin-bottom: 7.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .images-grid {
    margin: 5vw auto;
  }
}
.images-grid__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin: 0 auto;
}
.images-grid__wrapper {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .images-grid__wrapper {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .images-grid__wrapper {
    gap: 2.5vw;
  }
}
.images-grid__column {
  display: flex;
  flex-direction: column;
}
.images-grid__column {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .images-grid__column {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .images-grid__column {
    gap: 2.5vw;
  }
}
.images-grid__column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.images-grid__column--center img {
  height: 100%;
}

.centered-text {
  margin-left: auto;
  margin-right: auto;
}
.centered-text {
  margin-top: 16.6666666667vh;
}
@media (orientation: portrait) {
  .centered-text {
    margin-top: 11.6666666667vh;
  }
}
.centered-text {
  margin-bottom: 16.6666666667vh;
}
@media (orientation: portrait) {
  .centered-text {
    margin-bottom: 11.6666666667vh;
  }
}
.centered-text__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.centered-text__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .centered-text__wrapper {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .centered-text__wrapper {
    gap: 5vw;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.centered-text__wrapper .link {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .centered-text__wrapper .link {
    margin-top: 3.7037037037vh;
  }
}
.glide {
  cursor: grab;
}
.glide .glide__slides {
  cursor: grab;
}
.glide__slide {
  cursor: pointer;
  cursor: pointer;
}
.glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__bullets {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .glide__bullets {
    gap: 1.1728395062vh;
  }
}
.glide__bullets {
  margin-top: 5.5555555556vh;
}
@media (orientation: portrait) {
  .glide__bullets {
    margin-top: 4.1666666667vh;
  }
}
.glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  opacity: 0.5;
  border: none;
  box-shadow: none;
  background-color: #53554b;
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
.glide__bullet--active {
  opacity: 1;
}
.glide__arrows {
  display: flex;
}
.glide__arrows {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .glide__arrows {
    gap: 2.3456790123vh;
  }
}
.glide__arrow {
  border: none;
  background-color: transparent;
  cursor: pointer !important;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
  transform-origin: center center;
  background: #353335;
  border-radius: 100px;
  box-sizing: content-box;
}
.glide__arrow {
  width: 2.4691358025vh;
}
@media (orientation: portrait) {
  .glide__arrow {
    width: 2.3456790123vh;
  }
}
.glide__arrow {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .glide__arrow {
    height: 2.3456790123vh;
  }
}
.glide__arrow {
  padding: 3.0864197531vh;
}
@media (orientation: portrait) {
  .glide__arrow {
    padding: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .glide__arrow {
    width: 20px;
    height: 20px;
    padding: 20px;
  }
}
.glide__arrow svg {
  width: 100%;
  height: 100%;
}
.glide__arrow svg path {
  fill: #fff;
}
.glide__arrow--prev {
  transform: rotate(-90deg);
}
.glide__arrow--prev:hover {
  transform: rotate(-90deg) translateY(-10px);
}
.glide__arrow--next {
  transform: rotate(90deg);
}
.glide__arrow--next:hover {
  transform: rotate(90deg) translateY(-10px);
}

.twoImagesRow {
  display: flex;
  gap: 40px;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .twoImagesRow {
    height: auto;
    flex-direction: column;
    gap: 5vw;
  }
}
.twoImagesRow__imageWrapper {
  flex: 1;
  overflow: hidden;
}
.twoImagesRow__imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-flexible .twoImagesRow + .singleImageRow {
  margin: 40px auto;
}
@media screen and (orientation: portrait) {
  .page-flexible .twoImagesRow + .singleImageRow {
    margin: 2.5vw auto;
  }
}

.subscribe-row {
  position: relative;
  color: #353335;
}
.subscribe-row__wrapper {
  display: flex;
  flex-direction: column;
}
.subscribe-row__wrapper {
  padding-top: 6.7901234568vh;
}
@media (orientation: portrait) {
  .subscribe-row__wrapper {
    padding-top: 4.7530864198vh;
  }
}
.subscribe-row__wrapper {
  padding-bottom: 6.7901234568vh;
}
@media (orientation: portrait) {
  .subscribe-row__wrapper {
    padding-bottom: 4.7530864198vh;
  }
}
.subscribe-row__wrapper {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .subscribe-row__wrapper {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .subscribe-row__wrapper {
    gap: 5vw;
  }
}
.subscribe-row__bgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.subscribe-row__bgWrapper picture,
.subscribe-row__bgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscribe-row__row {
  width: 100%;
}
.subscribe-row__row--title {
  display: flex;
}
.subscribe-row__row--content {
  display: flex;
  align-items: flex-start;
}
.subscribe-row__row--content {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  .subscribe-row__row--content {
    gap: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  .subscribe-row__row--content {
    flex-direction: column;
    gap: 10vw;
  }
}
.subscribe-row__col {
  flex: 1;
}
.subscribe-row__col--left {
  display: flex;
  flex-direction: column;
}
.subscribe-row__col--right form {
  gap: 10px 30px;
  position: relative;
}
.subscribe-row__col--right form .col--subscribeRow {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.subscribe-row__col--right form .col--subscribeRow {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .subscribe-row__col--right form .col--subscribeRow {
    gap: 2.3456790123vh;
  }
}
.subscribe-row__col--right form .col--subscribeRow .submit-wrapper input,
.subscribe-row__col--right form .col--subscribeRow > p input {
  height: 50px;
}
@media screen and (orientation: portrait) {
  .subscribe-row__col--right form .col--subscribeRow .submit-wrapper input,
  .subscribe-row__col--right form .col--subscribeRow > p input {
    height: auto;
  }
}
.subscribe-row__col--right form .col--subscribeRow > p {
  flex: 1;
}
.subscribe-row__col--right form input,
.subscribe-row__col--right form textarea {
  padding: 10px;
  background-color: #e7e7e7;
  border: 1px solid #353335 !important;
  color: #353335;
}
.subscribe-row__col--right form input::placeholder,
.subscribe-row__col--right form textarea::placeholder {
  color: #353335;
}
.subscribe-row__col--right form input::before, .subscribe-row__col--right form input::after,
.subscribe-row__col--right form textarea::before,
.subscribe-row__col--right form textarea::after {
  box-shadow: 2px 0 0 #353335, 4px 0 0 #353335, 4px -2px 0 #353335, 4px -4px 0 #353335, 4px -6px 0 #353335, 4px -8px 0 #353335 !important;
}
.subscribe-row__col--right form input::after,
.subscribe-row__col--right form textarea::after {
  background-color: #353335 !important;
}
.subscribe-row__col--right form .submit-wrapper {
  margin-top: 0;
  flex: none;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.subscribe-row__col--right form .submit-wrapper {
  width: 12.5vw;
}
@media (orientation: portrait) {
  .subscribe-row__col--right form .submit-wrapper {
    width: 15.5555555556vh;
  }
}
@media screen and (orientation: portrait) {
  .subscribe-row__col--right form .submit-wrapper {
    height: auto;
    width: 100%;
  }
}
.subscribe-row__col--right form .submit-wrapper:hover {
  opacity: 0.5;
}
.subscribe-row__col--right form .submit-wrapper > p {
  position: relative;
  left: unset;
  top: unset;
  width: 100%;
  height: 100%;
}
.subscribe-row__col--right form .submit-wrapper input {
  border-radius: 50px;
  overflow: hidden;
  background-color: #353335;
  color: #fff;
  opacity: 1 !important;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .subscribe-row__col--right form .submit-wrapper input {
    padding: 10px 20px !important;
  }
}
.singleImageRow {
  height: 100vh;
  overflow: hidden;
}
.singleImageRow__wrapper {
  width: 100%;
  height: 100%;
}
.singleImageRow__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-flexible .singleImageRow + .twoImagesRow {
  margin: 40px auto;
}
@media screen and (orientation: portrait) {
  .page-flexible .singleImageRow + .twoImagesRow {
    margin: 2.5vw auto;
  }
}

.socials {
  display: flex;
  align-items: center;
}
.socials {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .socials {
    gap: 2.3456790123vh;
  }
}
.socials a {
  display: inline-flex;
  transition: all 0.35s ease-in-out;
}
.socials a:hover {
  opacity: 0.2;
  transform: scale(1.2);
  transform-origin: center center;
}
.socials a svg {
  width: auto;
}
.socials a svg {
  height: 3.7037037037vh;
}
@media (orientation: portrait) {
  .socials a svg {
    height: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .socials a svg {
    height: 6svh;
  }
}

.split {
  opacity: 0;
}
.split .word-wrapper {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.split .word-wrapper .word {
  display: inline-block;
  opacity: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.descale-anim {
  transform: scale(1.03);
  transform-origin: center center;
}

.scale-anim {
  opacity: 0;
  transform: scale(0.97);
  transform-origin: bottom center;
}

.fade-anim {
  opacity: 0;
}

.drawy,
.rightLine,
.leftLine {
  transform-origin: top center;
  transform: scaleY(0);
  will-change: transform;
}

.drawx,
.topLine,
.bottomLine {
  transform-origin: center left;
  transform: scaleX(0);
  will-change: transform;
}

#page-policy {
  padding: 20vh 0;
  color: #fff;
}
#page-policy h1,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  color: #fff;
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h2,
#page-policy h3 {
  font-weight: 500;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h1 {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h1 {
    margin-bottom: 3.3333333333vh;
  }
}
#page-policy h2,
#page-policy h3 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-top: 3.3333333333vh;
  }
}
#page-policy h2,
#page-policy h3 {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-bottom: 1.1728395062vh;
  }
}
#page-policy address {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-policy address {
    margin-top: 1.1728395062vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy ul,
#page-policy ol {
  padding-left: 20px;
  list-style: auto;
}
#page-policy ul,
#page-policy ol {
  margin-top: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy ul,
  #page-policy ol {
    margin-top: 0.5864197531vh;
  }
}
#page-policy ul,
#page-policy ol {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy ul,
  #page-policy ol {
    margin-bottom: 2.3456790123vh;
  }
}
#page-policy a,
#page-policy span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#page-policy #cmplz-document {
  width: 100%;
  max-width: 100%;
}
#page-policy #cmplz-document .cookies-per-purpose * {
  color: #353335;
}

#page-home .sectors__wrapper {
  display: flex;
  flex-direction: column;
}
#page-home .sectors__wrapper {
  gap: 4.3209876543vh;
}
@media (orientation: portrait) {
  #page-home .sectors__wrapper {
    gap: 3.8888888889vh;
  }
}
#page-home .sectors__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-home .sectors__wrapper {
    padding-bottom: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .sectors__wrapper {
    gap: 15vw 0;
    margin-top: 10vw;
  }
}
#page-home .sectors__topRow {
  display: flex;
  flex-direction: column;
}
#page-home .sectors__topRow {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .sectors__topRow {
    gap: 2.9320987654vh;
  }
}
#page-home .sectors__text, #page-home .sectors__link {
  margin-left: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .sectors__text, #page-home .sectors__link {
    margin-left: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .sectors__text, #page-home .sectors__link {
    margin-left: 0;
  }
}
#page-home .sectors__bottomRow {
  display: flex;
  flex-direction: column;
}
#page-home .sectors__bottomRow {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .sectors__bottomRow {
    gap: 2.9320987654vh;
  }
}
#page-home .sectors__bottomTitle {
  text-align: center;
}
@media screen and (orientation: portrait) {
  #page-home .sectors__bottomTitle {
    text-align: left;
  }
}
#page-home .sectors__bottomContent {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (orientation: portrait) {
  #page-home .sectors__bottomContent {
    flex-direction: column;
    gap: 10vw 0;
  }
}
@media screen and (orientation: landscape) {
  #page-home .sectors__sector:hover .sectors__sectorContentHover {
    opacity: 1;
  }
  #page-home .sectors__sector:hover .sectors__sectorContentHover .link .link__lineWrapper {
    flex: 1;
  }
  #page-home .sectors__sector:hover .sectors__sectorContentHover .link * {
    opacity: 1 !important;
  }
}
#page-home .sectors__sector:hover .sectors__sectorImageWrapper::before {
  opacity: 1;
}
#page-home .sectors__sector:hover .sectors__sectorContentWrapper .link__lineWrapper {
  flex: 1;
}
#page-home .sectors__sector:hover img {
  transform: scale(1.03);
}
#page-home .sectors__sectorImageWrapper {
  position: relative;
  overflow: hidden;
}
#page-home .sectors__sectorImageWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
#page-home .sectors__sectorImageWrapper::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 120%);
  opacity: 0.5;
}
#page-home .sectors__sectorImageWrapper img {
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#page-home .sectors__sectorContentHover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.35s ease-in-out;
  z-index: 2;
  opacity: 0;
}
#page-home .sectors__sectorContentHover {
  padding: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .sectors__sectorContentHover {
    padding: 2.9320987654vh;
  }
}
#page-home .sectors__sectorContentHover {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .sectors__sectorContentHover {
    gap: 1.7592592593vh;
  }
}
#page-home .sectors__sectorContentHover p {
  max-width: 80%;
}
#page-home .sectors__sectorContentHover .link {
  width: 100%;
}
#page-home .sectors__sectorContentHover .link {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .sectors__sectorContentHover .link {
    margin-top: 2.3456790123vh;
  }
}
#page-home .sectors__sectorContentHover .link * {
  opacity: 1 !important;
}
#page-home .sectors__sectorContentHover .link .link__lineWrapper {
  transition-duration: 0.8s;
}
#page-home .sectors__sectorWrapper {
  display: flex;
  flex-direction: column;
}
#page-home .sectors__sectorWrapper {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .sectors__sectorWrapper {
    gap: 1.7592592593vh;
  }
}
#page-home .sectors__sectorContentWrapper .link {
  width: 100%;
}
#page-home .sectors__sectorContentWrapper .link__lineWrapper {
  transition-duration: 0.6s;
  flex: 0 0 1.7361111111vw;
}
@media screen and (orientation: portrait) {
  #page-home .sectors__sectorContentWrapper .link__lineWrapper {
    flex: 0 0 10vw;
  }
}

#page-difference .focus {
  overflow: hidden;
}
#page-difference .focus__wrapper {
  height: 100%;
  display: flex;
  position: relative;
}
#page-difference .focus__voices {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5.9027777778vw;
  left: 5.9027777778vw;
  z-index: 3;
}
#page-difference .focus__voices {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-difference .focus__voices {
    gap: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #page-difference .focus__voices {
    left: 5vw;
    top: 5vw;
  }
}
#page-difference .focus__voices .link {
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
}
#page-difference .focus__voices .link__lineWrapper {
  width: 0;
}
#page-difference .focus__voices .link.current {
  opacity: 1;
}
#page-difference .focus__voices .link.current .link__lineWrapper {
  width: 3.8194444444vw;
}
@media (orientation: portrait) {
  #page-difference .focus__voices .link.current .link__lineWrapper {
    width: 4.7530864198vh;
  }
}
#page-difference .focus__voices .link__label br {
  display: none;
}
#page-difference .focus__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
#page-difference .focus__single {
  height: 100vh;
  will-change: transform, -webkit-transform;
}
#page-difference .focus__singleWrapper {
  height: 100%;
  position: relative;
}
#page-difference .focus__singleBackgroundWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#page-difference .focus__singleBackgroundWrapper::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
#page-difference .focus__singleBackgroundWrapper img,
#page-difference .focus__singleBackgroundWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-difference .focus__singleContentWrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  align-items: flex-end;
  padding: 12.3456790123vh 5.9027777778vw;
}
#page-difference .focus__singleContentWrapper {
  gap: 3.4722222222vw;
}
@media (orientation: portrait) {
  #page-difference .focus__singleContentWrapper {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-difference .focus__singleContentWrapper {
    padding: 5vw;
    padding-bottom: 10svh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
#page-difference .focus__singleContentCol {
  width: 29.8611111111vw;
}
@media (orientation: portrait) {
  #page-difference .focus__singleContentCol {
    width: 37.1604938272vh;
  }
}
@media screen and (orientation: portrait) {
  #page-difference .focus__singleContentCol {
    width: 100%;
  }
}
#page-difference .focus__singleContentCol--image {
  height: 100%;
}
@media screen and (orientation: portrait) {
  #page-difference .focus__singleContentCol--image {
    height: 40svh;
    width: 55vw;
  }
}
#page-difference .focus__singleContentCol--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-difference .focus__singleContentCol--right {
  padding-bottom: 4.9382716049vh;
}
@media screen and (orientation: portrait) {
  #page-difference .focus__singleContentCol--right {
    padding-bottom: 0;
  }
}

.organizations {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.organizations {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  .organizations {
    margin-top: 7.3456790123vh;
  }
}
.organizations__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.organizations__bgWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.organizations__bgWrapper img,
.organizations__bgWrapper picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.organizations__contentWrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.organizations__contentWrapper {
  padding-top: 8.024691358vh;
}
@media (orientation: portrait) {
  .organizations__contentWrapper {
    padding-top: 5.6172839506vh;
  }
}
.organizations__contentWrapper {
  padding-bottom: 8.024691358vh;
}
@media (orientation: portrait) {
  .organizations__contentWrapper {
    padding-bottom: 5.6172839506vh;
  }
}
.organizations__contentWrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .organizations__contentWrapper {
    gap: 3.7037037037vh;
  }
}
.organizations__title {
  color: #353335;
}
@media screen and (orientation: portrait) {
  .organizations__title {
    width: 90vw;
    margin: 0 auto;
    font-size: 6.5vw;
    line-height: 1.1;
  }
}
.organizations__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.organizations__icons {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  .organizations__icons {
    gap: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  .organizations__icons {
    padding: 0 5vw;
  }
}
.organizations__icons img {
  width: auto;
  object-fit: contain;
}
.organizations__icons img {
  height: 8.6419753086vh;
}
@media (orientation: portrait) {
  .organizations__icons img {
    height: 6.049382716vh;
  }
}
.organizations__icons img {
  max-width: 10.4166666667vw;
}
@media (orientation: portrait) {
  .organizations__icons img {
    max-width: 12.962962963vh;
  }
}
@media screen and (orientation: portrait) {
  .organizations__icons img {
    height: auto;
    max-width: 17vw;
  }
}

#page-our-expertise .intro {
  color: #fff;
  overflow: hidden;
  position: relative;
}
#page-our-expertise .intro__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f0f0f;
}
#page-our-expertise .intro__backgroundWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#page-our-expertise .intro__backgroundWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
#page-our-expertise .intro__backgroundWrapper::before {
  background: rgba(0, 0, 0, 0.3137254902);
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__backgroundWrapper::before {
    background: rgba(0, 0, 0, 0.51);
  }
}
#page-our-expertise .intro__backgroundWrapper picture,
#page-our-expertise .intro__backgroundWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 0.7s ease;
  opacity: 0;
}
#page-our-expertise .intro__backgroundWrapper picture:first-child,
#page-our-expertise .intro__backgroundWrapper img:first-child {
  opacity: 1;
}
#page-our-expertise .intro__colorOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
  z-index: 1;
}
#page-our-expertise .intro__sectorsWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#page-our-expertise .intro__sector {
  width: 100%;
  height: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 6.1728395062vh 0;
  opacity: 0.6;
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector {
    width: 100%;
    height: 50vh;
  }
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector:first-child {
    padding-bottom: 17.5vw;
    align-items: flex-end;
  }
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector:last-child {
    padding-top: 17.5vw;
    align-items: flex-start;
  }
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector:last-child h2 br:nth-child(2),
  #page-our-expertise .intro__sector:last-child h2 br:nth-child(6) {
    display: none;
  }
}
#page-our-expertise .intro__sector.active {
  opacity: 1;
  transform: scale(1.075);
}
#page-our-expertise .intro__sector.active h2 .intro__line {
  transform: scaleX(1);
}
#page-our-expertise .intro__sector h2 {
  white-space: nowrap;
  position: relative;
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector h2 {
    font-size: 10vw;
    line-height: 1.15;
  }
}
#page-our-expertise .intro__sector h2 br {
  display: none;
}
@media screen and (orientation: portrait) {
  #page-our-expertise .intro__sector h2 br {
    display: block;
  }
}
#page-our-expertise .intro__lineWrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  transform-origin: center center;
  background-color: #fff;
}

#taxonomy-sector .spaces__wrapper {
  position: relative;
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__wrapper {
    padding-bottom: 15vw;
  }
}
#taxonomy-sector .spaces__voices {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}
#taxonomy-sector .spaces__voices {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__voices {
    gap: 3.3333333333vh;
  }
}
#taxonomy-sector .spaces__voices {
  top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__voices {
    top: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__voices {
    display: none;
  }
}
#taxonomy-sector .spaces__voices .link {
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
}
#taxonomy-sector .spaces__voices .link__lineWrapper {
  width: 0;
}
#taxonomy-sector .spaces__voices .link.current {
  opacity: 1;
}
#taxonomy-sector .spaces__voices .link.current .link__lineWrapper {
  width: 3.8194444444vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__voices .link.current .link__lineWrapper {
    width: 4.7530864198vh;
  }
}
#taxonomy-sector .spaces__voices .link__label {
  text-transform: capitalize;
  white-space: nowrap;
}
#taxonomy-sector .spaces__voices .link__label br {
  display: none;
}
#taxonomy-sector .spaces__list {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
#taxonomy-sector .spaces__list {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__list {
    padding-top: 8.6419753086vh;
  }
}
#taxonomy-sector .spaces__list {
  width: 59.0277777778vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__list {
    width: 73.4567901235vh;
  }
}
#taxonomy-sector .spaces__list {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__list {
    gap: 2.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__list {
    width: 100%;
    padding-top: 0;
  }
}
#taxonomy-sector .spaces__space {
  display: flex;
}
#taxonomy-sector .spaces__space {
  gap: 5.5555555556vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__space {
    gap: 6.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__space {
    flex-direction: column;
  }
}
#taxonomy-sector .spaces__spaceImage {
  height: 100%;
  overflow: hidden;
  flex: none;
}
#taxonomy-sector .spaces__spaceImage {
  width: 30.5555555556vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__spaceImage {
    width: 38.024691358vh;
  }
}
#taxonomy-sector .spaces__spaceImage {
  height: 77.7777777778vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__spaceImage {
    height: 54.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__spaceImage {
    width: 100%;
    height: auto;
  }
}
#taxonomy-sector .spaces__spaceImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__spaceImage img {
    height: auto;
  }
}
#taxonomy-sector .spaces__spaceContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#taxonomy-sector .spaces__spaceContent {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__spaceContent {
    gap: 3.3333333333vh;
  }
}
#taxonomy-sector .spaces__spaceContent {
  padding-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .spaces__spaceContent {
    padding-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__spaceContent {
    gap: 2.5vw;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .spaces__spaceTitle br {
    display: none;
  }
}
#taxonomy-sector .spaces__spaceSubtitle {
  color: #91939a;
}

#taxonomy-sector .why {
  margin-left: auto;
  margin-right: auto;
}
#taxonomy-sector .why {
  margin-top: 18.5185185185vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .why {
    margin-top: 12.962962963vh;
  }
}
#taxonomy-sector .why {
  margin-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .why {
    margin-bottom: 12.962962963vh;
  }
}
#taxonomy-sector .why__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#taxonomy-sector .why__wrapper {
  gap: 16.3194444444vw;
}
@media (orientation: portrait) {
  #taxonomy-sector .why__wrapper {
    gap: 20.3086419753vh;
  }
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .why__wrapper {
    flex-direction: column;
    gap: 5vw;
  }
}
#taxonomy-sector .why__title {
  flex: none;
}
#taxonomy-sector .why__list {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.9382716049vh 0;
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .why__list {
    gap: 5vw;
  }
}
#taxonomy-sector .why__single {
  flex: 0 0 40%;
  position: relative;
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .why__single {
    flex: 0 0 100%;
    display: flex;
    gap: 2.5vw;
  }
}
#taxonomy-sector .why__single::before {
  content: "•";
  position: absolute;
  left: -20px;
  top: 0px;
  display: block;
}
@media screen and (orientation: portrait) {
  #taxonomy-sector .why__single::before {
    position: relative;
    left: unset;
    top: unset;
  }
}

#taxonomy-sector .future {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#taxonomy-sector .future {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .future {
    margin-top: 7.3456790123vh;
  }
}
#taxonomy-sector .future__wrapper {
  position: relative;
  width: 100%;
}
#taxonomy-sector .future__bgWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#taxonomy-sector .future__bgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#taxonomy-sector .future__contentWrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#taxonomy-sector .future__contentWrapper {
  padding-top: 16.6666666667vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .future__contentWrapper {
    padding-top: 11.6666666667vh;
  }
}
#taxonomy-sector .future__contentWrapper {
  padding-bottom: 16.6666666667vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .future__contentWrapper {
    padding-bottom: 11.6666666667vh;
  }
}
#taxonomy-sector .future__contentWrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  #taxonomy-sector .future__contentWrapper {
    gap: 3.7037037037vh;
  }
}
#taxonomy-sector .future__title {
  color: #353335;
}
#taxonomy-sector .future .link {
  color: #353335;
}
#taxonomy-sector .future .link__line {
  background-color: #353335;
}

#page-portfolio .list {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page-portfolio .list {
  margin-top: 22.8395061728vh;
}
@media (orientation: portrait) {
  #page-portfolio .list {
    margin-top: 15.987654321vh;
  }
}
#page-portfolio .list {
  margin-bottom: 22.8395061728vh;
}
@media (orientation: portrait) {
  #page-portfolio .list {
    margin-bottom: 15.987654321vh;
  }
}
#page-portfolio .list__content {
  display: flex;
  flex-direction: column;
}
#page-portfolio .list__content {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__content {
    gap: 4.3209876543vh;
  }
}
#page-portfolio .list__content {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__content {
    padding-top: 4.3209876543vh;
  }
}
#page-portfolio .list__content {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__content {
    padding-bottom: 4.3209876543vh;
  }
}
#page-portfolio .list__filters {
  display: flex;
}
#page-portfolio .list__filters {
  gap: 2.7777777778vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__filters {
    gap: 3.7037037037vh;
  }
}
#page-portfolio .list__filters {
  margin-left: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__filters {
    margin-left: 8.6419753086vh;
  }
}
@media (orientation: portrait) {
  #page-portfolio .list__filters {
    justify-content: space-between;
    margin-left: 0;
  }
}
#page-portfolio .list__filter {
  cursor: pointer;
  color: #91939a;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__filter {
    line-height: 1.1;
    font-size: 3.5vw;
    flex: auto;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__filter:nth-child(2) {
    padding-left: 5vw;
  }
}
#page-portfolio .list__filter.selected {
  color: #fff;
}
#page-portfolio .list__projects {
  display: flex;
  flex-wrap: wrap;
  gap: 4.9382716049vh calc(50% - 43.0555555556vw);
  justify-content: space-between;
}
#page-portfolio .list__projects::after {
  content: "";
  width: 43.0555555556vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__projects::after {
    width: 100%;
  }
}
#page-portfolio .list__project {
  padding: 2.4691358025vh 1.3888888889vw;
  width: 43.0555555556vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__project {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
  }
}
#page-portfolio .list__project .card {
  width: 100%;
}

#single-project .details {
  margin-left: auto;
  margin-right: auto;
}
#single-project .details {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  #single-project .details {
    margin-top: 7.3456790123vh;
  }
}
#single-project .details {
  margin-bottom: 10.4938271605vh;
}
@media (orientation: portrait) {
  #single-project .details {
    margin-bottom: 7.3456790123vh;
  }
}
#single-project .details__wrapper {
  display: flex;
  justify-content: space-between;
}
#single-project .details__wrapper {
  gap: 3.4722222222vw;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .details__wrapper {
    flex-direction: column;
    gap: 10vw;
  }
}
#single-project .details__single {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#single-project .details__single {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .details__single {
    gap: 1.1728395062vh;
  }
}
#single-project .details__single:first-child {
  flex: 2;
}
#single-project .details__singleTitle {
  color: #92939b;
}

#single-project .next-projects {
  margin-left: auto;
  margin-right: auto;
}
#single-project .next-projects {
  margin-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  #single-project .next-projects {
    margin-top: 7.3456790123vh;
  }
}
#single-project .next-projects {
  margin-bottom: 10.4938271605vh;
}
@media (orientation: portrait) {
  #single-project .next-projects {
    margin-bottom: 7.3456790123vh;
  }
}
#single-project .next-projects__wrapper {
  display: flex;
  flex-direction: column;
}
#single-project .next-projects__wrapper {
  gap: 4.3209876543vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__wrapper {
    gap: 3.8888888889vh;
  }
}
#single-project .next-projects__title {
  text-align: center;
  font-family: "ABC Favorit Extended";
}
#single-project .next-projects__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__list {
    flex-direction: column;
    gap: 10vw;
  }
}
#single-project .next-projects__single {
  width: 28.4722222222vw;
}
@media (orientation: portrait) {
  #single-project .next-projects__single {
    width: 35.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__single {
    width: 100%;
  }
}
#single-project .next-projects__single:hover img {
  transform: scale(1.03);
}
#single-project .next-projects__singleWrapper {
  display: flex;
  flex-direction: column;
}
#single-project .next-projects__singleWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleWrapper {
    gap: 2.3456790123vh;
  }
}
#single-project .next-projects__singleImageWrapper {
  overflow: hidden;
}
#single-project .next-projects__singleImageWrapper {
  height: 30.8641975309vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleImageWrapper {
    height: 21.6049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__singleImageWrapper {
    height: 30svh;
  }
}
#single-project .next-projects__singleImageWrapper img {
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
#single-project .next-projects__singleContentWrapper {
  display: flex;
  flex-direction: column;
}
#single-project .next-projects__singleContentWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleContentWrapper {
    gap: 1.1728395062vh;
  }
}

#page-difference .reviews {
  background-color: #a68652;
}
#page-difference .reviews__wrapper {
  position: relative;
}
@media screen and (orientation: portrait) {
  #page-difference .reviews__wrapper {
    height: auto;
    padding: 10vw 0;
  }
}
#page-difference .reviews__wrapper #follow {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.1s ease;
  pointer-events: none;
}
#page-difference .reviews__wrapper #follow {
  width: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-difference .reviews__wrapper #follow {
    width: 5.1851851852vh;
  }
}
#page-difference .reviews__wrapper #follow {
  height: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-difference .reviews__wrapper #follow {
    height: 5.1851851852vh;
  }
}
@media (orientation: portrait) {
  #page-difference .reviews__wrapper #follow {
    display: none;
  }
}
#page-difference .reviews__wrapper #follow.visible:not(.hovering-link) svg {
  transform: scale(1) translate(-50%, -50%);
}
#page-difference .reviews__wrapper #follow svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0) translate(-50%, -50%);
  height: auto;
  transform-origin: center center;
  width: 100%;
  transition: all 0.35s ease-in-out;
}
#page-difference .reviews__reviewsWrapper,
#page-difference .reviews .glide__track,
#page-difference .reviews .glide__slides,
#page-difference .reviews .glide__slide {
  height: 100%;
}
#page-difference .reviews__review {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-difference .reviews__reviewContentBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-difference .reviews__reviewContentBottom {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-difference .reviews__reviewContentBottom {
    gap: 2.9320987654vh;
  }
}
#page-difference .reviews__reviewContentQuote, #page-difference .reviews__reviewContentText {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-difference .reviews__reviewContentQuote, #page-difference .reviews__reviewContentText {
    margin-bottom: 2.9320987654vh;
  }
}
#page-difference .reviews__reviewContentName {
  font-style: italic;
  font-family: "Optima LT Std";
}

.page-flexible .text-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.page-flexible .text-wrapper {
  margin-top: 8.024691358vh;
}
@media (orientation: portrait) {
  .page-flexible .text-wrapper {
    margin-top: 5.6172839506vh;
  }
}
.page-flexible .text-wrapper {
  margin-bottom: 8.024691358vh;
}
@media (orientation: portrait) {
  .page-flexible .text-wrapper {
    margin-bottom: 5.6172839506vh;
  }
}
.page-flexible .text-wrapper__text {
  margin-left: 0;
}

#page-contact .talk__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#page-contact .talk__wrapper {
  padding-top: 16.049382716vh;
}
@media (orientation: portrait) {
  #page-contact .talk__wrapper {
    padding-top: 11.2345679012vh;
  }
}
#page-contact .talk__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-contact .talk__wrapper {
    padding-bottom: 6.049382716vh;
  }
}
#page-contact .talk__wrapper {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-contact .talk__wrapper {
    gap: 8.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .talk__wrapper {
    flex-direction: column;
    padding: 25vw 0;
    gap: 15vw;
  }
}
#page-contact .talk__col--left {
  display: flex;
  flex-direction: column;
}
#page-contact .talk__col--left {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  #page-contact .talk__col--left {
    gap: 1.1728395062vh;
  }
}
#page-contact .talk__col--center {
  flex: 1 1 34.0277777778vw;
}
@media screen and (orientation: portrait) {
  #page-contact .talk__col--center {
    flex: 1 1 100%;
  }
}
#page-contact .talk__col--right {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
#page-contact .talk__col--right {
  padding-left: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-contact .talk__col--right {
    padding-left: 5.1851851852vh;
  }
}
#page-contact .talk__col--right {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-contact .talk__col--right {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .talk__col--right {
    padding-left: 10vw;
  }
}
#page-contact .talk__col--right a {
  transition: all 0.35s ease-in-out;
}
#page-contact .talk__col--right a:hover {
  opacity: 0.5 !important;
}
#page-contact .talk__single {
  display: flex;
  flex-direction: column;
}
#page-contact .talk__single {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-contact .talk__single {
    gap: 0.5864197531vh;
  }
}
#page-contact .talk__singleText {
  text-transform: none;
  font-family: "ABC Favorit Extended";
}

#page-careers .opportunities__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#page-careers .opportunities__wrapper {
  padding-top: 16.049382716vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__wrapper {
    padding-top: 11.2345679012vh;
  }
}
#page-careers .opportunities__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__wrapper {
    padding-bottom: 6.049382716vh;
  }
}
#page-careers .opportunities__wrapper {
  gap: 4.8611111111vw;
}
@media (orientation: portrait) {
  #page-careers .opportunities__wrapper {
    gap: 6.049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__wrapper {
    flex-direction: column;
    padding: 25vw 0;
    gap: 20vw;
  }
}
#page-careers .opportunities__col--left {
  display: flex;
  flex-direction: column;
  flex: 1 1 68.4027777778vw;
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__col--left {
    flex: 1 1 100%;
  }
}
#page-careers .opportunities__col--right {
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: content-box;
  position: relative;
  flex: 1 1 20.8333333333vw;
  text-align: center;
}
#page-careers .opportunities__col--right {
  padding-left: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-careers .opportunities__col--right {
    padding-left: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__col--right {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__col--right .leftLine {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__title {
    text-align: left;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__title br {
    display: none;
  }
}
#page-careers .opportunities__subtitle {
  color: #91939a;
}
#page-careers .opportunities__subtitle {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__subtitle {
    margin-top: 2.3456790123vh;
  }
}
#page-careers .opportunities__rows {
  display: flex;
  flex-direction: column;
}
#page-careers .opportunities__rows {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__rows {
    margin-top: 3.3333333333vh;
  }
}
#page-careers .opportunities__rows {
  gap: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__rows {
    gap: 6.4814814815vh;
  }
}
#page-careers .opportunities__topRow {
  display: flex;
  justify-content: space-between;
  gap: 0 6.25vw;
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__topRow {
    flex-direction: column;
    gap: 10vw;
  }
}
#page-careers .opportunities__equal {
  display: flex;
  flex-direction: column;
}
#page-careers .opportunities__equal {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__equal {
    gap: 1.7592592593vh;
  }
}
#page-careers .opportunities__benefitsTitle {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__benefitsTitle {
    margin-bottom: 1.7592592593vh;
  }
}
#page-careers .opportunities__benefitsList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4691358025vh 8.3333333333vw;
}
#page-careers .opportunities__benefitsList {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__benefitsList {
    margin-top: 2.9320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__benefitsList {
    flex-direction: column;
    gap: 5vw;
  }
}
#page-careers .opportunities__benefitsList p {
  width: calc(50% - 4.1666666667vw);
  display: flex;
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__benefitsList p {
    width: 100%;
  }
}
#page-careers .opportunities__benefitsList p::before {
  content: "•";
  display: block;
  margin-right: 5px;
}
#page-careers .opportunities__rightRole {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__rightRole {
    flex-direction: column;
    gap: 10vw;
  }
}
#page-careers .opportunities__rightRoleIntro {
  width: 50%;
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__rightRoleIntro {
    width: 100%;
  }
}
#page-careers .opportunities__rightRoleIntroTitle {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__rightRoleIntroTitle {
    margin-bottom: 1.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__send {
    width: 100%;
  }
}
#page-careers .opportunities__sendTitle {
  color: #91939a;
}
#page-careers .opportunities__sendTitle {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__sendTitle {
    margin-bottom: 1.7592592593vh;
  }
}
#page-careers .opportunities__list {
  display: flex;
  flex-direction: column;
}
#page-careers .opportunities__list {
  gap: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__list {
    gap: 6.4814814815vh;
  }
}
#page-careers .opportunities__list {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__list {
    margin-top: 3.3333333333vh;
  }
}
@media screen and (orientation: portrait) {
  #page-careers .opportunities__list {
    gap: 5vw;
  }
}
#page-careers .opportunities__single {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #353335;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  text-align: left;
}
#page-careers .opportunities__single {
  padding: 1.3888888889vw;
}
@media (orientation: portrait) {
  #page-careers .opportunities__single {
    padding: 2.3456790123vh;
  }
}
#page-careers .opportunities__single {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__single {
    gap: 1.1728395062vh;
  }
}
#page-careers .opportunities__single .link {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-careers .opportunities__single .link {
    margin-top: 2.3456790123vh;
  }
}

.careers-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  border: 1px solid #e7e7e7;
  color: #fff;
  border-radius: 22px;
  overflow: auto;
  background-color: #353335;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transition-property: opacity, visibility;
}
.careers-popup {
  padding: 4.1666666667vw;
}
@media (orientation: portrait) {
  .careers-popup {
    padding: 5.1851851852vh;
  }
}
.careers-popup {
  height: 86.4197530864vh;
}
@media (orientation: portrait) {
  .careers-popup {
    height: 60.4938271605vh;
  }
}
.careers-popup {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  .careers-popup {
    width: 60.4938271605vh;
  }
}
@media screen and (orientation: portrait) {
  .careers-popup {
    width: 90vw;
    height: 70svh;
    padding: 5vw;
  }
}
.careers-popup.visible {
  opacity: 1;
  visibility: visible;
}
.careers-popup__wrapper {
  position: relative;
  height: auto;
  overflow: auto;
}
.careers-popup__title {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  .careers-popup__title {
    margin-bottom: 1.7592592593vh;
  }
}
.careers-popup__text {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .careers-popup__text {
    margin-bottom: 2.9320987654vh;
  }
}
.careers-popup__content h3 {
  font-family: "ABC Favorit Extended";
  color: #91939a;
  text-transform: none;
}
.careers-popup__content h3 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .careers-popup__content h3 {
    margin-top: 3.3333333333vh;
  }
}
.careers-popup__content h3 {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  .careers-popup__content h3 {
    margin-bottom: 1.7592592593vh;
  }
}
.careers-popup__content ul {
  padding-left: 2.4691358025vh;
}
@media (orientation: portrait) {
  .careers-popup__content ul {
    padding-left: 2.3456790123vh;
  }
}
.careers-popup__content ul {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  .careers-popup__content ul {
    margin-bottom: 1.7592592593vh;
  }
}
.careers-popup__content ul li {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  .careers-popup__content ul li {
    margin-bottom: 1.1728395062vh;
  }
}
.careers-popup__content a {
  text-decoration: underline;
}
.careers-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 11;
}
.careers-popup__closeLine {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  transition-property: transform, background-color;
}
.careers-popup__closeLine:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.careers-popup__closeLine:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.careers-popup__close:hover .careers-popup__closeLine {
  transform: rotate(0deg);
}
.careers-popup__close:hover .careers-popup__closeLine:first-child {
  transform: rotate(135deg);
}
.careers-popup__close:hover .careers-popup__closeLine:last-child {
  transform: rotate(-135deg);
}

#page-careers .careers-gallery {
  overflow: hidden;
}
#page-careers .careers-gallery {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-careers .careers-gallery {
    padding-top: 4.3209876543vh;
  }
}
#page-careers .careers-gallery {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-careers .careers-gallery {
    padding-bottom: 4.3209876543vh;
  }
}
#page-careers .careers-gallery__marquee {
  display: flex;
  gap: 1.3888888889vw;
}
@media screen and (orientation: portrait) {
  #page-careers .careers-gallery__marquee {
    gap: 2.5vw;
  }
}
#page-careers .careers-gallery__item {
  flex-shrink: 0;
  width: 18.0555555556vw;
  height: 18.0555555556vw;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-careers .careers-gallery__item {
    width: 50vw;
    height: 50vw;
  }
}
#page-careers .careers-gallery__image {
  width: 100%;
  height: 100%;
  transform: scale(1.03);
  transform-origin: center center;
  object-fit: cover;
  display: block;
}

#page-faq .questions__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#page-faq .questions__wrapper {
  padding-top: 16.049382716vh;
}
@media (orientation: portrait) {
  #page-faq .questions__wrapper {
    padding-top: 11.2345679012vh;
  }
}
#page-faq .questions__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-faq .questions__wrapper {
    padding-bottom: 6.049382716vh;
  }
}
#page-faq .questions__wrapper {
  gap: 4.8611111111vw;
}
@media (orientation: portrait) {
  #page-faq .questions__wrapper {
    gap: 6.049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__wrapper {
    flex-direction: column;
    padding: 25vw 0;
    gap: 20vw;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__title {
    margin-bottom: 10vw;
  }
}
#page-faq .questions__col--left {
  display: flex;
  flex-direction: column;
  flex: 1 1 68.4027777778vw;
}
@media screen and (orientation: portrait) {
  #page-faq .questions__col--left {
    flex: 1 1 100%;
  }
}
#page-faq .questions__col--right {
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: content-box;
  position: relative;
  flex: 1 1 20.8333333333vw;
  text-align: center;
}
#page-faq .questions__col--right {
  padding-left: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-faq .questions__col--right {
    padding-left: 5.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__col--right {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__col--right .leftLine {
    display: none;
  }
}
#page-faq .questions__col--right a {
  transition: all 0.35s ease-in-out;
}
#page-faq .questions__col--right a:hover {
  opacity: 0.5 !important;
}
#page-faq .questions__list {
  display: flex;
  flex-direction: column;
}
#page-faq .questions__list {
  gap: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-faq .questions__list {
    gap: 6.4814814815vh;
  }
}
#page-faq .questions__single {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 22px;
  text-align: left;
}
#page-faq .questions__single {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-faq .questions__single {
    gap: 1.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__single h3 {
    font-size: 5vw;
    line-height: 1.1;
  }
}
@media screen and (orientation: portrait) {
  #page-faq .questions__single p {
    font-size: 3.5vw;
    line-height: 1.2;
  }
}
