/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
.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;
}


@font-face {
  font-family: "SangBleu Empire";
  src: url(060b73dcf8c48e62e18f.woff2) format("woff2"), url(5231d2a131440ffe4389.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(303d2ac2f2541121ca42.woff2) format("woff2"), url(0a70e85dd40f77fa9ee1.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(3ab9adb7cf54485290e0.woff2) format("woff2"), url(5928c0df3741764a6b5a.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(0e666343474cd0f40ba6.woff2) format("woff2"), url(b8a8477d7761b3d88a17.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(970e07d38532d2bc07c0.woff2) format("woff2"), url(11b1fcdf6092a502a2f8.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url(fac7a6fee9de43cb306e.woff2) format("woff2"), url(3d293c278bc916ee54c9.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(6ab047e0abfe7afc205e.woff2) format("woff2"), url(e67a0aaa03e13ed8839f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(303d2ac2f2541121ca42.woff2) format("woff2"), url(0a70e85dd40f77fa9ee1.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(0ee9d160a557e13613f5.woff2) format("woff2"), url(e6d0b09dd858c6ec94e8.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyOra Display";
  src: url(c4b695334a4a95015ec2.woff2) format("woff2"), url(a5caf06ae0aab1349c08.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IvyOra Display";
  src: url(61a48b90d4196d55166d.woff2) format("woff2"), url(9af0d0b046d588c0b1cb.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IvyOra Display";
  src: url(6e5b41d8981eceb1ab4e.woff2) format("woff2"), url(1d509aa3dc8f9781a4a6.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyOra Display";
  src: url(e004be314a6c4be7caf9.woff2) format("woff2"), url(24d2d8329619fb4748cc.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  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);
! }
*/
/*! 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: #eef0ed;
  color: #001827;
  font-family: "SangBleu Empire";
  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;
}

.bg-cream {
  background-color: #eef0ed;
}

.c-dark {
  color: #001827;
}

.t-60, #page-policy h1 {
  font-size: 4.1666666667vw;
  line-height: 4.5138888889vw;
}
@media screen and (min-width: 1920px) {
  .t-60, #page-policy h1 {
    font-size: 79.99998px;
    line-height: 86.666645px;
  }
}
@media (orientation: portrait) {
  .t-60, #page-policy h1 {
    font-size: 6.2962962963vh;
    line-height: 6.8209876543vh;
  }
}

.t-45, h1 {
  font-size: 3.125vw;
  line-height: 3.4722222222vw;
}
@media screen and (min-width: 1920px) {
  .t-45, h1 {
    font-size: 59.999985px;
    line-height: 66.66665px;
  }
}
@media (orientation: portrait) {
  .t-45, h1 {
    font-size: 4.7222222222vh;
    line-height: 5.2469135802vh;
  }
}

.t-35, h2 {
  font-size: 2.4305555556vw;
  line-height: 2.7777777778vw;
  letter-spacing: 0.0694444444vw;
}
@media screen and (min-width: 1920px) {
  .t-35, h2 {
    font-size: 46.666655px;
    line-height: 53.33332px;
    letter-spacing: 1.333333px;
  }
}
@media (orientation: portrait) {
  .t-35, h2 {
    font-size: 3.6728395062vh;
    line-height: 4.1975308642vh;
    letter-spacing: 0.1049382716vh;
  }
}

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

.t-15, p {
  font-size: 1.0416666667vw;
  line-height: 1.3888888889vw;
}
@media screen and (min-width: 1920px) {
  .t-15, p {
    font-size: 19.999995px;
    line-height: 26.66666px;
  }
}
@media (orientation: portrait) {
  .t-15, p {
    font-size: 1.8518518519vh;
    line-height: 2.4691358025vh;
  }
}

.t-12, h5 {
  font-size: 0.8333333333vw;
  line-height: 0.5555555556vw;
  letter-spacing: 0.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-12, h5 {
    font-size: 15.999996px;
    line-height: 10.666664px;
    letter-spacing: 3.999999px;
  }
}
@media (orientation: portrait) {
  .t-12, h5 {
    font-size: 1.4814814815vh;
    line-height: 0.987654321vh;
    letter-spacing: 0.3703703704vh;
  }
}

.t-10, .link {
  font-size: 0.6944444444vw;
  line-height: 0.5555555556vw;
  letter-spacing: 0.1736111111vw;
}
@media screen and (min-width: 1920px) {
  .t-10, .link {
    font-size: 13.33333px;
    line-height: 10.666664px;
    letter-spacing: 3.3333325px;
  }
}
@media (orientation: portrait) {
  .t-10, .link {
    font-size: 1.2345679012vh;
    line-height: 0.987654321vh;
    letter-spacing: 0.3086419753vh;
  }
}

.t-7, h6 {
  font-size: 0.4861111111vw;
  line-height: 0.6944444444vw;
  letter-spacing: 0.1388888889vw;
}
@media screen and (min-width: 1920px) {
  .t-7, h6 {
    font-size: 9.333331px;
    line-height: 13.33333px;
    letter-spacing: 2.666666px;
  }
}
@media (orientation: portrait) {
  .t-7, h6 {
    font-size: 0.8641975309vh;
    line-height: 1.2345679012vh;
    letter-spacing: 0.2469135802vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-family: "IvyOra Display";
  font-weight: 500;
  font-style: italic;
}

h2 {
  font-family: "SangBleu Empire";
}

h5 {
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}

h6 {
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}

.link {
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.cta-button {
  width: 16.3194444444vw;
}
@media (orientation: portrait) {
  .cta-button {
    width: 24.6604938272vh;
  }
}
.cta-button {
  height: 4.3209876543vh;
}
@media (orientation: portrait) {
  .cta-button {
    height: 3.6728395062vh;
  }
}
.cta-button--outline {
  background-color: #eef0ed;
  border: 1px solid #b3715e;
  color: #b3715e;
}
.cta-button--outline:hover {
  background-color: #001827;
  bordder-color: #001827;
  color: #b3715e;
}
.cta-button--solid {
  background-color: #001827;
  border: 1px solid #001827;
  color: #eef0ed;
}
.cta-button--solid:hover {
  background-color: #c2c9ca;
  color: #001827;
}

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

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1800 {
  width: 125vw;
}
.width--645 {
  width: 44.7916666667vw;
}
.width--1120 {
  width: 77.7777777778vw;
}
.width--1120, .width--645, .width--1800 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1120, .width--645, .width--1800 {
    width: 90vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}
.header.fixed {
  transform: translateY(-100%);
}
.header__gradient {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
.header.scrolled-height {
  background-color: #eef0ed;
  border-bottom: 1px solid #001827;
}
.header.scrolled-height .header__gradient {
  opacity: 0;
}
.header.scrolled-height .header__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.header.scrolled-height .header__logo {
  transform: scale(0.5);
}
.header.scrolled-height .header__logo svg path {
  fill: #0f0f0f;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
.header__wrapper {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 3.0864197531vh;
  }
}
.header__wrapper {
  padding-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-bottom: 3.0864197531vh;
  }
}
.header__logo {
  display: block;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.header__logo {
  width: 18.75vw;
}
@media (orientation: portrait) {
  .header__logo {
    width: 28.3333333333vh;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.header__logo svg path {
  transition: all 0.35s ease-in-out;
  transition-property: fill;
}
.header__logo:hover {
  opacity: 0.6;
}

body.page-template-page_POLICY .header__logo svg path,
body.error404 .header__logo svg path {
  fill: #0f0f0f;
}

footer {
  text-align: center;
  padding: 0 0 20px;
}
footer a {
  transition: all 0.35s ease-in-out;
}
footer a:hover {
  opacity: 0.4;
}

fieldset,
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important;
}

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 *:focus, form *:focus-visible {
  box-shadow: none;
  outline: none;
}
form input[type=text],
form input[type=email],
form textarea,
form select {
  cursor: pointer;
  width: 100%;
  padding: 0.8641975309vh 0.625vw;
  font-family: "SangBleu Empire";
  background-color: transparent;
  color: #50563c;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder,
form select::placeholder {
  opacity: 0.5;
}
form input[type=text],
form input[type=email] {
  border: none;
  border-bottom: 1px solid #50563c;
}
form input[type=file] {
  width: 100%;
}
form textarea {
  border: 1px solid #50563c;
}
form textarea {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form textarea {
    margin-top: 1.2345679012vh;
  }
}
form label {
  display: block;
  font-family: "SangBleu Empire";
}
form label {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  form label {
    margin-bottom: 1.2345679012vh;
  }
}
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.2345679012vh;
  }
}
form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-family: "SangBleu Empire";
  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;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #50563c;
  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: #50563c;
}
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: #50563c;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #50563c, 4px 0 0 #50563c, 4px -2px 0 #50563c, 4px -4px 0 #50563c, 4px -6px 0 #50563c, 4px -8px 0 #50563c;
}
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: #50563c;
  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: #50563c;
  border: 1px solid #50563c;
  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.6172839506vh;
  }
}
form .custom-select-wrapper .custom-select__selected {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding-right: 4.1975308642vh;
  }
}
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 #50563c;
  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 #50563c;
  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: #50563c;
  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: #50563c;
  color: #fff;
}
form .custom-select-wrapper .custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(80, 86, 60, 0.1);
}
form .wpcf7-response-output:not(:empty) {
  border: 1px solid #50563c;
  background-color: #50563c;
  padding: 10px 15px;
  color: #fff;
  font-family: "SangBleu Empire";
}
form .wpcf7-response-output:not(:empty) {
  margin-top: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-top: 2.4691358025vh;
  }
}
form .wpcf7-response-output:not(:empty) {
  margin-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-bottom: 2.4691358025vh;
  }
}

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

.preloader {
  position: fixed;
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef0ed;
}
.preloader .svgWrapper {
  opacity: 0;
}
.preloader .svgWrapper {
  width: 37.5vw;
}
@media (orientation: portrait) {
  .preloader .svgWrapper {
    width: 56.6666666667vh;
  }
}
@media (orientation: portrait) {
  .preloader .svgWrapper {
    width: 80vw;
  }
}
.preloader .svgWrapper svg {
  width: 100%;
  height: auto;
  transform-origin: center center;
  will-change: transform;
}

.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: 3.0864197531vh;
  }
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #0f0f0f;
  opacity: 0.4;
  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, height 0.3s ease;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor .label-wrapper h5 {
  font-weight: 500;
}
#cursor.is-hover {
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  width: 100px !important;
  height: 100px !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 1px solid #707070;
}
.accordion:not(:last-child) {
  border-top: 1px solid #707070;
}
.accordion.opened .accordion__icon svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion__hidden {
  border-top: 1px solid #707070;
}
.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(90deg);
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.accordion__icon svg {
  width: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    width: 3.1481481481vh;
  }
}
.accordion__icon svg {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    height: 3.1481481481vh;
  }
}
.accordion__icon svg path {
  fill: #0f0f0f;
}
.accordion__hidden {
  display: none;
  padding: 3.7037037037vh 0;
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
  }
}

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

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

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

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

.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;
}

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

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

.fade-anim,
.menu__hamburgerCont {
  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: 25vh 0;
}
#page-policy h1 {
  margin-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-policy h1 {
    margin-bottom: 5.2469135802vh;
  }
}
#page-policy h2 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy h2 {
    margin-top: 2.4691358025vh;
  }
}
#page-policy h2 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h2 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy h3 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-top: 2.4691358025vh;
  }
}
#page-policy h3 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy ul {
  list-style: auto;
}
#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 .cmplz-category-header {
  border: 1px solid black;
}

#page-coming-soon .hero__wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-coming-soon .hero__wrapper {
    height: 100svh !important;
  }
}
#page-coming-soon .hero__slider {
  position: relative;
}
#page-coming-soon .hero__slider::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
#page-coming-soon .hero__slider::before {
  top: unset;
  bottom: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#page-coming-soon .hero__slider, #page-coming-soon .hero__slider .glide__track, #page-coming-soon .hero__slider .glide__slides, #page-coming-soon .hero__slider .glide__slide {
  height: 100%;
}
#page-coming-soon .hero__slider .glide__slides {
  transform: none !important;
}
#page-coming-soon .hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease-in-out !important;
}
#page-coming-soon .hero__slide.glide__slide--active {
  opacity: 1;
  z-index: 1;
}
#page-coming-soon .hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-coming-soon .hero__title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  text-align: center;
  color: #eef0ed;
  white-space: nowrap;
}
#page-coming-soon .hero__title {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-coming-soon .hero__title {
    padding-bottom: 6.2962962963vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .hero__title {
    left: 50%;
    top: 50%;
    font-size: 12.5vw;
    line-height: 1.2;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
  }
}

#page-coming-soon .intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page-coming-soon .intro__wrapper {
  padding-top: 15.4320987654vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__wrapper {
    padding-top: 13.1172839506vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .intro__wrapper {
    padding-top: 20vw;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .intro__wrapper br {
    display: none;
  }
}
#page-coming-soon .intro__subtitle {
  margin: 0;
  text-transform: uppercase;
}
#page-coming-soon .intro__address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-coming-soon .intro__address {
  padding-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__address {
    padding-top: 7.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .intro__address {
    padding-top: 10vw;
  }
}
#page-coming-soon .intro__address-text {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
#page-coming-soon .intro__address-part:first-child {
  display: inline-flex;
  align-items: center;
}
#page-coming-soon .intro__address-part:first-child::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: currentColor;
}
#page-coming-soon .intro__address-part:first-child::after {
  width: 0.2083333333vw;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__address-part:first-child::after {
    width: 0.3703703704vh;
  }
}
#page-coming-soon .intro__address-part:first-child::after {
  height: 0.3703703704vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__address-part:first-child::after {
    height: 0.3703703704vh;
  }
}
#page-coming-soon .intro__address-part:first-child::after {
  margin-left: 0.5555555556vw;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__address-part:first-child::after {
    margin-left: 0.987654321vh;
  }
}
#page-coming-soon .intro__address-part:first-child::after {
  margin-right: 0.5555555556vw;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__address-part:first-child::after {
    margin-right: 0.987654321vh;
  }
}
#page-coming-soon .intro__map-link {
  opacity: 0.8;
}
#page-coming-soon .intro__map-link {
  padding-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__map-link {
    padding-top: 1.8518518519vh;
  }
}
#page-coming-soon .intro__text {
  margin: 0;
}
#page-coming-soon .intro__text {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__text {
    padding-top: 5.2469135802vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .intro__text {
    padding-top: 10vw;
  }
}
#page-coming-soon .intro__cta-wrapper {
  padding-top: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-coming-soon .intro__cta-wrapper {
    padding-top: 4.7222222222vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .intro__cta-wrapper {
    padding-top: 10vw;
  }
}

#page-coming-soon .collection__wrapper {
  padding-top: 15.4320987654vh;
}
@media (orientation: portrait) {
  #page-coming-soon .collection__wrapper {
    padding-top: 13.1172839506vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .collection__wrapper {
    padding-top: 20vw;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .collection__wrapper br {
    display: none;
  }
}
#page-coming-soon .collection__image {
  position: relative;
  overflow: hidden;
}
#page-coming-soon .collection__image::before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
  z-index: 1;
  pointer-events: none;
}
#page-coming-soon .collection__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-coming-soon .collection__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-coming-soon .collection__content {
  padding: 3.8194444444vw;
}
@media (orientation: portrait) {
  #page-coming-soon .collection__content {
    padding: 5.7716049383vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .collection__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5vw;
    padding: 5vw;
  }
}
#page-coming-soon .collection__title {
  color: #eef0ed;
  text-align: left;
}
@media screen and (orientation: portrait) {
  #page-coming-soon .collection__title {
    font-size: 7vw;
    line-height: 1.2;
  }
}

#page-coming-soon .video__wrapper {
  padding-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-coming-soon .video__wrapper {
    padding-top: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .video__wrapper {
    padding-top: 5vw;
  }
}
#page-coming-soon .video__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001827;
}
#page-coming-soon .video__placeholder {
  height: 77.7777777778vh;
}
@media (orientation: portrait) {
  #page-coming-soon .video__placeholder {
    height: 66.1111111111vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .video__placeholder {
    height: auto;
    aspect-ratio: 4/3;
  }
}
#page-coming-soon .video__caption {
  color: #c2c9ca;
  margin: 0;
}

#page-coming-soon .gallery__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-coming-soon .gallery__wrapper {
  padding-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-coming-soon .gallery__wrapper {
    padding-top: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .gallery__wrapper {
    padding-top: 5vw;
  }
}
#page-coming-soon .gallery__images {
  display: flex;
  width: 100%;
}
#page-coming-soon .gallery__images {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  #page-coming-soon .gallery__images {
    gap: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .gallery__images {
    flex-direction: column;
    gap: 5vw;
  }
}
#page-coming-soon .gallery__image {
  flex: 1;
}
#page-coming-soon .gallery__image {
  height: 65.4320987654vh;
}
@media (orientation: portrait) {
  #page-coming-soon .gallery__image {
    height: 55.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .gallery__image {
    width: 100%;
    height: 80vw;
  }
}
#page-coming-soon .gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-coming-soon .gallery__cta-wrapper {
  padding-top: 15.4320987654vh;
}
@media (orientation: portrait) {
  #page-coming-soon .gallery__cta-wrapper {
    padding-top: 13.1172839506vh;
  }
}
#page-coming-soon .gallery__cta-wrapper {
  padding-bottom: 15.4320987654vh;
}
@media (orientation: portrait) {
  #page-coming-soon .gallery__cta-wrapper {
    padding-bottom: 13.1172839506vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .gallery__cta-wrapper {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

#page-coming-soon .credits__wrapper {
  position: relative;
}
#page-coming-soon .credits__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
#page-coming-soon .credits__row {
  padding: 6.7901234568vh;
}
@media (orientation: portrait) {
  #page-coming-soon .credits__row {
    padding: 5.7716049383vh;
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .credits__row {
    padding: 10vw 5vw;
    flex-wrap: wrap;
    gap: 10vw;
    align-items: flex-end;
  }
}
#page-coming-soon .credits__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (orientation: portrait) {
  #page-coming-soon .credits__col {
    flex: 0 0 calc(50% - 5vw);
  }
}
@media screen and (orientation: portrait) {
  #page-coming-soon .credits__col br {
    display: none;
  }
}
#page-coming-soon .credits__caption {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (orientation: portrait) {
  #page-coming-soon .credits__caption {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
#page-coming-soon .credits__logo {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-coming-soon .credits__logo {
    padding-top: 3.0864197531vh;
  }
}
#page-coming-soon .credits__logo {
  height: 8.024691358vh;
}
@media (orientation: portrait) {
  #page-coming-soon .credits__logo {
    height: 6.8209876543vh;
  }
}
#page-coming-soon .credits__logo svg {
  width: auto;
  height: 100%;
  display: block;
}
#page-coming-soon .credits__logo--oakley {
  height: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-coming-soon .credits__logo--oakley {
    height: 7.8703703704vh;
  }
}
