/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./library/scss/main.scss ***!
  \*************************************************************************************************************************************************************************/
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include mq($medium-up) {
 *     color: red;
 *   }
 * }
 */
:root {
  --font: "Wagram", serif;
  --font-mono: "Wagram Mono", monospace;
  --black: #1A1A1A;
  --white: #FEFEFE;
  --beige: #E7D8C8;
  --light-grey: #D8D8D8;
  --blue: #4E758B;
  --orange: #CD5E30;
  --pale-yellow: #DFCD9D;
  --yellow: #D69626;
  --dark-grey: #2E2F33;
  --brown: #754328;
  --easing: cubic-bezier(.22, .61, .36, 1);
  --max-width: 170rem;
  --side-padding-mob: 1.6rem;
  --side-padding-dt: 2.4rem;
  --header-height: 6rem;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  letter-spacing: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

p, ul, ol {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
img:focus {
  outline: 0;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  border-radius: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: none; /* 2 */
}

/**
 * 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;
  margin: 0;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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] {
  appearance: none; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

th, td, tr,
dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  position: relative;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.w-100 {
  width: 100%;
}

.dt-only {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .dt-only {
    display: block;
  }
}
@media only screen and (min-width: 1180px) {
  .dt-only--flex {
    display: flex;
  }
}

.mob-only {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .mob-only {
    display: none;
  }
}

.unstyled-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--black, #111111);
  cursor: pointer;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--side-padding-mob, 1.8rem);
  padding-left: var(--side-padding-mob, 1.8rem);
}
@media only screen and (min-width: 1180px) {
  .container {
    padding-right: var(--side-padding-dt, 2.4rem);
    padding-left: var(--side-padding-dt, 2.4rem);
  }
}
.container--dt {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1180px) {
  .container--dt {
    padding-right: var(--side-padding-dt, 2.4rem);
    padding-left: var(--side-padding-dt, 2.4rem);
  }
}
@media only screen and (min-width: 1180px) {
  .container--mob {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1180px) {
  .container--dt-left {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    max-width: 50%;
    margin-right: initial;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .container--dt-right {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    max-width: 50%;
    margin-right: auto;
    margin-left: initial;
  }
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--side-padding-mob);
}
@media only screen and (min-width: 1180px) {
  .grid-wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: var(--side-padding-dt);
  }
}

@media only screen and (min-width: 1180px) {
  .grid-wrapper-half {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--side-padding-dt);
  }
}

.mw-800 {
  max-width: 80rem;
}

.mw-550 {
  max-width: 55rem;
}

.mw-330 {
  max-width: 33rem;
}

video-loop {
  display: block;
}

.empty:empty {
  display: block;
}

.sr-only,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.bg-white {
  background-color: var(--white, #ffffff);
}

.bg-blue {
  background-color: var(--blue, #4E758B);
}

.bg-orange {
  background-color: var(--orange, #CD5E30);
}

.bg-brown {
  background-color: var(--brown, #754328);
}

.bg-pale-yellow {
  background-color: var(--pale-yellow, #DFCD9D);
}

.bg-yellow {
  background-color: var(--yellow, #D69626);
}

.bg-dark-grey {
  background-color: var(--dark-grey, #2E2F33);
}

.bg-beige {
  background-color: var(--beige, #E7D8C8);
}

.square-asset {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.square-asset img,
.square-asset video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clr-white {
  color: var(--white, #ffffff);
}

.clr-blue {
  color: var(--blue, #4E758B);
}

.clr-black {
  color: var(--black, #111111);
}

.clr-brown {
  color: var(--brown, #754328);
}

.clr-orange {
  color: var(--orange, #CD5E30);
}

.clr-pale-yellow {
  color: var(--pale-yellow, #DFCD9D);
}

.clr-yellow {
  color: var(--yellow, #D69626);
}

.clr-dark-grey {
  color: var(--dark-grey, #2E2F33);
}

.clr-beige {
  color: var(--beige, #E7D8C8);
}

.hor-line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
.hor-line--dt {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .hor-line--dt {
    display: block;
  }
}

.hover-text {
  position: fixed;
  pointer-events: none;
  padding: 8px 16px;
  background: white;
  color: black;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 1000;
  font-size: 14px;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.hover-text.active {
  opacity: 1;
}

[data-item-hover] img:hover, [data-item-hover] video:hover {
  cursor: none;
}

@font-face {
  font-family: "Wagram";
  src: url(../ecdbfb79a9194a633389.woff2) format("wof2"), url(../4e70c184710de08c1217.woff) format("woff");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Wagram";
  src: url(../4e33b3755063ac8b3e73.woff2) format("wof2"), url(../7ed4d9342ffc04c46cdc.woff) format("woff");
  font-display: block;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Wagram Mono";
  src: url(../568d6ba77ff5a190b279.woff2) format("wof2"), url(../1624247be352ec1b8118.woff) format("woff");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Wagram Mono";
  src: url(../080a137a436360cc02e7.woff2) format("wof2"), url(../2129115a86784288905e.woff) format("woff");
  font-display: block;
  font-weight: 400;
  font-style: italic;
}
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.pt-14 {
  padding-top: 1.4rem;
}

.pb-14 {
  padding-bottom: 1.4rem;
}

.mt-14 {
  margin-top: 1.4rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.pt-18 {
  padding-top: 1.8rem;
}

.pb-18 {
  padding-bottom: 1.8rem;
}

.mt-18 {
  margin-top: 1.8rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.pt-123 {
  padding-top: 12rem;
}

.pb-123 {
  padding-bottom: 12rem;
}

.mt-123 {
  margin-top: 12rem;
}

.mb-123 {
  margin-bottom: 12rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.mt-160 {
  margin-top: 16rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.pt-190 {
  padding-top: 19rem;
}

.pb-190 {
  padding-bottom: 19rem;
}

.mt-190 {
  margin-top: 19rem;
}

.mb-190 {
  margin-bottom: 19rem;
}

.pt-200 {
  padding-top: 20rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

.mt-200 {
  margin-top: 20rem;
}

.mb-200 {
  margin-bottom: 20rem;
}

.pt-240 {
  padding-top: 24rem;
}

.pb-240 {
  padding-bottom: 24rem;
}

.mt-240 {
  margin-top: 24rem;
}

.mb-240 {
  margin-bottom: 24rem;
}

@media only screen and (min-width: 1180px) {
  .pt-dt-0 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-0 {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-0 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-0 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-5 {
    padding-top: 0.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-5 {
    padding-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-5 {
    margin-top: 0.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-5 {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-10 {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-10 {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-10 {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-10 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-14 {
    padding-top: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-14 {
    padding-bottom: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-14 {
    margin-top: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-14 {
    margin-bottom: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-15 {
    padding-top: 1.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-15 {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-15 {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-15 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-16 {
    padding-top: 1.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-16 {
    padding-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-16 {
    margin-top: 1.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-16 {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-18 {
    padding-top: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-18 {
    padding-bottom: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-18 {
    margin-top: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-18 {
    margin-bottom: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-20 {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-20 {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-20 {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-24 {
    padding-top: 2.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-24 {
    padding-bottom: 2.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-24 {
    margin-top: 2.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-24 {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-30 {
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-30 {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-30 {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-30 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-32 {
    padding-top: 3.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-32 {
    padding-bottom: 3.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-32 {
    margin-top: 3.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-32 {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-40 {
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-40 {
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-40 {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-40 {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-50 {
    padding-top: 5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-50 {
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-50 {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-50 {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-60 {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-60 {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-60 {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-60 {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-70 {
    padding-top: 7rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-70 {
    padding-bottom: 7rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-70 {
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-70 {
    margin-bottom: 7rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-80 {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-80 {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-80 {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-80 {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-90 {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-90 {
    padding-bottom: 9rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-90 {
    margin-top: 9rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-90 {
    margin-bottom: 9rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-100 {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-100 {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-100 {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-100 {
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-120 {
    padding-top: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-120 {
    padding-bottom: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-120 {
    margin-top: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-120 {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-123 {
    padding-top: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-123 {
    padding-bottom: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-123 {
    margin-top: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-123 {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-150 {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-150 {
    padding-bottom: 15rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-150 {
    margin-top: 15rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-150 {
    margin-bottom: 15rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-160 {
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-160 {
    padding-bottom: 16rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-160 {
    margin-top: 16rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-160 {
    margin-bottom: 16rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-190 {
    padding-top: 19rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-190 {
    padding-bottom: 19rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-190 {
    margin-top: 19rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-190 {
    margin-bottom: 19rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-200 {
    padding-top: 20rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-200 {
    padding-bottom: 20rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-200 {
    margin-top: 20rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-200 {
    margin-bottom: 20rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pt-dt-240 {
    padding-top: 24rem;
  }
}

@media only screen and (min-width: 1180px) {
  .pb-dt-240 {
    padding-bottom: 24rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mt-dt-240 {
    margin-top: 24rem;
  }
}

@media only screen and (min-width: 1180px) {
  .mb-dt-240 {
    margin-bottom: 24rem;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (min-width: 1180px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  background-color: var(--white);
  width: 100%;
  transition: background-color 0.35s var(--easing) 0.35s;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

::selection {
  background-color: #f4f4f4;
  color: #ff4d00;
}

strong {
  font-weight: normal;
}

img {
  display: block;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset;
}

.main {
  position: relative;
  z-index: 20;
}

.home-page .left-blob {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .home-page .left-blob {
    display: block;
    position: absolute;
    top: 50vh;
    left: -3rem;
    width: auto;
    height: 110vh;
    z-index: 90;
    pointer-events: none;
    opacity: 0.85;
  }
}
.home-page .right-blob {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .home-page .right-blob {
    display: block;
    position: absolute;
    top: 100vh;
    right: 0;
    width: auto;
    height: 110vh;
    z-index: 90;
    pointer-events: none;
    opacity: 0.77;
  }
}

.menus-page .left-blob {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .menus-page .left-blob {
    display: block;
    position: absolute;
    top: 50vh;
    left: -4rem;
    width: auto;
    height: 110vh;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
  }
}
.menus-page .left-blob path {
  fill: var(--light-green);
}
.menus-page .right-blob {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .menus-page .right-blob {
    display: block;
    position: absolute;
    top: 10vh;
    right: 0;
    width: auto;
    height: 110vh;
    z-index: 90;
    pointer-events: none;
  }
}
.menus-page .right-blob path {
  opacity: 1;
}

.about-page .bottom-blob {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transition: opacity 1.2s var(--easing);
}
.reveal.visible {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px) scale(1.02);
  transition: opacity 1.2s var(--easing), transform 1.2s var(--easing);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal-grow {
  transition: clip-path 1.2s var(--easing);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.reveal-grow.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.anim-trigger .reveal-child {
  opacity: 0;
  transition: opacity 1.2s var(--easing);
}
@media only screen and (min-width: 1180px) {
  .anim-trigger .reveal-child:nth-of-type(1), .anim-trigger .reveal-child:nth-child(1) {
    transition-delay: 0.095s;
  }
  .anim-trigger .reveal-child:nth-of-type(2), .anim-trigger .reveal-child:nth-child(2) {
    transition-delay: 0.19s;
  }
  .anim-trigger .reveal-child:nth-of-type(3), .anim-trigger .reveal-child:nth-child(3) {
    transition-delay: 0.285s;
  }
  .anim-trigger .reveal-child:nth-of-type(4), .anim-trigger .reveal-child:nth-child(4) {
    transition-delay: 0.38s;
  }
  .anim-trigger .reveal-child:nth-of-type(5), .anim-trigger .reveal-child:nth-child(5) {
    transition-delay: 0.475s;
  }
  .anim-trigger .reveal-child:nth-of-type(6), .anim-trigger .reveal-child:nth-child(6) {
    transition-delay: 0.57s;
  }
  .anim-trigger .reveal-child:nth-of-type(7), .anim-trigger .reveal-child:nth-child(7) {
    transition-delay: 0.665s;
  }
  .anim-trigger .reveal-child:nth-of-type(8), .anim-trigger .reveal-child:nth-child(8) {
    transition-delay: 0.76s;
  }
  .anim-trigger .reveal-child:nth-of-type(9), .anim-trigger .reveal-child:nth-child(9) {
    transition-delay: 0.855s;
  }
  .anim-trigger .reveal-child:nth-of-type(10), .anim-trigger .reveal-child:nth-child(10) {
    transition-delay: 0.95s;
  }
  .anim-trigger .reveal-child:nth-of-type(11), .anim-trigger .reveal-child:nth-child(11) {
    transition-delay: 1.045s;
  }
  .anim-trigger .reveal-child:nth-of-type(12), .anim-trigger .reveal-child:nth-child(12) {
    transition-delay: 1.14s;
  }
  .anim-trigger .reveal-child:nth-of-type(13), .anim-trigger .reveal-child:nth-child(13) {
    transition-delay: 1.235s;
  }
  .anim-trigger .reveal-child:nth-of-type(14), .anim-trigger .reveal-child:nth-child(14) {
    transition-delay: 1.33s;
  }
  .anim-trigger .reveal-child:nth-of-type(15), .anim-trigger .reveal-child:nth-child(15) {
    transition-delay: 1.425s;
  }
  .anim-trigger .reveal-child:nth-of-type(16), .anim-trigger .reveal-child:nth-child(16) {
    transition-delay: 1.52s;
  }
  .anim-trigger .reveal-child:nth-of-type(17), .anim-trigger .reveal-child:nth-child(17) {
    transition-delay: 1.615s;
  }
  .anim-trigger .reveal-child:nth-of-type(18), .anim-trigger .reveal-child:nth-child(18) {
    transition-delay: 1.71s;
  }
  .anim-trigger .reveal-child:nth-of-type(19), .anim-trigger .reveal-child:nth-child(19) {
    transition-delay: 1.805s;
  }
  .anim-trigger .reveal-child:nth-of-type(20), .anim-trigger .reveal-child:nth-child(20) {
    transition-delay: 1.9s;
  }
  .anim-trigger .reveal-child:nth-of-type(21), .anim-trigger .reveal-child:nth-child(21) {
    transition-delay: 1.995s;
  }
  .anim-trigger .reveal-child:nth-of-type(22), .anim-trigger .reveal-child:nth-child(22) {
    transition-delay: 2.09s;
  }
  .anim-trigger .reveal-child:nth-of-type(23), .anim-trigger .reveal-child:nth-child(23) {
    transition-delay: 2.185s;
  }
  .anim-trigger .reveal-child:nth-of-type(24), .anim-trigger .reveal-child:nth-child(24) {
    transition-delay: 2.28s;
  }
  .anim-trigger .reveal-child:nth-of-type(25), .anim-trigger .reveal-child:nth-child(25) {
    transition-delay: 2.375s;
  }
  .anim-trigger .reveal-child:nth-of-type(26), .anim-trigger .reveal-child:nth-child(26) {
    transition-delay: 2.47s;
  }
  .anim-trigger .reveal-child:nth-of-type(27), .anim-trigger .reveal-child:nth-child(27) {
    transition-delay: 2.565s;
  }
  .anim-trigger .reveal-child:nth-of-type(28), .anim-trigger .reveal-child:nth-child(28) {
    transition-delay: 2.66s;
  }
  .anim-trigger .reveal-child:nth-of-type(29), .anim-trigger .reveal-child:nth-child(29) {
    transition-delay: 2.755s;
  }
  .anim-trigger .reveal-child:nth-of-type(30), .anim-trigger .reveal-child:nth-child(30) {
    transition-delay: 2.85s;
  }
  .anim-trigger .reveal-child:nth-of-type(31), .anim-trigger .reveal-child:nth-child(31) {
    transition-delay: 2.945s;
  }
  .anim-trigger .reveal-child:nth-of-type(32), .anim-trigger .reveal-child:nth-child(32) {
    transition-delay: 3.04s;
  }
  .anim-trigger .reveal-child:nth-of-type(33), .anim-trigger .reveal-child:nth-child(33) {
    transition-delay: 3.135s;
  }
  .anim-trigger .reveal-child:nth-of-type(34), .anim-trigger .reveal-child:nth-child(34) {
    transition-delay: 3.23s;
  }
  .anim-trigger .reveal-child:nth-of-type(35), .anim-trigger .reveal-child:nth-child(35) {
    transition-delay: 3.325s;
  }
  .anim-trigger .reveal-child:nth-of-type(36), .anim-trigger .reveal-child:nth-child(36) {
    transition-delay: 3.42s;
  }
  .anim-trigger .reveal-child:nth-of-type(37), .anim-trigger .reveal-child:nth-child(37) {
    transition-delay: 3.515s;
  }
  .anim-trigger .reveal-child:nth-of-type(38), .anim-trigger .reveal-child:nth-child(38) {
    transition-delay: 3.61s;
  }
  .anim-trigger .reveal-child:nth-of-type(39), .anim-trigger .reveal-child:nth-child(39) {
    transition-delay: 3.705s;
  }
  .anim-trigger .reveal-child:nth-of-type(40), .anim-trigger .reveal-child:nth-child(40) {
    transition-delay: 3.8s;
  }
  .anim-trigger .reveal-child:nth-of-type(41), .anim-trigger .reveal-child:nth-child(41) {
    transition-delay: 3.895s;
  }
  .anim-trigger .reveal-child:nth-of-type(42), .anim-trigger .reveal-child:nth-child(42) {
    transition-delay: 3.99s;
  }
  .anim-trigger .reveal-child:nth-of-type(43), .anim-trigger .reveal-child:nth-child(43) {
    transition-delay: 4.085s;
  }
  .anim-trigger .reveal-child:nth-of-type(44), .anim-trigger .reveal-child:nth-child(44) {
    transition-delay: 4.18s;
  }
  .anim-trigger .reveal-child:nth-of-type(45), .anim-trigger .reveal-child:nth-child(45) {
    transition-delay: 4.275s;
  }
}
.anim-trigger .reveal-delayed {
  opacity: 0;
  transition: opacity 1.2s var(--easing);
  transition-delay: 0.2s;
}
.anim-trigger .reveal-no-delay {
  opacity: 0;
  transition: opacity 1.2s var(--easing);
}
.anim-trigger.visible .reveal-no-delay,
.anim-trigger.visible .reveal-delayed,
.anim-trigger.visible .reveal-child {
  opacity: 1;
}

.grow {
  transform: scale(0);
  transition: transform 1s ease-in-out;
  transition-timing-function: var(--easing);
  transform-origin: left;
}
@media only screen and (min-width: 1180px) {
  .grow {
    transform-origin: top;
    transition: transform 1.2s ease-in-out;
    transition-timing-function: var(--easing);
  }
}
.grow.visible {
  transform: scale(1);
}

.grow-trigger .grow-child {
  transform: scale(0);
  transition: transform 1s ease-in-out;
  transition-timing-function: var(--easing);
  transform-origin: left;
}
.grow-trigger .grow-child:nth-child(1) {
  transition-delay: 0.1s;
}
.grow-trigger .grow-child:nth-child(2) {
  transition-delay: 0.2s;
}
.grow-trigger .grow-child:nth-child(3) {
  transition-delay: 0.3s;
}
.grow-trigger .grow-child:nth-child(4) {
  transition-delay: 0.4s;
}
.grow-trigger .grow-child:nth-child(5) {
  transition-delay: 0.5s;
}
.grow-trigger .grow-child:nth-child(6) {
  transition-delay: 0.6s;
}
.grow-trigger .grow-child:nth-child(7) {
  transition-delay: 0.7s;
}
.grow-trigger .grow-child:nth-child(8) {
  transition-delay: 0.8s;
}
.grow-trigger .grow-child:nth-child(9) {
  transition-delay: 0.9s;
}
.grow-trigger .grow-child:nth-child(10) {
  transition-delay: 1s;
}
.grow-trigger .grow-child:nth-child(11) {
  transition-delay: 1.1s;
}
.grow-trigger .grow-child:nth-child(12) {
  transition-delay: 1.2s;
}
.grow-trigger .grow-child:nth-child(13) {
  transition-delay: 1.3s;
}
.grow-trigger .grow-child:nth-child(14) {
  transition-delay: 1.4s;
}
.grow-trigger .grow-child:nth-child(15) {
  transition-delay: 1.5s;
}
.grow-trigger .grow-child:nth-child(16) {
  transition-delay: 1.6s;
}
.grow-trigger .grow-child:nth-child(17) {
  transition-delay: 1.7s;
}
.grow-trigger .grow-child:nth-child(18) {
  transition-delay: 1.8s;
}
.grow-trigger .grow-child:nth-child(19) {
  transition-delay: 1.9s;
}
.grow-trigger .grow-child:nth-child(20) {
  transition-delay: 2s;
}
.grow-trigger .grow-child:nth-child(21) {
  transition-delay: 2.1s;
}
.grow-trigger .grow-child:nth-child(22) {
  transition-delay: 2.2s;
}
.grow-trigger .grow-child:nth-child(23) {
  transition-delay: 2.3s;
}
.grow-trigger .grow-child:nth-child(24) {
  transition-delay: 2.4s;
}
.grow-trigger .grow-child:nth-child(25) {
  transition-delay: 2.5s;
}
.grow-trigger .grow-child:nth-child(26) {
  transition-delay: 2.6s;
}
.grow-trigger .grow-child:nth-child(27) {
  transition-delay: 2.7s;
}
.grow-trigger .grow-child:nth-child(28) {
  transition-delay: 2.8s;
}
.grow-trigger .grow-child:nth-child(29) {
  transition-delay: 2.9s;
}
.grow-trigger .grow-child:nth-child(30) {
  transition-delay: 3s;
}
.grow-trigger .grow-child:nth-child(31) {
  transition-delay: 3.1s;
}
.grow-trigger .grow-child:nth-child(32) {
  transition-delay: 3.2s;
}
.grow-trigger .grow-child:nth-child(33) {
  transition-delay: 3.3s;
}
.grow-trigger .grow-child:nth-child(34) {
  transition-delay: 3.4s;
}
.grow-trigger .grow-child:nth-child(35) {
  transition-delay: 3.5s;
}
.grow-trigger .grow-child:nth-child(36) {
  transition-delay: 3.6s;
}
.grow-trigger .grow-child:nth-child(37) {
  transition-delay: 3.7s;
}
.grow-trigger .grow-child:nth-child(38) {
  transition-delay: 3.8s;
}
.grow-trigger .grow-child:nth-child(39) {
  transition-delay: 3.9s;
}
.grow-trigger .grow-child:nth-child(40) {
  transition-delay: 4s;
}
.grow-trigger.visible .grow-child {
  transform: scale(1);
}

.fs-9 {
  font-size: 0.9rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-40 {
  font-size: 4rem;
}

@media only screen and (min-width: 1180px) {
  .fs-dt-9 {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-10 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-12 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-14 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-16 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-18 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-20 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-22 {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-24 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-25 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-26 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-28 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-30 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs-dt-40 {
    font-size: 4rem;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-1-15 {
  line-height: 1.15;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

.lh-2-2 {
  line-height: 2.2;
}

@media only screen and (min-width: 1180px) {
  .lh-dt-1 {
    line-height: 1;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-1-15 {
    line-height: 1.15;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-1-2 {
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-1-3 {
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-1-4 {
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-2 {
    line-height: 2;
  }
}

@media only screen and (min-width: 1180px) {
  .lh-dt-2-2 {
    line-height: 2.2;
  }
}

.ls-0 {
  letter-spacing: 0rem;
}

@media only screen and (min-width: 1180px) {
  .ls-dt-0 {
    letter-spacing: 0rem;
  }
}

.ff-mono {
  font-family: var(--font-mono);
}

.hover-skew {
  display: inline-block;
  transition: all 0.3s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .hover-skew:hover {
    transform: skew(-15deg, 0deg);
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

@media only screen and (min-width: 1180px) {
  .left-dt {
    text-align: left;
  }
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.upper {
  text-transform: uppercase;
}

.btn {
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.3;
  border: 1px solid var(--black);
  padding: 0.8rem 1.6rem;
  display: inline-block;
  text-align: center;
  border-radius: 2.4rem;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.3s var(--easing);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s var(--easing);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: var(--white);
  }
  .btn:hover:after {
    transform: scaleY(1);
  }
}
@media only screen and (min-width: 1180px) {
  .btn {
    padding: 0.8rem 4.2rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.btn--white {
  color: var(--white);
  border-color: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    background-color: var(--white);
    color: var(--blue);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--maroon-h:hover {
    color: var(--maroon);
  }
}
.btn--green {
  background-color: var(--light-green-2);
  border-color: var(--light-green-2);
}
@media only screen and (min-width: 1180px) {
  .btn--medium {
    padding: 0.8rem 6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .btn--wide {
    padding: 0.8rem 20rem;
  }
}
.btn--100 {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .arrow-btn svg {
    transition: all 0.3s var(--easing);
  }
  .arrow-btn:hover svg {
    transform: translateY(-0.5rem);
  }
}

.link {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transition: all 0.3s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .link:hover::after {
    transform: scaleX(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .animated-underline {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .animated-underline::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: all 0.3s var(--easing);
    transform: scaleX(0);
  }
  .animated-underline:hover::after {
    transform: scaleX(1);
  }
}

.wysiwyg a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.wysiwyg p {
  margin-bottom: 1em;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg em {
  font-style: italic;
}

.acc__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 9;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .acc__button:hover .acc__icon svg {
    transform: rotate(90deg);
  }
}
.acc__icon {
  flex-shrink: 0;
  padding-top: 0.3rem;
}
.acc__icon svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s var(--easing);
}
[aria-expanded=true] .acc__icon svg {
  transform: rotate(45deg);
}
.acc__btn-text:nth-child(3) {
  display: none;
}
[aria-expanded=true] .acc__btn-text {
  display: none;
}
[aria-expanded=true] .acc__btn-text:nth-child(3) {
  display: block;
}
@media only screen and (min-width: 1180px) {
  [aria-expanded=true] .acc__btn-text:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  .acc__btn-text {
    display: none;
  }
}
.acc__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
.acc__item-content[aria-hidden=false] {
  opacity: 1;
}
.acc__item-inner {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1180px) {
  .acc__item-inner {
    padding-top: 2rem;
    padding-bottom: 4rem;
    grid-column: 1/span 5;
  }
}

.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90000;
  transition: transform 0.35s var(--easing);
}
.hide-nav .header-wrapper {
  transform: translateY(-100%);
}

.header {
  background-color: var(--white);
  transition: transform 0.35s var(--easing);
}
.start-intro .header {
  transform: translateY(-100%);
}
.show-nav .header {
  transform: translateY(0);
}
.header:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s var(--easing);
}
@media only screen and (min-width: 1180px) {
  .header:after {
    display: none;
  }
}
.header.active:after {
  opacity: 1;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.25s var(--easing);
  pointer-events: none;
}
.header.search-active:before {
  opacity: 1;
}
.header__bar {
  display: flex;
  justify-content: space-between;
  min-height: 5rem;
  align-items: flex-end;
}
.header__logo-wrapper {
  position: relative;
  z-index: 10;
}
.header__logo {
  height: 2.6rem;
  width: auto;
  transition: opacity 0.15s var(--easing);
}
@media only screen and (min-width: 1180px) {
  .header__logo {
    height: 3.2rem;
  }
}
.active .header__logo {
  opacity: 1 !important;
}
.header__logo path {
  transition: fill 0.25s var(--easing);
}
.active .header__logo path {
  fill: var(--white);
}
@media only screen and (min-width: 1180px) {
  .active .header__logo path {
    fill: var(--black);
  }
}
.header__burger {
  position: relative;
  z-index: 10;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.25s var(--easing);
}
.search-active .header__burger {
  opacity: 0;
  pointer-events: none;
}
.header__burger span {
  width: 52px;
  height: 2px;
  background-color: var(--black);
  display: block;
  margin: 5px 0;
  transition: opacity 0.25s var(--easing), transform 0.25s var(--easing), color 0.25s var(--easing);
}
.header__burger span:last-child {
  margin-bottom: 0;
}
.active .header__burger span {
  background-color: var(--white);
}
.active .header__burger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.active .header__burger span:nth-child(2) {
  opacity: 0;
}
.active .header__burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header__nav {
  position: fixed;
  inset: 0;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s var(--easing);
  background-color: var(--black);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  pointer-events: none;
}
@media only screen and (min-width: 1180px) {
  .header__nav {
    opacity: 1;
    pointer-events: all;
    background-color: transparent;
    position: relative;
    height: 100%;
    color: inherit;
  }
}
.active .header__nav {
  opacity: 1;
  pointer-events: all;
}
.header__nav-lists {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  flex: 1;
  justify-content: space-between;
  padding-top: 10rem;
}
@media only screen and (min-width: 1180px) {
  .header__nav-lists {
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
    padding-top: 0;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3rem;
}
@media only screen and (min-width: 1180px) {
  .header__nav-list {
    flex-direction: row;
    gap: 3rem;
    justify-content: flex-end;
  }
}
.header__nav-logo {
  width: 9.5rem;
  height: auto;
}
.header__nav-item {
  border-bottom: 1px solid var(--white);
  padding-bottom: 1.5rem;
  width: 75%;
}
@media only screen and (min-width: 1180px) {
  .header__nav-item {
    width: auto;
    border: 0;
    padding-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link {
    transition: all 0.3s var(--easing);
  }
  .header__nav-link:hover {
    transform: skew(-15deg, 0deg);
    display: inline-block;
  }
}
.header__nav-link--search {
  color: inherit;
}
.header__byline {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
  right: 0;
  transform: rotate(90deg) translateY(-150%) translateX(-50%);
  top: 50%;
}
@media only screen and (min-width: 1180px) {
  .header__byline {
    display: none;
  }
}
.header__buttons {
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
}
.header__button {
  display: flex;
  grid-column: span 2;
  width: 45%;
  border-radius: 2.4rem;
  border: 1px solid var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.6rem;
  flex-grow: 1;
}
.header__button:last-child:nth-child(odd) {
  flex-grow: 0;
  border: 0;
}
.header__ticker {
  border-top: 1px solid var(--white);
  padding-top: 1.3rem;
  margin-top: 3.2rem;
}
.header__search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  transition: opacity 0.25s var(--easing), transform 0.25s var(--easing);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  border-bottom: 1px solid var(--black);
  height: 100vh;
  height: 100svh;
}
@media only screen and (min-width: 1180px) {
  .header__search-overlay {
    height: 35vh;
    min-height: 27rem;
    z-index: -1;
    padding-right: 46.5rem;
    padding-bottom: 1.2rem;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
  }
}
.header__search-overlay.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1180px) {
  .header__search-overlay.active {
    transform: scaleY(1);
  }
}
.header__search-overlay.results {
  height: auto;
  min-height: auto;
  border-bottom: 0;
  position: sticky;
  top: 4.7rem;
  z-index: 100;
  background-color: var(--white);
  transition: top 0.35s var(--easing);
}
@media only screen and (min-width: 1180px) {
  .header__search-overlay.results {
    border-bottom: 0;
    min-height: auto;
    top: 6.6rem;
  }
}
.hide-nav .header__search-overlay.results {
  top: 0;
}
.header__search-overlay.results:after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: var(--side-padding-dt, 2.4rem);
  right: var(--side-padding-dt, 2.4rem);
}
.header__search-container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .header__search-container {
    align-items: flex-end;
  }
}
.results .header__search-container {
  align-items: flex-end;
}
.header__search-close-wrapper {
  position: absolute;
  top: 1.5rem;
  right: 2.3rem;
}
@media only screen and (min-width: 1180px) {
  .header__search-close-wrapper {
    display: none;
  }
}
.header__search-close-wrapper svg {
  height: 4rem;
  width: 4rem;
}
.header__search-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--black);
}
@media only screen and (min-width: 1180px) {
  .header__search-form {
    border-bottom: 0;
  }
}
.header__search-input {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  font-size: 2.4rem;
  outline: none;
  color: var(--black);
}
.header__search-input::placeholder {
  color: var(--black);
  opacity: 0.5;
}
@media only screen and (min-width: 1180px) {
  .header__search-input {
    font-size: 4rem;
  }
}
.header__search-submit {
  color: var(--black);
  font-size: 2.4rem;
  transition: all 0.3s var(--easing);
}
@media only screen and (min-width: 1180px) {
  .header__search-submit {
    font-size: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__search-submit:hover {
    transform: skew(-15deg, 0deg);
    display: inline-block;
  }
}

.footer {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  .footer {
    min-height: 100vh;
  }
}
.footer__ticker {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 1180px) {
  .footer__ticker {
    padding-top: 2.4rem;
    padding-bottom: 9.4rem;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.4rem;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1180px) {
  .footer__info {
    grid-column: span 6;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 2.4rem;
    align-self: start;
  }
}
.footer__info-link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer__info-link-label {
  transition: all 0.3s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .footer__info-link-label:hover {
    transform: skew(-15deg, 0deg);
  }
}
.footer .f-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .f-icon.icon-circle {
  background-color: currentColor;
  border-radius: 50%;
}
.footer .f-icon.icon-triangle {
  background-color: currentColor;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1180px) {
  .footer__nav {
    grid-column: 8/span 3;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2.2rem;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
}
.footer__nav-link {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid currentColor;
  min-height: 2.5rem;
}
.footer__nav-link span {
  display: inline-block;
  transition: all 0.3s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav-link span:hover {
    transform: skew(-15deg, 0deg);
  }
}
.footer__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2.2rem;
}
.footer__meta-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer__meta-item:nth-child(2) {
  flex-grow: 1;
  justify-content: center;
}
.footer__byline {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (hover: hover) and (pointer: fine) {
  .footer__byline:hover svg rect {
    fill: var(--beige);
  }
  .footer__byline:hover svg path {
    stroke: var(--black);
  }
}
.footer__logo-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  min-height: 100px;
}
.footer__logo-container {
  width: 100%;
}
.footer__logo {
  width: 100%;
  height: auto;
}

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.newsletter-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.newsletter-popup__content {
  background: #EAEAEA;
  padding: 2rem 3rem;
  max-width: 40rem;
  width: 100%;
  position: relative;
}
@media (max-height: 600px) {
  .newsletter-popup {
    align-items: flex-start;
  }
  .newsletter-popup .newsletter-popup__content {
    margin-top: 2rem;
  }
}
.newsletter-popup__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
  z-index: 2;
}
.newsletter-popup__title {
  text-align: left;
}
.newsletter-popup__image-placeholder {
  width: 100%;
}
.newsletter-popup__image-placeholder img {
  width: 100%;
  height: auto;
}
.newsletter-popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0.5rem;
}
.newsletter-popup__input {
  border: none;
  border-bottom: 1px dashed var(--black);
  background: transparent;
  padding: 1.3rem 0;
  outline: none;
  color: var(--black);
  transition: border-color 0.2s;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
}
.newsletter-popup__input:focus {
  border-bottom: 1px solid var(--black);
}
.newsletter-popup__privacy-consent {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.newsletter-popup__privacy-consent input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--black);
  border-radius: 0.2rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.newsletter-popup__privacy-consent input[type=checkbox]:checked {
  background-color: var(--black);
}
.newsletter-popup__privacy-consent input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 0.9rem;
  border: solid var(--beige);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter-popup__privacy-consent input[type=checkbox]:hover {
  border-color: var(--beige);
}
.newsletter-popup__privacy-consent label {
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
}
.newsletter-popup__submit span {
  position: relative;
  z-index: 1;
}
.newsletter-popup__submit:after {
  z-index: 0;
}

.text-page__top {
  position: relative;
  min-height: 38rem;
  padding-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-page__heading {
  color: var(--white);
  max-width: 80%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1180px) {
  .text-page__content {
    max-width: 70vw;
  }
}

.search-results {
  padding-bottom: 5.6rem;
}
@media only screen and (min-width: 1180px) {
  .search-results {
    padding-bottom: 10rem;
  }
}
.search-results__container {
  padding-top: 5rem;
}
@media only screen and (min-width: 1180px) {
  .search-results__container {
    padding-top: 10rem;
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide {
  display: block;
  position: relative;
  visibility: hidden;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide.is-initialized, .splide .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrows {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.splide__arrow {
  opacity: 1;
  height: 7rem;
  width: 7rem;
  border: 0;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.splide__arrow svg {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
.splide__arrow svg path {
  fill: var(--white);
  transition: fill 0.2s ease-in-out;
}
.splide__arrow--prev svg {
  transform: rotate(-180deg);
}
.splide__arrow[disabled] {
  background-color: var(--white);
  cursor: not-allowed;
}
.splide__arrow[disabled] svg path {
  fill: var(--black);
}
.splide__arrow--square svg, .splide__arrow--round svg {
  height: 100%;
  width: 100%;
}
.splide__arrow--square svg path, .splide__arrow--square svg rect, .splide__arrow--square svg circle, .splide__arrow--round svg path, .splide__arrow--round svg rect, .splide__arrow--round svg circle {
  transition: fill 0.2s ease-in-out;
}
.splide__arrow--square[disabled] svg path, .splide__arrow--round[disabled] svg path {
  fill: var(--white);
}
.splide__arrow--round {
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow--round:hover svg path {
    fill: var(--orange);
  }
  .splide__arrow--round:hover svg circle {
    fill: var(--light-grey);
  }
}
.splide__arrow--square[disabled] {
  pointer-events: none;
}
.splide__arrow--square[disabled] svg path {
  fill: var(--black);
}
.splide__arrow--square[disabled] svg rect {
  fill: var(--white);
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow--square:hover svg path {
    fill: var(--orange);
  }
}
.splide__pagination {
  display: flex;
  padding: 0 2rem;
  gap: 3rem;
}
@media only screen and (min-width: 1180px) {
  .splide__pagination {
    padding: 0 6rem;
  }
}
.splide__pagination li {
  flex-grow: 1;
}
.splide__pagination__page {
  width: 100%;
  height: 2rem;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.splide__pagination__page:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--grey);
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .splide__pagination__page:hover:after {
    background-color: var(--black);
  }
}
.splide__pagination__page.is-active:after {
  background-color: var(--orange);
}
.splide__progress {
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  border-radius: 3px;
}
.splide__progress--dark {
  background: rgba(0, 0, 0, 0.1);
}
.splide__progress-bar {
  background: var(--white);
  height: 4px;
  transition: width 400ms ease;
  width: 0;
  border-radius: 3px;
}
.splide__progress-bar--dark {
  background: var(--orange);
}

intro-anim {
  display: block;
}

.intro-anim {
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  display: block;
  position: relative;
  z-index: 1000;
}
.intro-anim__orange-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: var(--orange);
  z-index: 1001;
  transform-origin: top;
}
.intro-anim__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  visibility: hidden;
}
.intro-anim__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.intro-anim__logo {
  position: absolute;
  left: var(--side-padding-mob);
  right: var(--side-padding-mob);
  z-index: 2;
  pointer-events: none;
  will-change: transform, top;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1180px) {
  .intro-anim__logo {
    left: var(--side-padding-dt);
    right: var(--side-padding-dt);
  }
}
.intro-anim__logo .logo-full {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  transition: opacity 1.2s var(--easing) 0.6s;
}
.intro-anim__logo .logo-full--beige path {
  fill: var(--white);
}
.intro-anim__logo .logo-full--black {
  clip-path: inset(0 0 100% 0);
}
.intro-anim__logo .logo-full--black path {
  fill: var(--black);
}

.home-top-logo-container {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 1000;
}

.home-top-logo {
  width: 100%;
  height: auto;
}
.home-top-logo path {
  fill: var(--black);
}

.tas {
  display: block;
}
.tas [data-parallax] {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .tas__text-asset-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.4rem;
    align-items: start;
    position: relative;
  }
}
@media only screen and (min-width: 1180px) {
  .tas__text {
    grid-column: 1/span 6;
    margin-left: 0;
    position: sticky;
    top: 30vh;
  }
}
.tas__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
@media only screen and (min-width: 1180px) {
  .tas__links {
    display: flex;
  }
}
.tas__assets-row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 1180px) {
  .tas__assets-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.4rem;
  }
}
.tas__link--1 {
  padding-left: var(--side-padding-mob);
}
@media only screen and (min-width: 1180px) {
  .tas__link--1 {
    grid-column: 7/span 6;
    grid-row: 1;
    margin-top: 70vh;
    transform: translateY(20vh);
  }
}
.tas__link--2 {
  width: 75%;
  margin-top: 3rem;
}
@media only screen and (min-width: 1180px) {
  .tas__link--2 {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 1180px) {
  .tas__link--3 {
    grid-column: 6/span 6;
    grid-row: 1;
    transform: translateY(-5vw);
  }
}
.tas__link img,
.tas__link video {
  width: 100%;
  height: auto;
}
.tas__asset-caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1180px) {
  .tas__asset-caption {
    padding-top: 0.75rem;
  }
}
.tas__asset-caption--1 {
  padding-right: var(--side-padding-mob);
}
.tas__asset-caption--2 {
  padding-left: var(--side-padding-mob);
}
@media only screen and (min-width: 1180px) {
  .tas__content-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 1.4rem;
    align-items: center;
  }
}
.tas__text-2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 1180px) {
  .tas__text-2 {
    grid-column: 1/span 4;
    color: var(--orange);
  }
}

.tb {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (min-width: 1180px) {
  .tb {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.4rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1180px) {
  .tb__text-container {
    grid-column: 1/span 6;
  }
}
@media only screen and (min-width: 1180px) {
  .tb__text-container--only {
    grid-column: 7/span 6;
  }
}
.tb__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
@media only screen and (min-width: 1180px) {
  .tb__links {
    display: flex;
  }
}
@media only screen and (min-width: 1180px) {
  .tb__text-2 {
    grid-column: 8/span 4;
  }
}

.lt__asset {
  height: 3rem;
}
@media only screen and (min-width: 1180px) {
  .lt__asset {
    height: 3.5rem;
  }
}

@media only screen and (min-width: 1180px) {
  .bt__text-container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 1180px) {
  .bt__text {
    grid-column: 2/span 10;
  }
}
@media only screen and (min-width: 1180px) {
  .bt__text--narrow {
    grid-column: 4/span 6;
  }
}
.bt__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
@media only screen and (min-width: 1180px) {
  .bt__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    grid-column: 4/span 6;
  }
}
@media only screen and (min-width: 1180px) {
  .bt__links--left {
    grid-column: 2/span 10;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1180px) {
  .bt__links--narrow {
    grid-column: 4/span 6;
  }
}

.ic__slide img, .ic__slide video {
  height: 19rem;
  width: auto;
}
@media only screen and (min-width: 1180px) {
  .ic__slide img, .ic__slide video {
    height: 36rem;
  }
}
.ic__asset-caption {
  padding-top: 0.8rem;
}
@media only screen and (min-width: 1180px) {
  .ic__asset-caption {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 1180px) {
  .fs--narrow {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .fs__inner {
    grid-column: 2/span 10;
  }
}
.fs__slide {
  width: 100%;
  position: relative;
}
.fs__image-container {
  height: 92vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.fs__image-container img {
  height: 92vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1180px) {
  .fs--narrow .fs__image-container {
    height: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .fs--narrow .fs__image-container img {
    height: auto;
  }
}
.fs__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.5s;
}
.swiper-slide-visible .fs__content {
  opacity: 1;
}
@media only screen and (min-width: 1180px) {
  .fs__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.6rem;
    align-items: end;
    padding-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .fs__text {
    grid-column: 1/span 5;
    padding-right: 2.4rem;
  }
}
.fs__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 1180px) {
  .fs__meta {
    grid-column: 6/span 2;
  }
}
@media only screen and (min-width: 1180px) {
  .fs__meta svg {
    height: 2.3rem;
    width: auto;
  }
}
.fs__rating {
  display: flex;
  gap: 0.2rem;
}
@media only screen and (min-width: 1180px) {
  .fs__info {
    grid-column: 8/span 5;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
  }
}

.pg__heading {
  border-top: 1px solid var(--black);
}
.pg__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media only screen and (min-width: 1180px) {
  .pg__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }
}
.pg__item {
  position: relative;
}
.pg__item-asset img, .pg__item-asset video {
  width: 100%;
  height: auto;
}
.pg__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem;
}
.pg__item-title {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1180px) {
  .pg__item-title {
    margin-bottom: 1.4rem;
  }
}
.pg__item-rating {
  display: inline-flex;
  gap: 0.2rem;
}
.pg__item-rating svg {
  height: 1.2rem;
  width: auto;
  margin-top: 0.2rem;
}
@media only screen and (min-width: 1180px) {
  .pg__item-rating svg {
    height: 1.5rem;
    width: auto;
  }
}

@media only screen and (min-width: 1180px) {
  .sal__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .sal__content {
    grid-column: 2/span 10;
  }
}
.sal__asset-wrapper {
  width: 100%;
}
.sal__asset-wrapper img,
.sal__asset-wrapper video {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .sal__text-wrapper {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .sal__text-wrapper-inner {
    grid-column: 1/span 7;
  }
}
@media only screen and (min-width: 1180px) {
  .sal__text {
    max-width: 45rem;
  }
}
.sal__bottom-text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (min-width: 1180px) {
  .sal__bottom-text {
    grid-column: span 3;
    padding-top: 1.8rem;
  }
}
.sal__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.sal__rating svg {
  height: 1.5rem;
  width: auto;
}
.sal__eco {
  margin-left: 1rem;
}

@media only screen and (min-width: 1180px) {
  .sa__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .sa__content {
    grid-column: 2/span 10;
  }
}
.sa__asset-wrapper {
  width: 100%;
}
.sa__asset-wrapper img,
.sa__asset-wrapper video {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .sa__text {
    max-width: 45rem;
  }
}
.sa__bottom-text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.sa__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.sa__rating svg {
  height: 1.5rem;
  width: auto;
}
.sa__eco {
  margin-left: 1rem;
}

@media only screen and (min-width: 1180px) {
  .about-project__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
.about-project__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 1180px) {
  .about-project__content {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 1.6rem;
    grid-column: 2/span 10;
  }
}
@media only screen and (min-width: 1180px) {
  .about-project__column {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1180px) {
  .about-project__column--table {
    grid-column: 1/span 4;
  }
}
@media only screen and (min-width: 1180px) {
  .about-project__column--text {
    grid-column: 6/span 4;
  }
}
.about-project__table-cell {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 7rem 1fr;
  border-bottom: 1px solid var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: baseline;
}
.about-project__table-cell:first-child {
  border-top: 1px solid var(--black);
}
.about-project__table-cell-label {
  letter-spacing: 0.05rem;
}
.about-project__table-cell-service {
  border-bottom: 1px solid var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.about-project__table-cell-service:first-child {
  padding-top: 0;
}
.about-project__table-cell-service:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about-project__asset {
  width: 100%;
}
.about-project__asset img, .about-project__asset video {
  width: 100%;
  height: auto;
}
.about-project__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.about-project__text p {
  margin-bottom: 3rem;
}
.about-project__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1180px) {
  .designer-top {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
.designer-top__asset {
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .designer-top__asset {
    grid-column: 2/span 5;
  }
}
.designer-top__asset img,
.designer-top__asset video {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .designer-top__content {
    grid-column: 8/span 4;
  }
}
.designer-top__text p {
  margin-bottom: 1em;
}
.designer-top__text p:last-child {
  margin-bottom: 0;
}
.designer-top__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.designer-top__table-row {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--black);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr 3fr;
  align-items: baseline;
}
.designer-top__table-row:first-child {
  border-top: 1px solid var(--black);
}

@media only screen and (min-width: 1180px) {
  .ar__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0 1.6rem;
  }
}
.ar__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
@media only screen and (min-width: 1180px) {
  .ar__content {
    grid-column: 2/span 10;
  }
}
.ar__asset-wrapper {
  width: 100%;
}
.ar__asset-wrapper img,
.ar__asset-wrapper video {
  width: 100%;
  height: auto;
}

.text-on-asset-list {
  position: relative;
  width: 100%;
}
.text-on-asset-list__item {
  position: relative;
  width: 100%;
  min-height: 25rem;
  will-change: transform, opacity;
  transform-origin: center bottom;
  position: sticky;
  top: 6.6rem;
}
@media only screen and (min-width: 1180px) {
  .text-on-asset-list__item {
    min-height: 30rem;
    padding-top: 20vh;
    padding-bottom: 15vh;
  }
}
@media only screen and (min-width: 1180px) {
  .text-on-asset-list__item:nth-child(1) {
    padding-top: 15vh;
  }
}
.text-on-asset-list__item:nth-child(2) {
  background-color: #D3DDE2;
}
.text-on-asset-list__item:nth-child(3) {
  background-color: #B4CAD5;
}
.text-on-asset-list__item:nth-child(4) {
  background-color: #7A98A8;
}
.text-on-asset-list__item:nth-child(5) {
  background-color: #4E758B;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:hover) .text-on-asset-list__item-asset {
  opacity: 1;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(1):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(1) {
  display: block;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(2):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(2) {
  display: block;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(3):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(3) {
  display: block;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(4):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(4) {
  display: block;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(5):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(5) {
  display: block;
}
.text-on-asset-list__item:has(.text-on-asset-list__item-button:nth-of-type(6):hover) .text-on-asset-list__item-asset .item-asset:nth-of-type(6) {
  display: block;
}
.text-on-asset-list__item-text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 2rem;
}
@media only screen and (min-width: 1180px) {
  .text-on-asset-list__item-text {
    padding: 6rem 4rem;
  }
}
@media only screen and (min-width: 1180px) {
  .text-on-asset-list__item-text-container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 1180px) {
  .text-on-asset-list__item-text-inner {
    grid-column: 3/span 8;
  }
}
.text-on-asset-list__item-asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.text-on-asset-list__item-asset .item-asset {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-on-asset-list__item-asset img,
.text-on-asset-list__item-asset video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-bg .text-on-asset-list__item-asset {
  opacity: 1;
}

@media only screen and (min-width: 1180px) {
  .text-asset__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: 1.4rem;
  }
}
.text-asset__asset {
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .text-asset__asset {
    grid-column: span 6;
  }
}
.text-asset__asset img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .text-asset__text {
    grid-column: 8/span 4;
  }
}
.text-asset__text p {
  margin-bottom: 2rem;
}
.text-asset__text p:first-child {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1180px) {
  .text-asset__text p:first-child {
    font-size: 2.4rem;
  }
}
.text-asset__text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1180px) {
  .mono-list-asset__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: 1.4rem;
  }
}
@media only screen and (min-width: 1180px) {
  .mono-list-asset__asset-text-wrapper {
    grid-column: 7/span 6;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4rem 1.4rem;
    align-self: stretch;
  }
}
.mono-list-asset__asset {
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .mono-list-asset__asset {
    grid-column: 1/span 6;
  }
}
.mono-list-asset__asset img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .mono-list-asset__asset-text {
    grid-column: 2/span 4;
  }
}
@media only screen and (min-width: 1180px) {
  .mono-list-asset__text-list {
    grid-column: 2/span 4;
    grid-row: 1;
  }
}
.mono-list-asset__text {
  border-bottom: 1px solid var(--black);
}
.mono-list-asset__text:first-child {
  border-top: 1px solid var(--black);
}

@media only screen and (min-width: 1180px) {
  .text-columns {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
.text-columns__item {
  position: relative;
  border-top: 1px solid var(--black);
}
@media only screen and (min-width: 1180px) {
  .text-columns__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--1 {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--3 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--4 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--5 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 1180px) {
  .text-columns__item--6 {
    grid-column: span 6;
  }
}
.text-columns__item:last-child {
  border-bottom: 1px solid var(--black);
}
@media only screen and (min-width: 1180px) {
  .text-columns__item:last-child {
    border-bottom: none;
  }
}
.text-columns__item:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 0;
  width: 20%;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 1180px) {
  .text-columns__item:after {
    display: none;
  }
}
.text-columns__columns {
  display: flex;
}
@media only screen and (min-width: 1180px) {
  .text-columns__columns {
    overflow-x: initial;
    gap: 1.2rem;
    display: flex !important;
  }
}
.text-columns__column {
  flex: 0 0 50vw;
  min-width: 50vw;
  padding-left: var(--side-padding-mob);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media only screen and (min-width: 1180px) {
  .text-columns__column {
    flex: 1;
    min-width: initial;
    padding-left: 0;
  }
}
.text-columns__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-columns__link .fs__star {
  display: inline-block;
}
.text-columns__link .fs__star:nth-child(2) {
  margin-left: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .text-columns__link span {
    transition: all 0.3s var(--easing);
    display: inline-block;
  }
  .text-columns__link span:hover {
    transform: skew(-15deg, 0deg);
  }
}

@media only screen and (min-width: 1180px) {
  .contact-block__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.4rem;
  }
}
.contact-block__media {
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .contact-block__media {
    grid-column: span 6;
  }
}
.contact-block__media img,
.contact-block__media video {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .contact-block__content {
    grid-column: 8/span 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.contact-block__content p {
  margin-bottom: 2rem;
}
.contact-block__content p:first-child {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.contact-block__content p:last-child {
  margin-bottom: 0;
}
.contact-block__content a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.contact-block__links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.contact-block__link {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 1180px) {
  .quote__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
@media only screen and (min-width: 1180px) {
  .quote__inner {
    grid-column: 2/span 5;
  }
}
@media only screen and (min-width: 1180px) {
  .quote__inner--wide {
    grid-column: 2/span 10;
  }
}

.table {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1180px) {
  .table__container {
    display: grid;
    position: relative;
  }
}
.table__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  border-bottom: 1px solid var(--black);
}
@media only screen and (min-width: 1180px) {
  .table__tabs {
    grid-template-columns: 4fr 8fr;
    position: sticky;
    top: 6.6rem;
    background-color: var(--background-color);
    z-index: 10;
  }
}
.table__tabs--full {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1180px) {
  .table__tabs--full {
    grid-template-columns: 1fr;
  }
}
.table__tabs--3 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .table__tabs--3 {
    display: grid;
    grid-template-columns: 3fr 5fr 16fr;
    gap: 0;
  }
}
.search-results .table__tabs {
  position: static;
}
.table__tab-btn {
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
  text-align: left;
}
.table__tab-btn.is-active {
  opacity: 1;
}
.table__panel {
  display: none;
}
.table__panel.is-active {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .table__panel.is-active {
    grid-column: 1/span 14;
  }
}
.table__content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table__content::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .table__content {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    align-items: start;
    position: relative;
    overflow: unset;
  }
}
.table__grid {
  display: grid;
  gap: 1rem;
  min-width: min-content;
}
.table__header {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 1180px) {
  .table__header {
    grid-template-columns: 3fr 5fr 4fr 2fr;
  }
}
@media only screen and (min-width: 1180px) {
  [data-cols="3"] .table__header {
    grid-template-columns: 5fr 5fr 4fr;
  }
}
.table__header-btn {
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .table__header-btn:hover {
    transform: skew(-15deg, 0deg);
  }
}
.table__header-btn.sort-asc, .table__header-btn.sort-desc {
  transform: skew(-15deg, 0deg);
}
.table__row {
  display: grid;
  gap: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 1180px) {
  .table__row {
    grid-template-columns: 3fr 5fr 4fr 2fr;
  }
}
@media only screen and (min-width: 1180px) {
  [data-cols="3"] .table__row {
    grid-template-columns: 5fr 5fr 4fr;
  }
}
@media only screen and (min-width: 1180px) {
  .table__row span,
  .table__row a {
    opacity: 0.4;
    transition: opacity 0.3s;
  }
}
.table__row:hover span,
.table__row:hover a, .table__row.is-active span,
.table__row.is-active a {
  opacity: 1;
}
.table__header-btn {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .table__header-btn {
    display: block;
  }
}
.table__header-btn--primary {
  display: block;
}
.table__row-item {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .table__row-item {
    display: block;
  }
}
.table__row-item--primary {
  display: block;
}
.table__preview {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .table__preview {
    display: block;
    position: sticky;
    top: 10rem;
    right: 0;
    height: calc(100vh - 8rem);
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    grid-column: 16/span 10;
    z-index: 1;
    margin-top: 4rem;
  }
  .table__preview.is-visible {
    opacity: 1;
  }
}
@media only screen and (min-width: 1180px) {
  .table__preview--search {
    display: block;
    top: 17rem;
    min-height: 19rem;
    max-height: calc(100vh - 18rem);
    height: 10px;
  }
}
.table__preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}

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