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

.visually-hidden {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  height: 0 !important;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap; }

@font-face {
  font-family: 'Lyon';
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/Lyon-Regular/Lyon-Regular.eot");
  src: url("/assets/fonts/Lyon-Regular/Lyon-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Lyon-Regular/Lyon-Regular.woff2") format("woff2"), url("/assets/fonts/Lyon-Regular/Lyon-Regular.woff") format("woff"), url("/assets/fonts/Lyon-Regular/Lyon-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Lyon';
  font-weight: 300;
  font-style: italic;
  src: url("/assets/fonts/Lyon-italic/Lyon-italic.eot");
  src: url("/assets/fonts/Lyon-italic/Lyon-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Lyon-italic/Lyon-italic.woff2") format("woff2"), url("/assets/fonts/Lyon-italic/Lyon-italic.woff") format("woff"), url("/assets/fonts/Lyon-italic/Lyon-italic.ttf") format("truetype"); }

/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Medium Large screen / desktop & Laptop */
/* Large screen / wide desktop */
*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  font-size: 16px;
  line-height: 1.625rem;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: black;
  box-sizing: border-box;
  letter-spacing: 0.5px; }

html {
  scroll-behavior: smooth;
  scroll-padding: 270px; }
  html.no-scroll {
    overflow: hidden; }
    html.no-scroll body {
      overflow: hidden; }

body {
  overflow-x: hidden; }

p,
ul,
ol,
blockquote {
  margin: 0 0 2rem 0; }

p a {
  color: #dd7e64; }

a {
  color: black; }

ul {
  padding: 0;
  margin: 0 0 0 1.25rem; }

ul {
  /* Remove default bullets */ }
  ul li {
    margin-bottom: 14px; }

ol {
  margin: 0 0 2rem 0;
  padding: 0; }

small {
  font-size: 0.7rem;
  line-height: 1.5em;
  display: block;
  font-weight: 400; }

button {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background: none;
  outline: none; }

figure {
  margin: 0;
  padding: 0; }

main {
  display: block;
  padding-top: 60px; }

blockquote {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5em;
  max-width: 50%; }

hr {
  display: block;
  border: solid #e0e0e0;
  border-width: 1px 0 0 0;
  margin: 3rem 0; }

img,
svg {
  max-width: 100%;
  display: block;
  margin: 0; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  transform: translate3d(0, 0, 0); }

.wrap--narrow, .wrap--reg, .wrap--wide {
  width: 90%;
  margin: 0 auto;
  position: relative; }

.wrap--narrow {
  max-width: 740px; }

.wrap--reg {
  max-width: 1200px; }

.wrap--wide {
  max-width: 1400px; }

.wrapper {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding: 0 20px; } }

.title {
  margin-top: 64px;
  margin-bottom: 64px; }
  @media screen and (max-width: 991px) {
    .title {
      margin-top: 20px;
      margin-bottom: 20px; } }

.global-fixed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  bottom: 30px;
  top: 30px;
  align-items: flex-start; }
  @media screen and (max-width: 991px) {
    .global-fixed {
      top: 60px;
      bottom: 20px; } }
  .global-fixed a {
    display: inline-block;
    width: 46px;
    height: auto; }
  .global-fixed .hero--mobile__logos__senakw {
    width: 100px; }

.accordion__item--menu[data-open='true'].accordion__item .accordion__content {
  max-height: 350px; }
  @media screen and (max-width: 991px) {
    .accordion__item--menu[data-open='true'].accordion__item .accordion__content {
      max-height: 100vh;
      height: 100vh; } }

.accordion__item--menu .accordion__header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }
  .accordion__item--menu .accordion__header__q span {
    color: black; }

.accordion__item--menu .material-icons {
  color: #dd7e64;
  transition: color 1s ease; }

.accordion__content ol li {
  margin: 0 0 2rem 0; }

.accordion__content--menu {
  max-height: 0px;
  transition: max-height 0.6s ease;
  height: auto; }
  .accordion__content--menu.contrast-grey a {
    color: rgba(0, 0, 0, 0.3) !important; }
  .accordion__content--menu a {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .accordion__content--menu a {
        font-size: 2rem;
        line-height: 3rem;
        color: rgba(0, 0, 0, 0.3) !important; } }
    .accordion__content--menu a .active {
      color: black; }
  @media screen and (max-width: 991px) {
    .accordion__content--menu {
      position: absolute;
      text-align: right;
      z-index: 1;
      padding: 0 20px;
      background: white;
      right: 0;
      margin-top: 20px;
      width: 100vw;
      height: 100vh;
      top: -20px; }
      .accordion__content--menu .accordion__content--wrap {
        margin-top: 70px; } }

@media screen and (max-width: 991px) {
  .section__top .columns__left {
    display: none; } }

@media screen and (max-width: 991px) {
  .section__top .columns__center {
    flex: 1 0 100%; } }

.section__top .columns__center .senakw-center-logo {
  width: 100px;
  height: auto;
  display: block; }
  .section__top .columns__center .senakw-center-logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0; }

.section__top .columns__center header {
  display: none; }
  @media screen and (max-width: 991px) {
    .section__top .columns__center header {
      display: block; }
      .section__top .columns__center header .accordion__header {
        padding: 0; } }

.section__top .columns__center__img {
  margin-bottom: 110px; }
  .section__top .columns__center__img img {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .section__top .columns__center__img {
      margin-bottom: 20px; } }

.section__top .columns__center__vid video {
  width: 100%; }

.section__top .columns__center__info {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.6px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .section__top .columns__center__info {
      font-size: 1rem;
      line-height: 1.5rem; } }

.section__top .columns__center > *:last-child {
  padding-bottom: 75px; }

@media screen and (max-width: 991px) {
  .section__top .columns__right {
    display: none; } }

.section__top .columns__right__info {
  bottom: 89px;
  overflow: scroll;
  justify-content: center;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .section__top .columns__right__info::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

.section__bot a {
  text-decoration: none; }

.next {
  height: 500px;
  background: #dc7f64;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 125px;
  line-height: 128px;
  align-items: center;
  position: relative;
  z-index: 3;
  max-width: 100%;
  overflow: hidden; }
  .next.alt {
    background: #75b2b7; }
  @media screen and (max-width: 991px) {
    .next {
      font-size: 36px;
      line-height: 40px;
      height: 200px; } }
  .next .columns {
    align-items: center;
    height: 100%;
    flex-wrap: nowrap; }
    @media screen and (max-width: 991px) {
      .next .columns {
        justify-content: space-evenly; } }
    @media screen and (max-width: 991px) {
      .next .columns__left {
        display: none; } }
    .next .columns__right {
      margin-left: 30px; }
      @media screen and (max-width: 991px) {
        .next .columns__right {
          flex: 0 1 20%; } }
    @media screen and (max-width: 991px) {
      .next .columns__center {
        flex: 0 1 60%; } }

[data-reveal='hidden'] {
  opacity: 0;
  transform: translate3d(0, 50px, 0); }

[data-reveal='show'] {
  transition: all 0.5s ease; }

.page__careers .wrapper.title {
  margin-bottom: 60px; }

.max-width-wrapper {
  max-width: 1318px;
  padding: 0 26px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .max-width-wrapper {
      padding: 0 124px; } }

.section__bot {
  display: none; }

.bg-copper {
  background-color: #dc7f64;
  color: white; }

.bg-dark-copper {
  background-color: #cb4a37;
  color: white; }

.bg-dark-grey {
  background-color: #35363a;
  color: white; }

.bg-blue {
  background-color: #0e1036;
  color: white; }

.bg-white {
  background-color: white;
  color: black; }

.bg-grey {
  background-color: #f9f9f9;
  color: black; }

.bg-dark {
  background-color: black;
  color: white; }

.slick-gallery {
  padding-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .slick-gallery {
      padding-bottom: 0px; } }
  .slick-gallery__container {
    max-width: 300px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .slick-gallery__container {
        max-width: 620px; } }
    @media only screen and (min-width: 992px) {
      .slick-gallery__container {
        max-width: 800px; } }
    @media only screen and (min-width: 1200px) {
      .slick-gallery__container {
        max-width: 1024px; } }
  .slick-gallery__slide .slide-container.next-slide {
    transform: translateX(-50%); }
  .slick-gallery__slide .slide-container.prev-slide {
    transform: translateX(50%); }
  .slick-gallery__slide .slick-cloned[data-index='-1'] .slide-container {
    transform: translateX(50%); }
  @media only screen and (min-width: 1400px) {
    .slick-gallery__slide .slide-container.next-slide {
      transform: translateX(0%); }
    .slick-gallery__slide .slide-container.prev-slide {
      transform: translateX(0%); }
    .slick-gallery__slide .slick-cloned[data-index='-1'] .slide-container {
      transform: translateX(0%); } }
  .slick-gallery__slide .image--container {
    transform: scale(0.7);
    transform-origin: center; }
    @media only screen and (min-width: 1400px) {
      .slick-gallery__slide .image--container {
        transition: transform 500ms ease; } }
    .slick-gallery__slide .image--container img {
      position: relative;
      transform: translateX(-50%);
      left: 50%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .slick-gallery__slide .slick-slider {
    z-index: 1;
    min-height: 140px; }
    @media only screen and (min-width: 768px) {
      .slick-gallery__slide .slick-slider {
        min-height: 253px; } }
    @media only screen and (min-width: 992px) {
      .slick-gallery__slide .slick-slider {
        min-height: 370px; } }
    @media only screen and (min-width: 1200px) {
      .slick-gallery__slide .slick-slider {
        min-height: 433px; } }
    .slick-gallery__slide .slick-slider .slick-arrow {
      height: 100%;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      -webkit-appearance: none; }
      .slick-gallery__slide .slick-slider .slick-arrow svg {
        height: 10px;
        width: 6px; }
        @media only screen and (min-width: 768px) {
          .slick-gallery__slide .slick-slider .slick-arrow svg {
            height: 20px;
            width: 12px; } }
      .slick-gallery__slide .slick-slider .slick-arrow:before {
        display: none; }
      .slick-gallery__slide .slick-slider .slick-arrow.slick-prev {
        left: -20px; }
        @media only screen and (min-width: 768px) {
          .slick-gallery__slide .slick-slider .slick-arrow.slick-prev {
            left: -25px; } }
      .slick-gallery__slide .slick-slider .slick-arrow.slick-next {
        right: -30px; }
        @media only screen and (min-width: 768px) {
          .slick-gallery__slide .slick-slider .slick-arrow.slick-next {
            right: -25px; } }
  .slick-gallery__slide .slick-slide:not(.slick-center) {
    z-index: 0; }
    @media only screen and (min-width: 1400px) {
      .slick-gallery__slide .slick-slide:not(.slick-center) .image--container {
        transition: transform 500ms ease; } }
    .slick-gallery__slide .slick-slide:not(.slick-center) .image--container img {
      transform: translate(-50%, -5%);
      height: 150px; }
      @media only screen and (min-width: 768px) {
        .slick-gallery__slide .slick-slide:not(.slick-center) .image--container img {
          height: 270px; } }
      @media only screen and (min-width: 992px) {
        .slick-gallery__slide .slick-slide:not(.slick-center) .image--container img {
          height: 385px; } }
      @media only screen and (min-width: 1200px) {
        .slick-gallery__slide .slick-slide:not(.slick-center) .image--container img {
          height: 470px; } }
      @media only screen and (min-width: 1400px) {
        .slick-gallery__slide .slick-slide:not(.slick-center) .image--container img {
          transition: width 500ms ease; } }
  .slick-gallery__slide .slick-active.slick-center + .slick-slide + .slick-slide {
    z-index: 1; }
  .slick-gallery__slide .slick-active.slick-center + .slick-slide,
  .slick-gallery__slide .slick-center + .slick-cloned {
    z-index: 2; }
  .slick-gallery__slide .slick-center {
    z-index: 3; }
    .slick-gallery__slide .slick-center .image--container {
      transform: scale(1);
      transform-origin: center; }
      .slick-gallery__slide .slick-center .image--container img {
        width: 200px;
        height: 140px;
        max-width: none; }
        @media only screen and (min-width: 768px) {
          .slick-gallery__slide .slick-center .image--container img {
            width: 339px;
            height: 253px; } }
        @media only screen and (min-width: 992px) {
          .slick-gallery__slide .slick-center .image--container img {
            width: 480px;
            height: 358px; } }
        @media only screen and (min-width: 1200px) {
          .slick-gallery__slide .slick-center .image--container img {
            width: 583px;
            height: 433px; } }
  .slick-gallery__slide .slick-slide {
    position: relative; }

.slick-gallery.mobile-view .slick-gallery__slide .slick-slider {
  position: relative; }
  .slick-gallery.mobile-view .slick-gallery__slide .slick-slider .slick-arrow.slick-prev {
    left: -30px; }
  .slick-gallery.mobile-view .slick-gallery__slide .slick-slider .slick-arrow.slick-next {
    right: -30px; }

.slick-gallery.mobile-view .slick-gallery__slide .slick-slide {
  transition: transform 0.3s ease; }
  .slick-gallery.mobile-view .slick-gallery__slide .slick-slide .image--container {
    transform: scale(1); }
    .slick-gallery.mobile-view .slick-gallery__slide .slick-slide .image--container img {
      transform: translateX(-50%);
      height: auto;
      width: 100%; }

.slick-gallery.mobile-view .slick-gallery__slide .slick-center {
  z-index: 3; }
  .slick-gallery.mobile-view .slick-gallery__slide .slick-center .image--container {
    transform: scale(1); }
    .slick-gallery.mobile-view .slick-gallery__slide .slick-center .image--container img {
      transform: translateX(-50%);
      max-width: 100%;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .slick-gallery.mobile-view .slick-gallery__slide .slick-center .image--container img {
          height: 253px; } }
      @media only screen and (min-width: 992px) {
        .slick-gallery.mobile-view .slick-gallery__slide .slick-center .image--container img {
          height: 358px; } }

@media (max-width: 1399px) {
  .slick-gallery.mobile-view .slick-gallery__slide .slide-container.next-slide, .slick-gallery.mobile-view .slick-gallery__slide .slide-container.prev-slide {
    transform: none; } }

.slick-gallery .image--container.mobile-view {
  overflow: hidden;
  transform: none !important; }
  .slick-gallery .image--container.mobile-view img {
    width: 100%;
    height: auto;
    transform: translateX(-50%); }

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .slick-dots li.slick-active button::before {
    color: #cb4a37; }
  .slick-dots li button::before {
    color: #cb4a374d; }

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .slick-gallery {
    padding: 0px 120px; } }

.form__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .form__overlay .form__overlay__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 92px;
    padding: 40px 82px 170px;
    background: white; }
    @media only screen and (min-width: 992px) {
      .form__overlay .form__overlay__container {
        gap: 140px;
        padding: 40px 80px 210px; } }
    .form__overlay .form__overlay__container div {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px; }
      @media only screen and (min-width: 992px) {
        .form__overlay .form__overlay__container div {
          gap: 32px; } }
    .form__overlay .form__overlay__container svg {
      width: 36px;
      height: 36px; }
    .form__overlay .form__overlay__container h4 {
      font-weight: 700;
      font-size: 27px;
      line-height: 35px;
      text-align: center;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .form__overlay .form__overlay__container h4 {
          font-size: 39px;
          line-height: 47px; } }
    .form__overlay .form__overlay__container p {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .form__overlay .form__overlay__container p {
          font-size: 22px;
          line-height: 30px; }
          .form__overlay .form__overlay__container p br {
            display: none; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "din-2014", sans-serif; }

h1 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4rem; }
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 28px;
      line-height: 44px; } }

h2 {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.7rem;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 1.2rem;
      line-height: 1.2rem; } }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.2rem; }

.btn {
  text-decoration: none;
  outline: 0;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  user-select: none;
  outline: 0;
  cursor: pointer;
  font-weight: 500; }
  .btn--text {
    line-height: 2em; }
    .btn--text:hover {
      color: black; }
  .btn--outline, .btn--solid {
    padding: 0 4rem;
    height: 50px;
    line-height: calc(50px - 2px); }
  .btn--outline {
    border: solid 2px black;
    color: black;
    background: transparent; }
  .btn--solid {
    background: black;
    color: white; }
  .btn--white {
    background: white;
    color: black;
    font-weight: bold; }

.columns {
  display: flex;
  flex-wrap: wrap; }
  .columns .column {
    flex: 0 0 100%; }
    .columns .column[rel="2"] {
      flex: 0 0 50%; }
    .columns .column[rel="3"] {
      flex: 0 0 33.33%; }
    .columns .column[rel="4"] {
      flex: 0 0 25%; }
    .columns .column[rel="5"] {
      flex: 0 0 20%; }
    .columns .column[rel="2m"] {
      flex: 0 0 49%;
      margin-bottom: 2%; }
    .columns .column[rel="3m"] {
      flex: 0 0 32%; }
    .columns .column[rel="4m"] {
      flex: 0 0 24%; }
    .columns .column[rel="5m"] {
      flex: 0 0 29%; }

.columns {
  justify-content: space-between;
  display: flex; }
  .columns__left {
    flex: 1 0 calc(200/1440 * 100%); }
  .columns__center {
    flex: 1 0 calc(880/1440 * 100%); }
  .columns__right {
    flex: 1 0 calc(360/1440 * 100%); }

.squamish-nation--logo {
  position: fixed;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .squamish-nation--logo {
      left: 16px; } }
  @media only screen and (min-width: 992px) {
    .squamish-nation--logo {
      left: 20px; } }
  @media only screen and (min-width: 1400px) {
    .squamish-nation--logo {
      left: unset; } }
  .squamish-nation--logo svg {
    max-width: 23px; }
    @media only screen and (min-width: 768px) {
      .squamish-nation--logo svg {
        max-width: 30px; } }
    @media only screen and (min-width: 992px) {
      .squamish-nation--logo svg {
        max-width: 36px; } }
    @media only screen and (min-width: 1400px) {
      .squamish-nation--logo svg {
        max-width: unset; } }
    .squamish-nation--logo svg path {
      transition: 0.5s; }
  .squamish-nation--logo--black svg path {
    fill: black; }
  .squamish-nation--logo--white svg path {
    fill: white; }
  .squamish-nation--logo--wrapper {
    max-width: 1350px;
    margin: 0 auto; }

.global__header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: white; }
  .global__header--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 26px; }
    @media only screen and (min-width: 992px) {
      .global__header--wrapper {
        padding: 0 40px; } }
  .global__header .logo-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px; }
    .global__header .logo-container--wrapper {
      display: flex;
      grid-gap: 12px;
      align-items: center; }
      .global__header .logo-container--wrapper svg:first-of-type {
        width: 36px;
        height: 36px; }
      .global__header .logo-container--wrapper svg:last-of-type {
        width: 88px;
        height: 25px; }
    .global__header .logo-container .links__sound {
      width: 19px;
      height: 18px; }
  .global__header .menu-container {
    display: none; }
    @media only screen and (min-width: 992px) {
      .global__header .menu-container {
        display: block; } }
    .global__header .menu-container--wrapper {
      display: flex;
      grid-gap: 20px;
      align-items: center; }
      @media only screen and (min-width: 992px) {
        .global__header .menu-container--wrapper {
          grid-gap: 36px; } }
  .global__header .menu-item {
    display: inline-block;
    padding-bottom: 1px;
    background-position: 0 100%;
    background-size: 0% 1.5px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700; }
    .global__header .menu-item.active, .global__header .menu-item.register, .global__header .menu-item:hover {
      color: #dc7f64;
      background-position: 100% 100%;
      background-size: 100% 1.5px; }
    .global__header .menu-item.active {
      pointer-events: none; }
  .global__header .menu-left {
    display: flex;
    align-items: center;
    gap: 56px; }
    .global__header .menu-left .menu-item {
      display: none; }
      @media only screen and (min-width: 992px) {
        .global__header .menu-left .menu-item {
          display: block; } }
  .global__header .hamburger-menu {
    cursor: pointer; }
    .global__header .hamburger-menu svg path {
      stroke: currentColor; }
  .global__header-light a {
    color: white; }
  .global__header-light svg path {
    fill: white; }
  .global__header.bg-copper {
    background: #dc7f64; }
    .global__header.bg-copper .menu-container--wrapper .menu-item {
      display: inline-block;
      padding-bottom: 1px;
      background-image: linear-gradient(white 0 0);
      background-position: 0 100%;
      background-size: 0% 1.5px;
      background-repeat: no-repeat;
      transition: background-size 0.3s, background-position 0s 0.3s; }
      .global__header.bg-copper .menu-container--wrapper .menu-item.active, .global__header.bg-copper .menu-container--wrapper .menu-item:hover {
        color: white;
        background-position: 100% 100%;
        background-size: 100% 1.5px;
        font-weight: 600; }
  .global__header.bg-dark-grey {
    background: #35363a; }
  .global__header.bg-blue {
    background: #0e1036; }
  .global__header.bg-white {
    background: white; }
  .global__header.bg-transparent {
    background: transparent; }
  .global__header .subheader {
    display: flex;
    place-content: center;
    background-color: #f7f7f7; }
    .global__header .subheader .nav-list {
      display: flex;
      flex-flow: row wrap;
      gap: clamp(1.25rem, 3.055vw, 3rem);
      list-style: none; }
      .global__header .subheader .nav-list__item {
        margin: 1rem 0 0.8125rem;
        display: flex;
        padding-bottom: 0.5625rem;
        text-transform: capitalize;
        font-size: 0.875rem;
        line-height: 22px;
        font-weight: 600;
        text-decoration: none; }
        .global__header .subheader .nav-list__item a {
          text-decoration: none; }
        .global__header .subheader .nav-list__item--active {
          border-bottom: 0.0625rem solid #dc7f64; }

.global__header {
  transition: transform 0.4s ease; }
  .global__header.header--hidden {
    transform: translateY(-100%); }
  .global__header.header--visible {
    transform: translateY(0); }

.subheader {
  position: sticky;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  background-color: #f7f7f7; }
  .subheader.subheader--visible {
    transform: translateY(0); }
    .header--hidden .subheader.subheader--visible {
      transform: translateY(100%); }
    .header--visible .subheader.subheader--visible {
      transform: translateY(0); }
  .subheader.subheader--hidden {
    transform: translateY(-100%); }

.menu-overlay--wrapper {
  height: 100vh;
  position: fixed;
  right: 0;
  left: 100%;
  top: 0;
  overflow-x: hidden;
  background: #35363a;
  z-index: 999;
  transition: 0.5s; }

.menu-overlay--open {
  left: 0; }

.menu-overlay svg path {
  fill: white; }

.menu-overlay .tagline {
  color: white;
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0; }
  @media only screen and (min-width: 768px) {
    .menu-overlay .tagline {
      display: block; } }

.menu-overlay .menu-items {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .menu-overlay .menu-items {
      padding: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .menu-overlay .menu-items {
      padding: 0 64px;
      max-width: 928px; } }
  .menu-overlay .menu-items--inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 768px) {
      .menu-overlay .menu-items--inner {
        margin: 0 auto;
        grid-template-columns: 1fr 1fr; } }
    .menu-overlay .menu-items--inner .menu-item {
      cursor: pointer;
      display: inline-block;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.02em;
      text-decoration: none;
      padding: 12px;
      transition: 0.4s; }
      @media only screen and (min-width: 768px) {
        .menu-overlay .menu-items--inner .menu-item {
          font-size: 24px;
          line-height: 32px;
          padding: 12px 16px; } }
      @media only screen and (min-width: 992px) {
        .menu-overlay .menu-items--inner .menu-item {
          padding: 16px 32px; } }
      .menu-overlay .menu-items--inner .menu-item--inner {
        display: flex;
        grid-gap: 16px;
        align-items: center; }
        @media only screen and (min-width: 992px) {
          .menu-overlay .menu-items--inner .menu-item--inner {
            min-width: 280px; } }
        .menu-overlay .menu-items--inner .menu-item--inner svg {
          transition: 0.4s;
          opacity: 0; }
      .menu-overlay .menu-items--inner .menu-item.active, .menu-overlay .menu-items--inner .menu-item:hover {
        color: white; }
        .menu-overlay .menu-items--inner .menu-item.active svg, .menu-overlay .menu-items--inner .menu-item:hover svg {
          opacity: 1; }
      .menu-overlay .menu-items--inner .menu-item.active svg {
        opacity: 0; }
      .menu-overlay .menu-items--inner .menu-item.has-sub-menu .menu-item--inner svg {
        opacity: 0; }
      .menu-overlay .menu-items--inner .menu-item.has-sub-menu .menu-item--inner:hover svg {
        opacity: 1; }
      .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item {
        cursor: pointer;
        margin-left: 20px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 700;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-decoration: none;
        transition: 0.4s; }
        .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item--inner {
          display: flex;
          grid-gap: 16px;
          align-items: center; }
          .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item--inner svg {
            transition: 0.4s;
            opacity: 0; }
        .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item.active, .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item:hover {
          color: white; }
          .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item.active svg, .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item:hover svg {
            opacity: 1; }
        .menu-overlay .menu-items--inner .menu-item.has-sub-menu .sub-menu-item.active svg {
          opacity: 0; }

.menu-overlay__footer {
  color: white;
  padding: 40px; }
  @media only screen and (min-width: 768px) {
    .menu-overlay__footer {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    .menu-overlay__footer {
      padding: 40px 64px; } }
  .menu-overlay__footer--inner {
    max-width: 640px;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .menu-overlay__footer--inner {
        max-width: 928px; } }
  .menu-overlay__footer .logos {
    display: flex;
    align-items: center;
    flex: 0 100%;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start;
    grid-gap: 16px; }
  .menu-overlay__footer .disclaimer,
  .menu-overlay__footer .copyright {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em; }
  .menu-overlay__footer .disclaimer {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    grid-gap: 16px; }
    @media only screen and (min-width: 768px) {
      .menu-overlay__footer .disclaimer {
        align-items: end;
        flex-direction: row;
        grid-gap: unset; } }
    @media only screen and (min-width: 768px) {
      .menu-overlay__footer .disclaimer span {
        border-right: 0.5px solid white;
        margin-right: 20px;
        padding-right: 20px;
        max-width: 525px; } }
    @media only screen and (min-width: 992px) {
      .menu-overlay__footer .disclaimer span {
        max-width: unset; } }
    .menu-overlay__footer .disclaimer a {
      color: white; }

.global__footer {
  background: white;
  color: black;
  padding: 52px 0;
  width: 100%;
  display: flex; }
  @media only screen and (min-width: 992px) {
    .global__footer {
      padding: 72px 0 42px; } }
  .global__footer .max-width-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 34px; }
    @media only screen and (min-width: 992px) {
      .global__footer .max-width-wrapper {
        gap: 100px; } }
  .global__footer .global__footer__top {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media only screen and (min-width: 992px) {
      .global__footer .global__footer__top {
        flex-direction: row;
        justify-content: space-between; } }
    .global__footer .global__footer__top svg {
      width: 126px;
      height: 22px; }
      @media only screen and (min-width: 992px) {
        .global__footer .global__footer__top svg {
          width: 148px;
          height: 26px; } }
      .global__footer .global__footer__top svg path {
        fill: black; }
  .global__footer .global__footer__links {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media only screen and (min-width: 992px) {
      .global__footer .global__footer__links {
        flex-direction: row;
        gap: 36px; } }
    .global__footer .global__footer__links a {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none; }
      @media only screen and (min-width: 992px) {
        .global__footer .global__footer__links a {
          font-size: 18px;
          line-height: 22px; } }
      .global__footer .global__footer__links a:first-of-type {
        font-weight: 700; }
  .global__footer .global__footer__text {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0; }

input,
button,
select,
textarea,
label {
  font-family: "din-2014", sans-serif;
  color: black;
  user-select: none; }

input[type="text"], input[type="email"], input[type="phone"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  border: solid 1px #bdbdbd; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="phone"]::placeholder {
    color: black; }

textarea {
  width: 100%;
  height: 200px;
  border: solid 1px #bdbdbd;
  padding: 0.75rem;
  line-height: 1.75em; }

label {
  font-size: 1rem;
  transition: all .25s ease;
  transform: translate3d(0, 0, 0);
  transform-origin: top left; }

form ul {
  list-style: none;
  margin: 0; }

.input-group,
.checkbox-group,
.textarea-group {
  margin: 0 0 1rem 0; }

.input-group {
  position: relative; }
  .input-group input:valid + label, .input-group input:focus + label {
    bottom: 58%;
    color: #616161;
    transform: translateY(0) scale(0.8); }
  .input-group label {
    position: absolute;
    left: 5px;
    bottom: 50%;
    transform: translateY(50%); }

.checkbox-group,
.option-group {
  margin: 0 0 2rem 0; }
  @media only screen and (min-width: 768px) {
    .checkbox-group,
    .option-group {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .checkbox-group div,
  .option-group div {
    margin-right: 1rem; }
  .checkbox-group .title,
  .option-group .title {
    display: block;
    margin: 0 0 0.5rem 0;
    flex: 0 0 100%; }
  .checkbox-group input,
  .option-group input {
    margin: 0 0.5rem 0 0; }
    .checkbox-group input + label,
    .option-group input + label {
      font-size: 0.9rem;
      line-height: 1em; }

.transition--bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -999;
  opacity: 0;
  transition: opacity 1s ease;
  background: white;
  max-width: 100vw; }

.transition--enter ~ .transition--bg {
  opacity: 1;
  z-index: 999; }

.transition--enter-done ~ .transition--bg {
  z-index: -999; }

.transition--enter-active ~ .transition--bg {
  opacity: 0; }

.transition--exit ~ .transition--bg {
  z-index: 999;
  opacity: 0; }

.transition--exit-active ~ .transition--bg {
  opacity: 1; }

.mt-1 {
  margin-top: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.ml-1 {
  margin-left: 1px !important; }

.pl-1 {
  padding-left: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.pr-1 {
  padding-right: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.ml-2 {
  margin-left: 2px !important; }

.pl-2 {
  padding-left: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.ml-3 {
  margin-left: 3px !important; }

.pl-3 {
  padding-left: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.pl-4 {
  padding-left: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.ml-6 {
  margin-left: 6px !important; }

.pl-6 {
  padding-left: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.ml-7 {
  margin-left: 7px !important; }

.pl-7 {
  padding-left: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.pr-7 {
  padding-right: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.ml-9 {
  margin-left: 9px !important; }

.pl-9 {
  padding-left: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.pr-9 {
  padding-right: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.mt-11 {
  margin-top: 11px !important; }

.pt-11 {
  padding-top: 11px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.pb-11 {
  padding-bottom: 11px !important; }

.ml-11 {
  margin-left: 11px !important; }

.pl-11 {
  padding-left: 11px !important; }

.mr-11 {
  margin-right: 11px !important; }

.pr-11 {
  padding-right: 11px !important; }

.mt-12 {
  margin-top: 12px !important; }

.pt-12 {
  padding-top: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.ml-12 {
  margin-left: 12px !important; }

.pl-12 {
  padding-left: 12px !important; }

.mr-12 {
  margin-right: 12px !important; }

.pr-12 {
  padding-right: 12px !important; }

.mt-13 {
  margin-top: 13px !important; }

.pt-13 {
  padding-top: 13px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.pb-13 {
  padding-bottom: 13px !important; }

.ml-13 {
  margin-left: 13px !important; }

.pl-13 {
  padding-left: 13px !important; }

.mr-13 {
  margin-right: 13px !important; }

.pr-13 {
  padding-right: 13px !important; }

.mt-14 {
  margin-top: 14px !important; }

.pt-14 {
  padding-top: 14px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

.ml-14 {
  margin-left: 14px !important; }

.pl-14 {
  padding-left: 14px !important; }

.mr-14 {
  margin-right: 14px !important; }

.pr-14 {
  padding-right: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.mt-16 {
  margin-top: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.ml-16 {
  margin-left: 16px !important; }

.pl-16 {
  padding-left: 16px !important; }

.mr-16 {
  margin-right: 16px !important; }

.pr-16 {
  padding-right: 16px !important; }

.mt-17 {
  margin-top: 17px !important; }

.pt-17 {
  padding-top: 17px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.pb-17 {
  padding-bottom: 17px !important; }

.ml-17 {
  margin-left: 17px !important; }

.pl-17 {
  padding-left: 17px !important; }

.mr-17 {
  margin-right: 17px !important; }

.pr-17 {
  padding-right: 17px !important; }

.mt-18 {
  margin-top: 18px !important; }

.pt-18 {
  padding-top: 18px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.pb-18 {
  padding-bottom: 18px !important; }

.ml-18 {
  margin-left: 18px !important; }

.pl-18 {
  padding-left: 18px !important; }

.mr-18 {
  margin-right: 18px !important; }

.pr-18 {
  padding-right: 18px !important; }

.mt-19 {
  margin-top: 19px !important; }

.pt-19 {
  padding-top: 19px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.pb-19 {
  padding-bottom: 19px !important; }

.ml-19 {
  margin-left: 19px !important; }

.pl-19 {
  padding-left: 19px !important; }

.mr-19 {
  margin-right: 19px !important; }

.pr-19 {
  padding-right: 19px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.mt-21 {
  margin-top: 21px !important; }

.pt-21 {
  padding-top: 21px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.pb-21 {
  padding-bottom: 21px !important; }

.ml-21 {
  margin-left: 21px !important; }

.pl-21 {
  padding-left: 21px !important; }

.mr-21 {
  margin-right: 21px !important; }

.pr-21 {
  padding-right: 21px !important; }

.mt-22 {
  margin-top: 22px !important; }

.pt-22 {
  padding-top: 22px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.pb-22 {
  padding-bottom: 22px !important; }

.ml-22 {
  margin-left: 22px !important; }

.pl-22 {
  padding-left: 22px !important; }

.mr-22 {
  margin-right: 22px !important; }

.pr-22 {
  padding-right: 22px !important; }

.mt-23 {
  margin-top: 23px !important; }

.pt-23 {
  padding-top: 23px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.pb-23 {
  padding-bottom: 23px !important; }

.ml-23 {
  margin-left: 23px !important; }

.pl-23 {
  padding-left: 23px !important; }

.mr-23 {
  margin-right: 23px !important; }

.pr-23 {
  padding-right: 23px !important; }

.mt-24 {
  margin-top: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.ml-24 {
  margin-left: 24px !important; }

.pl-24 {
  padding-left: 24px !important; }

.mr-24 {
  margin-right: 24px !important; }

.pr-24 {
  padding-right: 24px !important; }

.mt-25 {
  margin-top: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.mt-26 {
  margin-top: 26px !important; }

.pt-26 {
  padding-top: 26px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.ml-26 {
  margin-left: 26px !important; }

.pl-26 {
  padding-left: 26px !important; }

.mr-26 {
  margin-right: 26px !important; }

.pr-26 {
  padding-right: 26px !important; }

.mt-27 {
  margin-top: 27px !important; }

.pt-27 {
  padding-top: 27px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.pb-27 {
  padding-bottom: 27px !important; }

.ml-27 {
  margin-left: 27px !important; }

.pl-27 {
  padding-left: 27px !important; }

.mr-27 {
  margin-right: 27px !important; }

.pr-27 {
  padding-right: 27px !important; }

.mt-28 {
  margin-top: 28px !important; }

.pt-28 {
  padding-top: 28px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

.ml-28 {
  margin-left: 28px !important; }

.pl-28 {
  padding-left: 28px !important; }

.mr-28 {
  margin-right: 28px !important; }

.pr-28 {
  padding-right: 28px !important; }

.mt-29 {
  margin-top: 29px !important; }

.pt-29 {
  padding-top: 29px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.pb-29 {
  padding-bottom: 29px !important; }

.ml-29 {
  margin-left: 29px !important; }

.pl-29 {
  padding-left: 29px !important; }

.mr-29 {
  margin-right: 29px !important; }

.pr-29 {
  padding-right: 29px !important; }

.mt-30 {
  margin-top: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.mt-31 {
  margin-top: 31px !important; }

.pt-31 {
  padding-top: 31px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.pb-31 {
  padding-bottom: 31px !important; }

.ml-31 {
  margin-left: 31px !important; }

.pl-31 {
  padding-left: 31px !important; }

.mr-31 {
  margin-right: 31px !important; }

.pr-31 {
  padding-right: 31px !important; }

.mt-32 {
  margin-top: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.ml-32 {
  margin-left: 32px !important; }

.pl-32 {
  padding-left: 32px !important; }

.mr-32 {
  margin-right: 32px !important; }

.pr-32 {
  padding-right: 32px !important; }

.mt-33 {
  margin-top: 33px !important; }

.pt-33 {
  padding-top: 33px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.pb-33 {
  padding-bottom: 33px !important; }

.ml-33 {
  margin-left: 33px !important; }

.pl-33 {
  padding-left: 33px !important; }

.mr-33 {
  margin-right: 33px !important; }

.pr-33 {
  padding-right: 33px !important; }

.mt-34 {
  margin-top: 34px !important; }

.pt-34 {
  padding-top: 34px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.pb-34 {
  padding-bottom: 34px !important; }

.ml-34 {
  margin-left: 34px !important; }

.pl-34 {
  padding-left: 34px !important; }

.mr-34 {
  margin-right: 34px !important; }

.pr-34 {
  padding-right: 34px !important; }

.mt-35 {
  margin-top: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.mt-36 {
  margin-top: 36px !important; }

.pt-36 {
  padding-top: 36px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.pb-36 {
  padding-bottom: 36px !important; }

.ml-36 {
  margin-left: 36px !important; }

.pl-36 {
  padding-left: 36px !important; }

.mr-36 {
  margin-right: 36px !important; }

.pr-36 {
  padding-right: 36px !important; }

.mt-37 {
  margin-top: 37px !important; }

.pt-37 {
  padding-top: 37px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.pb-37 {
  padding-bottom: 37px !important; }

.ml-37 {
  margin-left: 37px !important; }

.pl-37 {
  padding-left: 37px !important; }

.mr-37 {
  margin-right: 37px !important; }

.pr-37 {
  padding-right: 37px !important; }

.mt-38 {
  margin-top: 38px !important; }

.pt-38 {
  padding-top: 38px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.pb-38 {
  padding-bottom: 38px !important; }

.ml-38 {
  margin-left: 38px !important; }

.pl-38 {
  padding-left: 38px !important; }

.mr-38 {
  margin-right: 38px !important; }

.pr-38 {
  padding-right: 38px !important; }

.mt-39 {
  margin-top: 39px !important; }

.pt-39 {
  padding-top: 39px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.pb-39 {
  padding-bottom: 39px !important; }

.ml-39 {
  margin-left: 39px !important; }

.pl-39 {
  padding-left: 39px !important; }

.mr-39 {
  margin-right: 39px !important; }

.pr-39 {
  padding-right: 39px !important; }

.mt-40 {
  margin-top: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.mt-41 {
  margin-top: 41px !important; }

.pt-41 {
  padding-top: 41px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.pb-41 {
  padding-bottom: 41px !important; }

.ml-41 {
  margin-left: 41px !important; }

.pl-41 {
  padding-left: 41px !important; }

.mr-41 {
  margin-right: 41px !important; }

.pr-41 {
  padding-right: 41px !important; }

.mt-42 {
  margin-top: 42px !important; }

.pt-42 {
  padding-top: 42px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.pb-42 {
  padding-bottom: 42px !important; }

.ml-42 {
  margin-left: 42px !important; }

.pl-42 {
  padding-left: 42px !important; }

.mr-42 {
  margin-right: 42px !important; }

.pr-42 {
  padding-right: 42px !important; }

.mt-43 {
  margin-top: 43px !important; }

.pt-43 {
  padding-top: 43px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.pb-43 {
  padding-bottom: 43px !important; }

.ml-43 {
  margin-left: 43px !important; }

.pl-43 {
  padding-left: 43px !important; }

.mr-43 {
  margin-right: 43px !important; }

.pr-43 {
  padding-right: 43px !important; }

.mt-44 {
  margin-top: 44px !important; }

.pt-44 {
  padding-top: 44px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.pb-44 {
  padding-bottom: 44px !important; }

.ml-44 {
  margin-left: 44px !important; }

.pl-44 {
  padding-left: 44px !important; }

.mr-44 {
  margin-right: 44px !important; }

.pr-44 {
  padding-right: 44px !important; }

.mt-45 {
  margin-top: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.mt-46 {
  margin-top: 46px !important; }

.pt-46 {
  padding-top: 46px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.pb-46 {
  padding-bottom: 46px !important; }

.ml-46 {
  margin-left: 46px !important; }

.pl-46 {
  padding-left: 46px !important; }

.mr-46 {
  margin-right: 46px !important; }

.pr-46 {
  padding-right: 46px !important; }

.mt-47 {
  margin-top: 47px !important; }

.pt-47 {
  padding-top: 47px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.pb-47 {
  padding-bottom: 47px !important; }

.ml-47 {
  margin-left: 47px !important; }

.pl-47 {
  padding-left: 47px !important; }

.mr-47 {
  margin-right: 47px !important; }

.pr-47 {
  padding-right: 47px !important; }

.mt-48 {
  margin-top: 48px !important; }

.pt-48 {
  padding-top: 48px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.ml-48 {
  margin-left: 48px !important; }

.pl-48 {
  padding-left: 48px !important; }

.mr-48 {
  margin-right: 48px !important; }

.pr-48 {
  padding-right: 48px !important; }

.mt-49 {
  margin-top: 49px !important; }

.pt-49 {
  padding-top: 49px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.pb-49 {
  padding-bottom: 49px !important; }

.ml-49 {
  margin-left: 49px !important; }

.pl-49 {
  padding-left: 49px !important; }

.mr-49 {
  margin-right: 49px !important; }

.pr-49 {
  padding-right: 49px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.mt-51 {
  margin-top: 51px !important; }

.pt-51 {
  padding-top: 51px !important; }

.mb-51 {
  margin-bottom: 51px !important; }

.pb-51 {
  padding-bottom: 51px !important; }

.ml-51 {
  margin-left: 51px !important; }

.pl-51 {
  padding-left: 51px !important; }

.mr-51 {
  margin-right: 51px !important; }

.pr-51 {
  padding-right: 51px !important; }

.mt-52 {
  margin-top: 52px !important; }

.pt-52 {
  padding-top: 52px !important; }

.mb-52 {
  margin-bottom: 52px !important; }

.pb-52 {
  padding-bottom: 52px !important; }

.ml-52 {
  margin-left: 52px !important; }

.pl-52 {
  padding-left: 52px !important; }

.mr-52 {
  margin-right: 52px !important; }

.pr-52 {
  padding-right: 52px !important; }

.mt-53 {
  margin-top: 53px !important; }

.pt-53 {
  padding-top: 53px !important; }

.mb-53 {
  margin-bottom: 53px !important; }

.pb-53 {
  padding-bottom: 53px !important; }

.ml-53 {
  margin-left: 53px !important; }

.pl-53 {
  padding-left: 53px !important; }

.mr-53 {
  margin-right: 53px !important; }

.pr-53 {
  padding-right: 53px !important; }

.mt-54 {
  margin-top: 54px !important; }

.pt-54 {
  padding-top: 54px !important; }

.mb-54 {
  margin-bottom: 54px !important; }

.pb-54 {
  padding-bottom: 54px !important; }

.ml-54 {
  margin-left: 54px !important; }

.pl-54 {
  padding-left: 54px !important; }

.mr-54 {
  margin-right: 54px !important; }

.pr-54 {
  padding-right: 54px !important; }

.mt-55 {
  margin-top: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.mt-56 {
  margin-top: 56px !important; }

.pt-56 {
  padding-top: 56px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.ml-56 {
  margin-left: 56px !important; }

.pl-56 {
  padding-left: 56px !important; }

.mr-56 {
  margin-right: 56px !important; }

.pr-56 {
  padding-right: 56px !important; }

.mt-57 {
  margin-top: 57px !important; }

.pt-57 {
  padding-top: 57px !important; }

.mb-57 {
  margin-bottom: 57px !important; }

.pb-57 {
  padding-bottom: 57px !important; }

.ml-57 {
  margin-left: 57px !important; }

.pl-57 {
  padding-left: 57px !important; }

.mr-57 {
  margin-right: 57px !important; }

.pr-57 {
  padding-right: 57px !important; }

.mt-58 {
  margin-top: 58px !important; }

.pt-58 {
  padding-top: 58px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.ml-58 {
  margin-left: 58px !important; }

.pl-58 {
  padding-left: 58px !important; }

.mr-58 {
  margin-right: 58px !important; }

.pr-58 {
  padding-right: 58px !important; }

.mt-59 {
  margin-top: 59px !important; }

.pt-59 {
  padding-top: 59px !important; }

.mb-59 {
  margin-bottom: 59px !important; }

.pb-59 {
  padding-bottom: 59px !important; }

.ml-59 {
  margin-left: 59px !important; }

.pl-59 {
  padding-left: 59px !important; }

.mr-59 {
  margin-right: 59px !important; }

.pr-59 {
  padding-right: 59px !important; }

.mt-60 {
  margin-top: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.mt-61 {
  margin-top: 61px !important; }

.pt-61 {
  padding-top: 61px !important; }

.mb-61 {
  margin-bottom: 61px !important; }

.pb-61 {
  padding-bottom: 61px !important; }

.ml-61 {
  margin-left: 61px !important; }

.pl-61 {
  padding-left: 61px !important; }

.mr-61 {
  margin-right: 61px !important; }

.pr-61 {
  padding-right: 61px !important; }

.mt-62 {
  margin-top: 62px !important; }

.pt-62 {
  padding-top: 62px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.pb-62 {
  padding-bottom: 62px !important; }

.ml-62 {
  margin-left: 62px !important; }

.pl-62 {
  padding-left: 62px !important; }

.mr-62 {
  margin-right: 62px !important; }

.pr-62 {
  padding-right: 62px !important; }

.mt-63 {
  margin-top: 63px !important; }

.pt-63 {
  padding-top: 63px !important; }

.mb-63 {
  margin-bottom: 63px !important; }

.pb-63 {
  padding-bottom: 63px !important; }

.ml-63 {
  margin-left: 63px !important; }

.pl-63 {
  padding-left: 63px !important; }

.mr-63 {
  margin-right: 63px !important; }

.pr-63 {
  padding-right: 63px !important; }

.mt-64 {
  margin-top: 64px !important; }

.pt-64 {
  padding-top: 64px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.ml-64 {
  margin-left: 64px !important; }

.pl-64 {
  padding-left: 64px !important; }

.mr-64 {
  margin-right: 64px !important; }

.pr-64 {
  padding-right: 64px !important; }

.mt-65 {
  margin-top: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.mt-66 {
  margin-top: 66px !important; }

.pt-66 {
  padding-top: 66px !important; }

.mb-66 {
  margin-bottom: 66px !important; }

.pb-66 {
  padding-bottom: 66px !important; }

.ml-66 {
  margin-left: 66px !important; }

.pl-66 {
  padding-left: 66px !important; }

.mr-66 {
  margin-right: 66px !important; }

.pr-66 {
  padding-right: 66px !important; }

.mt-67 {
  margin-top: 67px !important; }

.pt-67 {
  padding-top: 67px !important; }

.mb-67 {
  margin-bottom: 67px !important; }

.pb-67 {
  padding-bottom: 67px !important; }

.ml-67 {
  margin-left: 67px !important; }

.pl-67 {
  padding-left: 67px !important; }

.mr-67 {
  margin-right: 67px !important; }

.pr-67 {
  padding-right: 67px !important; }

.mt-68 {
  margin-top: 68px !important; }

.pt-68 {
  padding-top: 68px !important; }

.mb-68 {
  margin-bottom: 68px !important; }

.pb-68 {
  padding-bottom: 68px !important; }

.ml-68 {
  margin-left: 68px !important; }

.pl-68 {
  padding-left: 68px !important; }

.mr-68 {
  margin-right: 68px !important; }

.pr-68 {
  padding-right: 68px !important; }

.mt-69 {
  margin-top: 69px !important; }

.pt-69 {
  padding-top: 69px !important; }

.mb-69 {
  margin-bottom: 69px !important; }

.pb-69 {
  padding-bottom: 69px !important; }

.ml-69 {
  margin-left: 69px !important; }

.pl-69 {
  padding-left: 69px !important; }

.mr-69 {
  margin-right: 69px !important; }

.pr-69 {
  padding-right: 69px !important; }

.mt-70 {
  margin-top: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.mt-71 {
  margin-top: 71px !important; }

.pt-71 {
  padding-top: 71px !important; }

.mb-71 {
  margin-bottom: 71px !important; }

.pb-71 {
  padding-bottom: 71px !important; }

.ml-71 {
  margin-left: 71px !important; }

.pl-71 {
  padding-left: 71px !important; }

.mr-71 {
  margin-right: 71px !important; }

.pr-71 {
  padding-right: 71px !important; }

.mt-72 {
  margin-top: 72px !important; }

.pt-72 {
  padding-top: 72px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.ml-72 {
  margin-left: 72px !important; }

.pl-72 {
  padding-left: 72px !important; }

.mr-72 {
  margin-right: 72px !important; }

.pr-72 {
  padding-right: 72px !important; }

.mt-73 {
  margin-top: 73px !important; }

.pt-73 {
  padding-top: 73px !important; }

.mb-73 {
  margin-bottom: 73px !important; }

.pb-73 {
  padding-bottom: 73px !important; }

.ml-73 {
  margin-left: 73px !important; }

.pl-73 {
  padding-left: 73px !important; }

.mr-73 {
  margin-right: 73px !important; }

.pr-73 {
  padding-right: 73px !important; }

.mt-74 {
  margin-top: 74px !important; }

.pt-74 {
  padding-top: 74px !important; }

.mb-74 {
  margin-bottom: 74px !important; }

.pb-74 {
  padding-bottom: 74px !important; }

.ml-74 {
  margin-left: 74px !important; }

.pl-74 {
  padding-left: 74px !important; }

.mr-74 {
  margin-right: 74px !important; }

.pr-74 {
  padding-right: 74px !important; }

.mt-75 {
  margin-top: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.mt-76 {
  margin-top: 76px !important; }

.pt-76 {
  padding-top: 76px !important; }

.mb-76 {
  margin-bottom: 76px !important; }

.pb-76 {
  padding-bottom: 76px !important; }

.ml-76 {
  margin-left: 76px !important; }

.pl-76 {
  padding-left: 76px !important; }

.mr-76 {
  margin-right: 76px !important; }

.pr-76 {
  padding-right: 76px !important; }

.mt-77 {
  margin-top: 77px !important; }

.pt-77 {
  padding-top: 77px !important; }

.mb-77 {
  margin-bottom: 77px !important; }

.pb-77 {
  padding-bottom: 77px !important; }

.ml-77 {
  margin-left: 77px !important; }

.pl-77 {
  padding-left: 77px !important; }

.mr-77 {
  margin-right: 77px !important; }

.pr-77 {
  padding-right: 77px !important; }

.mt-78 {
  margin-top: 78px !important; }

.pt-78 {
  padding-top: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.pb-78 {
  padding-bottom: 78px !important; }

.ml-78 {
  margin-left: 78px !important; }

.pl-78 {
  padding-left: 78px !important; }

.mr-78 {
  margin-right: 78px !important; }

.pr-78 {
  padding-right: 78px !important; }

.mt-79 {
  margin-top: 79px !important; }

.pt-79 {
  padding-top: 79px !important; }

.mb-79 {
  margin-bottom: 79px !important; }

.pb-79 {
  padding-bottom: 79px !important; }

.ml-79 {
  margin-left: 79px !important; }

.pl-79 {
  padding-left: 79px !important; }

.mr-79 {
  margin-right: 79px !important; }

.pr-79 {
  padding-right: 79px !important; }

.mt-80 {
  margin-top: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.mt-81 {
  margin-top: 81px !important; }

.pt-81 {
  padding-top: 81px !important; }

.mb-81 {
  margin-bottom: 81px !important; }

.pb-81 {
  padding-bottom: 81px !important; }

.ml-81 {
  margin-left: 81px !important; }

.pl-81 {
  padding-left: 81px !important; }

.mr-81 {
  margin-right: 81px !important; }

.pr-81 {
  padding-right: 81px !important; }

.mt-82 {
  margin-top: 82px !important; }

.pt-82 {
  padding-top: 82px !important; }

.mb-82 {
  margin-bottom: 82px !important; }

.pb-82 {
  padding-bottom: 82px !important; }

.ml-82 {
  margin-left: 82px !important; }

.pl-82 {
  padding-left: 82px !important; }

.mr-82 {
  margin-right: 82px !important; }

.pr-82 {
  padding-right: 82px !important; }

.mt-83 {
  margin-top: 83px !important; }

.pt-83 {
  padding-top: 83px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.pb-83 {
  padding-bottom: 83px !important; }

.ml-83 {
  margin-left: 83px !important; }

.pl-83 {
  padding-left: 83px !important; }

.mr-83 {
  margin-right: 83px !important; }

.pr-83 {
  padding-right: 83px !important; }

.mt-84 {
  margin-top: 84px !important; }

.pt-84 {
  padding-top: 84px !important; }

.mb-84 {
  margin-bottom: 84px !important; }

.pb-84 {
  padding-bottom: 84px !important; }

.ml-84 {
  margin-left: 84px !important; }

.pl-84 {
  padding-left: 84px !important; }

.mr-84 {
  margin-right: 84px !important; }

.pr-84 {
  padding-right: 84px !important; }

.mt-85 {
  margin-top: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.mt-86 {
  margin-top: 86px !important; }

.pt-86 {
  padding-top: 86px !important; }

.mb-86 {
  margin-bottom: 86px !important; }

.pb-86 {
  padding-bottom: 86px !important; }

.ml-86 {
  margin-left: 86px !important; }

.pl-86 {
  padding-left: 86px !important; }

.mr-86 {
  margin-right: 86px !important; }

.pr-86 {
  padding-right: 86px !important; }

.mt-87 {
  margin-top: 87px !important; }

.pt-87 {
  padding-top: 87px !important; }

.mb-87 {
  margin-bottom: 87px !important; }

.pb-87 {
  padding-bottom: 87px !important; }

.ml-87 {
  margin-left: 87px !important; }

.pl-87 {
  padding-left: 87px !important; }

.mr-87 {
  margin-right: 87px !important; }

.pr-87 {
  padding-right: 87px !important; }

.mt-88 {
  margin-top: 88px !important; }

.pt-88 {
  padding-top: 88px !important; }

.mb-88 {
  margin-bottom: 88px !important; }

.pb-88 {
  padding-bottom: 88px !important; }

.ml-88 {
  margin-left: 88px !important; }

.pl-88 {
  padding-left: 88px !important; }

.mr-88 {
  margin-right: 88px !important; }

.pr-88 {
  padding-right: 88px !important; }

.mt-89 {
  margin-top: 89px !important; }

.pt-89 {
  padding-top: 89px !important; }

.mb-89 {
  margin-bottom: 89px !important; }

.pb-89 {
  padding-bottom: 89px !important; }

.ml-89 {
  margin-left: 89px !important; }

.pl-89 {
  padding-left: 89px !important; }

.mr-89 {
  margin-right: 89px !important; }

.pr-89 {
  padding-right: 89px !important; }

.mt-90 {
  margin-top: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.mt-91 {
  margin-top: 91px !important; }

.pt-91 {
  padding-top: 91px !important; }

.mb-91 {
  margin-bottom: 91px !important; }

.pb-91 {
  padding-bottom: 91px !important; }

.ml-91 {
  margin-left: 91px !important; }

.pl-91 {
  padding-left: 91px !important; }

.mr-91 {
  margin-right: 91px !important; }

.pr-91 {
  padding-right: 91px !important; }

.mt-92 {
  margin-top: 92px !important; }

.pt-92 {
  padding-top: 92px !important; }

.mb-92 {
  margin-bottom: 92px !important; }

.pb-92 {
  padding-bottom: 92px !important; }

.ml-92 {
  margin-left: 92px !important; }

.pl-92 {
  padding-left: 92px !important; }

.mr-92 {
  margin-right: 92px !important; }

.pr-92 {
  padding-right: 92px !important; }

.mt-93 {
  margin-top: 93px !important; }

.pt-93 {
  padding-top: 93px !important; }

.mb-93 {
  margin-bottom: 93px !important; }

.pb-93 {
  padding-bottom: 93px !important; }

.ml-93 {
  margin-left: 93px !important; }

.pl-93 {
  padding-left: 93px !important; }

.mr-93 {
  margin-right: 93px !important; }

.pr-93 {
  padding-right: 93px !important; }

.mt-94 {
  margin-top: 94px !important; }

.pt-94 {
  padding-top: 94px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.ml-94 {
  margin-left: 94px !important; }

.pl-94 {
  padding-left: 94px !important; }

.mr-94 {
  margin-right: 94px !important; }

.pr-94 {
  padding-right: 94px !important; }

.mt-95 {
  margin-top: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.mt-96 {
  margin-top: 96px !important; }

.pt-96 {
  padding-top: 96px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.ml-96 {
  margin-left: 96px !important; }

.pl-96 {
  padding-left: 96px !important; }

.mr-96 {
  margin-right: 96px !important; }

.pr-96 {
  padding-right: 96px !important; }

.mt-97 {
  margin-top: 97px !important; }

.pt-97 {
  padding-top: 97px !important; }

.mb-97 {
  margin-bottom: 97px !important; }

.pb-97 {
  padding-bottom: 97px !important; }

.ml-97 {
  margin-left: 97px !important; }

.pl-97 {
  padding-left: 97px !important; }

.mr-97 {
  margin-right: 97px !important; }

.pr-97 {
  padding-right: 97px !important; }

.mt-98 {
  margin-top: 98px !important; }

.pt-98 {
  padding-top: 98px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.ml-98 {
  margin-left: 98px !important; }

.pl-98 {
  padding-left: 98px !important; }

.mr-98 {
  margin-right: 98px !important; }

.pr-98 {
  padding-right: 98px !important; }

.mt-99 {
  margin-top: 99px !important; }

.pt-99 {
  padding-top: 99px !important; }

.mb-99 {
  margin-bottom: 99px !important; }

.pb-99 {
  padding-bottom: 99px !important; }

.ml-99 {
  margin-left: 99px !important; }

.pl-99 {
  padding-left: 99px !important; }

.mr-99 {
  margin-right: 99px !important; }

.pr-99 {
  padding-right: 99px !important; }

.mt-100 {
  margin-top: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden; }
  .popup .popup__container {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 550px;
    max-width: 98%;
    background-image: url("/img/common/popup-bg-mobile.svg");
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0 0; }
    @media (prefers-color-scheme: dark) {
      .popup .popup__container {
        background-image: url("/img/common/popup-bg-mobile-dark.svg");
        background-color: #3C3C3C; } }
    @media only screen and (min-width: 768px) {
      .popup .popup__container {
        width: 700px;
        height: 500px;
        background-image: url("/img/common/popup-bg.svg");
        padding: 28px 0; } }
  @media only screen and (min-width: 768px) and (prefers-color-scheme: dark) {
    .popup .popup__container {
      background-image: url("/img/common/popup-bg-dark.svg");
      background-color: #3C3C3C; } }
    .popup .popup__container .content-box {
      overflow-y: auto;
      max-height: 380px;
      padding: 0 20px; }
      @media only screen and (min-width: 480px) {
        .popup .popup__container .content-box {
          height: 100%;
          max-height: 100%; } }
      .popup .popup__container .content-box .close-btn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("/img/common/icon-menu-28x28.svg");
        background-size: contain; }
        @media (prefers-color-scheme: dark) {
          .popup .popup__container .content-box .close-btn {
            background-image: none;
            background-color: white;
            mask-image: url("/img/common/icon-menu-28x28.svg");
            -webkit-mask-image: url("/img/common/icon-menu-28x28.svg"); } }
        @media only screen and (min-width: 768px) {
          .popup .popup__container .content-box .close-btn {
            width: 18px;
            height: 18px;
            top: 18px;
            right: 18px;
            left: auto;
            transform: translateX(0); } }
      .popup .popup__container .content-box h2 {
        margin: 7px 0 7px 0;
        font-size: 26px;
        line-height: 28px;
        text-align: center; }
        @media (prefers-color-scheme: dark) {
          .popup .popup__container .content-box h2 {
            color: white; } }
        @media only screen and (min-width: 768px) {
          .popup .popup__container .content-box h2 {
            margin: 0 0 7px 0;
            font-size: 32px;
            line-height: 42px; } }
      .popup .popup__container .content-box h3 {
        text-align: center;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 18px; }
        @media (prefers-color-scheme: dark) {
          .popup .popup__container .content-box h3 {
            color: white; } }
        @media only screen and (min-width: 768px) {
          .popup .popup__container .content-box h3 {
            font-size: 15px;
            line-height: 21px; } }
      .popup .popup__container .content-box p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin: 0; }
        @media (prefers-color-scheme: dark) {
          .popup .popup__container .content-box p {
            color: white; } }
        @media only screen and (min-width: 768px) {
          .popup .popup__container .content-box p {
            font-size: inherit;
            line-height: inherit; } }
      .popup .popup__container .content-box .date-info {
        text-transform: uppercase;
        margin: 10px 0; }
      .popup .popup__container .content-box .info-details {
        max-width: 590px;
        padding: 0 5px; }
        @media only screen and (min-width: 768px) {
          .popup .popup__container .content-box .info-details {
            padding: 0; } }
        .popup .popup__container .content-box .info-details .title {
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) {
            .popup .popup__container .content-box .info-details .title {
              font-weight: 700; } }
        .popup .popup__container .content-box .info-details p:nth-child(2) {
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) {
            .popup .popup__container .content-box .info-details p:nth-child(2) {
              margin-bottom: 0; } }
        .popup .popup__container .content-box .info-details .contact-info {
          margin: 10px 0; }
  .popup .popup__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000080; }

.page__error {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.page__index .hero-bg {
  position: relative; }
  .page__index .hero-bg .hero-bg-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: 100dvh; }
    @media only screen and (min-width: 992px) {
      .page__index .hero-bg .hero-bg-gallery {
        height: 100vh; } }
    .page__index .hero-bg .hero-bg-gallery::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
  .page__index .hero-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page__index .hero-bg .hero-text h3 {
    color: white;
    margin: 0 auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .page__index .hero-bg .hero-text h3 {
        font-size: 32px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) {
      .page__index .hero-bg .hero-text h3 {
        font-size: 39px;
        line-height: 46px;
        letter-spacing: -1px; } }

.page__index .hero-banner {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #cb4a37;
  z-index: 2; }
  .page__index .hero-banner .hero-banner-cta {
    max-width: fit-content;
    width: fit-content;
    padding: 0 23px;
    height: 30px; }

.page__index .fifty-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  align-items: center;
  padding: 35px 0; }
  @media only screen and (min-width: 768px) {
    .page__index .fifty-block {
      padding: 40px 0;
      grid-gap: 40px; } }
  @media only screen and (min-width: 992px) {
    .page__index .fifty-block {
      grid-template-columns: 447px auto;
      padding: 78px 0;
      grid-gap: 112px; } }
  .page__index .fifty-block .content--text {
    order: 2; }
    @media only screen and (min-width: 992px) {
      .page__index .fifty-block .content--text {
        order: unset; } }
    .page__index .fifty-block .content--text-details {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.5px; }
      @media only screen and (min-width: 768px) {
        .page__index .fifty-block .content--text-details {
          font-size: 14px;
          line-height: 22px; } }
      @media only screen and (min-width: 992px) {
        .page__index .fifty-block .content--text-details {
          font-size: 16px;
          line-height: 26px; } }
      .page__index .fifty-block .content--text-details p {
        margin-bottom: 34px; }
    .page__index .fifty-block .content--text-cta {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .page__index .fifty-block .content--text-cta {
          width: auto; } }
  .page__index .fifty-block .content--image {
    order: 1; }
    @media only screen and (min-width: 992px) {
      .page__index .fifty-block .content--image {
        order: unset; } }
  @media only screen and (min-width: 992px) {
    .page__index .fifty-block--reversed {
      grid-template-columns: auto 447px; } }
  @media only screen and (min-width: 992px) {
    .page__index .fifty-block--reversed .content--text {
      order: unset;
      grid-row: 1;
      grid-column: 2; } }
  @media only screen and (min-width: 992px) {
    .page__index .fifty-block--reversed .content--image {
      order: unset;
      grid-row: 1;
      grid-column: 1; } }
  .page__index .fifty-block h2 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px; }
    @media only screen and (min-width: 768px) {
      .page__index .fifty-block h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media only screen and (min-width: 992px) {
      .page__index .fifty-block h2 {
        font-size: 39px;
        line-height: 45px; } }
    .page__index .fifty-block h2.content--text-title--mobile {
      display: block;
      margin-bottom: 24px;
      max-width: 267px; }
      @media only screen and (min-width: 992px) {
        .page__index .fifty-block h2.content--text-title--mobile {
          display: none; } }
    .page__index .fifty-block h2.content--text-title--desktop {
      display: none;
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) {
        .page__index .fifty-block h2.content--text-title--desktop {
          display: block; } }
  .page__index .fifty-block--qna .content--text-details {
    max-width: 310px; }
    @media only screen and (min-width: 768px) {
      .page__index .fifty-block--qna .content--text-details {
        max-width: unset; } }

.page__index .home__form {
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .page__index .home__form {
      margin-top: 68px; } }
  .page__index .home__form .home__form__title {
    font-weight: 700;
    font-size: 27px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 8px; }
    @media only screen and (min-width: 992px) {
      .page__index .home__form .home__form__title {
        font-size: 39px;
        line-height: 45px;
        margin-bottom: 22px; } }
  .page__index .home__form .home__form__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__index .home__form .home__form__subtitle {
        font-size: 16px;
        line-height: 26px; } }
  .page__index .home__form .home__form__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__index .home__form .home__form__text {
        font-size: 15.2px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .page__index .home__form .form {
    --pad: 0.75rem;
    width: 100%;
    margin: 24px 0 20px; }
    @media only screen and (min-width: 992px) {
      .page__index .home__form .form {
        margin: 32px 0 30px;
        max-width: 720px; } }
    .page__index .home__form .form h2 {
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      margin: 0;
      margin-bottom: 36px; }
    .page__index .home__form .form .form__inputs {
      display: flex;
      flex-direction: column;
      gap: 34px; }
    .page__index .home__form .form .form__line {
      display: flex;
      gap: 40px; }
    .page__index .home__form .form .form__group {
      position: relative;
      width: 100%; }
    .page__index .home__form .form .form__input {
      height: fit-content;
      padding: 0;
      padding-top: var(--pad);
      outline: none;
      border: none;
      border-bottom: 1px solid black;
      font-weight: 400;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.3px;
      color: #000000; }
      .page__index .home__form .form .form__input::placeholder {
        opacity: 0; }
      .page__index .home__form .form .form__input:focus {
        border-bottom: 1px solid #cd5c2e; }
    .page__index .home__form .form input:focus + label,
    .page__index .home__form .form input:not(:placeholder-shown) + label {
      transform: translateY(calc(-50% - var(--pad))) scale(0.8);
      font-size: 9px;
      line-height: 12px;
      letter-spacing: 0.3px;
      color: #000000; }
    .page__index .home__form .form .form__label {
      position: absolute;
      left: 0;
      top: var(--pad);
      transition: all 0.25s;
      pointer-events: none;
      transform-origin: left;
      font-weight: 400;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.3px;
      color: #7b7b7b; }
    .page__index .home__form .form .form__select {
      width: 100%;
      padding: var(--pad) 0;
      outline: none;
      border: none;
      border-bottom: 1px solid black;
      font-weight: 400;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.3px;
      color: #000000; }
      .page__index .home__form .form .form__select::placeholder {
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 0.3px;
        color: #7b7b7b; }
      .page__index .home__form .form .form__select:focus {
        border-bottom: 1px solid #cd5c2e; }
      @media only screen and (min-width: 768px) {
        .page__index .home__form .form .form__select {
          width: calc(50% - 20px); } }
    .page__index .home__form .form .form__sumbit {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 34px; }

.page__index .recaptcha {
  padding-bottom: 16px; }

.page__index .btnDisabled {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.4s;
  border-radius: 4px;
  border: 1px solid #dc7f64;
  background-color: #dc7f64;
  color: white;
  cursor: default; }
  .page__index .btnDisabled:disabled {
    opacity: 0.3;
    pointer-events: none; }

.page__index .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 173px;
  width: 173px;
  height: 41px;
  font-weight: 700;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s; }
  .page__index .btn-rounded {
    border-radius: 4px; }
  .page__index .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__index .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__index .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__index .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__index .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__index .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__index .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__index .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__index .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__index .btn-flex:hover svg path {
      fill: #dc7f64; }

.page__place .hero {
  position: relative; }
  .page__place .hero video {
    display: block;
    width: 100%;
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__place .hero video {
        height: 100vh; } }
  .page__place .hero .hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }
    .page__place .hero .hero__content br {
      display: none; }
    .page__place .hero .hero__content h2 {
      color: white;
      text-align: center;
      font-weight: 400;
      font-size: 28px;
      line-height: 36px;
      margin: 0;
      max-width: 340px; }
      @media only screen and (min-width: 768px) {
        .page__place .hero .hero__content h2 {
          font-size: 32px;
          line-height: 40px;
          max-width: 100%; } }
      @media only screen and (min-width: 992px) {
        .page__place .hero .hero__content h2 {
          font-size: 39px;
          line-height: 46px;
          letter-spacing: -1px; }
          .page__place .hero .hero__content h2 br {
            display: block; } }

.page__place .content {
  margin: 30px 0 50px; }
  @media only screen and (min-width: 992px) {
    .page__place .content {
      margin: 70px 0 120px; } }
  .page__place .content h3 {
    margin: 0;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px; }
    @media only screen and (min-width: 992px) {
      .page__place .content h3 {
        font-size: 64px;
        line-height: 64px; } }
  .page__place .content .content__inner {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
    margin-top: 13px; }
    @media only screen and (min-width: 992px) {
      .page__place .content .content__inner {
        margin-top: 69px; } }
    .page__place .content .content__inner h4 {
      margin: 0;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (min-width: 992px) {
        .page__place .content .content__inner h4 {
          font-size: 28px;
          line-height: 36px; } }
    .page__place .content .content__inner p {
      margin: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px; }
      @media only screen and (min-width: 992px) {
        .page__place .content .content__inner p {
          font-size: 16px;
          line-height: 24px;
          max-width: 666px; } }
    .page__place .content .content__inner img,
    .page__place .content .content__inner video {
      width: 100%;
      grid-row: 2 / 3;
      aspect-ratio: 1 / 0.55;
      object-fit: cover; }
      @media only screen and (min-width: 992px) {
        .page__place .content .content__inner img,
        .page__place .content .content__inner video {
          margin: 16px 0 26px; } }

.page__place .list {
  margin: 30px 0; }
  @media only screen and (min-width: 992px) {
    .page__place .list {
      margin: 120px 0 64px; } }
  .page__place .list h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .page__place .list h4 {
        font-size: 22px;
        line-height: 30px; } }
  .page__place .list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: 0; }
    .page__place .list li strong {
      font-weight: 700; }
    @media only screen and (min-width: 992px) {
      .page__place .list li {
        font-size: 16px;
        line-height: 26px; } }

.page__place .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 231px;
  width: 231px;
  height: 46px;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s; }
  .page__place .btn-rounded {
    border-radius: 4px; }
  .page__place .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__place .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__place .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__place .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__place .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__place .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__place .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__place .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__place .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__place .btn-flex:hover svg path {
      fill: #dc7f64; }

.page__project .hero {
  position: relative;
  color: white; }
  .page__project .hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .page__project .hero img {
    display: block;
    width: 100%;
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 70%; }
    @media only screen and (min-width: 992px) {
      .page__project .hero img {
        height: 100dvh; } }
  .page__project .hero .hero__content {
    position: absolute;
    top: 26px;
    max-width: 1318px;
    padding: 0 26px;
    margin: 0 auto;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .page__project .hero .hero__content {
        padding: 0 124px;
        top: 108px; } }
    .page__project .hero .hero__content h2 {
      margin: 0;
      margin-bottom: 22px;
      font-weight: 700;
      font-size: 27px;
      line-height: 35px; }
      @media only screen and (min-width: 992px) {
        .page__project .hero .hero__content h2 {
          margin-bottom: 74px;
          font-size: 64px;
          line-height: 64px; } }
  .page__project .hero .hero__list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media only screen and (min-width: 992px) {
      .page__project .hero .hero__list {
        flex-direction: row;
        gap: 104px; } }
    .page__project .hero .hero__list h4 {
      margin: 0;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (min-width: 992px) {
        .page__project .hero .hero__list h4 {
          width: fit-content;
          white-space: nowrap;
          font-size: 22px;
          line-height: 30px; } }
  .page__project .hero .hero__list__inner {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .page__project .hero .hero__list__inner {
        flex-direction: row;
        gap: 40px; } }
    .page__project .hero .hero__list__inner ul {
      margin: 0;
      width: 100%; }
      .page__project .hero .hero__list__inner ul:last-of-type li:last-of-type {
        border-bottom: none; }
    .page__project .hero .hero__list__inner li {
      list-style-type: none;
      margin: 0;
      padding: 6px 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      @media only screen and (min-width: 992px) {
        .page__project .hero .hero__list__inner li:last-of-type {
          border-bottom: none; } }

.page__project .gallery {
  margin: 40px 0; }
  @media only screen and (min-width: 992px) {
    .page__project .gallery {
      margin: 80px 0 108px; } }
  .page__project .gallery h3 {
    margin-bottom: 22px; }
  .page__project .gallery p {
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      .page__project .gallery p {
        margin-top: 90px;
        max-width: 750px; } }

.page__project .text__image__grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 42px 0; }
  @media only screen and (min-width: 992px) {
    .page__project .text__image__grid {
      padding: 76px 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr); } }
  .page__project .text__image__grid img {
    aspect-ratio: 1 / 0.66;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__grid img {
        grid-column: 5 / span 8;
        grid-row: 1 / span 2;
        margin-left: 40px; } }
  .page__project .text__image__grid h3 {
    white-space: nowrap;
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
    height: fit-content; }
  .page__project .text__image__grid p {
    font-size: 14px;
    line-height: 22px; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__grid p {
        grid-column: 1 / span 4;
        grid-row: 1 / span 2;
        margin-right: 40px;
        margin-top: 80px;
        font-size: 16px;
        line-height: 24px; } }

.page__project .text__image__flex {
  padding: 40px 0 52px; }
  @media only screen and (min-width: 992px) {
    .page__project .text__image__flex {
      padding: 72px 0 120px; } }
  .page__project .text__image__flex h3 {
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__flex h3 {
        margin-bottom: 50px; } }
  .page__project .text__image__flex h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__flex h4 {
        font-size: 22px;
        margin-bottom: 34px; } }
  .page__project .text__image__flex p {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__flex p {
        max-width: 750px; } }
  .page__project .text__image__flex a {
    color: currentColor; }
  .page__project .text__image__flex img {
    margin-top: 40px;
    aspect-ratio: 1 / 0.66;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__flex img {
        margin-top: 80px; } }

.page__project .text__image__header {
  padding: 40px 0 52px; }
  @media only screen and (min-width: 992px) {
    .page__project .text__image__header {
      padding: 58px 0 86px; } }
  .page__project .text__image__header header {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__header header {
        flex-direction: row;
        justify-content: space-between; } }
  .page__project .text__image__header h3 {
    white-space: nowrap; }
  .page__project .text__image__header p {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__header p {
        max-width: 610px; } }
  .page__project .text__image__header img {
    aspect-ratio: 1 / 0.66;
    margin-top: 28px;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__project .text__image__header img {
        margin-top: 58px; } }

.page__project .banner {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  background: #cb4a37;
  color: white; }
  @media only screen and (min-width: 992px) {
    .page__project .banner {
      flex-direction: row;
      height: 100px;
      gap: 20px;
      margin-top: 58px; } }
  .page__project .banner h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px; }

.page__project h3 {
  margin: 0;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px; }
  @media only screen and (min-width: 992px) {
    .page__project h3 {
      font-size: 39px;
      line-height: 45px; } }

.page__project h4 {
  margin: 0; }

.page__project p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }
  @media only screen and (min-width: 992px) {
    .page__project p {
      font-size: 16px;
      line-height: 24px; } }

.page__project .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 112px;
  width: 112px;
  height: 25px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  font-weight: 500; }
  @media only screen and (min-width: 992px) {
    .page__project .btn {
      max-width: 120px;
      width: 120px;
      height: 30px;
      font-size: 12px;
      line-height: 30px; } }
  .page__project .btn-rounded {
    border-radius: 4px; }
  .page__project .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__project .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__project .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__project .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__project .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__project .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__project .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__project .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__project .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__project .btn-flex:hover svg path {
      fill: #dc7f64; }

.page__project .gallery img {
  aspect-ratio: 1 / 0.66;
  object-fit: cover; }

.page__project .explore-spaces-wrapper {
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .page__project .explore-spaces-wrapper {
      margin-bottom: 100px; } }
  .page__project .explore-spaces-wrapper h3 {
    margin-bottom: 20px; }

.page__project .explore-spaces {
  position: relative;
  width: 100%; }
  .page__project .explore-spaces .trigger-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(10, 1fr); }
  .page__project .explore-spaces .trigger-phase-1 {
    grid-row: 1 / 3;
    grid-column: 1 / 6; }
  .page__project .explore-spaces .trigger-phase-2 {
    grid-row: 3 / -1;
    grid-column: 1 / 4; }
  .page__project .explore-spaces .trigger-phase-3 {
    grid-row: 3 / -1;
    grid-column: 4 / 6; }
  .page__project .explore-spaces .trigger-phase-4 {
    grid-row: 1 / -1;
    grid-column: 6 / -1; }
  .page__project .explore-spaces img {
    width: 100%;
    height: auto;
    display: none; }
    .page__project .explore-spaces img[data-visible='true'] {
      display: block; }

.page__construction {
  margin-bottom: 90px; }
  .page__construction .construction__title {
    margin: 30px 0 24px;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__title {
        margin: 90px 0 70px;
        font-size: 64px;
        line-height: 64px; } }
  .page__construction .construction__gallery {
    width: 100%;
    height: 445px;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 12px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__gallery {
        margin: 90px 0;
        font-size: 64px;
        line-height: 64px; } }
    .page__construction .construction__gallery div {
      position: relative;
      width: 100%;
      height: 100%; }
      .page__construction .construction__gallery div:nth-of-type(1) {
        grid-column: 1 / span 8;
        grid-row: 1 / span 2; }
      .page__construction .construction__gallery div:nth-of-type(2) {
        grid-column: 9 / span 4;
        grid-row: 1 / span 1; }
      .page__construction .construction__gallery div:nth-of-type(3) {
        grid-column: 13 / span 4;
        grid-row: 1 / span 1; }
      .page__construction .construction__gallery div:nth-of-type(4) {
        grid-column: 9 / span 8;
        grid-row: 2 / span 1; }
    .page__construction .construction__gallery img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page__construction .construction__accordion {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__accordion {
        margin: 90px 0;
        font-size: 64px;
        line-height: 64px; } }
  .page__construction .construction__accordion__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 360px;
    overflow: hidden;
    border-bottom: 1px solid #283247;
    padding-bottom: 40px; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__accordion__item {
        flex-direction: row;
        gap: 125px;
        height: 271px;
        padding-bottom: 0px; } }
    .page__construction .construction__accordion__item.active {
      height: 100%; }
      .page__construction .construction__accordion__item.active .construction__accordion__item__right {
        height: 100%; }
      .page__construction .construction__accordion__item.active .construction__accordion__item__left svg,
      .page__construction .construction__accordion__item.active .construction__accordion__item__bottom svg {
        transform: rotate(90deg); }
      .page__construction .construction__accordion__item.active .construction__accordion__item__bottom p {
        color: #000000; }
  .page__construction .construction__accordion__item__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px; }
    .page__construction .construction__accordion__item__left h4 {
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      white-space: nowrap;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .page__construction .construction__accordion__item__left h4 {
          font-size: 28px;
          line-height: 36px;
          letter-spacing: -1px; } }
  .page__construction .construction__accordion__item__right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 0;
    height: 340px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__accordion__item__right {
        gap: 30px;
        padding-bottom: 80px;
        height: 206px; } }
    .page__construction .construction__accordion__item__right h4 {
      font-weight: 700;
      font-size: 20px;
      line-height: 28px; }
      @media only screen and (min-width: 992px) {
        .page__construction .construction__accordion__item__right h4 {
          font-size: 28px;
          line-height: 36px;
          letter-spacing: -1px; } }
    .page__construction .construction__accordion__item__right p {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px; }
      .page__construction .construction__accordion__item__right p.strong {
        font-weight: 700; }
      @media only screen and (min-width: 992px) {
        .page__construction .construction__accordion__item__right p {
          font-size: 16px;
          line-height: 24px; } }
    .page__construction .construction__accordion__item__right li {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px; }
      @media only screen and (min-width: 992px) {
        .page__construction .construction__accordion__item__right li {
          font-size: 16px;
          line-height: 24px; } }
  .page__construction .construction__accordion__block {
    display: flex;
    flex-direction: column;
    gap: 14px; }
  .page__construction .construction__accordion__card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background: #f9f9f9; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__accordion__card {
        gap: 16px;
        padding: 30px 20px; } }
    .page__construction .construction__accordion__card h4 {
      font-weight: 700;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0px; }
    .page__construction .construction__accordion__card li {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px; }
  .page__construction .construction__accordion__item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 4px;
    cursor: pointer; }
    @media only screen and (min-width: 992px) {
      .page__construction .construction__accordion__item__bottom {
        height: 40px; } }
    .page__construction .construction__accordion__item__bottom p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #cb4a37; }
    .page__construction .construction__accordion__item__bottom svg {
      width: 9px;
      height: 17px;
      transform: rotate(-90deg); }
  .page__construction h2,
  .page__construction h4,
  .page__construction p,
  .page__construction li {
    margin: 0; }

.page__careers .content {
  margin: 30px 0 40px; }
  @media only screen and (min-width: 992px) {
    .page__careers .content {
      margin: 84px 0 104px; } }
  .page__careers .content h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .page__careers .content h2 {
        font-size: 62px;
        line-height: 62px;
        margin-bottom: 78px; } }

.page__careers .content__inner {
  display: grid;
  grid-template-rows: auto auto auto; }
  .page__careers .content__inner:last-of-type {
    margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .page__careers .content__inner {
      grid-template-rows: 36px auto;
      grid-template-columns: 6fr 4fr;
      row-gap: 30px;
      column-gap: 80px; }
      .page__careers .content__inner:last-of-type {
        margin-top: 30px; } }
  .page__careers .content__inner h4 {
    grid-row: 2 / 3;
    height: fit-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 15px; }
    @media only screen and (min-width: 992px) {
      .page__careers .content__inner h4 {
        grid-row: 1 / 2;
        font-size: 28px;
        line-height: 36px;
        margin: 0; } }
  .page__careers .content__inner .content__block {
    grid-row: 3 / 4; }
    @media only screen and (min-width: 992px) {
      .page__careers .content__inner .content__block {
        grid-row: 2 / 3; } }
    .page__careers .content__inner .content__block p {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      margin: 0; }
      .page__careers .content__inner .content__block p.strong {
        font-weight: 700;
        margin: 32px 0 16px; }
      @media only screen and (min-width: 992px) {
        .page__careers .content__inner .content__block p {
          font-size: 16px;
          line-height: 24px; } }
  .page__careers .content__inner img {
    grid-row: 1 / 2;
    aspect-ratio: 1 / 1.5;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__careers .content__inner img {
        grid-row: 1 / 3;
        aspect-ratio: 1 / 1.3; } }

.page__careers .quote {
  padding: 40px 0; }
  @media only screen and (min-width: 992px) {
    .page__careers .quote {
      padding: 80px 0; } }
  @media only screen and (min-width: 992px) {
    .page__careers .quote {
      display: grid;
      grid-template-columns: repeat(16, 1fr); } }
  .page__careers .quote img {
    width: calc(100% - 80px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__careers .quote img {
        width: 100%;
        grid-column: 1 / span 4; } }
  @media only screen and (min-width: 992px) {
    .page__careers .quote .quote__infos {
      width: 100%;
      grid-column: 7 / span 10; } }
  .page__careers .quote .quote__infos h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px; }
    @media only screen and (min-width: 992px) {
      .page__careers .quote .quote__infos h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 0px 0 12px; } }
  .page__careers .quote .quote__infos p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0; }
    .page__careers .quote .quote__infos p:first-of-type {
      margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .page__careers .quote .quote__infos p {
        font-size: 16px;
        line-height: 26px; }
        .page__careers .quote .quote__infos p:first-of-type {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 50px; } }

.page__careers .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 41px;
  font-weight: 500;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  margin-top: 14px; }
  @media only screen and (min-width: 992px) {
    .page__careers .btn {
      max-width: 260px;
      width: 260px; } }
  .page__careers .btn-rounded {
    border-radius: 4px; }
  .page__careers .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__careers .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__careers .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__careers .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__careers .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__careers .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__careers .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__careers .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__careers .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__careers .btn-flex:hover svg path {
      fill: #dc7f64; }

#opportunities .opportunities__item {
  display: flex;
  align-items: center;
  padding: 32px 0;
  gap: 106px;
  border-bottom: 1px solid #d8d8d8; }
  #opportunities .opportunities__item:last-of-type {
    border-bottom: none; }
  #opportunities .opportunities__item:hover {
    border-bottom: 1px solid #dc7f64; }

#opportunities .opportunities__img {
  width: 103px;
  min-width: 103px; }
  #opportunities .opportunities__img img {
    max-width: 103px;
    height: auto;
    object-fit: cover; }

#opportunities .opportunities__title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 14px 0; }

#opportunities .opportunities__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; }

#opportunities .opportunities__link {
  width: 149px;
  height: 40px;
  display: flex;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: black;
  transition: all 0.3s ease; }
  #opportunities .opportunities__link:hover {
    background-color: #dc7f64; }

.page__opportunities .opportunities__top h1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 62px;
  margin: 55px 0 78px; }

.page__opportunities .opportunities__top h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 16px; }

.page__opportunities .opportunities__top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 539px;
  margin: 0; }

@media (max-width: 768px) {
  .page__opportunities .opportunities__top h1 {
    font-size: 27px;
    line-height: 35px;
    margin: 30px 0 24px; }
  .page__opportunities .opportunities__top h4 {
    font-size: 20px;
    line-height: 28px; }
  .page__opportunities .opportunities__top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px; }
  #opportunities .opportunities__item {
    align-items: flex-start;
    padding: 20px 0;
    gap: 32px; }
  #opportunities .opportunities__img img {
    max-width: 73px;
    width: 100%;
    height: auto;
    object-fit: contain; }
  #opportunities .opportunities__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin: 0 0 8px 0; }
  #opportunities .opportunities__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  #opportunities .opportunities__link {
    width: 130px;
    height: 35px;
    font-size: 11px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background: black; }
    #opportunities .opportunities__link:hover {
      background-color: #dc7f64; } }

.page__art .art__hero {
  padding: 30px 0 60px; }
  @media only screen and (min-width: 992px) {
    .page__art .art__hero {
      padding: 138px 0 98px; } }
  .page__art .art__hero h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 12px; }
    @media only screen and (min-width: 992px) {
      .page__art .art__hero h2 {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 70px; } }
  .page__art .art__hero h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 14px; }
    @media only screen and (min-width: 992px) {
      .page__art .art__hero h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px; } }
  .page__art .art__hero p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__art .art__hero p {
        font-size: 16px;
        line-height: 24px;
        max-width: 670px; } }
  .page__art .art__hero .art__hero__gallery {
    margin: 36px 0;
    display: block; }
    @media only screen and (min-width: 992px) {
      .page__art .art__hero .art__hero__gallery {
        display: none; } }
    .page__art .art__hero .art__hero__gallery .slick-gallery__container {
      width: 100%;
      max-width: 100%; }
    .page__art .art__hero .art__hero__gallery img {
      aspect-ratio: 1 / 0.66; }

.page__art .art__banner {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px; }
  @media only screen and (min-width: 992px) {
    .page__art .art__banner {
      height: 500px;
      gap: 30px; } }
  .page__art .art__banner h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__art .art__banner h4 {
        font-size: 28px;
        line-height: 36px; } }
  .page__art .art__banner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    max-width: 300px;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__art .art__banner p {
        font-size: 22px;
        line-height: 30px;
        max-width: 674px; } }
  .page__art .art__banner a {
    color: currentColor; }

.page__art .art__slider {
  margin: 97px 0 67px; }

.page__art .art__slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: none; }
  @media only screen and (min-width: 992px) {
    .page__art .art__slider__slide {
      display: block; } }
  .page__art .art__slider__slide .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    left: inherit;
    top: inherit;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .page__art .art__slider__slide .slick-arrow.slick-prev {
      transform: translate(-150%, 0%); }
    .page__art .art__slider__slide .slick-arrow.slick-next {
      transform: translate(0%, 0%); }
    .page__art .art__slider__slide .slick-arrow svg {
      width: 100%;
      height: 100%; }
    .page__art .art__slider__slide .slick-arrow::before {
      display: none; }
  .page__art .art__slider__slide .image--container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.5px;
    width: fit-content;
    margin: 0;
    margin-top: 20px; }
  .page__art .art__slider__slide .image--container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 0.66; }

.page__partnership h2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin: 30px 0 24px; }
  @media only screen and (min-width: 992px) {
    .page__partnership h2 {
      font-size: 64px;
      line-height: 64px;
      margin: 138px 0 80px; } }

.page__partnership svg {
  width: 217px;
  height: 80px; }

.page__partnership p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 30px 0 50px; }
  @media only screen and (min-width: 992px) {
    .page__partnership p {
      margin: 74px 0 92px;
      max-width: 594px; } }

.page__partnership img {
  aspect-ratio: 1 / 0.66;
  object-fit: cover; }
  @media only screen and (min-width: 992px) {
    .page__partnership img {
      margin-bottom: 80px; } }

.page__news .news__header {
  margin: 30px 0 34px; }
  @media only screen and (min-width: 992px) {
    .page__news .news__header {
      margin: 134px 0 94px; } }
  .page__news .news__header h1 {
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 14px; }
    @media only screen and (min-width: 992px) {
      .page__news .news__header h1 {
        font-size: 62px;
        line-height: 62px;
        margin-bottom: 78px; } }
  .page__news .news__header h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 14px; }
    @media only screen and (min-width: 992px) {
      .page__news .news__header h4 {
        font-size: 28px;
        line-height: 36px; } }
  .page__news .news__header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    max-width: 340px; }
    @media only screen and (min-width: 992px) {
      .page__news .news__header p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%; } }

.page__news .news__infos {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .page__news .news__infos {
      flex-direction: row; } }
  .page__news .news__infos .news__infos__block {
    padding: 30px 26px;
    color: white; }
    @media only screen and (min-width: 992px) {
      .page__news .news__infos .news__infos__block {
        padding: 68px 124px; } }
    .page__news .news__infos .news__infos__block:first-of-type {
      background: #0e1036; }
    .page__news .news__infos .news__infos__block:last-child {
      background: #cb4a37; }
    .page__news .news__infos .news__infos__block img {
      width: 100%;
      aspect-ratio: 1 / 0.66;
      object-fit: cover;
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .page__news .news__infos .news__infos__block img {
          margin-bottom: 30px; } }
    .page__news .news__infos .news__infos__block h4 {
      font-weight: 700;
      font-size: 27px;
      line-height: 35px;
      letter-spacing: -1px;
      text-align: center;
      margin: 0;
      margin-bottom: 7px; }
      @media only screen and (min-width: 992px) {
        .page__news .news__infos .news__infos__block h4 {
          font-size: 28px;
          line-height: 45px;
          text-align: left; } }
    .page__news .news__infos .news__infos__block p {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0px;
      text-align: center;
      margin: 0;
      margin-bottom: 24px; }
      @media only screen and (min-width: 992px) {
        .page__news .news__infos .news__infos__block p {
          font-size: 16px;
          line-height: 26px;
          text-align: left; } }

.page__news .news__list {
  padding: 30px 0 60px; }
  @media only screen and (min-width: 992px) {
    .page__news .news__list {
      padding: 90px 0; } }
  .page__news .news__list h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 74px; } }
  .page__news .news__list .news__list__inner {
    display: flex;
    flex-direction: column; }
  .page__news .news__list .news__item {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 10px 0 16px;
    border-bottom: 1px solid #d8d8d8; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list .news__item {
        padding: 20px 0 32px;
        height: 162px; } }
    .page__news .news__list .news__item:last-of-type {
      border-bottom: none; }
  .page__news .news__list .news__img {
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list .news__img {
        grid-column: 1 / span 4; } }
    .page__news .news__list .news__img img {
      max-width: 73px;
      height: auto;
      object-fit: cover; }
      @media only screen and (min-width: 992px) {
        .page__news .news__list .news__img img {
          max-width: 103px; } }
  .page__news .news__list .news__content {
    grid-column: 4 / span 13; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list .news__content {
        grid-column: 6 / span 11; } }
  .page__news .news__list .news__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 6px; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list .news__title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px; } }
  .page__news .news__list .news__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #cb4a37;
    text-decoration: none;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .page__news .news__list .news__link {
        font-size: 19px;
        line-height: 29px; } }

.page__news .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 41px;
  font-weight: 500;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s; }
  @media only screen and (min-width: 992px) {
    .page__news .btn {
      max-width: 173px;
      width: 173px; } }
  .page__news .btn-rounded {
    border-radius: 4px; }
  .page__news .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__news .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__news .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__news .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__news .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__news .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__news .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__news .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__news .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__news .btn-flex:hover svg path {
      fill: #dc7f64; }

.page__gallery h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin: 30px 0 14px; }
  @media only screen and (min-width: 992px) {
    .page__gallery h1 {
      font-size: 64px;
      line-height: 64px;
      margin: 134px 0 72px; } }

.page__gallery .gallery__slick__item img {
  aspect-ratio: 1 / 0.77;
  object-fit: cover; }

.page__gallery .gallery__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px; }
  .page__gallery .gallery__grid::after {
    content: '';
    position: absolute;
    left: 144px;
    width: 1px;
    height: 100%;
    background: #26324a; }
  .page__gallery .gallery__grid .gallery__grid__item {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(2) {
      flex-direction: row;
      gap: 39px; }
      .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(2) .gallery__grid__text {
        flex-direction: column;
        gap: 16px; }
        .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(2) .gallery__grid__text h3,
        .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(2) .gallery__grid__text p {
          text-align: right; }
      .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(2) .gallery__grid__images {
        margin-left: 0; }
    .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(1), .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(3) {
      flex-direction: row;
      gap: 40px; }
      .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(1) h3, .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(3) h3 {
        height: fit-content; }
      .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(1) .gallery__grid__text, .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(3) .gallery__grid__text {
        align-items: flex-start; }
      .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(1) .gallery__grid__images, .page__gallery .gallery__grid .gallery__grid__item:nth-of-type(3) .gallery__grid__images {
        margin-left: 0; }
  .page__gallery .gallery__grid .gallery__grid__text {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 57px;
    width: 144px;
    min-width: 144px; }
    .page__gallery .gallery__grid .gallery__grid__text h3 {
      font-weight: 700;
      font-size: 17px;
      line-height: 28px;
      white-space: nowrap;
      margin: 0; }
    .page__gallery .gallery__grid .gallery__grid__text p {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      white-space: nowrap;
      margin: 0; }
  .page__gallery .gallery__grid .gallery__grid__images {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(20, 1fr);
    gap: 30px;
    margin-left: 184px; }
    .page__gallery .gallery__grid .gallery__grid__images img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page__gallery .gallery__grid .gallery__grid__images.one {
      max-height: 1072px; }
      .page__gallery .gallery__grid .gallery__grid__images.one img:nth-of-type(1) {
        grid-column: 1 / span 6;
        grid-row: 1 / span 13; }
      .page__gallery .gallery__grid .gallery__grid__images.one img:nth-of-type(2) {
        grid-column: 7 / span 6;
        grid-row: 1 / span 6; }
      .page__gallery .gallery__grid .gallery__grid__images.one img:nth-of-type(3) {
        grid-column: 7 / span 6;
        grid-row: 7 / span 6; }
      .page__gallery .gallery__grid .gallery__grid__images.one img:nth-of-type(4) {
        grid-column: 1 / span 6;
        grid-row: 14 / span 6; }
    .page__gallery .gallery__grid .gallery__grid__images.two {
      max-height: 1157px; }
      .page__gallery .gallery__grid .gallery__grid__images.two img:nth-of-type(1) {
        grid-column: 1 / span 6;
        grid-row: 1 / span 11; }
      .page__gallery .gallery__grid .gallery__grid__images.two img:nth-of-type(2) {
        grid-column: 7 / span 6;
        grid-row: 1 / span 15; }
      .page__gallery .gallery__grid .gallery__grid__images.two img:nth-of-type(3) {
        grid-column: 7 / span 6;
        grid-row: 16 / span 5; }
    .page__gallery .gallery__grid .gallery__grid__images.three {
      max-height: 1157px; }
      .page__gallery .gallery__grid .gallery__grid__images.three img:nth-of-type(1) {
        grid-column: 7 / span 6;
        grid-row: 10 / span 11; }
      .page__gallery .gallery__grid .gallery__grid__images.three img:nth-of-type(2) {
        grid-column: 1 / span 6;
        grid-row: 6 / span 15; }
      .page__gallery .gallery__grid .gallery__grid__images.three img:nth-of-type(3) {
        grid-column: 7 / span 6;
        grid-row: 1 / span 9; }
      .page__gallery .gallery__grid .gallery__grid__images.three img:nth-of-type(4) {
        grid-column: 1 / span 6;
        grid-row: 1 / span 5; }
    .page__gallery .gallery__grid .gallery__grid__images.four {
      max-height: 1352px; }
      .page__gallery .gallery__grid .gallery__grid__images.four img:nth-of-type(1) {
        grid-column: 1 / span 12;
        grid-row: 1 / span 10; }
      .page__gallery .gallery__grid .gallery__grid__images.four img:nth-of-type(2) {
        grid-column: 1 / span 6;
        grid-row: 11 / span 5; }
      .page__gallery .gallery__grid .gallery__grid__images.four img:nth-of-type(3) {
        grid-column: 7 / span 6;
        grid-row: 11 / span 4; }
      .page__gallery .gallery__grid .gallery__grid__images.four img:nth-of-type(4) {
        grid-column: 1 / span 6;
        grid-row: 16 / span 5; }
      .page__gallery .gallery__grid .gallery__grid__images.four img:nth-of-type(5) {
        grid-column: 7 / span 6;
        grid-row: 15 / span 5; }

.page__retail section {
  padding-left: 28px;
  padding-right: 28px; }
  .page__retail section.bg-sections--border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .page__retail section[data-hidden-md-min='true'] {
    display: none; }
    @media only screen and (min-width: 992px) {
      .page__retail section[data-hidden-md-min='true'] {
        display: block; } }
  .page__retail section[data-hidden-md-max='true'] {
    display: block; }
    @media only screen and (min-width: 992px) {
      .page__retail section[data-hidden-md-max='true'] {
        display: none; } }
  @media only screen and (min-width: 992px) {
    .page__retail section {
      padding-left: 124px;
      padding-right: 124px; } }

.page__retail .hero {
  position: relative;
  width: 100%; }
  .page__retail .hero__content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px; }
    @media only screen and (min-width: 992px) {
      .page__retail .hero__content {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 112px;
        margin-bottom: 60px;
        gap: 8px; } }
    .page__retail .hero__content h2 {
      margin: 0;
      font-weight: 700;
      font-size: 27px;
      line-height: 35px; }
      @media only screen and (min-width: 992px) {
        .page__retail .hero__content h2 {
          font-size: 64px;
          line-height: 64px; } }
  .page__retail .hero .nav-list {
    display: flex;
    flex-flow: row nowrap;
    gap: clamp(1.25rem, 3.055vw, 3rem);
    list-style: none;
    margin: 0; }
    .page__retail .hero .nav-list__item {
      display: flex;
      padding-bottom: 0.5625rem;
      text-transform: capitalize;
      font-size: 0.875rem;
      line-height: 22px;
      font-weight: 600;
      text-decoration: none;
      justify-self: flex-start;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .page__retail .hero .nav-list__item {
          place-self: center;
          transform: translateY(-4px); } }
      .page__retail .hero .nav-list__item a {
        text-decoration: none; }
      .page__retail .hero .nav-list__item--active {
        border-bottom: 0.0625rem solid #dc7f64; }

.page__retail .retail-img {
  position: relative;
  margin-left: -28px;
  margin-right: -28px; }
  @media only screen and (min-width: 992px) {
    .page__retail .retail-img {
      margin-left: -124px;
      margin-right: -124px; } }
  .page__retail .retail-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.page__retail .floorplan-blade {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .page__retail .floorplan-blade {
      min-height: 700px; } }
  .page__retail .floorplan-blade img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    @media only screen and (min-width: 992px) {
      .page__retail .floorplan-blade img {
        height: 100%; } }
  .page__retail .floorplan-blade .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 13.4vw, 193px);
    z-index: 2;
    margin: 48px 0; }
    @media only screen and (min-width: 992px) {
      .page__retail .floorplan-blade .content {
        flex-direction: row; } }
    .page__retail .floorplan-blade .content .floorplan-wrapper {
      display: flex;
      flex-direction: column;
      gap: 31px;
      height: 100%;
      width: 300px; }
      .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: 100%;
        align-items: start; }
        @media only screen and (min-width: 992px) {
          .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper {
            align-items: flex-end;
            justify-content: flex-end; } }
        .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper .desktop-only {
          display: none; }
          @media only screen and (min-width: 992px) {
            .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper .desktop-only {
              display: flex; } }
        .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper .mobile-only {
          display: flex; }
          @media only screen and (min-width: 992px) {
            .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper .mobile-only {
              display: none; } }
        .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper div:first-child {
          position: relative;
          display: flex;
          flex-direction: row;
          justify-content: start;
          align-items: start;
          gap: 16px;
          width: 100%; }
          @media only screen and (min-width: 992px) {
            .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper div:first-child {
              align-items: flex-end;
              justify-content: flex-end; } }
        .page__retail .floorplan-blade .content .floorplan-wrapper .title-wrapper.divider div:first-child::after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3); }
    .page__retail .floorplan-blade .content .retail-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 300px; }
    .page__retail .floorplan-blade .content .contact-cta {
      color: black; }
      .page__retail .floorplan-blade .content .contact-cta :hover {
        color: white; }
    .page__retail .floorplan-blade .content p {
      display: inline-block; }
    .page__retail .floorplan-blade .content a {
      color: white; }
    .page__retail .floorplan-blade .content h6 {
      font-weight: 400;
      font-size: 32px;
      line-height: 36px;
      letter-spacing: 0px;
      margin: 0; }

.page__retail .contact-blade {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px; }
  .page__retail .contact-blade img {
    display: block; }
  .page__retail .contact-blade h6 {
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0; }
  .page__retail .contact-blade a {
    color: white;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .page__retail .contact-blade a {
        margin: 0; } }
  .page__retail .contact-blade .contact-cta {
    color: black;
    width: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 992px) {
    .page__retail .contact-blade {
      background-image: url(/assets/img/retail/retail-2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 120px;
      gap: 32px; }
      .page__retail .contact-blade img {
        display: none; } }
  @media only screen and (min-width: 480px) {
    .page__retail .contact-blade .contact-cta {
      color: black;
      width: 112px;
      max-width: 112px; }
    .page__retail .contact-blade h6 {
      font-weight: 400;
      font-size: 32px;
      line-height: 36px; } }

.page__retail .text__image__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 26px;
  padding-bottom: 36px; }
  .page__retail .text__image__flex h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px; }
    .page__retail .text__image__flex h3.small {
      font-size: 22px;
      line-height: 30px;
      font-weight: 500; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__flex h3 {
        font-size: 30px;
        line-height: 38px; } }
  @media only screen and (min-width: 992px) {
    .page__retail .text__image__flex {
      flex-direction: row;
      align-items: center;
      gap: clamp(20px, 10.7vw, 154px);
      padding-top: 96px;
      padding-bottom: 96px; } }
  .page__retail .text__image__flex h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 45px;
    letter-spacing: 0px;
    margin: 0;
    flex: 1; }
  .page__retail .text__image__flex h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    flex: 1; }
    @media only screen and (min-width: 768px) {
      .page__retail .text__image__flex h3 {
        font-size: 30px;
        line-height: 38px; } }
  .page__retail .text__image__flex h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    flex: 1; }
  .page__retail .text__image__flex p {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px; }
    @media only screen and (min-width: 768px) {
      .page__retail .text__image__flex p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        flex: 1; } }
  .page__retail .text__image__flex a {
    color: currentColor; }
  .page__retail .text__image__flex img {
    margin-top: 40px;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__flex img {
        margin-top: 80px; } }
  .page__retail .text__image__flex .list__inner {
    display: flex;
    flex-direction: column;
    flex: 1; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__flex .list__inner {
        flex-direction: row;
        gap: 40px; } }
    .page__retail .text__image__flex .list__inner ul {
      margin: 0;
      width: 100%; }
      .page__retail .text__image__flex .list__inner ul:last-of-type li:last-of-type {
        border-bottom: none; }
    .page__retail .text__image__flex .list__inner.black li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .page__retail .text__image__flex .list__inner li {
      list-style-type: none;
      margin: 0;
      padding: 6px 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      @media only screen and (min-width: 992px) {
        .page__retail .text__image__flex .list__inner li:last-of-type {
          border-bottom: none; } }

.page__retail .text__image__header {
  padding: 40px 0 52px; }
  @media only screen and (min-width: 992px) {
    .page__retail .text__image__header {
      padding: 58px 0 86px; } }
  .page__retail .text__image__header header {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__header header {
        flex-direction: row;
        justify-content: space-between; } }
  .page__retail .text__image__header h3 {
    white-space: nowrap; }
  .page__retail .text__image__header p {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__header p {
        max-width: 610px; } }
  .page__retail .text__image__header img {
    aspect-ratio: 1 / 0.66;
    margin-top: 28px;
    object-fit: cover; }
    @media only screen and (min-width: 992px) {
      .page__retail .text__image__header img {
        margin-top: 58px; } }

.page__retail .banner {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  background: #cb4a37;
  color: white; }
  @media only screen and (min-width: 992px) {
    .page__retail .banner {
      flex-direction: row;
      height: 100px;
      gap: 20px;
      margin-top: 58px; } }
  .page__retail .banner h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px; }

.page__retail h3 {
  margin: 0;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px; }
  @media only screen and (min-width: 992px) {
    .page__retail h3 {
      font-size: 39px;
      line-height: 45px; } }

.page__retail h4 {
  margin: 0; }

.page__retail p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }
  @media only screen and (min-width: 992px) {
    .page__retail p {
      font-size: 16px;
      line-height: 24px; } }

.page__retail .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 112px;
  width: 112px;
  height: 25px;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  font-weight: 500; }
  @media only screen and (min-width: 992px) {
    .page__retail .btn {
      max-width: 120px;
      width: 120px;
      height: 30px;
      font-size: 12px;
      line-height: 30px; } }
  .page__retail .btn-rounded {
    border-radius: 4px; }
  .page__retail .btn-copper {
    border: 1px solid #dc7f64;
    background-color: #dc7f64;
    color: white; }
    .page__retail .btn-copper:hover {
      border: 1px solid #dc7f64;
      background-color: transparent;
      color: #dc7f64; }
  .page__retail .btn-dark-grey {
    border: 1px solid black;
    background-color: black;
    color: white; }
    .page__retail .btn-dark-grey:hover {
      border: 1px solid black;
      background-color: transparent;
      color: black; }
  .page__retail .btn-white {
    border: 1px solid white;
    background-color: white;
    color: black; }
    .page__retail .btn-white:hover {
      border: 1px solid white;
      background-color: transparent;
      color: white; }
  .page__retail .btn:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .page__retail .btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px; }
    .page__retail .btn-flex svg path {
      transition: 0.4s;
      fill: white; }
    .page__retail .btn-flex:hover svg path {
      fill: #dc7f64; }

.page__retail .gallery img {
  aspect-ratio: 1 / 0.66;
  object-fit: cover; }

.page__retail .explore-spaces-wrapper {
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .page__retail .explore-spaces-wrapper {
      margin-bottom: 100px; } }
  .page__retail .explore-spaces-wrapper h3 {
    margin-bottom: 20px; }

.page__retail .explore-spaces {
  position: relative;
  width: 100%; }
  .page__retail .explore-spaces .trigger-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(10, 1fr); }
  .page__retail .explore-spaces .trigger-phase-1 {
    grid-row: 1 / 3;
    grid-column: 1 / 6; }
  .page__retail .explore-spaces .trigger-phase-2 {
    grid-row: 3 / -1;
    grid-column: 1 / 4; }
  .page__retail .explore-spaces .trigger-phase-3 {
    grid-row: 3 / -1;
    grid-column: 4 / 6; }
  .page__retail .explore-spaces .trigger-phase-4 {
    grid-row: 1 / -1;
    grid-column: 6 / -1; }
  .page__retail .explore-spaces img {
    width: 100%;
    height: auto;
    display: none; }
    .page__retail .explore-spaces img[data-visible='true'] {
      display: block; }

.page__retail .floorplans h2 {
  margin-bottom: 32px;
  margin-top: 32px; }

.page__retail .floorplans img {
  margin-top: 0; }

.page__retail .floorplans .gallery-wrapper {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .page__retail .floorplans .gallery-wrapper {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px; } }

@media only screen and (min-width: 992px) {
  .page__retail .floorplans .right-col,
  .page__retail .floorplans .left-col {
    flex: 1 1 47%; } }

.page__retail .floorplans .dropdown {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .page__retail .floorplans .dropdown {
      max-width: 92%; } }

.page__retail .floorplans .tower-select {
  padding: 12px 24px;
  outline: 1px solid #dc7f64;
  border-color: transparent;
  border-right: 24px solid transparent;
  cursor: pointer; }

.page__retail .floorplans .map-section {
  display: flex;
  place-content: center; }
  .page__retail .floorplans .map-section img {
    height: 284px;
    object-fit: contain;
    margin-top: 22px;
    margin-bottom: 32px; }
    @media only screen and (min-width: 992px) {
      .page__retail .floorplans .map-section img {
        min-height: 550px;
        margin-top: 24px;
        margin-bottom: 36px; } }

.page__retail .floorplans .thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; }

.page__retail .floorplans .thumbnails img {
  width: 50px;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
  transition: border 0.2s ease;
  border-radius: 4px; }

.page__retail .floorplans .info-wrapper {
  margin: 48px 0;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .page__retail .floorplans .info-wrapper {
      flex-direction: column-reverse;
      width: 45%;
      margin-top: -500px;
      gap: 20px;
      align-items: start; } }

.page__retail .floorplans .site-location {
  aspect-ratio: 4/3;
  max-width: 650px; }
  .page__retail .floorplans .site-location img {
    width: 100%;
    object-fit: contain; }

.page__retail .floorplans .info,
.page__retail .floorplans .site-location {
  flex: 1; }

.page__retail .floorplans .site-location {
  width: 100%; }

.page__retail .floorplans .info-title {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
  font-size: 14px; }

.page__retail .floorplans .info-details {
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 13px; }

@media only screen and (min-width: 992px) {
  .page__retail .floorplans .info-top {
    display: flex;
    gap: 20px; } }

.page__retail .floorplans .download-cta {
  background: #000000;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .page__retail .floorplans .download-cta {
      width: 35%; } }

.page__retail .floorplans .download-cta span {
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff; }

@media only screen and (min-width: 992px) {
  .page__retail .floorplans .floorplans-footer {
    flex: 1 1 100%; } }

.accordion {
  margin: 0 0 3rem 0; }
  .accordion h2 {
    margin-top: 40px;
    margin-bottom: 25px; }
  .accordion__item {
    border-bottom: solid 1px #e6e6e6; }
    .accordion__item svg {
      width: 9px;
      height: 17px; }
    .accordion__item[data-open='true'] .accordion__header .title-small-caps {
      color: #bf3a2a; }
    .accordion__item[data-open='true'] .accordion__header svg {
      transform: rotate(90deg); }
    .accordion__item[data-open='true'] .accordion__content {
      height: auto; }
    .accordion__item[data-open='false'] .accordion__header svg {
      transform: rotate(-90deg); }
    .accordion__item:last-child {
      border: none; }
  .accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 1rem 0;
    cursor: pointer;
    user-select: none; }
    .accordion__header .title-small-caps {
      color: black;
      max-width: 90%; }
      .accordion__header .title-small-caps span {
        color: #bf3a2a; }
    .accordion__header i {
      font-size: 2.1rem;
      line-height: 2rem; }
    .accordion__header__q {
      font-weight: bold;
      font-size: 0.75rem;
      line-height: 1.3125rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .accordion__header__q span {
        color: #bf3a2a; }
  .accordion__content {
    height: 0;
    overflow: hidden; }
    .accordion__content--wrap {
      padding-bottom: 1rem; }
    .accordion__content p:last-child {
      margin-bottom: 1rem; }
    .accordion__content article,
    .accordion__content figure {
      width: 100%; }
      .accordion__content article svg,
      .accordion__content figure svg {
        width: 100%;
        height: auto;
        display: block;
        margin: 0; }
      .accordion__content article ol li:last-child,
      .accordion__content figure ol li:last-child {
        border: none; }
      .accordion__content article ul li,
      .accordion__content figure ul li {
        margin: 0 0 1.25rem; }

.links {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem; }
  .links__gallery {
    cursor: pointer; }
  .links__film {
    cursor: pointer; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10%;
  padding-top: 5%;
  z-index: 99;
  display: none; }
  .overlay.active {
    display: block; }
  .overlay__content {
    display: none; }
    .overlay__content.active {
      display: block; }
  .overlay__vid {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .overlay__modal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .overlay__modal .slick-slider {
      width: 100%;
      height: 100%; }
      .overlay__modal .slick-slider .slick-list {
        width: 100%;
        height: 100%; }
        .overlay__modal .slick-slider .slick-list .slick-track {
          width: 100%;
          height: 100%; }
          .overlay__modal .slick-slider .slick-list .slick-track .slick-slide {
            width: 100%;
            height: 100%; }
            .overlay__modal .slick-slider .slick-list .slick-track .slick-slide div {
              width: 100%;
              height: 100%;
              max-width: 1600px;
              margin: auto; }
    .overlay__modal__bg {
      width: 100%;
      height: 100%;
      display: flex !important;
      align-items: center; }
      .overlay__modal__bg.active {
        display: block; }
    .overlay__modal__x {
      text-align: center;
      border-radius: 50%;
      padding: 15px;
      background: white;
      line-height: 12.7px;
      margin-bottom: 5%;
      cursor: pointer; }
    .overlay__modal__left {
      position: absolute;
      left: 5%;
      top: 50%;
      color: white; }
    .overlay__modal__right {
      position: absolute;
      right: 5%;
      top: 50%;
      color: white; }
  .overlay ul.slick-dots li:before {
    content: ''; }

