/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Font weight map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../../../../404/index.html';
*::selection {
  background-color: hsl(0, 0%, 15%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: #F4F4F4;
  color: hsl(0, 0%, 15%);
  font-family: "PPNeueMontreal";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

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

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 500;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 500;
  font-family: "Saans";
}

.button-link {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  color: #a29a65;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  font-weight: 500;
  font-family: "Saans";
  width: fit-content;
}

.button-icon {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.button-icon__bg {
  background-color: currentColor;
  border-radius: 0.125em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-icon__wrap {
  color: hsl(0, 0%, 15%);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon__wrap.color--white {
  color: #fff;
}

.button-icon__list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-icon__arrow {
  flex: none;
  width: 1em;
  height: 100%;
  padding: 0.2em;
}

.button-content {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  color: #fff;
  background-color: hsl(0, 0%, 15%);
  border-radius: 0.25em;
  justify-content: flex-start;
  align-items: center;
  padding: 0.6125em 0.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content__text {
  font-size: 18px;
}
@media only screen and (max-width: 899px) {
  .button-content__text {
    font-size: 16px;
  }
}

.button-content__mask {
  z-index: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-content__bg {
  z-index: 0;
  background-color: hsl(0, 0%, 15%);
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: -10%;
  transform: translate(0, 175%) rotate(15deg);
}

[data-button-anim-target] {
  transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1);
}

.button-content__text {
  --text-duplicate-distance: 1.5em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor;
}

/* Only apply hover animations if they are actually not supported */
@media (hover: hover) and (pointer: fine) {
  .button-link:hover .button-content__text {
    transform: translate(0px, calc(-1 * var(--text-duplicate-distance)));
  }
  .button-link:hover .button-icon__bg {
    transform: rotate(90deg);
  }
  .button-link:hover .button-icon__arrow {
    transform: translate(200%, 0px);
  }
  .button-link:hover .button-content__bg {
    transform: translate(0px, 0%) rotate(0deg);
  }
}
/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}
.cms-output p {
  font-size: 16px;
  line-height: 1.4em;
}
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 16px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 20px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  font-size: 16px;
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 0%, 15%);
  transition: all 250ms ease-in-out;
}
.cms-output a:hover {
  color: hsl(0, 0%, 15%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(359, 100%, 50%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(359, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

.link-ani {
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.link-ani > span {
  display: inline-block;
}
.link-ani * {
  font-size: 20px;
}
@media only screen and (max-width: 899px) {
  .link-ani * {
    font-size: 16px;
  }
}

em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}

.back-home {
  margin-top: 32px;
  display: flex;
}
.back-home svg {
  max-width: 154px;
  height: 100%;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
#smooth-wrapper {
  z-index: 1;
}

#smooth-content {
  background-color: hsl(0, 0%, 96%);
}

.content-constraint__main {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  display: flex;
  background-color: hsl(0, 0%, 96%);
  margin-bottom: 100vh;
  padding-bottom: 164px;
}
@media only screen and (max-width: 599px) {
  .content-constraint__main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.content-constraint__content {
  width: 100%;
}
.content-constraint__content.has--shape {
  position: relative;
  z-index: 1;
}
.content-constraint__content.has--shape::before {
  background-image: url("../../../../../404/index.html");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  left: 0;
  position: absolute;
  content: "";
  width: 1738px;
  height: 702px;
  z-index: -1;
  pointer-events: none;
}
.content-constraint__content.has--shape::after {
  background-image: url("../../../../../404/index.html");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  right: 0;
  position: absolute;
  content: "";
  width: 1738px;
  height: 702px;
  z-index: -1;
  rotate: 180deg;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-constraint__content.has--shape::after {
    display: none;
  }
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 0%, 15%);
  margin-left: 15px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 11px 15px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
  border: 1px solid hsl(0, 0%, 15%);
  color: hsl(0, 0%, 15%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(359, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 15%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 15%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 15%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(359, 100%, 50%);
  background-color: hsla(359, 100%, 50%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(359, 100%, 50%, 0.1);
  color: hsl(359, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(359, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 15%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(359, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 15%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Saans";
  color: hsl(0, 0%, 15%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 148px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 32px;
    line-height: 1.1em;
  }
}
h1 *, h1 p, h1 span, h1 div,
.heading-1 *,
.heading-1 p,
.heading-1 span,
.heading-1 div {
  font-size: 148px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h1 *, h1 p, h1 span, h1 div,
  .heading-1 *,
  .heading-1 p,
  .heading-1 span,
  .heading-1 div {
    font-size: 32px;
    line-height: 1.1em;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 52px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 28px;
    line-height: 1.1em;
  }
}
h2 *, h2 p, h2 span, h2 div,
.heading-2 *,
.heading-2 p,
.heading-2 span,
.heading-2 div {
  font-size: 52px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h2 *, h2 p, h2 span, h2 div,
  .heading-2 *,
  .heading-2 p,
  .heading-2 span,
  .heading-2 div {
    font-size: 28px;
    line-height: 1.1em;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 24px;
    line-height: 1.1em;
  }
}
h3 *, h3 p, h3 span, h3 div,
.heading-3 *,
.heading-3 p,
.heading-3 span,
.heading-3 div {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h3 *, h3 p, h3 span, h3 div,
  .heading-3 *,
  .heading-3 p,
  .heading-3 span,
  .heading-3 div {
    font-size: 24px;
    line-height: 1.1em;
  }
}

/**
* Heading 4.
*/
h4 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 20px;
    line-height: 1.1em;
  }
}
h4 *, h4 p, h4 span, h4 div {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h4 *, h4 p, h4 span, h4 div {
    font-size: 20px;
    line-height: 1.1em;
  }
}

/**
* Heading 5.
*/
h5 {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 14px;
    line-height: 1.1em;
  }
}

/**
 * Subheading.
 */
p,
a {
  font-size: 16px;
  line-height: 1.4em;
}
@media only screen and (max-width: 899px) {
  p,
  a {
    font-size: 16px;
    line-height: 1.4em;
  }
}
p.is-white,
a.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  transition: all 750ms ease;
  transition-delay: 250ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  max-width: 44px;
  min-width: 44px;
  aspect-ratio: 1;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease-in-out;
  background-color: blue;
  color: hsl(0, 0%, 100%);
  border-radius: 4px;
  padding: 11px 17px;
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: orange;
  color: hsl(0, 0%, 100%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 7px;
  height: 13px;
  color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(100% + 40px);
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 2000px) {
  .wrapper {
    max-width: calc(2000px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(100% + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(100% + 32px);
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(100% + 160px);
  padding: 0 80px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 2000px) {
  .wrapper--small {
    max-width: calc(2000px + 240px);
    padding: 0 120px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1999px) {
  .wrapper--small {
    max-width: calc(100% + 240px);
    padding: 0 120px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(100% + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(100% + 32px);
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (narrow)
 */
.wrapper--narrow {
  max-width: calc(100% + 328px);
  padding: 0 164px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 2000px) {
  .wrapper--narrow {
    max-width: calc(2000px + 480px);
    padding: 0 240px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1999px) {
  .wrapper--narrow {
    max-width: calc(100% + 480px);
    padding: 0 240px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper--narrow {
    max-width: calc(100% + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--narrow {
    max-width: calc(100% + 32px);
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Self hosted google webfonts.
 * https://gwfh.mranftl.com/fonts
 **/
/* pphatton-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
  src: url("../fonts/PPHatton-UltralightItalic.woff2") format("woff2"), url("../fonts/PPHatton-UltralightItalic.woff") format("woff");
}
/* ppneuemontreal-400 - latin */
@font-face {
  font-display: swap;
  font-family: "PPNeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Book.woff") format("woff");
}
/* saans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Saans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Saans-Medium.woff2") format("woff2"), url("../fonts/Saans-Medium.woff") format("woff");
}
body.page--275 .content-constraint__main {
  min-height: 100%;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.dot {
  width: 12px;
  height: 12px;
  position: fixed;
  bottom: -100vh;
  z-index: 5000;
  left: 0;
  pointer-events: none;
  transition: height 100ms ease-in-out, width 100ms ease-in-out;
  backdrop-filter: none !important;
  display: none;
  background-color: #FFF;
  border-radius: 50%;
  mix-blend-mode: difference;
  position: fixed;
}

.dot:active {
  height: 8px;
  width: 8px;
}

.shrink {
  height: 8px;
  width: 8px;
}

@media not all and (hover: none) {
  .dot {
    display: block;
    bottom: 0;
    top: 0;
  }
  .dot.clicking {
    background-color: red;
  }
  .dot.text {
    clip-path: url(#cursorText);
  }
}
.dot.dotHover {
  height: 20px;
  width: 20px;
}

.dotHover.shrink {
  height: 15px;
  width: 15px;
}

.dot.drag {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot.drag::after {
  content: "Swipe";
  color: black;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-family: "PP-Hatton";
}

.dot.view {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: unset;
  background-color: hsl(0, 0%, 15%);
}
.dot.view::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33301 12.6666L13.9997 7.99992L9.33301 3.33325' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M13.9997 8H1.33301' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 48px;
  height: 48px;
  rotate: -45deg;
  content: "";
  color: hsl(0, 0%, 100%);
  font-size: 32px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-family: "PP-Hatton";
  mix-blend-mode: difference;
}

.dot.scroll {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot.scroll::after {
  content: "See more";
  color: black;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-family: "PP-Hatton";
  background-color: white;
}

@media (hover: none) {
  .dot {
    display: none;
  }
}
[data-split=heading] {
  visibility: hidden;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  font-kerning: none;
  opacity: 0;
  overflow: clip;
}
[data-split=heading] .line {
  overflow: hidden;
  display: block;
}
[data-split=heading] .word {
  display: inline-block;
  overflow: hidden;
}
[data-split=heading] .letter {
  display: inline-block;
  overflow: hidden;
}

/* Alt */
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: #131313;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.underline-link {
  text-decoration: none;
  position: relative;
}

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
}

.page-transition {
  background: transparent;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.page-transition .transition_pane {
  background: #fcfcfc;
  display: block;
  overflow: hidden;
  pointer-events: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
}

.page-transition .transition_pane.-top {
  top: 0;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.page-transition .transition_pane.-bottom {
  bottom: 0;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.page-transition .transition_pane.-bottom svg {
  max-width: 100px;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

/**
 * Components.
 */
.header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 300;
}
.header .header__container {
  position: relative;
}
.header .navigation {
  z-index: 200;
  pointer-events: none;
  position: fixed;
  inset: 0;
}
.header .navigation__dark-bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: hsl(0, 0%, 15%);
  position: absolute;
  inset: 0;
}
.header [data-navigation-status=active] .navigation__dark-bg {
  opacity: 0.33;
  visibility: visible;
}
.header .hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}
.header .hamburger-nav__bg {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: hsl(40, 5%, 88%);
  border-radius: 2.5em;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.header [data-navigation-status=active] .hamburger-nav__bg {
  width: 100%;
  height: 100%;
}
.header .hamburger-nav__group {
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1), transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  display: flex;
  position: relative;
  transform: scale(0.15) rotate(0.001deg);
  opacity: 0;
  visibility: hidden;
}
.header [data-navigation-status=active] .hamburger-nav__group {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
  visibility: visible;
}
.header .hamburger-nav__menu-p {
  color: hsla(0, 0%, 15%, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "PPNeueMontreal", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 599px) {
  .header .hamburger-nav__menu-p {
    font-size: 10px;
  }
}
.header .hamburger-nav__ul {
  grid-column-gap: 0.375em;
  grid-row-gap: 0.375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.header .hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .hamburger-nav__a {
  color: hsl(0, 0%, 15%);
  text-decoration: none;
  font-family: "PPNeueMontreal", Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 1.25em;
}
.header .hamburger-nav__a > span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.3em;
}
@media only screen and (max-width: 599px) {
  .header .hamburger-nav__a > span {
    font-size: 20px;
  }
}
.header .hamburger-nav__a > * {
  font-size: 32px;
}
@media only screen and (max-width: 599px) {
  .header .hamburger-nav__a > * {
    font-size: 20px;
  }
}
.header .hamburger-nav__a[aria-current] .hamburger-nav__p {
  opacity: 0.33;
}
.header .hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}
.header .hamburger-nav__dot {
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  transform: scale(0) rotate(0.001deg);
  opacity: 0.5;
}
.header .hamburger-nav__a[aria-current] .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 1;
}
.header .hamburger-nav:has(.hamburger-nav__a:hover) .hamburger-nav__dot {
  transform: scale(0) rotate(0.001deg);
}
.header .hamburger-nav .hamburger-nav__a:hover .hamburger-nav__dot {
  transform: scale(1) rotate(0.001deg);
  opacity: 0.25;
}
.header .hamburger-nav__toggle {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0em, 0em) rotate(0.001deg);
}
.header [data-navigation-status=active] .hamburger-nav__toggle {
  transform: translate(-1em, 1em) rotate(0.001deg);
}
.header .hamburger-nav__toggle-bar {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  background-color: hsl(0, 0%, 15%);
  width: 40%;
  height: 0.125em;
  position: absolute;
  transform: translateY(-0.15em) rotate(0.001deg);
}
.header .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar {
  transform: translateY(0.15em) rotate(0.001deg);
}
.header [data-navigation-status=active] .hamburger-nav__toggle .hamburger-nav__toggle-bar {
  transform: translateY(0em) rotate(45deg);
}
.header .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  transform: translateY(0.15em) rotate(0.001deg);
}
.header .hamburger-nav__toggle:hover .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(-0.15em) rotate(0.001deg);
}
.header [data-navigation-status=active] .hamburger-nav__toggle .hamburger-nav__toggle-bar:nth-child(2) {
  transform: translateY(0em) rotate(-45deg);
}

.loading-screen {
  pointer-events: auto;
  background-color: hsl(0, 0%, 96%);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-container {
  z-index: 99999999;
  pointer-events: none;
  background-color: hsl(0, 0%, 96%);
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading__progress {
  width: 1em;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.loading__progress-inner {
  transform-origin: bottom;
  background-color: #262626;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loading__numbers {
  flex-flow: row;
  align-items: flex-start;
  font-size: calc(10vw + 10vh);
  display: flex;
  position: absolute;
  bottom: 0.1em;
  left: 0.23em;
}

.loading__number-group {
  flex-flow: column;
  height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading__number-wrap {
  will-change: transform;
  flex-flow: column;
  display: flex;
  position: relative;
}

.loading__number {
  text-transform: uppercase;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-family: "Saans";
  line-height: 1;
  position: relative;
}

.loading__percentage-wrap {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0.375em;
  font-size: 0.3em;
  display: flex;
  overflow: hidden;
}

.loading__percentage {
  text-transform: uppercase;
  will-change: transform;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-family: "Saans";
  line-height: 1;
  position: relative;
}

.footer {
  background: #fcfcfc;
}
@media only screen and (min-width: 600px) {
  .footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    position: relative;
    z-index: 0;
    height: 100%;
  }
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 84px;
  background: #fcfcfc;
  padding-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .footer .wrapper {
    margin-top: 40px;
    padding-bottom: 64px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .wrapper {
    margin-top: 0;
  }
}
.footer .footer__heading em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}
.footer .footer__title {
  position: relative;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .footer .footer__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__title {
    text-align: left;
  }
}
.footer .footer__title * {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: 1.34em;
  font-family: "Saans";
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (max-width: 1490px) {
  .footer .footer__title * {
    font-size: 1.34em;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__title * {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__title * {
    font-size: 1.16em;
  }
}
@media screen and (max-width: 450px) {
  .footer .footer__title * {
    font-size: 1.08em;
  }
}
@media screen and (max-width: 380px) {
  .footer .footer__title * {
    font-size: 0.96em;
  }
}
@media screen and (max-width: 310px) {
  .footer .footer__title * {
    font-size: 0.84em;
  }
}
@media screen and (max-width: 244px) {
  .footer .footer__title * {
    font-size: 0.74em;
  }
}
@media screen and (max-width: 204px) {
  .footer .footer__title * {
    font-size: 0.64em;
  }
}
.footer .footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding-block: 84px 164px;
}
@media only screen and (max-width: 899px) {
  .footer .footer__container {
    flex-direction: column;
    gap: 40px;
    padding-block: 0 40px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__container {
    gap: 20px;
  }
}
.footer .footer__contact {
  max-width: 320px;
  width: 100%;
}
.footer .footer__contact .footer__editor * {
  font-family: "Saans";
  font-weight: 500;
  font-size: clamp(20px, 4vw, 32px);
}
.footer .footer__contact .footer__editor em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}
.footer .footer__contact .footer__button {
  margin-top: 32px;
}
@media only screen and (max-width: 899px) {
  .footer .footer__contact .footer__button {
    margin-top: 16px;
  }
}
.footer .footer__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  max-width: 640px;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__links {
    gap: 20px;
    flex-direction: column;
  }
}
.footer .footer__column-title {
  color: hsla(0, 0%, 15%, 0.6);
  font-weight: 400;
  font-size: 20px;
  font-family: "PPNeueMontreal";
  margin-bottom: 16px;
}
.footer .footer__column-menu,
.footer .footer__column-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer__column-email a,
.footer .footer__column-menu a,
.footer .footer__column-socials a {
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footer .footer__column-email a > span,
.footer .footer__column-menu a > span,
.footer .footer__column-socials a > span {
  display: inline-block;
}
.footer .footer__column-email a *,
.footer .footer__column-menu a *,
.footer .footer__column-socials a * {
  font-size: 18px;
}

.slogan__editor {
  font-family: "Saans";
  display: flex;
  flex-direction: row;
  align-items: baseline;
  position: relative;
  padding-block: 50px !important;
}
@media only screen and (max-width: 899px) {
  .slogan__editor {
    flex-direction: column;
    gap: 8px;
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .slogan__editor {
    padding-block: 64px;
  }
}
.slogan__editor span {
  font-family: "PPNeueMontreal";
  font-size: 16px;
}

.slogan__highlight p {
  text-indent: 400px;
  text-align-last: left;
}
@media only screen and (max-width: 899px) {
  .slogan__highlight p {
    text-indent: 0;
  }
}
.slogan__highlight * {
  text-indent: 0;
  font-size: clamp(2.5rem, 6vw, 78px);
  line-height: 1.2em;
  color: hsl(0, 0%, 15%);
  font-family: "Saans";
  font-weight: 500;
}
.slogan__highlight em * {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}

.slogan__subtitle {
  position: absolute;
  top: 208px;
  left: 0;
}
@media only screen and (max-width: 899px) {
  .slogan__subtitle {
    position: relative;
    top: unset;
    left: unset;
  }
}

.main-hero .main-hero__container {
  position: relative;
}
.main-hero .main-hero__editor {
  position: absolute;
  top: 8px;
  left: 0;
  overflow: hidden;
  z-index: 6;
}
@media only screen and (max-width: 899px) {
  .main-hero .main-hero__editor {
    top: 16px;
  }
}
.main-hero .main-hero__editor * {
  font-family: "Saans";
  font-weight: 500;
  font-size: clamp(20px, 4vw, 32px);
}
.main-hero .main-hero__editor em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}
.main-hero .main-hero__section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-hero .main-hero__section > img {
  width: 15vw;
  height: 15vw;
  position: absolute;
  object-fit: cover;
  border-radius: 16px;
  z-index: 5;
}
.main-hero .main-hero__heading {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  position: relative;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  letter-spacing: 6px;
  text-shadow: 3px 3px 0 #ff7fa3, 6px 6px 0 #6ec1ff, 9px 9px 0 #80ffb3;
}

@media (max-width: 768px) {
    .main-hero .main-hero__heading {
		letter-spacing: 3px;
        text-shadow: 2px 2px 0 #ff7fa3,
                     4px 4px 0 #6ec1ff,
                     6px 6px 0 #80ffb3;
}}
.main-hero .main-hero__heading * {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: uppercase;
}
.main-hero .main-hero__wrap {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  pointer-events: none;
}
.main-hero .main-hero__list {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-hero .main-hero__item {
  opacity: 0;
  border-radius: 0.3125em;
  width: 15em;
  height: 20em;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  display: none;
}
.main-hero .main-hero__item__img {
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.main-hero .main-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "PPNeueMontreal";
  font-size: 16px;
}
@media only screen and (max-width: 899px) {
  .main-hero .main-hero__scroll {
    bottom: 104px;
  }
}

.project-grid .wrapper {
  padding-block: 120px 120px;
}
@media only screen and (max-width: 899px) {
  .project-grid .wrapper {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid .wrapper {
    padding-block: 64px 100px;
  }
}

.project-grid__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 50px;
}
@media only screen and (max-width: 899px) {
  .project-grid__head {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.project-grid__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container {
    gap: 32px;
  }
}
.project-grid__container .project-grid__image {
  display: none;
  width: 100%;
  overflow: clip;
}
.project-grid__container .project-grid__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__image {
    display: block;
    margin-bottom: 16px;
  }
}
.project-grid__container .project-grid__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item {
    background-image: unset !important;
    padding: 0;
  }
}
.project-grid__container .project-grid__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(24px);
  background-color: rgba(56, 56, 56, 0.32);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item::before {
    display: none;
  }
}
.project-grid__container .project-grid__item:hover .project-grid__content {
  opacity: 1;
}
.project-grid__container .project-grid__item:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item:hover::before {
    backdrop-filter: blur(4px);
  }
}
.project-grid__container .project-grid__item:hover .project-grid__category {
  opacity: 1;
}
.project-grid__container .project-grid__item > * {
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item > * {
    color: hsl(0, 0%, 15%);
  }
}
.project-grid__container .project-grid__item .project-grid__content {
  margin-top: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item .project-grid__content {
    opacity: 1;
  }
}
.project-grid__container .project-grid__item .project-grid__title {
  color: hsl(0, 0%, 100%);
  font-family: "Saans";
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item .project-grid__title {
    color: hsl(0, 0%, 15%);
    margin-top: 8px;
  }
}
.project-grid__container .project-grid__item .project-grid__title em {
  font-family: "PPHatton";
  font-style: italic;
  font-weight: 200 !important;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item .project-grid__title em {
    color: hsl(0, 0%, 15%);
  }
}
.project-grid__container .project-grid__item .project-grid__category {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item .project-grid__category {
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    gap: 8px;
  }
}
.project-grid__container .project-grid__item .project-grid__category span {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-family: "PPNeueMontreal";
  font-weight: 400;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.12);
  padding: 10px;
  border-radius: 8px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item .project-grid__category span {
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
  }
}
.project-grid__container .project-grid__item:first-child {
  max-width: calc(60% - 10px);
  width: 100%;
  height: 440px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item:first-child {
    max-width: calc(50% - 20px);
    height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__container .project-grid__item:first-child {
    max-width: 100%;
    height: 100%;
  }
}
.project-grid__container .project-grid__item:nth-child(2) {
  max-width: calc(40% - 10px);
  width: 100%;
  height: 440px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item:nth-child(2) {
    max-width: calc(50% - 20px);
    height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__container .project-grid__item:nth-child(2) {
    max-width: 100%;
    height: 100%;
  }
}
.project-grid__container .project-grid__item:nth-child(3) {
  max-width: calc(40% - 10px);
  width: 100%;
  height: 440px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item:nth-child(3) {
    max-width: calc(50% - 20px);
    height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__container .project-grid__item:nth-child(3) {
    max-width: 100%;
    height: 100%;
  }
}
.project-grid__container .project-grid__item:nth-child(4) {
  max-width: calc(60% - 10px);
  width: 100%;
  height: 440px;
}
@media only screen and (max-width: 899px) {
  .project-grid__container .project-grid__item:nth-child(4) {
    max-width: calc(50% - 20px);
    height: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__container .project-grid__item:nth-child(4) {
    display: none;
  }
}

.project-grid__link {
  font-size: 20px;
}
@media only screen and (max-width: 899px) {
  .project-grid__link {
    font-size: 16px;
  }
}

.project-grid__marquee {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 80px;
}
@media only screen and (max-width: 899px) {
  .project-grid__marquee {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__marquee {
    padding-top: 32px;
  }
}
.project-grid__marquee .marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.project-grid__marquee .marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}
.project-grid__marquee .marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
  align-items: center;
}
.project-grid__marquee .marquee-advanced__collection svg {
  margin-inline: 40px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 899px) {
  .project-grid__marquee .marquee-advanced__collection svg {
    margin-inline: 20px;
    width: 32px;
    height: 32px;
  }
}
.project-grid__marquee .marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}
.project-grid__marquee .marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 100px;
  font-family: "Saans";
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .project-grid__marquee .marquee__advanced__p {
    font-size: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .project-grid__marquee .marquee__advanced__p {
    font-size: 40px;
  }
}

.cursor-marquee {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  color: hsl(0, 0%, 15%);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transform: translateY(0%) rotate(0.001deg);
  clip-path: inset(calc(50% - 0.25em) round 50em);
  will-change: clip-path;
  opacity: 0;
}

[data-cursor-marquee-status=active] .cursor-marquee__card {
  clip-path: inset(0 round 50em);
  transform: translateY(-25%) rotate(0.001deg);
}

/* Show cursor dot when script loaded */
[data-cursor-marquee-status=not-active] .cursor-marquee__card,
[data-cursor-marquee-status=active] .cursor-marquee__card {
  opacity: 1;
}

/* CSS Keyframe Animation */
@keyframes translateXCursor {
  to {
    transform: translateX(-100%);
  }
}
.cursor-marquee__text-span {
  white-space: nowrap;
  transform-origin: 0;
  padding: 0.5em;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span {
  animation: translateXCursor 10s linear infinite paused;
  transition: opacity 0.15s ease-in-out 0.25s;
  opacity: 0;
}

[data-cursor-marquee-status=active] .cursor-marquee__text-span {
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 1;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.cursor-marquee {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}
.cursor-marquee__card {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transform: translateY(0%) rotate(0.001deg);
  clip-path: inset(calc(50% - 0.25em) round 50em);
  will-change: clip-path;
  opacity: 0;
}
.cursor-marquee__text-span {
  white-space: nowrap;
  transform-origin: 0;
  padding: 0.5em;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  position: relative;
  animation: translateXCursor 10s linear infinite paused;
  transition: opacity 0.15s ease-in-out 0.25s;
  opacity: 0;
}
.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

[data-cursor-marquee-status=active] .cursor-marquee__card {
  clip-path: inset(0 round 50em);
  transform: translateY(-25%) rotate(0.001deg);
}
[data-cursor-marquee-status=active] .cursor-marquee__text-span {
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 1;
}

[data-cursor-marquee-status=not-active] .cursor-marquee__card,
[data-cursor-marquee-status=active] .cursor-marquee__card {
  opacity: 1;
}

@keyframes translateXCursor {
  to {
    transform: translateX(-100%);
  }
}
.text-image .wrapper {
  padding-block: 0px !important;
}
@media only screen and (max-width: 899px) {
  .text-image .wrapper {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .wrapper {
    padding-block: 64px;
	padding-bottom: 50px !important;
  }
}
.text-image .text-image__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__container {
    align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__container {
    flex-direction: column-reverse;
  }
}
.text-image .text-image__image {
  max-width: 424px;
  width: 100%;
  max-height: 580px;
  overflow: clip;
  border-radius: 16px;
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__image {
    max-width: 100%;
  }
}
.text-image .text-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.text-image .text-image__content {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.text-image .text-image__editor {
  margin-block: 24px 32px;
}

.faq .wrapper {
  padding-block: 164px;
}
@media only screen and (max-width: 899px) {
  .faq .wrapper {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .faq .wrapper {
    padding-block: 64px;
  }
}
.faq .faq__title {
  margin-bottom: 24px;
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 940px;
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .faq .faq__list {
    margin-top: 32px;
  }
}
.faq .faq__item {
  border-bottom: 1px solid hsla(0, 0%, 15%, 0.8);
  padding-bottom: 16px;
  width: 100%;
}
.faq .faq__item-head {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .faq .faq__item-head {
    gap: 16px;
  }
}
.faq .faq__item-head * {
  font-size: 24px;
  line-height: 1.2;
  padding-right: 24px;
}
@media only screen and (max-width: 899px) {
  .faq .faq__item-head * {
    font-size: 18px;
  }
}
.faq .faq__item-head .faq__item-number {
  font-family: "PPHatton";
  font-weight: 200 !important;
  font-style: italic;
  width: 32px;
  min-width: 32px;
}
.faq .faq__item-head::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: hsl(0, 0%, 15%);
  transition: all 250ms ease-in-out;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.faq .faq__item-head::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: hsl(0, 0%, 15%);
  transition: all 250ms ease-in-out;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
}
.faq .faq__item-head.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq .faq__item-body {
  padding-top: 16px;
}

.contact .gform_confirmation_message {
  font-size: 16px;
  font-family: "PPNeueMontreal";
  font-weight: 400;
}
.contact .contact__container {
  display: flex;
  flex-direction: row;
  gap: 120px;
  padding-block: 164px;
}
@media only screen and (max-width: 899px) {
  .contact .contact__container {
    padding-block: 64px;
    gap: 64px;
    flex-direction: column-reverse;
  }
}
.contact .contact__container--info {
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .contact .contact__container--info {
    max-width: 100%;
  }
}
.contact .contact__container--info .contact__editor {
  position: sticky;
  top: 40px;
}
.contact .contact__container--info a {
  overflow: hidden;
  cursor: pointer;
  display: block;
  line-height: 1.3em;
}
.contact .contact__container--info a > span {
  display: inline-block;
}
.contact .contact__container--info a * {
  font-size: 16px;
}
.contact .contact__editor h4 {
  margin-block: 24px 8px;
}
.contact .contact__container--form {
  max-width: 60%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .contact .contact__container--form {
    max-width: 100%;
  }
}
.contact .contact__container--form h2 em {
  font-family: "PPHatton";
  font-weight: 200 !important;
  font-style: italic;
}
.contact .contact__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact .gform_wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .contact .gform_wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .contact .gform_wrapper {
    margin-top: 32px;
  }
}
.contact .gform_wrapper .gfield_label,
.contact .gform_wrapper .gform_footer {
  display: none;
}
.contact .gform_wrapper input:not(.gform_button),
.contact .gform_wrapper select,
.contact .gform_wrapper textarea {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid hsla(0, 0%, 15%, 0.4) !important;
  padding-left: 0 !important;
  font-family: "PPNeueMontreal" !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  transition: all 250ms ease-in-out !important;
}
.contact .gform_wrapper input:not(.gform_button)::placeholder,
.contact .gform_wrapper select::placeholder,
.contact .gform_wrapper textarea::placeholder {
  color: hsla(0, 0%, 15%, 0.4);
}
.contact .gform_wrapper input:not(.gform_button):focus,
.contact .gform_wrapper select:focus,
.contact .gform_wrapper textarea:focus {
  outline: none !important;
  border-bottom: 1px solid hsl(0, 0%, 15%) !important;
}
.contact .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.contact .gform_wrapper .validation_message {
  font-family: "PPNeueMontreal" !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: hsl(359, 100%, 50%) !important;
}

.default .back-home {
  margin-top: 32px;
  display: flex;
}
.default h1 {
  margin-bottom: 12px;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  position: relative;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  text-transform: uppercase;
}
.default h1 * {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: uppercase;
}
.default .default__container {
  display: flex;
  flex-direction: column;
  padding-block: 200px;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .default .default__container {
    padding-block: 64px;
  }
}
.default .default__button {
  margin-top: 48px;
}
@media only screen and (max-width: 899px) {
  .default .default__button {
    margin-top: 24px;
  }
}

.project-list .wrapper {
  padding-inline: 0;
}
.project-list .project-list__container {
  padding-block: 164px;
}
@media only screen and (max-width: 899px) {
  .project-list .project-list__container {
    padding-block: 64px;
  }
}
.project-list h1.project-list__title {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: upperproject;
}
.project-list h1.project-list__title * {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: upperproject;
}
.project-list .project-container {
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .project-list .project-container {
    margin-top: 32px;
  }
}
.project-list .project-collection {
  width: 100%;
  margin-top: 0.5em;
}
.project-list .project-item__row {
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  padding-block: 16px;
}
@media screen and (max-width: 992px) {
  .project-list .project-item__row div:nth-child(2) {
    position: absolute;
    top: 16px;
    z-index: 2;
    left: 16px;
  }
  .project-list .project-item__row div:nth-child(2) .project-item__text {
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-family: "PPNeueMontreal";
    font-weight: 400;
  }
}
.project-list .project-item__col {
  flex: 1;
}
.project-list .project-item__col.is--large {
  max-width: 50%;
}
.project-list .project-item__col.is--medium {
  max-width: 25%;
}
.project-list .project-item__col.is--small {
  max-width: 15%;
}
.project-list .project-container__label {
  color: hsla(0, 0%, 15%, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "PPNeueMontreal";
}
.project-list .project-list {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}
.project-list .project-item {
  width: 100%;
  transition: opacity 0.2s;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .project-list .project-item {
    border-top: unset;
  }
}
.project-list .project-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  font-family: "Saans";
}
.project-list .project-item__text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "PPNeueMontreal";
}
.project-list .project-item__visual {
  aspect-ratio: 1/1.25;
  width: 20em;
  display: none;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.project-list .project-follower [data-follower-visual] {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.project-list .project-item__inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}
.project-list .project-item__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-list .project-follower {
  z-index: 9999;
  aspect-ratio: 1/1.25;
  pointer-events: none;
  border-radius: 0.75em;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.project-list .project-follower__label {
  z-index: 2;
  position: absolute;
  opacity: 0;
  transform: translate(0px, 100%);
  transition: opacity 0.1s ease, transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
}
.project-list .project-follower__label-span {
  background-color: #fff;
  border-radius: 0.25em;
  padding: 0.75em 1.25em;
  font-size: 14px;
}
.project-list .project-follower__inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s ease, transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
}
@media screen and (min-width: 992px) {
  .project-list .project-item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media (hover: hover) and (min-width: 992px) {
  .project-list .project-list__container:has([data-follower-collection]:hover) .project-follower__inner {
    opacity: 1;
    transform: scale(1);
  }
  .project-list .project-list__container:has([data-follower-collection]:hover) .project-follower__label {
    opacity: 1;
    transform: translate(0px, 0%);
  }
  .project-list .project-list__container:has(.project-item:hover) .project-item:not(:hover) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .project-list .project-item__row {
    grid-row-gap: 0.5em;
  }
  .project-list .project-item__row.tabelt--hide {
    display: none;
  }
  .project-list .project-item__col.is--large {
    flex: none;
    order: -1;
    width: 100%;
    max-width: none;
  }
  .project-list .project-item__col.is--medium {
    order: -1;
    max-width: 80%;
  }
  .project-list .project-item__col.is--small {
    text-align: right;
    max-width: 20%;
  }
  .project-list .project-item__col.is--small.tablet--hide {
    display: none;
  }
  .project-list .project-list {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    flex-flow: wrap;
  }
  .project-list .project-item {
    width: calc(50% - 0.5em);
  }
  .project-list .project-item__heading {
    font-size: 2em;
  }
  .project-list .project-item__visual {
    border-radius: 0.75em;
    order: -1;
    width: 100%;
    margin-bottom: 1em;
    display: block;
    position: relative;
  }
  .project-list .project-item__inner {
    border: 1px #000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  .project-list .project-follower {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project-list .project-container {
    padding-left: 0;
    padding-right: 0;
  }
  .project-list .project-list {
    grid-row-gap: 3em;
  }
  .project-list .project-item {
    width: 100%;
  }
}

.project-single .back-home {
  margin-top: 32px;
}
.project-single .project-single__header {
  padding-top: 164px;
  max-width: 65%;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__header {
    max-width: 100%;
  }
}
.project-single .project-single__header h1 {
  text-align: center;
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  min-height: 300px;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__header h1 {
    min-height: unset;
  }
}
.project-single .project-single__header h1 *:not(em) {
  font-weight: 500;
  color: hsl(0, 0%, 15%);
  font-size: clamp(52px, 8vw, 148px);
  font-family: "Saans";
  text-transform: uppercase;
}
.project-single .project-single__header h1 em {
  font-size: clamp(52px, 8vw, 148px);
  color: hsl(0, 0%, 15%);
}
.project-single .project-single__image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 24px;
}
.project-single .project-single__image-small-box {
  border-radius: 1em;
  width: 20em;
  position: relative;
}
.project-single .project-single__content-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__content-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .project-single .project-single__content-section .wrapper--small,
  .project-single .project-single__content-section .wrapper--narrow {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.project-single .project-single__image-big-box {
  border-radius: 16px;
  width: 100%;
  position: relative;
}
.project-single .project-single__image-wrapper-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-single .project-single__full-image {
  will-change: transform;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  isolation: isolate;
  transform: translateX(0) rotate(0.001deg);
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.project-single .project-single__image-before {
  padding-top: 56.25%;
}
.project-single .project-single__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .project-single .project-single__image-small-box {
    width: 15em;
  }
}
.project-single .project-single__info {
  padding-block: 0 160px;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info {
    padding-block: 0 40px;
  }
}
.project-single .project-single__info .wrapper {
  padding-inline: 0;
}
.project-single .project-single__info .project-single__info-items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info .project-single__info-items {
    gap: 44px;
  }
}
.project-single .project-single__info .project-single__info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info .project-single__info-item {
    flex-direction: column;
    gap: 24px;
  }
}
.project-single .project-single__info .project-single__info-item .project-single__info-item-title {
  max-width: calc(50% - 20px);
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: hsl(0, 0%, 15%);
  font-weight: 500;
  font-family: "Saans";
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info .project-single__info-item .project-single__info-item-title {
    max-width: 100%;
  }
}
.project-single .project-single__info .project-single__info-item .project-single__info-item-text {
  max-width: calc(50% - 20px);
  width: 100%;
  text-align: left;
  font-family: "PPNeueMontreal";
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info .project-single__info-item .project-single__info-item-text {
    max-width: 100%;
  }
}
.project-single .project-single__info-link {
  max-width: calc(50% - 20px);
  width: 100%;
  margin-left: auto;
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .project-single .project-single__info-link {
    max-width: 100%;
    margin-left: unset;
    margin-top: 40px;
  }
}
.project-single .project-single__info-link a {
  font-size: 18px;
  color: hsl(0, 0%, 15%);
  font-weight: 500;
  position: relative;
  width: fit-content;
  line-height: 1.6em;
  font-family: "Saans";
}
.project-single .project-single__info-link > a.link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 15%);
  bottom: 0;
  left: 0;
  transition: all 250ms ease-in-out;
}

.project-single__more--head {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .project-single__more--head {
    margin-bottom: 24px;
  }
}

.project-single__more-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  overflow-x: auto;
  overflow-y: clip;
  position: relative;
}
.project-single__more-inner::-webkit-scrollbar {
  display: none;
}
.project-single__more-inner .project-single__more-container {
  display: flex;
  width: max-content;
}
.project-single__more-inner .project-single__more-list {
  display: flex;
  width: max-content;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}
.project-single__more-inner .project-single__more-item {
  list-style-type: none;
  width: 20vw;
  height: 20vw;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .project-single__more-inner .project-single__more-item {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}
.project-single__more-inner .project-single__more-link {
  display: block;
  width: 100%;
  height: 100%;
}
.project-single__more-inner .project-single__more-image {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  object-fit: cover;
  will-change: transform;
}
.project-single__more-inner .project-single__more-list--clone {
  width: max-content;
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 15%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 15%);
}

/**
 * `background-color` hsl(0, 0%, 15%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 15%);
}

/**
 * `color` hsla(0, 0%, 15%, 0.9)-90 color utility.
 */
.color-black-90 {
  color: hsla(0, 0%, 15%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.9)-90 color utility.
 */
.background-color-black-90 {
  background-color: hsla(0, 0%, 15%, 0.9);
}

/**
 * `color` hsla(0, 0%, 15%, 0.8)-80 color utility.
 */
.color-black-80 {
  color: hsla(0, 0%, 15%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.8)-80 color utility.
 */
.background-color-black-80 {
  background-color: hsla(0, 0%, 15%, 0.8);
}

/**
 * `color` hsla(0, 0%, 15%, 0.7)-70 color utility.
 */
.color-black-70 {
  color: hsla(0, 0%, 15%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.7)-70 color utility.
 */
.background-color-black-70 {
  background-color: hsla(0, 0%, 15%, 0.7);
}

/**
 * `color` hsla(0, 0%, 15%, 0.6)-60 color utility.
 */
.color-black-60 {
  color: hsla(0, 0%, 15%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.6)-60 color utility.
 */
.background-color-black-60 {
  background-color: hsla(0, 0%, 15%, 0.6);
}

/**
 * `color` hsla(0, 0%, 15%, 0.5)-50 color utility.
 */
.color-black-50 {
  color: hsla(0, 0%, 15%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.5)-50 color utility.
 */
.background-color-black-50 {
  background-color: hsla(0, 0%, 15%, 0.5);
}

/**
 * `color` hsla(0, 0%, 15%, 0.4)-40 color utility.
 */
.color-black-40 {
  color: hsla(0, 0%, 15%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.4)-40 color utility.
 */
.background-color-black-40 {
  background-color: hsla(0, 0%, 15%, 0.4);
}

/**
 * `color` hsla(0, 0%, 15%, 0.3)-30 color utility.
 */
.color-black-30 {
  color: hsla(0, 0%, 15%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.3)-30 color utility.
 */
.background-color-black-30 {
  background-color: hsla(0, 0%, 15%, 0.3);
}

/**
 * `color` hsla(0, 0%, 15%, 0.2)-20 color utility.
 */
.color-black-20 {
  color: hsla(0, 0%, 15%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.2)-20 color utility.
 */
.background-color-black-20 {
  background-color: hsla(0, 0%, 15%, 0.2);
}

/**
 * `color` hsla(0, 0%, 15%, 0.1)-10 color utility.
 */
.color-black-10 {
  color: hsla(0, 0%, 15%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 15%, 0.1)-10 color utility.
 */
.background-color-black-10 {
  background-color: hsla(0, 0%, 15%, 0.1);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.color-white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.background-color-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.color-white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.background-color-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.color-white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.background-color-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.color-white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.background-color-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.color-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.background-color-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.color-white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.background-color-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.color-white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.background-color-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.color-white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.background-color-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.color-white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.background-color-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `color` hsl(359, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(359, 100%, 50%);
}

/**
 * `background-color` hsl(359, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(359, 100%, 50%);
}

/**
 * `color` hsla(359, 100%, 50%, 0.9)-90 color utility.
 */
.color-red-90 {
  color: hsla(359, 100%, 50%, 0.9);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.9)-90 color utility.
 */
.background-color-red-90 {
  background-color: hsla(359, 100%, 50%, 0.9);
}

/**
 * `color` hsla(359, 100%, 50%, 0.8)-80 color utility.
 */
.color-red-80 {
  color: hsla(359, 100%, 50%, 0.8);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.8)-80 color utility.
 */
.background-color-red-80 {
  background-color: hsla(359, 100%, 50%, 0.8);
}

/**
 * `color` hsla(359, 100%, 50%, 0.7)-70 color utility.
 */
.color-red-70 {
  color: hsla(359, 100%, 50%, 0.7);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.7)-70 color utility.
 */
.background-color-red-70 {
  background-color: hsla(359, 100%, 50%, 0.7);
}

/**
 * `color` hsla(359, 100%, 50%, 0.6)-60 color utility.
 */
.color-red-60 {
  color: hsla(359, 100%, 50%, 0.6);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.6)-60 color utility.
 */
.background-color-red-60 {
  background-color: hsla(359, 100%, 50%, 0.6);
}

/**
 * `color` hsla(359, 100%, 50%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(359, 100%, 50%, 0.5);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.5)-50 color utility.
 */
.background-color-red-50 {
  background-color: hsla(359, 100%, 50%, 0.5);
}

/**
 * `color` hsla(359, 100%, 50%, 0.4)-40 color utility.
 */
.color-red-40 {
  color: hsla(359, 100%, 50%, 0.4);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.4)-40 color utility.
 */
.background-color-red-40 {
  background-color: hsla(359, 100%, 50%, 0.4);
}

/**
 * `color` hsla(359, 100%, 50%, 0.3)-30 color utility.
 */
.color-red-30 {
  color: hsla(359, 100%, 50%, 0.3);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.3)-30 color utility.
 */
.background-color-red-30 {
  background-color: hsla(359, 100%, 50%, 0.3);
}

/**
 * `color` hsla(359, 100%, 50%, 0.2)-20 color utility.
 */
.color-red-20 {
  color: hsla(359, 100%, 50%, 0.2);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.2)-20 color utility.
 */
.background-color-red-20 {
  background-color: hsla(359, 100%, 50%, 0.2);
}

/**
 * `color` hsla(359, 100%, 50%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(359, 100%, 50%, 0.1);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(359, 100%, 50%, 0.1);
}

/**
 * `color` hsl(0, 0%, 96%)-100 color utility.
 */
.color-yw-white-100 {
  color: hsl(0, 0%, 96%);
}

/**
 * `background-color` hsl(0, 0%, 96%)-100 color utility.
 */
.background-color-yw-white-100 {
  background-color: hsl(0, 0%, 96%);
}

/**
 * `color` hsla(0, 0%, 96%, 0.9)-90 color utility.
 */
.color-yw-white-90 {
  color: hsla(0, 0%, 96%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.9)-90 color utility.
 */
.background-color-yw-white-90 {
  background-color: hsla(0, 0%, 96%, 0.9);
}

/**
 * `color` hsla(0, 0%, 96%, 0.8)-80 color utility.
 */
.color-yw-white-80 {
  color: hsla(0, 0%, 96%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.8)-80 color utility.
 */
.background-color-yw-white-80 {
  background-color: hsla(0, 0%, 96%, 0.8);
}

/**
 * `color` hsla(0, 0%, 96%, 0.7)-70 color utility.
 */
.color-yw-white-70 {
  color: hsla(0, 0%, 96%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.7)-70 color utility.
 */
.background-color-yw-white-70 {
  background-color: hsla(0, 0%, 96%, 0.7);
}

/**
 * `color` hsla(0, 0%, 96%, 0.6)-60 color utility.
 */
.color-yw-white-60 {
  color: hsla(0, 0%, 96%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.6)-60 color utility.
 */
.background-color-yw-white-60 {
  background-color: hsla(0, 0%, 96%, 0.6);
}

/**
 * `color` hsla(0, 0%, 96%, 0.5)-50 color utility.
 */
.color-yw-white-50 {
  color: hsla(0, 0%, 96%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.5)-50 color utility.
 */
.background-color-yw-white-50 {
  background-color: hsla(0, 0%, 96%, 0.5);
}

/**
 * `color` hsla(0, 0%, 96%, 0.4)-40 color utility.
 */
.color-yw-white-40 {
  color: hsla(0, 0%, 96%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.4)-40 color utility.
 */
.background-color-yw-white-40 {
  background-color: hsla(0, 0%, 96%, 0.4);
}

/**
 * `color` hsla(0, 0%, 96%, 0.3)-30 color utility.
 */
.color-yw-white-30 {
  color: hsla(0, 0%, 96%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.3)-30 color utility.
 */
.background-color-yw-white-30 {
  background-color: hsla(0, 0%, 96%, 0.3);
}

/**
 * `color` hsla(0, 0%, 96%, 0.2)-20 color utility.
 */
.color-yw-white-20 {
  color: hsla(0, 0%, 96%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.2)-20 color utility.
 */
.background-color-yw-white-20 {
  background-color: hsla(0, 0%, 96%, 0.2);
}

/**
 * `color` hsla(0, 0%, 96%, 0.1)-10 color utility.
 */
.color-yw-white-10 {
  color: hsla(0, 0%, 96%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 96%, 0.1)-10 color utility.
 */
.background-color-yw-white-10 {
  background-color: hsla(0, 0%, 96%, 0.1);
}

/**
 * `color` hsl(40, 5%, 88%)-100 color utility.
 */
.color-beige-100 {
  color: hsl(40, 5%, 88%);
}

/**
 * `background-color` hsl(40, 5%, 88%)-100 color utility.
 */
.background-color-beige-100 {
  background-color: hsl(40, 5%, 88%);
}

/**
 * `color` hsla(40, 5%, 88%, 0.9)-90 color utility.
 */
.color-beige-90 {
  color: hsla(40, 5%, 88%, 0.9);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.9)-90 color utility.
 */
.background-color-beige-90 {
  background-color: hsla(40, 5%, 88%, 0.9);
}

/**
 * `color` hsla(40, 5%, 88%, 0.8)-80 color utility.
 */
.color-beige-80 {
  color: hsla(40, 5%, 88%, 0.8);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.8)-80 color utility.
 */
.background-color-beige-80 {
  background-color: hsla(40, 5%, 88%, 0.8);
}

/**
 * `color` hsla(40, 5%, 88%, 0.7)-70 color utility.
 */
.color-beige-70 {
  color: hsla(40, 5%, 88%, 0.7);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.7)-70 color utility.
 */
.background-color-beige-70 {
  background-color: hsla(40, 5%, 88%, 0.7);
}

/**
 * `color` hsla(40, 5%, 88%, 0.6)-60 color utility.
 */
.color-beige-60 {
  color: hsla(40, 5%, 88%, 0.6);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.6)-60 color utility.
 */
.background-color-beige-60 {
  background-color: hsla(40, 5%, 88%, 0.6);
}

/**
 * `color` hsla(40, 5%, 88%, 0.5)-50 color utility.
 */
.color-beige-50 {
  color: hsla(40, 5%, 88%, 0.5);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.5)-50 color utility.
 */
.background-color-beige-50 {
  background-color: hsla(40, 5%, 88%, 0.5);
}

/**
 * `color` hsla(40, 5%, 88%, 0.4)-40 color utility.
 */
.color-beige-40 {
  color: hsla(40, 5%, 88%, 0.4);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.4)-40 color utility.
 */
.background-color-beige-40 {
  background-color: hsla(40, 5%, 88%, 0.4);
}

/**
 * `color` hsla(40, 5%, 88%, 0.3)-30 color utility.
 */
.color-beige-30 {
  color: hsla(40, 5%, 88%, 0.3);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.3)-30 color utility.
 */
.background-color-beige-30 {
  background-color: hsla(40, 5%, 88%, 0.3);
}

/**
 * `color` hsla(40, 5%, 88%, 0.2)-20 color utility.
 */
.color-beige-20 {
  color: hsla(40, 5%, 88%, 0.2);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.2)-20 color utility.
 */
.background-color-beige-20 {
  background-color: hsla(40, 5%, 88%, 0.2);
}

/**
 * `color` hsla(40, 5%, 88%, 0.1)-10 color utility.
 */
.color-beige-10 {
  color: hsla(40, 5%, 88%, 0.1);
}

/**
 * `background-color` hsla(40, 5%, 88%, 0.1)-10 color utility.
 */
.background-color-beige-10 {
  background-color: hsla(40, 5%, 88%, 0.1);
}

/**
 * Partials.
 */
/* Accessibility CSS - Focus indicators and screen reader utilities */
/* Skip to content link */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 100001;
  border-radius: 0 0 4px 4px;
  transition: top 0.3s;
}

.skip-to-content:focus {
  top: 0;
}

/* Screen reader only content */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  z-index: 100001;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: inherit !important;
}