@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/* Google Sans is not on Google Fonts. cdnfonts served it as "Product Sans", so CSS never matched. */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google-sans/ProductSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/google-sans/ProductSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/google-sans/ProductSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/google-sans/ProductSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Geist Pixel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GeistPixel-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Geist Pixel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GeistPixel-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Geist Pixel Circle";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GeistPixel-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Geist Pixel Circle";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GeistPixel-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1430px;
  }
  .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1430px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1530px;
  }
  .containerLeftPadding.container-3xl, .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-3xl > .row > *:last-child, .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-3xl, .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-3xl > .row > *:first-child, .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1530px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.containerPadding-R0 {
  padding-right: 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-grid10-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-grid10-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-grid10-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-grid10-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-grid10-5 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-grid10-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-grid10-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-grid10-8 {
  flex: 0 0 auto;
  width: 80%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-grid10-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-grid10-10 {
  flex: 0 0 auto;
  width: 100%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-grid10-11 {
  flex: 0 0 auto;
  width: 110%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-grid10-12 {
  flex: 0 0 auto;
  width: 120%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-sm-R0 {
    padding-right: 0;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-sm-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-sm-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-md-R0 {
    padding-right: 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-md-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-md-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-lg-R0 {
    padding-right: 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-lg-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-lg-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xl-R0 {
    padding-right: 0;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xxl-R0 {
    padding-right: 0;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xxl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xxl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-3xl-R0 {
    padding-right: 0;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-3xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-3xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-3xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-3xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-3xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-3xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-3xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-3xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-3xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-3xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-3xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-3xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Google Sans", "Albert Sans", sans-serif;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  background: #BDBDBD;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 1080px;
}

* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.leftPaddingContainer {
  max-width: calc(50% + 715px);
  margin: 0 0 0 auto;
}

.customContainer {
  max-width: 1674px;
}

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

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  text-decoration: none !important;
}

::-webkit-scrollbar-track {
  background: #D9D9D9;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #14FF09;
}

::-webkit-scrollbar-thumb {
  background: #14FF09;
}

svg.iconset {
  position: absolute;
  pointer-events: none;
}

.owl-carousel:not(.owl-loaded) .owl-stage {
  display: flex;
}
.owl-carousel:not(.owl-loaded):not(.owl-loading) .owl-nav {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

.container-zero {
  --bs-gutter-x: 0;
}
.container-zero > .row {
  --bs-gutter-x: 0;
}

.row.pageRow {
  --bs-gutter-x: 48px;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.colPadding {
  padding-left: 125px;
}

.lineText {
  position: relative;
  margin-bottom: 130px;
}
.lineText .text {
  text-align: right;
  position: relative;
  z-index: 1;
  background: #000;
  padding: 10px 35px;
  transform: translateY(10px);
  display: inline-flex;
}
.lineText:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5E5E5E;
  z-index: 0;
}
.lineText.type2 {
  padding-top: 100px;
  margin-bottom: 160px;
}
.lineText.type2:before {
  background: #E0E0E0;
}
.lineText.type2 .text {
  background: #F8F8F8;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-3xl {
  margin: 0 auto;
  max-width: 1920px;
}

.container2 {
  max-width: 1770px;
  margin: 0 auto;
}

.container3 {
  max-width: 1290px;
  margin: 0 auto;
}

.redIcon {
  width: 33px;
  height: 33px;
  background-color: #FE084F;
  display: block;
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
}
.redIcon:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  border-radius: 7px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainHeader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
}
.mainHeader::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s;
}
.mainHeader.panelOpen::after, .mainHeader.searchOpen::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mainHeader .headerContainer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  min-height: 111px;
  margin: 0 auto;
  padding: 0 63px;
  box-sizing: border-box;
}
.mainHeader .headerLogo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.mainHeader .headerLogo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.mainHeader .headerLogo .logoDark {
  display: none;
}
.mainHeader .headerRight {
  display: flex;
  align-items: center;
  gap: 47px;
  flex-shrink: 0;
}
.mainHeader .headerNav {
  margin: 0;
  padding: 0;
}
.mainHeader .headerMenu {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainHeader .menuItem {
  margin: 0;
  padding: 0;
}
.mainHeader .menuLink {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.mainHeader .menuIcon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 15px;
  height: 12px;
  flex-shrink: 0;
}
.mainHeader .menuIcon span {
  display: block;
  height: 2px;
  background: #fff;
  transition: background 0.3s ease;
}
.mainHeader .menuIcon span:nth-child(1) {
  width: 100%;
}
.mainHeader .menuIcon span:nth-child(2) {
  width: 60%;
  background: #45a041;
}
.mainHeader .menuIcon span:nth-child(3) {
  width: 80%;
}
.mainHeader .menuIconActive {
  display: none;
  width: 21px;
  height: 12px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader .techDropdown.active .menuIcon {
  display: none;
}
.mainHeader .techDropdown.active .menuIconActive {
  display: block;
}
.mainHeader .headerTools {
  position: relative;
  display: flex;
  align-items: center;
  width: 96px;
  height: 36px;
  box-sizing: border-box;
  transition: background 0.2s ease;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/background.svg");
  mask-size: contain;
  background: #fff;
}
.mainHeader .headerTools:has(.langDropdown.active) {
  -webkit-mask-image: none;
  mask-image: none;
  overflow: visible;
}
.mainHeader .headerTools .searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mainHeader .headerTools .searchBtn img {
  display: block;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader .headerTools .toolsSep {
  display: block;
  width: 1px;
  height: 36px;
  margin: 0;
  background: #d9d9d9;
  flex-shrink: 0;
}
.mainHeader .headerTools .langDropdown {
  position: relative;
  flex: 1;
  height: 100%;
}
.mainHeader .headerTools .langTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.mainHeader .headerTools .langList {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 56px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.mainHeader .headerTools .langList li {
  margin: 0;
  padding: 0;
}
.mainHeader .headerTools .langList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #929292;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.mainHeader .headerTools .langList a:hover, .mainHeader .headerTools .langList a.active {
  color: #000;
  background: #f1f1f1;
}
.mainHeader .headerTools .langDropdown.active .langList {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mainHeader .openMenuBtn {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mainHeader .openMenuBtn span {
  display: block;
  height: 2px;
  background: #fff;
  transition: width 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.mainHeader .openMenuBtn span:nth-child(1) {
  width: 100%;
}
.mainHeader .openMenuBtn span:nth-child(2) {
  width: 70%;
  background: #45a041;
}
.mainHeader .openMenuBtn span:nth-child(3) {
  width: 85%;
}
.mainHeader .openMenuBtn.active span:nth-child(1) {
  width: 100%;
  transform: translateY(7px) rotate(45deg);
}
.mainHeader .openMenuBtn.active span:nth-child(2) {
  opacity: 0;
}
.mainHeader .openMenuBtn.active span:nth-child(3) {
  width: 100%;
  transform: translateY(-7px) rotate(-45deg);
}
.mainHeader .searchPanel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 499px;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
.mainHeader .searchPanelInner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 164px 213px 70px 210px;
  box-sizing: border-box;
}
.mainHeader .searchHeadline {
  margin: 0 0 65px;
  max-width: 1024px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
.mainHeader .searchForm {
  margin: 0;
  padding: 0;
}
.mainHeader .searchInput {
  display: block;
  width: 100%;
  max-width: 1497px;
  height: 113px;
  margin: 0;
  padding: 0 63px;
  border: 0;
  border-radius: 0;
  background: #eee;
  box-sizing: border-box;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  color: #000;
  outline: none;
}
.mainHeader .searchInput::-moz-placeholder {
  color: #929292;
  opacity: 1;
}
.mainHeader .searchInput::placeholder {
  color: #929292;
  opacity: 1;
}
.mainHeader .searchInput::-webkit-search-decoration, .mainHeader .searchInput::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.mainHeader .techPanel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 1543px;
  max-width: calc(100% - 377px);
  min-height: 591px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
.mainHeader .techPanelInner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 591px;
  padding: 110px 0 0 85px;
  box-sizing: border-box;
}
.mainHeader .techCol {
  width: 291px;
  flex-shrink: 0;
  padding-top: 30px;
}
.mainHeader .techCol + .techCol {
  width: 288px;
  margin-left: 116px;
}
.mainHeader .techCol .techColHead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin: 0 0 39px;
  background: #f1f1f1;
}
.mainHeader .techCol .techNum {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #929292;
}
.mainHeader .techCol .techColTitle {
  margin: 0 0 39px;
  max-width: 250px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #000;
}
.mainHeader .techLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainHeader .techLinks li {
  margin: 0;
  padding: 0;
}
.mainHeader .techLinks a {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.mainHeader .techLinks a:hover {
  color: #45a041;
}
.mainHeader .techAside {
  display: flex;
  flex-direction: column;
  margin-left: 83px;
  padding-left: 100px;
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  box-sizing: border-box;
  padding: 100px 100px 0 100px;
  width: 100%;
}
.mainHeader .techAsideText {
  margin: 0 0 48px;
  max-width: 360px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000;
}
.mainHeader .techAsideImg {
  display: block;
  width: 379px;
  max-width: 100%;
  height: auto;
}
.mainHeader.panelOpen .menuLink, .mainHeader.searchOpen .menuLink {
  color: #000;
}
.mainHeader.panelOpen .menuIcon span:nth-child(1),
.mainHeader.panelOpen .menuIcon span:nth-child(3), .mainHeader.searchOpen .menuIcon span:nth-child(1),
.mainHeader.searchOpen .menuIcon span:nth-child(3) {
  background: #000;
}
.mainHeader.panelOpen .headerTools, .mainHeader.searchOpen .headerTools {
  background: #000;
}
.mainHeader.panelOpen .headerTools .langTrigger, .mainHeader.searchOpen .headerTools .langTrigger {
  color: #fff;
}
.mainHeader.panelOpen .headerTools .toolsSep, .mainHeader.searchOpen .headerTools .toolsSep {
  background: rgba(255, 255, 255, 0.25);
}
.mainHeader.panelOpen .headerTools .langList, .mainHeader.searchOpen .headerTools .langList {
  background: #111;
}
.mainHeader.panelOpen .headerTools .langList a, .mainHeader.searchOpen .headerTools .langList a {
  color: rgba(255, 255, 255, 0.55);
}
.mainHeader.panelOpen .headerTools .langList a:hover, .mainHeader.panelOpen .headerTools .langList a.active, .mainHeader.searchOpen .headerTools .langList a:hover, .mainHeader.searchOpen .headerTools .langList a.active {
  color: #fff;
  background: #1a1a1a;
}
.mainHeader.panelOpen .techPanel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mainHeader.panelOpen .headerTools .searchBtn img {
  filter: invert(1);
}
.mainHeader.panelOpen .techDropdown.active .menuLink {
  font-weight: 600;
}
.mainHeader.searchOpen .searchPanel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mainHeader.searchOpen .headerLogo .logoLight {
  display: none;
}
.mainHeader.searchOpen .headerLogo .logoDark {
  display: block;
}
.mainHeader.searchOpen .headerTools .searchBtn img {
  filter: invert(58%) sepia(52%) saturate(480%) hue-rotate(71deg) brightness(92%) contrast(90%);
}
.mainHeader.headerLight .headerLogo .logoLight {
  display: none;
}
.mainHeader.headerLight .headerLogo .logoDark {
  display: block;
}
.mainHeader.headerLight .headerMenu .menuItem .menuLink {
  color: #000;
}
.mainHeader.headerLight .menuIcon span:nth-child(1),
.mainHeader.headerLight .menuIcon span:nth-child(3) {
  background: #000;
}
.mainHeader.headerLight .openMenuBtn span {
  background: #000;
}
.mainHeader.headerLight .openMenuBtn span:nth-child(2) {
  background: #45a041;
}
.mainHeader.headerLight .headerTools {
  background: #000;
}
.mainHeader.headerLight .headerTools .langTrigger {
  color: #fff;
}
.mainHeader.headerLight .headerTools .toolsSep {
  background: rgba(255, 255, 255, 0.25);
}
.mainHeader.headerLight .headerTools .searchBtn img {
  filter: invert(1);
}
.mainHeader.headerLight .headerTools .langList {
  background: #111;
}
.mainHeader.headerLight .headerTools .langList a {
  color: rgba(255, 255, 255, 0.55);
}
.mainHeader.headerLight .headerTools .langList a:hover, .mainHeader.headerLight .headerTools .langList a.active {
  color: #fff;
  background: #1a1a1a;
}

.siteFooter {
  --footerBandHeight: 375px;
  margin-bottom: 20px;
  position: relative;
  padding: 84px 0 42px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
  background-color: #101010;
  color: #fff;
  font-family: "Google Sans", "Albert Sans", sans-serif;
}
.siteFooter,
.siteFooter * {
  font-family: "Google Sans", "Albert Sans", sans-serif;
}
.siteFooter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/home/footer-bg.png") center/cover no-repeat;
  pointer-events: none;
}
.siteFooter .footerFx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.siteFooter .footerFxMask {
  position: absolute;
  right: 210px;
  bottom: calc(var(--footerBandHeight) - 252px);
  z-index: 1;
  width: 550px;
  height: 491px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 48.7%, rgb(255, 255, 255) 48.7%);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/background2.svg");
}
.siteFooter .footerFxBand {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: var(--footerBandHeight);
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.siteFooter > .container {
  position: relative;
  z-index: 2;
}
.siteFooter .footerMain {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 76px;
}
.siteFooter .footerLeft {
  flex: 1;
  min-width: 0;
}
.siteFooter .footerLogo {
  display: inline-block;
  width: 170px;
  margin: 0;
}
.siteFooter .footerLogo img {
  display: block;
  width: 100%;
  height: auto;
}
.siteFooter .yearBadge {
  position: relative;
  width: 170px;
  height: 143px;
  margin-top: 0;
}
.siteFooter .badgeFrame {
  display: block;
  width: 170px;
  height: 143px;
}
.siteFooter .badgeContent {
  position: absolute;
  left: 29px;
  top: 12px;
  text-align: left;
}
.siteFooter .badgeYear,
.siteFooter .badgeYearNum,
.siteFooter .badgeYearSuffix,
.siteFooter .badgeLines {
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
}
.siteFooter .badgeYear {
  margin: 0;
  color: #fff;
  line-height: 30px;
}
.siteFooter .badgeYearNum {
  font-size: 27px;
  font-weight: 400;
}
.siteFooter .badgeYearSuffix {
  font-size: 17px;
  font-weight: 400;
}
.siteFooter .badgeLines {
  display: flex;
  flex-direction: column;
  margin: 23px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.06px;
}
.siteFooter .badgeLines .isSoft {
  color: #d3ffd1;
}
.siteFooter .footerBrands {
  display: block;
  width: 360px;
  height: auto;
  margin-top: 70px;
}
.siteFooter .footerNav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  margin-top: 95px;
}
.siteFooter .footerColTitle {
  margin: 0 0 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.54px;
}
.siteFooter .footerLinks {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.siteFooter .footerLinks a {
  color: #c5c5c5;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.54px;
  text-decoration: none;
  transition: color 0.25s ease;
}
.siteFooter .footerLinks a:hover {
  color: #fff;
}
.siteFooter .footerCta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
  flex-shrink: 0;
  max-width: 550px;
  text-align: right;
}
.siteFooter .footerCtaText {
  max-width: 511px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.96px;
}
.siteFooter .arrowLink {
  color: #fff;
}
.siteFooter .arrowLink .linkLabel {
  color: #fff;
}
.siteFooter .arrowLink .linkIcon {
  width: auto;
  height: auto;
  background: none;
}
.siteFooter .arrowLink .linkIcon img {
  display: block;
  width: 50px;
  height: 50px;
}
.siteFooter .arrowLink:hover .linkIcon {
  background: none;
}
.siteFooter .footerAddresses {
  display: flex;
  gap: 50px;
  margin-top: 96px;
}
.siteFooter .footerAddress {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  font-style: normal;
}
.siteFooter .addressTitle {
  margin: 0;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 1.44px;
}
.siteFooter .addressText {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.siteFooter .addressContact {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.siteFooter .contactLabel {
  color: #14ff09;
}
.siteFooter .footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 84px;
  padding-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: -0.48px;
}
.siteFooter .footerBottom p {
  margin: 0;
}
.siteFooter .copyrightText {
  color: #fff;
}
.siteFooter .legalLinks {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.siteFooter .legalLinks a {
  color: #fff;
  text-decoration: none;
}
.siteFooter .legalLinks a:hover {
  color: #14ff09;
}
.siteFooter .legalLinks .sep {
  color: #fff;
  opacity: 0.5;
}

html.intro-playing,
body.intro-playing,
html.intro-handoff,
body.intro-handoff {
  margin: 0;
  overflow: hidden;
  background: #1a1a1a;
}

body.intro-playing .mainHeader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -120%, 0);
}
body.intro-playing .homeHero {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.intro-playing .homeHero ~ * {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.intro-handoff .mainHeader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -120%, 0);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.05s;
}
body.intro-handoff .homeHero {
  opacity: 1 !important;
  visibility: visible !important;
}
body.intro-handoff .homeHero ~ * {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.intro-handoff.intro-chrome-in .mainHeader {
  z-index: 10100;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.introCinema {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  z-index: 10050;
  background: #000;
  overflow: hidden;
  pointer-events: none;
  container-type: size;
  container-name: intro-cinema;
}
.introCinema .introCinemaStage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.introCinema .introCinemaStage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: url("../img/home/hero-noise.png");
  background-repeat: repeat;
  background-size: 244px 244px;
  opacity: 0.4;
  pointer-events: none;
}
.introCinema .introCinemaStage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.introCinema .introCinemaMat {
  position: absolute;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 3;
  height: max(0px, calc((100cqh - (100cqw / 2.39)) / 2));
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1.85s cubic-bezier(0.76, 0, 0.24, 1);
}
.introCinema .introCinemaMatTop {
  top: 0;
}
.introCinema .introCinemaMatBottom {
  bottom: 0;
}
.introCinema .introCinemaStill,
.introCinema .introCinemaVideo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  background: #000;
}
.introCinema .introCinemaStill {
  z-index: 1;
}
.introCinema .introCinemaVideo {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.introCinema.is-mats-open {
  background: transparent;
}
.introCinema.is-mats-open .introCinemaStage {
  background: transparent;
}
.introCinema.is-mats-open .introCinemaStill {
  opacity: 0;
  visibility: hidden;
}
.introCinema.is-mats-open .introCinemaMatTop {
  transform: translate3d(0, -100%, 0);
}
.introCinema.is-mats-open .introCinemaMatBottom {
  transform: translate3d(0, 100%, 0);
}
.introCinema.is-gone {
  display: none;
  background: transparent;
}

.introSkip {
  position: fixed;
  right: clamp(16px, 4vw, 32px);
  bottom: clamp(16px, 4vw, 32px);
  z-index: 10060;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(16, 16, 16, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease, background 0.45s ease, border-color 0.45s ease;
}
.introSkip:hover {
  background: rgba(16, 16, 16, 0.82);
  border-color: rgba(20, 255, 9, 0.55);
}

body.intro-playing .introSkip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.intro-handoff .introSkip {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .introCinema,
  .introSkip {
    display: none !important;
  }
}
/* =========================================================
   LMC — Premium interaction layer (sectec-style, layout-safe)
   Only transform / opacity / filter / clip-path — no layout shifts
   ========================================================= */
html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped {
  overflow: auto;
}

body.is-ready:not(.intro-playing):not(.intro-handoff) .mainHeader {
  animation: animHeaderIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes animHeaderIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mainHeader .headerContainer {
  transition: box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.mainHeader.is-scrolled .headerContainer {
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}

/* Scroll reveal */
html.js-reveal [data-reveal] {
  --reveal-duration: 0.8s;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-y: 16px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(0);
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease), filter var(--reveal-duration) var(--reveal-ease), clip-path calc(var(--reveal-duration) + 0.05s) var(--reveal-ease);
}
html.js-reveal [data-reveal][data-reveal=fade] {
  --reveal-y: 0;
  --reveal-duration: 0.7s;
}
html.js-reveal [data-reveal][data-reveal=fade-up], html.js-reveal [data-reveal][data-reveal=up], html.js-reveal [data-reveal][data-reveal=paragraph] {
  --reveal-y: 16px;
}
html.js-reveal [data-reveal][data-reveal=scale] {
  --reveal-y: 0;
  --reveal-scale: 0.97;
}
html.js-reveal [data-reveal][data-reveal=mask], html.js-reveal [data-reveal][data-reveal=clip] {
  --reveal-y: 0;
  clip-path: inset(10% 0 0 0);
}
html.js-reveal [data-reveal][data-reveal=image] {
  --reveal-y: 0;
  --reveal-scale: 1;
  clip-path: inset(0 0 12% 0);
}
html.js-reveal [data-reveal][data-reveal=fade-left], html.js-reveal [data-reveal][data-reveal=card-left] {
  --reveal-duration: 0.95s;
  --reveal-y: 10px;
  --reveal-scale: 0.96;
  transform: translate3d(-22px, 10px, 0) scale(0.96);
  filter: blur(3px);
}
html.js-reveal [data-reveal][data-reveal=fade-right], html.js-reveal [data-reveal][data-reveal=card-right] {
  --reveal-duration: 0.95s;
  --reveal-y: 10px;
  --reveal-scale: 0.96;
  transform: translate3d(22px, 10px, 0) scale(0.96);
  filter: blur(3px);
}
html.js-reveal [data-reveal][data-reveal=card-up] {
  --reveal-duration: 1s;
  --reveal-y: 28px;
  --reveal-scale: 0.95;
  transform: translate3d(0, 28px, 0) scale(0.95);
  filter: blur(4px);
}
html.js-reveal [data-reveal][data-reveal=card-scale] {
  --reveal-duration: 0.9s;
  --reveal-y: 0;
  --reveal-scale: 0.92;
  transform: scale(0.92);
  filter: blur(2px);
}
html.js-reveal [data-reveal].is-inview {
  opacity: 1;
  --reveal-y: 0;
  --reveal-scale: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  clip-path: inset(0 0 0 0);
}

html.js-reveal [data-reveal-stagger] > [data-reveal] {
  transition-delay: calc(var(--reveal-i, 0) * 110ms);
}

html.js-reveal .statsList[data-reveal-stagger] > [data-reveal],
html.js-reveal .statsGrid[data-reveal-stagger] > [data-reveal],
html.js-reveal .sectorCards[data-reveal-stagger] > [data-reveal],
html.js-reveal .ecoCards[data-reveal-stagger] > [data-reveal],
html.js-reveal .facilityGallery[data-reveal-stagger] > [data-reveal],
html.js-reveal .techCards[data-reveal-stagger] > [data-reveal],
html.js-reveal .visionCards[data-reveal-stagger] > [data-reveal],
html.js-reveal .timelineList[data-reveal-stagger] > [data-reveal],
html.js-reveal .techOverviewGrid[data-reveal-stagger] > [data-reveal],
html.js-reveal .sustainPanels[data-reveal-stagger] > [data-reveal],
html.js-reveal .contactLocations .locationsGrid[data-reveal-stagger] > [data-reveal],
html.js-reveal .modelGrid[data-reveal-stagger] > [data-reveal],
html.js-reveal .layerItems[data-reveal-stagger] > [data-reveal],
html.js-reveal .footerNav[data-reveal-stagger] > [data-reveal],
html.js-reveal .page404Links[data-reveal-stagger] > [data-reveal],
html.js-reveal .legalLinks[data-reveal-stagger] > [data-reveal] {
  transition-delay: calc(var(--reveal-i, 0) * 120ms);
}

html.js-reveal .specsTable[data-reveal-stagger] > [data-reveal] {
  --reveal-duration: 0.55s;
  transition-delay: calc(var(--reveal-i, 0) * 70ms);
}

html.js-reveal .page404Visual[data-reveal] {
  --reveal-duration: 0.9s;
}

html.js-reveal .page404Text[data-reveal] {
  --reveal-duration: 0.85s;
  transition-delay: 0.12s;
}

html.js-reveal .page404Links[data-reveal-stagger] > [data-reveal] {
  transition-delay: calc(0.28s + var(--reveal-i, 0) * 90ms);
}

html.js-reveal [data-reveal=image] img {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

html.js-reveal [data-reveal=image].is-inview img {
  transform: none;
}

/* Soft hover polish */
html.js-enhance .defaultBtn,
html.js-enhance .contactSubmit,
html.js-enhance .talepSubmit,
html.js-enhance .arrowLink {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .defaultBtn:hover,
html.js-enhance .contactSubmit:hover,
html.js-enhance .talepSubmit:hover {
  transform: translateY(-2px);
}
html.js-enhance .techCard,
html.js-enhance .ecoCard,
html.js-enhance .visionCard,
html.js-enhance .sustainPanel,
html.js-enhance .footerAddress,
html.js-enhance .contactCard,
html.js-enhance .locationCard,
html.js-enhance .overviewCard,
html.js-enhance .sectorPageCard {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .techCard:hover,
html.js-enhance .ecoCard:hover,
html.js-enhance .visionCard:hover,
html.js-enhance .sustainPanel:hover,
html.js-enhance .footerAddress:hover,
html.js-enhance .overviewCard:hover,
html.js-enhance .sectorPageCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
html.js-enhance .facilityGallery .galleryItem img,
html.js-enhance .ecoCard .cardMedia img,
html.js-enhance .techCard img,
html.js-enhance .overviewCard img,
html.js-enhance .visionCard img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .facilityGallery .galleryItem:hover img,
html.js-enhance .ecoCard:hover .cardMedia img,
html.js-enhance .overviewCard:hover img {
  transform: scale(1.04);
}
html.js-enhance .arrowLink .linkIcon {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.3s ease;
}
html.js-enhance .arrowLink:hover .linkIcon {
  transform: translateX(4px);
}

.scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 10001;
  pointer-events: none;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #14ff09 0%, #8dff88 100%);
  opacity: 0.9;
}

@media (prefers-reduced-motion: reduce) {
  body.is-ready .mainHeader,
  html.js-reveal [data-reveal],
  html.js-enhance .defaultBtn,
  html.js-enhance .techCard,
  html.js-enhance .ecoCard,
  html.js-enhance .visionCard,
  html.js-enhance .sustainPanel {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
  .scrollProgress {
    display: none !important;
  }
}
@keyframes bannerAutoplayProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.homeHero {
  --heroBandHeight: 542px;
  position: relative;
  display: flex;
  min-height: 1042px;
  overflow: hidden;
  background: #1a1a1a;
  color: #fff;
  padding: 328px 0 100px;
}
.homeHero .heroMedia {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.homeHero .heroMedia img,
.homeHero .heroMedia video,
.homeHero .heroMedia .heroMediaVideo {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.homeHero .heroMedia video,
.homeHero .heroMedia .heroMediaVideo {
  display: block;
  border: 0;
  background: #1a1a1a;
}
.homeHero .heroMedia::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("../img/home/hero-noise.png");
  background-repeat: repeat;
  background-size: 244px 244px;
  opacity: 0.4;
  pointer-events: none;
}
.homeHero .heroMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.homeHero.is-handoff .heroMedia::before, .homeHero.is-handoff .heroMedia::after {
  opacity: 0;
  visibility: hidden;
}
.homeHero .heroInner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 614px;
}
.homeHero .heroEyebrow {
  margin: 0;
  color: #5e5e5e;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.homeHero .yearBadge {
  position: relative;
  z-index: 3;
  width: 170px;
  height: 143px;
  margin-top: 63px;
}
.homeHero .badgeFrame {
  display: block;
  width: 170px;
  height: 143px;
}
.homeHero .badgeContent {
  position: absolute;
  left: 29px;
  top: 12px;
  right: 16px;
}
.homeHero .badgeYear {
  margin: 0;
  color: #14ff09;
  line-height: 30px;
}
.homeHero .badgeYearNum {
  font-size: 27px;
  font-weight: 400;
}
.homeHero .badgeYearSuffix {
  font-size: 17px;
  font-weight: 400;
}
.homeHero .badgeLines {
  display: flex;
  flex-direction: column;
  margin: 23px 0 0;
  color: #14ff09;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.06px;
}
.homeHero .badgeLines .isSoft {
  color: #b6ffb3;
}
.homeHero .heroBottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-top: 55px;
}
.homeHero .heroTitle {
  margin: 0;
  max-width: 866px;
  font-size: 96px;
  font-weight: 400;
  line-height: 103px;
  letter-spacing: -2.89px;
}
.homeHero .heroActions {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-top: 138px;
  flex-shrink: 0;
}
.homeHero .arrowLink {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #fff;
}
.homeHero .arrowLink .linkLabel {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
  white-space: nowrap;
}
.homeHero .arrowLink .linkIcon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: url("../img/home/btn-arrow-dark.svg") center/contain no-repeat;
  transition: 0.3s ease background-image;
}
.homeHero .arrowLink:hover .linkIcon, .homeHero .arrowLink:focus-visible .linkIcon {
  background-image: url("../img/home/btn-arrow.svg");
}
.homeHero .arrowLink.isMuted .linkLabel {
  color: #f1fff1;
}
.homeHero .arrowLink:not(.isMuted) .linkIcon {
  background-image: url("../img/home/btn-arrow.svg");
}
.homeHero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: var(--heroBandHeight);
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, rgba(69, 160, 65, 0) 0%, rgb(69, 160, 65) 11%, rgb(69, 160, 65) 20%, rgba(69, 160, 65, 0) 59%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  backdrop-filter: blur(15px);
  pointer-events: none;
}
.homeHero::before {
  content: "";
  position: absolute;
  right: 210px;
  bottom: calc(var(--heroBandHeight) - 252px);
  z-index: 1;
  width: 550px;
  height: 491px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 48.7%, rgb(255, 255, 255) 48.7%);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/background2.svg");
  pointer-events: none;
}
.homeHero.is-intro .heroInner, .homeHero.is-intro::before, .homeHero.is-intro::after, .homeHero.is-handoff .heroInner, .homeHero.is-handoff::before, .homeHero.is-handoff::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.homeHero.is-intro .heroInner, .homeHero.is-handoff .heroInner {
  transform: translate3d(0, 2.5rem, 0);
}
.homeHero.is-intro-done .heroInner {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}
.homeHero.is-intro-done::before, .homeHero.is-intro-done::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .homeHero.is-intro .heroInner, .homeHero.is-intro::before, .homeHero.is-intro::after {
    opacity: 1 !important;
    visibility: visible;
    transform: none;
  }
}

.arrowLink {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #111;
}
.arrowLink .linkLabel {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
}
.arrowLink .linkIcon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: url("../img/home/btn-arrow-dark.svg") center/contain no-repeat;
  transition: 0.3s ease background-image;
}
.arrowLink:hover .linkIcon, .arrowLink:focus-visible .linkIcon {
  background-image: url("../img/home/btn-arrow.svg");
}

.homeStats {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  background: #161616;
  color: #fff;
}
.homeStats .statsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.homeStats .statsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 61px 105px;
  min-height: 245px;
  box-sizing: border-box;
}
.homeStats .statsItem + .statsItem {
  border-left: 1px solid #2e2e2e;
}
.homeStats .statsItem:first-child {
  padding-left: 0;
}
.homeStats .statsItem:last-child {
  padding-right: 0;
}
.homeStats .statsBody {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.homeStats .statsValue {
  margin: 0;
  font-family: "Geist Pixel", sans-serif;
  font-size: 40px;
  line-height: 70px;
}
.homeStats .statsLabel {
  margin: 0;
  font-family: "Geist Pixel", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.homeStats .statsIcon {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 41px;
  aspect-ratio: 1;
}
.homeStats .statsIcon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.homeTech {
  padding: 165px 0;
  background: #BDBDBD;
}
.homeTech .techLayout {
  display: grid;
  grid-template-columns: 640px 740px;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}
.homeTech .sectionHead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 65px;
}
.homeTech .sectionTitle {
  max-width: none;
  margin: 0;
  font-size: 84px;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: -2.51px;
}
.homeTech .sectionTitle .titleLine {
  display: block;
}
.homeTech .sectionTitle .titleLineAccent {
  color: #5d4a44;
}
.homeTech .sectionTitle .titleLineWithIcon {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.homeTech .sectionTitle .titleBadge {
  display: flex;
  position: relative;
  left: 0;
  top: 4px;
  width: 90px;
  height: 90px;
  border-radius: 27.483px;
  border: 1.195px solid #FFF;
  background: #C9C9C9;
}
.homeTech .sectionTitle .titleBadge img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 103px;
  height: 70px;
  max-width: none;
}
.homeTech .sectionText {
  max-width: 611px;
  margin: 0;
  color: #4e4e4e;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.66px;
}
.homeTech .techCards {
  display: grid;
  grid-template-columns: repeat(2, 360px);
  gap: 20px;
}

.techCard {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 360px;
  height: 331px;
  background: #fff;
  overflow: visible;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s ease all;
}
.techCard::before, .techCard::after {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.25s ease;
}
.techCard::before {
  left: -20px;
  top: 0;
  width: 20px;
  height: calc(100% + 19px);
  background: #afafaf;
  clip-path: polygon(100% 0, 0 23px, 0 100%, 100% calc(100% - 22px));
}
.techCard::after {
  left: -20px;
  bottom: -19px;
  width: calc(100% + 21px);
  height: 22px;
  background: #9e9e9e;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}
.techCard .cardTitle {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 152px;
  padding: 43px 47px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.78px;
}
.techCard .cardText {
  position: relative;
  z-index: 1;
  height: 179px;
  margin: 0;
  padding: 47px 47px 0;
  background: linear-gradient(90deg, #f1f1f1 0%, #ffffff 100%);
  color: #888888;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.54px;
}
.techCard:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}
.techCard:hover::before, .techCard:hover::after {
  opacity: 1;
}

.homeSectors {
  padding: 100px 0;
  background: #D9D9D9;
}
.homeSectors .sectorsTop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 681px) minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  min-height: 420px;
  padding-bottom: 125px;
}
.homeSectors .sectionHead {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.homeSectors .sectorsVisual {
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 641/521;
  max-width: 641px;
}
.homeSectors .sectorsVisual img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.homeSectors .sectorsCardsFluid {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.homeSectors .sectorCards {
  display: grid;
  grid-template-columns: 2.05fr 1fr 1fr 1fr;
  align-items: stretch;
  gap: 20px;
  height: 417px;
  transition: grid-template-columns 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.homeSectors .sectorCards[data-open="0"] {
  grid-template-columns: 2.05fr 1fr 1fr 1fr;
}
.homeSectors .sectorCards[data-open="1"] {
  grid-template-columns: 1fr 2.05fr 1fr 1fr;
}
.homeSectors .sectorCards[data-open="2"] {
  grid-template-columns: 1fr 1fr 2.05fr 1fr;
}
.homeSectors .sectorCards[data-open="3"] {
  grid-template-columns: 1fr 1fr 1fr 2.05fr;
}
.homeSectors .sectorsNote {
  max-width: none;
  margin-top: 56px;
}
.homeSectors .sectionTag {
  color: #757575;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: -0.48px;
}
.homeSectors .sectionTitle {
  max-width: 681px;
  color: #000;
  font-family: "Google Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: -1.92px;
}
.homeSectors .sectorsNote {
  color: #757575;
  font-family: "Google Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.9px;
  margin-top: 100px;
}

.sectorCard {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 417px;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.35s ease;
}
.sectorCard .cardIcon {
  display: block;
  flex-shrink: 0;
  width: 43px;
  height: 119px;
  background: #000;
  transition: background-color 0.35s ease;
}
.sectorCard:nth-child(1) .cardIcon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/home/sector-card-1.png");
}
.sectorCard:nth-child(2) .cardIcon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/home/sector-card-2.png");
}
.sectorCard:nth-child(3) .cardIcon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/home/sector-card-3.png");
}
.sectorCard:nth-child(4) .cardIcon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/home/sector-card-4.png");
}
.sectorCard:hover .cardIcon, .sectorCard.isOpen .cardIcon {
  background: #226c1f;
}
.sectorCard .cardClosed,
.sectorCard .cardOpen {
  position: absolute;
  inset: 0;
  background: #fff;
}
.sectorCard .cardClosed {
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.sectorCard .cardClosed .cardClosedTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.sectorCard .cardClosed .cardIndex {
  color: #000;
}
.sectorCard .cardClosed .cardTitle {
  max-width: 229px;
  margin-top: auto;
  color: #000;
  font-weight: 400;
}
.sectorCard .cardOpen {
  z-index: 2;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}
.sectorCard .cardOpen .cardHead {
  display: flex;
  align-items: stretch;
  flex: 0 0 209px;
  border-bottom: 1px solid #226c1f;
}
.sectorCard .cardOpen .cardHeadText {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  min-width: 0;
  padding: 40px;
}
.sectorCard .cardOpen .cardIconCol {
  display: flex;
  flex: 0 0 170px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 45px;
  border-left: 1px solid #226c1f;
  box-sizing: border-box;
}
.sectorCard .cardOpen .cardIndex {
  color: #226c1f;
  margin-bottom: auto;
}
.sectorCard .cardOpen .cardTitle {
  color: #226c1f;
  font-weight: 600;
}
.sectorCard .cardOpen .cardTags {
  margin: 0;
  color: #45a041;
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -0.66px;
}
.sectorCard .cardOpen .cardText {
  flex: 1;
  margin: 0;
  padding: 40px;
  color: #226c1f;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.66px;
}
.sectorCard .cardIndex {
  margin: 0;
  font-family: "Geist Pixel", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.sectorCard .cardTitle {
  margin: 0;
  font-size: 34px;
  line-height: 37px;
  letter-spacing: -1.02px;
}
.sectorCard.isOpen {
  border-color: #226c1f;
}
.sectorCard.isOpen.isContentVisible .cardClosed {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  pointer-events: none;
}
.sectorCard.isOpen.isContentVisible .cardOpen {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.homeFacility {
  padding: 125px 0 0;
}
.homeFacility .sectionTag {
  margin: 0;
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 95px;
}
.homeFacility .facilityGallery {
  display: grid;
  grid-template-columns: 170px 170px 360px 360px;
  gap: 20px;
  margin-top: 0;
  justify-content: start;
}
.homeFacility .galleryItem {
  width: 360px;
  height: 120px;
  margin: 0;
  overflow: hidden;
  background: #e6e6e6;
}
.homeFacility .galleryItem.isNarrow {
  width: 170px;
}
.homeFacility .galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.6s ease transform;
}
.homeFacility .galleryItem:hover img {
  transform: scale(1.06);
}
.homeFacility .facilityText {
  max-width: 1500px;
  margin: 36px 0 0;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.96px;
}
.homeFacility .arrowLink {
  margin-top: 70px;
}

.homeEcosystem {
  padding: 94px 0 25px;
}
.homeEcosystem .sectionTitle {
  margin: 0;
  color: #000;
  font-size: 64px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: -1.92px;
}
.homeEcosystem .ecoCardsFluid {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 108px;
}
.homeEcosystem .ecoCards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0;
}

.ecoCard {
  display: flex;
  flex-direction: column;
  height: 356px;
  padding: 45px 45px 0;
  background: #D9D9D9;
  overflow: hidden;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease background-color;
}
.ecoCard .cardTitle {
  max-width: 259px;
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.78px;
}
.ecoCard .cardBottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
  min-height: 0;
  margin-top: 20px;
}
.ecoCard .cardMedia {
  display: flex;
  align-items: flex-end;
  flex: 1;
  width: 100%;
  max-width: 112px;
  aspect-ratio: 112/175;
  margin: 0;
}
.ecoCard .cardMedia img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}
.ecoCard .cardIndex {
  flex-shrink: 0;
  margin: 0 0 38px;
  color: rgba(0, 0, 0, 0.35);
  font-family: "Geist Pixel", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.ecoCard:hover, .ecoCard.isActive {
  background: #fff;
}

.ecoCards:hover .ecoCard.isActive:not(:hover) {
  background: #afafaf;
}

.homeQuote {
  padding: 0 20px;
  font-family: "Google Sans", "Albert Sans", sans-serif;
}
.homeQuote,
.homeQuote * {
  font-family: "Google Sans", "Albert Sans", sans-serif;
}
.homeQuote .quoteLead {
  color: #fff;
}
.homeQuote .container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.homeQuote .quoteInner {
  background: #000;
  color: #fff;
  padding: 100px 0;
}
.homeQuote .quoteText {
  margin: 0;
  max-width: 1240px;
  color: #9E9E9E;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -1.08px;
}
.homeQuote .quoteText b {
  color: #fff;
}
.homeQuote .quoteMark {
  flex-shrink: 0;
  width: 300px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -100px;
}

.aboutHero {
  padding: 150px 0 0;
  background: #fff;
}
.aboutHero > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.aboutHero .pageTag {
  margin-left: 0;
  margin-right: 0;
}
.aboutHero .heroTitle {
  max-width: 1358px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: -1.44px;
}
.aboutHero .heroGallery {
  display: grid;
  grid-template-columns: 228px 228px 482px 482px;
  gap: 26px;
  width: 1498px;
  max-width: 100%;
  margin-top: 89px;
  margin-bottom: 0;
}
.aboutHero .galleryItem {
  margin: 0;
  height: 268px;
  overflow: hidden;
}
.aboutHero .galleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutHero .galleryItem:last-child img {
  -o-object-position: bottom;
     object-position: bottom;
}

.pageTag {
  display: inline-flex;
  align-items: center;
  box-sizing: content-box;
  height: 36px;
  margin-bottom: 75px;
  padding: 0 18px 0 0;
  background: url("../img/shared/page-tag-union.svg") center/100% 100% no-repeat;
  overflow: visible;
}
.pageTag .pageTagMark {
  position: relative;
  height: calc(100% - 2px);
  flex-shrink: 0;
  width: 39px;
  margin: 1px;
  background: url("../img/shared/page-tag-mark.svg") center/100% 100% no-repeat;
  overflow: visible;
}
.pageTag .pageTagMark::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #bcbcbc;
}
.pageTag .pageTagMark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  background: url("../img/shared/page-tag-dot.svg") center/contain no-repeat;
  pointer-events: none;
}
.pageTag .pageTagLabel {
  padding: 0 0 0 17px;
  color: #868686;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.pageTag.tag2 {
  position: relative;
  background: none;
  padding: 0 16px 0 0;
}
.pageTag.tag2::before, .pageTag.tag2::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.pageTag.tag2::before {
  inset: 0;
  background: #000;
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
.pageTag.tag2::after {
  inset: 1px;
  background: #d1d1d1;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
}
.pageTag.tag2 .pageTagMark {
  position: relative;
  z-index: 1;
  flex: 0 0 39px;
  width: 39px;
  min-width: 39px;
  max-width: 39px;
  height: 100%;
  margin: 0;
  background: #000;
  background-image: none;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}
.pageTag.tag2 .pageTagMark::before {
  display: none;
}
.pageTag.tag2 .pageTagLabel {
  position: relative;
  z-index: 1;
  color: #000;
}

.sampleCta {
  position: relative;
  padding: 0 20px;
  background: transparent;
  overflow: hidden;
  background: #0d0d0d;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.sampleCta .sampleCtaInner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 617px minmax(0, 1fr) auto;
  align-items: start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0 190px;
  box-sizing: border-box;
}
.sampleCta .sampleCtaCopy {
  padding-top: 149px;
  padding-bottom: 80px;
}
.sampleCta .sampleCtaTitle {
  margin: 0 0 102px;
  max-width: 617px;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.65px;
}
.sampleCta .sampleCtaText {
  margin: 0;
  max-width: 658px;
  color: #a8a8a8;
  font-family: "Google Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.66px;
}
.sampleCta .sampleCtaText strong {
  color: #a8a8a8;
  font-weight: 600;
}
.sampleCta .sampleCtaVisual {
  position: relative;
  justify-self: center;
  align-self: center;
  width: 440px;
  height: 480px;
  margin: 0;
  overflow: visible;
}
.sampleCta .sampleCtaVisual .sampleCtaBars {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 0;
  width: 360px;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sampleCta .sampleCtaVisual .sampleCtaShoe {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 440px;
  height: auto;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%) !important;
}
.sampleCta .arrowLink {
  align-self: start;
  margin-top: 147px;
  color: #fff;
  justify-self: end;
}
.sampleCta .arrowLink .linkLabel {
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
}
.sampleCta .arrowLink .linkIcon {
  background-image: url("../img/home/btn-arrow-dark.svg");
}
.sampleCta .arrowLink:hover .linkIcon, .sampleCta .arrowLink:focus-visible .linkIcon {
  background-image: url("../img/home/btn-arrow.svg");
}

.aboutTimeline .timelineList,
.techPageProcess .timelineList {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.aboutTimeline .timelineItem,
.techPageProcess .timelineItem {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  -moz-column-gap: 56px;
       column-gap: 56px;
  align-items: start;
  min-height: 267px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.aboutTimeline .timelineItem:last-child,
.techPageProcess .timelineItem:last-child {
  min-height: 0;
}
.aboutTimeline .timelineItem::before,
.techPageProcess .timelineItem::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 43px;
  width: 1px;
  height: 211px;
  background: repeating-linear-gradient(to bottom, #000 0, #000 5px, transparent 5px, transparent 10px);
}
.aboutTimeline .timelineItem.isActive .timelineDot::after,
.techPageProcess .timelineItem.isActive .timelineDot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url("../img/about/timeline-dot-active.svg") center/contain no-repeat;
  pointer-events: none;
}
.aboutTimeline .timelineItem:focus-visible,
.techPageProcess .timelineItem:focus-visible {
  outline: 2px solid #14ff09;
  outline-offset: 4px;
}
.aboutTimeline .timelineDot,
.techPageProcess .timelineDot {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: url("../img/about/timeline-dot.svg") center/28px 28px no-repeat;
  box-sizing: border-box;
}
.aboutTimeline .itemTitle,
.techPageProcess .itemTitle {
  margin: 0 0 30px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  display: block;
}
.aboutTimeline .itemYear,
.techPageProcess .itemYear {
  margin: 0;
  color: #000;
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.aboutTimeline .itemText,
.techPageProcess .itemText {
  margin: 56px 0 0;
  max-width: 826px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.6px;
}

.aboutTimeline {
  padding: 120px 0 140px;
  background: #bdbdbd;
}
.aboutTimeline > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.aboutTimeline .timelineLayout {
  display: grid;
  grid-template-columns: 251px minmax(0, 1fr);
  -moz-column-gap: 319px;
       column-gap: 319px;
  align-items: start;
}
.aboutTimeline .sectionTitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: -0.96px;
}

.aboutStats {
  position: relative;
  padding: 74px 0 90px;
  background: #bdbdbd;
  overflow: hidden;
}
.aboutStats .container {
  position: relative;
  overflow: hidden;
}
.aboutStats .statsBackdrop {
  color: #fff;
  font-size: 128px;
  font-weight: 400;
  letter-spacing: -3.84px;
  white-space: nowrap;
  line-height: 120px;
  margin-bottom: -20px;
  pointer-events: none;
}
.aboutStats .stat {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.aboutStats .statsGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
}
.aboutStats .statsItem {
  position: relative;
  min-height: 350px;
  padding: 54px 40px 40px 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #fff;
}
.aboutStats .statsItem:last-child {
  border-right: 0;
  padding-right: 0;
}
.aboutStats .statsItem:nth-child(1) {
  padding-left: 0;
}
.aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
  padding-left: 105px;
}
.aboutStats .statsValue {
  margin: 0;
  color: #000;
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.aboutStats .statsLabel {
  margin: 0;
  color: #000;
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.aboutStats .statsText {
  margin: auto 0 0;
  max-width: 430px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.6px;
}
.aboutStats .statsIcon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  background: #d9d9d9;
}
.aboutStats .statsIcon img {
  display: block;
  width: 43px;
  height: 43px;
}

.aboutApproach {
  padding: 120px 0 170px;
}
.aboutApproach > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.aboutApproach .pageTag {
  display: inline-flex;
  align-items: stretch;
  box-sizing: border-box;
  height: 52px;
  margin: 0;
  padding: 0;
  background: none;
  overflow: visible;
}
.aboutApproach .pageTag .pageTagMark {
  width: 52px;
  height: 52px;
  margin: 0;
  border: 1px solid #000;
  background: none;
}
.aboutApproach .pageTag .pageTagMark::before {
  display: none;
}
.aboutApproach .pageTag .pageTagMark::after {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #14ff09;
  box-shadow: 0 0 16px #14ff09;
}
.aboutApproach .pageTag .pageTagLabel {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 52px;
  margin-left: -1px;
  padding: 0 24px 0 19px;
  border: 1px solid #000;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  text-transform: none;
  white-space: nowrap;
}
.aboutApproach .sectionTitle {
  margin: 96px 0 0;
  max-width: 596px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -1.5px;
}
.aboutApproach .sectionText {
  margin: 38px 0 0;
  max-width: 1487px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.78px;
}

.aboutVision {
  position: relative;
  padding: 0 0 175px;
}
.aboutVision > .container {
  position: relative;
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.aboutVision .visionBackdrop {
  z-index: 0;
  margin: 0;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 212px;
  font-weight: 400;
  letter-spacing: -6.36px;
  white-space: nowrap;
  pointer-events: none;
  margin-bottom: -50px;
}
.aboutVision .visionLayout {
  position: relative;
  z-index: 1;
}
.aboutVision .visionVisual {
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 2;
  margin: 0;
  max-width: 679px;
  aspect-ratio: 679/709;
  bottom: -30px;
  pointer-events: none;
}
.aboutVision .visionVisual img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutVision .visionCards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 380px;
  padding-bottom: 0;
}
.aboutVision .visionCard {
  position: relative;
  width: 360px;
  height: 322px;
  padding: 47px 56px 40px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.aboutVision .visionCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: #ededed;
  box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  pointer-events: none;
}
.aboutVision .visionCard:nth-child(1) {
  grid-column: 2;
}
.aboutVision .visionCard:nth-child(2) {
  grid-column: 3;
}
.aboutVision .cardTitle {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 183px;
  color: #12490f;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.72px;
}
.aboutVision .cardLine {
  position: absolute;
  left: 55px;
  top: 142px;
  z-index: 1;
  display: block;
  width: 115px;
  height: 8px;
  margin: 0;
  background: #14ff09;
  box-shadow: 0 0 64px 0 #14ff09;
}
.aboutVision .cardText {
  position: absolute;
  left: 56px;
  top: 200px;
  z-index: 1;
  margin: 0;
  max-width: 260px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.aboutQuote {
  padding: 80px 0;
  background: #000;
}
.aboutQuote .quoteInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.aboutQuote .quoteText {
  margin: 0;
  max-width: 1241px;
  color: #9e9e9e;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1.08px;
}
.aboutQuote .quoteText .isStrong {
  color: #fff;
}
.aboutQuote .quoteMark {
  display: block;
  width: 300px;
  height: auto;
  flex-shrink: 0;
}

.technologiesPage {
  background: #bdbdbd;
  color: #000;
}
.technologiesPage .pageTag {
  margin-bottom: 36px;
}

.techPageHero {
  background: #fff;
  position: relative;
  border-bottom: 4px solid #bdbdbd;
}
.techPageHero > .container {
  position: relative;
  padding: 150px 0 150px;
}
.techPageHero .heroLayout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.techPageHero .heroContent {
  flex: 0 1 740px;
  max-width: 740px;
  padding-top: 0;
}
.techPageHero .pageTag {
  margin-bottom: 115px;
}
.techPageHero .heroText {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.96px;
}
.techPageHero .heroVisual {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(939px, 52%);
  max-width: 939px;
  aspect-ratio: 939/485;
}
.techPageHero .heroVisual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

.techPageSpecs {
  padding: 120px 0 280px;
  background: #fff;
}
.techPageSpecs > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.techPageSpecs .pageTag {
  margin-bottom: 99px;
}
.techPageSpecs .specsTable {
  max-width: 1500px;
  margin-top: 0;
}
.techPageSpecs .specsRow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: start;
  box-sizing: border-box;
}
.techPageSpecs .specsHead {
  padding-top: 0;
}
.techPageSpecs .specsCell {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 41px;
  padding: 30px 0 37px;
  letter-spacing: -0.66px;
  border-bottom: 1px solid #929292;
}
.techPageSpecs .specsLabel {
  font-weight: 600;
}
.techPageSpecs .specsHead .specsCell {
  font-weight: 600;
}

.techPageLayers {
  padding: 0;
  background: #bdbdbd;
  border-top: 4px solid #bdbdbd;
  border-bottom: 4px solid #bdbdbd;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.techPageLayers .layersVisualCol {
  position: relative;
  flex: 1 1 58%;
  max-width: 69%;
  min-width: 0;
}
.techPageLayers .layersVisualCol .pageTag {
  position: absolute;
  left: clamp(20px, 11vw, 210px);
  top: 88px;
  z-index: 2;
  margin-bottom: 0;
}
.techPageLayers .layerArrowBtn {
  position: absolute;
  left: clamp(20px, 11vw, 210px);
  top: 36.5%;
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.techPageLayers .layerArrowBtn img {
  display: block;
  width: 50px;
  height: 50px;
}
.techPageLayers .layerArrowBtn:focus-visible {
  outline: 2px solid #14ff09;
  outline-offset: 3px;
}
.techPageLayers .layersVisual {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 1047px;
  overflow: hidden;
}
.techPageLayers .layersVisual .layerImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.techPageLayers .layersVisual .layerImg.isActive {
  opacity: 1;
  z-index: 1;
}
.techPageLayers .layersContent {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.techPageLayers .layerItems {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin: 0;
}
.techPageLayers .layerItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 346px;
  min-height: 346px;
  margin: 0;
  padding: 55px;
  background: #fff;
  border: 0;
  color: #000;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.2s ease;
}
.techPageLayers .layerItem:hover {
  background: #fafafa;
}
.techPageLayers .layerItem:focus-visible {
  outline: 2px solid #14ff09;
  outline-offset: -2px;
}
.techPageLayers .layerTitle {
  margin: 0 0 16px;
  max-width: 457px;
  font-family: "Google Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.78px;
}
.techPageLayers .layerText {
  margin: 0;
  max-width: 457px;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.54px;
}
.techPageLayers .layerIndex {
  display: block;
  margin: auto 0 0;
  color: #bdbdbd;
  font-family: "Geist Pixel", sans-serif;
  font-size: 20px;
  line-height: 70px;
  transition: color 0.2s ease;
}
.techPageLayers .layerItem.isActive .layerIndex {
  color: #14ff09;
}
.techPageLayers .layerLine {
  position: absolute;
  left: 43px;
  bottom: 0;
  display: block;
  width: 133px;
  height: 8px;
  background: #14ff09;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.techPageLayers .layerItem.isActive .layerLine {
  opacity: 1;
}

.techPageProcess {
  padding: 132px 0 108px;
  background: #fff;
}
.techPageProcess > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.techPageProcess .timelineLayout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  -moz-column-gap: clamp(40px, 9vw, 170px);
       column-gap: clamp(40px, 9vw, 170px);
  align-items: start;
}
.techPageProcess .processIntro .pageTag {
  margin-bottom: 48px;
}
.techPageProcess .processTitle {
  margin: 0;
  max-width: 380px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -1.2px;
}

.techPageGallery {
  padding: 88px 0 25px;
  background: #bdbdbd;
}
.techPageGallery > .container {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}
.techPageGallery .pageTag {
  margin-left: clamp(0px, 10vw, 190px);
  margin-bottom: 48px;
  background-image: url("../img/shared/page-tag-union-black.svg");
}
.techPageGallery .pageTag .pageTagMark::before {
  background: #000;
}
.techPageGallery .modelGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.techPageGallery .modelCard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 415px;
  margin: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.techPageGallery .modelCard img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.45s ease;
}
.techPageGallery .modelCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.techPageGallery .modelCard:hover img {
  transform: scale(1.06);
}
.techPageGallery .modelCard:hover::after {
  opacity: 1;
}

.techOverviewPage .pageHero .pageTag {
  margin-bottom: 20px;
}
.techOverviewPage .pageHero .heroTitle {
  max-width: 437px;
}
.techOverviewPage .techOverviewGrid {
  padding: 0 0 100px;
  background: #fff;
}
.techOverviewPage .techOverviewGrid > .container {
  max-width: 1920px;
  width: 100%;
  padding-left: 210px;
  padding-right: 210px;
}
.techOverviewPage .techOverviewGrid .techCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}
.techOverviewPage .techOverviewGrid .techCard {
  position: relative;
  isolation: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: none;
  min-height: 360px;
  height: auto;
  padding: 61px 61px 0;
  background: #f3f3f3;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease background-color, 0.3s ease box-shadow;
}
.techOverviewPage .techOverviewGrid .techCard::before, .techOverviewPage .techOverviewGrid .techCard::after {
  content: none;
  display: none;
}
.techOverviewPage .techOverviewGrid .techCard:hover, .techOverviewPage .techOverviewGrid .techCard:focus-visible {
  background: #ececec;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.techOverviewPage .techOverviewGrid .techCard:hover .cardNum, .techOverviewPage .techOverviewGrid .techCard:focus-visible .cardNum {
  color: #14ff09;
}
.techOverviewPage .techOverviewGrid .techCard:hover .cardVisual img, .techOverviewPage .techOverviewGrid .techCard:focus-visible .cardVisual img {
  transform: scale(1.06);
}
.techOverviewPage .techOverviewGrid .techCard:focus-visible {
  outline: 2px solid #14ff09;
  outline-offset: -2px;
}
.techOverviewPage .techOverviewGrid .cardCopy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 437px;
  align-self: stretch;
}
.techOverviewPage .techOverviewGrid .cardTitle {
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: -0.78px;
}
.techOverviewPage .techOverviewGrid .cardText {
  width: auto;
  max-width: 394px;
  height: auto;
  margin: 61px 0 0;
  padding: 0 0 40px;
  background: none;
  color: #929292;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.54px;
}
.techOverviewPage .techOverviewGrid .cardNum {
  margin-top: auto;
  color: #bdbdbd;
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  transition: 0.3s ease color;
}
.techOverviewPage .techOverviewGrid .cardVisual {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
  width: 128px;
  height: 325px;
  overflow: hidden;
  pointer-events: none;
  margin-top: auto;
}
.techOverviewPage .techOverviewGrid .cardVisual img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: 0.35s ease transform;
}
.techOverviewPage .techOverviewGrid .cardVisual.isRotate {
  width: 206px;
  height: 270px;
  margin-top: auto;
}
.techOverviewPage .techOverviewGrid .cardVisual.isRotate img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.techOverviewPage .techOverviewGrid .cardVisual.isWide {
  width: 279px;
  height: 258px;
  margin-top: auto;
}
.techOverviewPage .techOverviewGrid .cardVisual.isWide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle {
  max-width: 343px;
  line-height: 33px;
}
.techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
  max-width: 279px;
}

.sectorsPage {
  background: #fff;
  color: #000;
}
.sectorsPage .pageTag {
  margin-bottom: 36px;
}
.sectorsPage .pageTag.tag2 {
  margin-bottom: 100px;
}
.sectorsPage .pageHero {
  padding-bottom: 80px;
  border-bottom: 4px solid #bdbdbd;
  margin-bottom: 90px;
}
.sectorsPage .pageHero .title {
  max-width: 779px;
}
.sectorsPage .pageHero .heroTitle {
  max-width: 779px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.sectorsPage .pageHero .titleLead {
  display: block;
  font-weight: 500;
}
.sectorsPage .pageHero .heroSubtitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.6px;
}

.sectorPageDetail {
  padding: 0 0 0;
  background: #fff;
}
.sectorPageDetail > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.sectorPageDetail .sectorTabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.sectorPageDetail .sectorTab {
  margin: 0;
  min-width: 0;
}
.sectorPageDetail .sectorTab button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #929292;
  background: none;
  color: #929292;
  font-family: "Google Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.66px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.25s ease color, 0.25s ease border-color;
}
.sectorPageDetail .sectorTab.isActive button {
  color: #000;
}
.sectorPageDetail .sectorTab button:hover,
.sectorPageDetail .sectorTab button:focus-visible {
  color: #000;
}
.sectorPageDetail .sectorPanel[hidden] {
  display: none;
}
.sectorPageDetail .sectorVisual {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1302px;
  height: 659px;
  margin: 0 auto;
  overflow: hidden;
}
.sectorPageDetail .sectorVisual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.sectorPageDetail .sectorFeatures {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}
.sectorPageDetail .sectorFeatures .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.sectorPageDetail .featureCol {
  position: relative;
  padding: 70px 85px 70px 0;
  border-right: 1px solid #BDBDBD;
}
.sectorPageDetail .featureCol:nth-child(2) {
  padding-left: 85px;
  padding-right: 85px;
}
.sectorPageDetail .featureCol:last-child {
  padding-left: 85px;
  padding-right: 0;
  border: none;
}
.sectorPageDetail .featureIcon {
  display: block;
  width: 36px;
  height: 32px;
  margin: 0 0 50px;
}
.sectorPageDetail .featureLabel {
  margin: 0 0 30px;
  color: #45a041;
  font-family: "Geist Pixel Circle", "Geist Pixel", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.sectorPageDetail .featureText {
  margin: 0;
  max-width: 395px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.6px;
}

.sectorPageCert {
  padding: 80px 0 0;
  background: #bdbdbd;
}
.sectorPageCert > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.sectorPageCert .certText {
  max-width: 1503px;
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -1.2px;
}

.sustainabilityPage {
  background: #bdbdbd;
}
.sustainabilityPage .pageHero {
  background: #fff;
  padding-bottom: 60px;
}
.sustainabilityPage .pageHero .title {
  max-width: 779px;
  gap: 64px;
}
.sustainabilityPage .pageHero .pageTag {
  margin-bottom: 12px;
}
.sustainabilityPage .pageHero .heroTitle {
  max-width: 779px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.sustainabilityPage .pageHero .heroSubtitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.6px;
}
.sustainabilityPage .pageHero .heroArt {
  max-width: 648px;
  aspect-ratio: 648/404;
}

.sustainFacility {
  position: relative;
  min-height: 695px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sustainFacility .facilityMedia {
  position: absolute;
  inset: 0;
}
.sustainFacility .facilityMedia img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  filter: grayscale(1);
}
.sustainFacility .facilityMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.sustainFacility .facilityText {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1014px;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.08px;
}

.sustainPanels {
  background: #fff;
}
.sustainPanels .panelRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 4px solid #BDBDBD;
}
.sustainPanels .sustainPanel {
  display: flex;
  min-height: 800px;
  padding: 153px 110px 120px 211px;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}
.sustainPanels .sustainPanel:first-child {
  border-right: 4px solid #bdbdbd;
}
.sustainPanels .panelInner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 618px;
  min-height: 527px;
}
.sustainPanels .panelText {
  margin: 0;
}
.sustainPanels .panelText p {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.9px;
}
.sustainPanels .panelText .panelTextLead {
  margin-top: 37px;
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -0.9px;
}
.sustainPanels .panelText > .panelTextLead:first-child {
  margin-top: 0;
}
.sustainPanels .panelBadge {
  display: flex;
  align-items: center;
  gap: 41px;
  margin-top: auto;
  padding-top: 99px;
}
.sustainPanels .badgeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 18px;
  background: #d9ffd7;
  flex-shrink: 0;
}
.sustainPanels .badgeIcon img {
  display: block;
  width: 65px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainPanels .sustainPanel:last-child .badgeIcon img {
  width: 59px;
  height: 59px;
}
.sustainPanels .badgeLabel {
  margin: 0;
  max-width: 352px;
  color: #45a041;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.72px;
}

.sustainClosing {
  padding: 160px 0 160px;
  background: #bdbdbd;
}
.sustainClosing .closingText {
  margin: 0;
  max-width: 1503px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -1.2px;
}

.contactPage {
  background: #bdbdbd;
}
.contactPage .pageHero {
  background: #fff;
  padding-bottom: 60px;
}
.contactPage .pageHero .title {
  max-width: 779px;
  gap: 64px;
}
.contactPage .pageHero .pageTag {
  margin-bottom: 12px;
}
.contactPage .pageHero .container {
  min-height: 415px;
}
.contactPage .pageHero .heroTitle {
  max-width: 779px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.contactPage .pageHero .heroSubtitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.6px;
}
.contactPage .pageHero .heroArt {
  max-width: 740px;
  aspect-ratio: 740/383;
}

.contactLocations {
  border-top: 4px solid #bdbdbd;
}
.contactLocations .locationsGrid {
  display: grid;
  grid-template-columns: 722px repeat(3, minmax(0, 1fr));
  background: #fff;
}
.contactLocations .locationCard {
  position: relative;
  min-height: 370px;
  margin: 0;
  padding: 90px 65px;
  border-right: 4px solid #bdbdbd;
  font-style: normal;
  box-sizing: border-box;
  background: #fff;
}
.contactLocations .locationCard:last-child {
  border-right: 0;
}
.contactLocations .locationCard.isMap {
  padding: 0;
  overflow: hidden;
  border-right: 4px solid #bdbdbd;
}
.contactLocations .locationCard.isMap .contactMap,
.contactLocations .locationCard.isMap #map,
.contactLocations .locationCard.isMap [id^=map] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
}
.contactLocations .locationTitle {
  margin: 0 0 48px;
  color: #929292;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 1.44px;
}
.contactLocations .locationText {
  margin: 0 0 24px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.contactLocations .locationContact {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.contactLocations .locationContact .contactLine {
  display: block;
}
.contactLocations .locationContact .contactLabel {
  color: #929292;
}
.contactLocations .locationContact a {
  color: inherit;
  text-decoration: none;
}
.contactLocations .locationContact a:hover {
  text-decoration: underline;
}

.contactFormSection {
  padding: 73px 0 100px;
  background: #bdbdbd;
}
.contactFormSection .pageTag {
  margin-bottom: 80px;
}
.contactFormSection .contactForm {
  margin-top: 0;
}
.contactFormSection .formRow {
  display: grid;
  grid-template-columns: repeat(4, 360px);
  gap: 20px;
  margin-bottom: 20px;
}
.contactFormSection .formRow.isSelects {
  grid-template-columns: repeat(3, 360px);
}
.contactFormSection .formField {
  display: block;
  position: relative;
  width: 360px;
  height: 70px;
  margin: 0;
  background: #fff;
  cursor: pointer;
}
.contactFormSection .formField:has(.fieldInput:not(:-moz-placeholder)) .fieldLabel {
  top: 8px;
  font-size: 12px;
  line-height: 16px;
}
.contactFormSection .formField:focus-within .fieldLabel, .contactFormSection .formField:has(.fieldInput:not(:placeholder-shown)) .fieldLabel {
  top: 8px;
  font-size: 12px;
  line-height: 16px;
}
.contactFormSection .formField.isSelect {
  overflow: visible;
  cursor: default;
}
.contactFormSection .fieldLabel {
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: 1;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.48px;
  pointer-events: none;
  transition: top 0.15s ease, font-size 0.15s ease, line-height 0.15s ease;
}
.contactFormSection .fieldInput {
  width: 100%;
  height: 100%;
  padding: 28px 25px 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
.contactFormSection .formSubmit {
  width: 170px;
  height: 70px;
  margin-top: 0;
  border: 0;
  background: #000;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  cursor: pointer;
}

.select2-container.contactSelect {
  width: 100% !important;
}
.select2-container.contactSelect .select2-selection--single {
  height: 70px;
  border: 0;
  border-radius: 0;
  background: #fff;
  outline: none;
}
.select2-container.contactSelect .select2-selection--single .select2-selection__rendered {
  padding: 0 48px 0 25px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.48px;
}
.select2-container.contactSelect .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-weight: 600;
}
.select2-container.contactSelect .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  transform: translateY(-50%);
  background: url("../img/contact/select-chevron.svg") center/contain no-repeat;
}
.select2-container.contactSelect .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.contactSelect.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container.contactSelect .select2-dropdown {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.select2-container.contactSelect .select2-results__options {
  max-height: 240px;
  padding: 8px 0;
}
.select2-container.contactSelect .select2-results__option {
  padding: 12px 25px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.select2-container.contactSelect .select2-results__option.select2-results__option--highlighted {
  background: #f3f3f3;
  color: #000;
}
.select2-container.contactSelect .select2-results__option[aria-selected=true] {
  background: #000;
  color: #fff;
}

.talepPage {
  background: #bdbdbd;
}
.talepPage .pageHero {
  background: #fff;
  padding-bottom: 70px;
}
.talepPage .pageHero .title {
  max-width: 779px;
  gap: 40px;
}
.talepPage .pageHero .pageTag {
  margin-bottom: 100px;
}
.talepPage .pageHero .container {
  min-height: 415px;
}
.talepPage .pageHero .heroTitle {
  max-width: 779px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.talepPage .pageHero .heroSubtitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.6px;
}
.talepPage .pageHero .heroArt {
  max-width: 875px;
  aspect-ratio: 875/414;
}
.talepPage .aboutStats {
  padding-bottom: 20px;
}

.talepFormSection {
  padding: 85px 0 0;
  background: #bdbdbd;
}
.talepFormSection > .container {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
}
.talepFormSection .formGroup {
  margin-bottom: 36px;
}
.talepFormSection .formGroup.isLast {
  margin-bottom: 36px;
}
.talepFormSection .pageTag {
  margin-bottom: 28px;
}
.talepFormSection .formRow {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 20px;
}
.talepFormSection .formField {
  position: relative;
  display: block;
  width: 360px;
  height: 70px;
  margin: 0;
  background: #fff;
  cursor: text;
}
.talepFormSection .fieldLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.talepFormSection .fieldIdle {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.15s ease opacity;
}
.talepFormSection .fieldName {
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.48px;
}
.talepFormSection .fieldHint {
  color: #9e9e9e;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.48px;
}
.talepFormSection .fieldInput {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border: 0;
  background: transparent;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  line-height: 41px;
  letter-spacing: -0.48px;
  outline: none;
}
.talepFormSection .fieldInput::-moz-placeholder {
  color: transparent;
}
.talepFormSection .fieldInput::placeholder {
  color: transparent;
}
.talepFormSection .fieldInput:not(:-moz-placeholder) + .fieldIdle {
  opacity: 0;
}
.talepFormSection .fieldInput:focus + .fieldIdle, .talepFormSection .fieldInput:not(:placeholder-shown) + .fieldIdle {
  opacity: 0;
}
.talepFormSection .choiceBlock {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}
.talepFormSection .choiceLegend {
  margin: 0 0 12px;
  padding: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.6px;
}
.talepFormSection .choiceRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 12px;
}
.talepFormSection .choiceList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.talepFormSection .choiceItem {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  cursor: pointer;
}
.talepFormSection .choiceItem input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.talepFormSection .choiceItem input:checked + .choiceBox {
  background: #fff;
  border-color: #000;
}
.talepFormSection .choiceItem input:checked + .choiceBox::after {
  opacity: 1;
}
.talepFormSection .choiceItem input:focus-visible + .choiceBox {
  outline: 2px solid #14ff09;
  outline-offset: 2px;
}
.talepFormSection .choiceBox {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #929292;
  background: #fff;
}
.talepFormSection .choiceBox::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.15s ease opacity;
  pointer-events: none;
}
.talepFormSection .choiceText {
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.6px;
}
.talepFormSection .formSubmit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 358px;
  height: 70px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  background: #fff;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: -0.6px;
  cursor: pointer;
  transition: 0.25s ease background, 0.25s ease color;
}
.talepFormSection .formSubmit:hover, .talepFormSection .formSubmit:focus-visible {
  background: #111;
  color: #fff;
}
.talepFormSection .talepNote {
  max-width: 1503px;
  margin: 122px 0 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -1.2px;
}

.page404Hero {
  padding: 120px 0 100px;
  background: #fff;
  text-align: center;
}
.page404Hero .page404Visual {
  position: relative;
  width: 550px;
  aspect-ratio: 550/438;
  max-width: 100%;
  margin: 0 auto -60px;
  overflow: hidden;
}
.page404Hero .page404Visual img {
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page404Hero .page404Code {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 1;
  color: #fff;
  font-family: "Geist Pixel", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3.84px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page404Hero .page404Text {
  position: relative;
  z-index: 2;
  max-width: 982px;
  margin: 0 auto;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.page404Hero .page404Links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 28px;
  margin-top: 56px;
}
.page404Hero .page404Links a {
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.6px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.page404Hero .page404Links a:hover {
  color: #45a041;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policyPage {
  background: #bdbdbd;
}

.policySection {
  background: #fff;
  padding: 150px 0 100px;
}
.policySection .pageTag {
  margin-bottom: 75px;
}
.policySection .policyTitle {
  margin: 0 0 81px;
  max-width: 1048px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.9px;
}
.policySection .policyLayout {
  display: flex;
  align-items: flex-start;
  gap: 177px;
}
.policySection .policyTabs {
  display: flex;
  flex: 0 0 203px;
  flex-direction: column;
  gap: 0;
}
.policySection .policyTabBtn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #929292;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.6px;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}
.policySection .policyTabBtn:hover {
  color: #000;
}
.policySection .policyTabBtn.active {
  color: #000;
}
.policySection .policyPanels {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 1048px;
}
.policySection .policyPanel {
  display: none;
}
.policySection .policyPanel.active {
  display: block;
}
.policySection .policyContent {
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.54px;
}
.policySection .policyContent p {
  margin: 0 0 29px;
}
.policySection .policyContent ol {
  margin: 0 0 29px;
  padding: 0 0 0 27px;
  list-style: decimal;
  list-style-position: outside;
}
.policySection .policyContent ol li {
  margin: 0 0 12px;
  padding: 0;
  list-style: decimal;
  list-style-position: outside;
}
.policySection .policyContent ol li:last-child {
  margin-bottom: 0;
}
.policySection .policyMeta {
  margin-bottom: 0;
}
.policySection .policyDate {
  margin: 0 0 29px;
}
.policySection .policyDate span {
  font-weight: 400;
}
.policySection .policyDate strong {
  font-weight: 500;
}
.policySection .policyLead {
  margin: 0 0 29px;
}
.policySection .policySubtitle {
  margin: 0 0 29px;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.54px;
}
.policySection .policyBody h2 + ol {
  margin-top: 0;
}

.productCard {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.35s;
}
.productCard .cardContent {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.productCard .cardTop {
  position: relative;
  z-index: 10;
  padding: 50px 40px 0 70px;
}
.productCard .cardTop .cardTitle {
  font-family: "Jockey One", sans-serif;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}
.productCard .cardTop .cardBadge {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCard .cardTop .cardBadge img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 14px;
  height: 14px;
}
.productCard .cardTop .cardTitleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.productCard .cardLink {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCard .cardLink img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 14px;
  height: 14px;
  filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(189deg) brightness(89%) contrast(90%);
}
.productCard .cardImageArea {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 305px;
  max-height: 305px;
}
.productCard .cardImageArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}
.productCard .cardFooter {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: flex;
  justify-content: flex-end;
  height: 100px;
  align-items: center;
  padding-right: 40px;
  width: 100%;
}
.productCard .cardFooter span {
  display: flex;
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
}
.productCard .cardFooter:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/shape.svg");
  filter: blur(10px);
  background: rgba(245, 245, 245, 0.2);
  backdrop-filter: blur(80px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-mask-position: bottom right;
}
.productCard::before {
  content: "";
  position: absolute;
  width: calc(100% - 42px);
  height: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  background: #BFBFBF;
  z-index: 1;
  transition: 0.3s;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 4%);
}
.productCard:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 4%);
}
.productCard:hover::before {
  background: #53FC53;
}

.featuresGrid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 0;
  max-width: 1425px;
}

.featureCard {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(80px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.featureCard .featureCardInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featureCard .top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.featureCard .top .featureNum {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 19px 18px;
  border-right: 1px solid #fff;
}
.featureCard .top .featureTitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 0 35px;
}
.featureCard .bottom {
  padding: 50px 70px 40px 70px;
}
.featureCard .featureDesc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.featureCard .featureIcon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.featureCard .featureIcon img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.featureCard .featureIcon.type1 {
  aspect-ratio: 113/31;
  max-width: 113px;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
}
.featureCard .featureIcon.type1 img {
  width: 100%;
  height: 100%;
}

.featureCard--01 {
  grid-column: 1;
  grid-row: 2;
}

.featureCard--02 {
  grid-column: 2;
  grid-row: 1;
}

.featureCard--03 {
  grid-column: 2;
  grid-row: 2;
}

.featureCard--04 {
  grid-column: 1;
  grid-row: 3;
}

.featureCard--05 {
  grid-column: 2;
  grid-row: 3;
}

.featureCard--06 {
  grid-column: 1;
  grid-row: 4;
}

.featureCard--07 {
  grid-column: 2;
  grid-row: 4;
}

.featureCard--08 {
  grid-column: 1;
  grid-row: 5;
}

.featureCard--09 {
  grid-column: 2;
  grid-row: 5;
}

.featureCard--10 {
  grid-column: 1;
  grid-row: 6;
}

.capacityWidget {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 30px 40px;
  width: 455px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  z-index: 3;
  box-sizing: border-box;
  transition: transform 0.3s ease, border-color 0.3s ease;
  height: 100%;
}
.capacityWidget .widgetHeader {
  display: flex;
  align-items: center;
  gap: 20px;
}
.capacityWidget .widgetHeader .widgetIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  width: 27px;
  height: 28px;
}
.capacityWidget .widgetHeader .widgetIcon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.capacityWidget .widgetHeader .widgetIcon.co2Icon {
  font-family: "Jockey One", sans-serif;
  color: #E31E24;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  height: auto;
}
.capacityWidget .widgetHeader .widgetTitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  background: linear-gradient(90deg, #E2E2E2 0%, #7C7C7C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 20px;
  font-family: "Inter 18pt", sans-serif;
  max-width: 270px;
}
.capacityWidget .counterWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.capacityWidget .counterWrapper .counterDigits {
  display: flex;
  gap: 2.5px;
  flex-wrap: wrap;
}
.capacityWidget .counterWrapper .digit {
  width: 27px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.capacityWidget .counterWrapper .digit.red {
  background-color: #E31E24;
}
.capacityWidget .counterWrapper .counterUnit {
  font-size: 14px;
  color: #C7C7C7;
  font-weight: 600;
  font-family: "Inter 18pt", sans-serif;
}
.capacityWidget .widgetSub {
  font-size: 12px;
  font-weight: 500;
  color: #A8A8A8;
  line-height: 1.4;
  margin: 0;
}
.capacityWidget.brandWidget-red {
  border: 1px solid #FF0008;
  background: #121212;
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
}
.capacityWidget.brandWidget-red:hover {
  transform: translateY(-4px);
}
.capacityWidget.brandWidget-dark {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
}
.capacityWidget.brandWidget-dark:hover {
  transform: translateY(-4px);
  border: 1px solid #FF0008;
}

.productCard2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  color: #000;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #ececec;
  min-height: 563px;
}
.productCard2:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.productCard2:hover .catCardArrow img {
  transform: rotate(45deg);
}
.productCard2 .catCardImage {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #fff;
}
.productCard2 .catCardImage img {
  max-width: 82%;
  max-height: 82%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productCard2 .catCardMeta {
  padding: 0 50px 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.productCard2 .catCardMeta .catCardSeries {
  font-family: "Jockey One", sans-serif;
  font-size: 21px;
  color: #c7c7c7;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  max-width: 95px;
}
.productCard2 .catCardMeta .catCardTitle {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px;
  line-height: 1.28;
  max-width: 246px;
}
.productCard2 .catCardMeta .catCardArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  margin-top: 20px;
  align-self: flex-start;
  flex-shrink: 0;
}
.productCard2 .catCardMeta .catCardArrow img {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
  filter: brightness(0);
}

.editorContent ul {
  margin-top: 20px;
}
.editorContent ul li {
  position: relative;
  padding-left: 10px;
  color: #000;
  line-height: 29px;
  font-weight: 400;
  font-size: 18px;
}
.editorContent ul li b {
  font-weight: 600;
}
.editorContent ul li:after {
  content: "";
  left: 5px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.editorContent p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000;
}
.editorContent p b {
  display: block;
}
.editorContent a {
  text-decoration: underline !important;
}

.editorContentArea {
  padding: 55px 90px;
}

.form-group {
  margin-bottom: 45px;
}
.form-group.type2 {
  margin-bottom: 20px;
}
.form-group.selectFormGroup label {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.form-group.careerForm label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}

.customSelect {
  position: relative;
  width: 100%;
}
.customSelect select {
  width: 100%;
  height: 70px;
  background: #ffffff;
  border: none;
  padding: 0 65px 0 30px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.customSelect select option {
  color: #000000;
  font-weight: 500;
}
.customSelect .selectArrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 36px;
  height: 36px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customSelect .selectArrow img {
  width: 12px;
  height: auto;
  filter: brightness(0);
}
.customSelect.type2 select {
  background: #EEEEEE;
}
.customSelect.type2 .selectArrow {
  background: transparent;
}
.customSelect.type2 .select2-container.recommendSelect .select2-selection--single {
  background: #EEEEEE !important;
}
.customSelect.type2 .select2-container.recommendSelect .select2-selection--single .select2-selection__arrow {
  background: transparent !important;
}

.customInput {
  position: relative;
  width: 100%;
}
.customInput.type2 input {
  background: #EEEEEE;
}
.customInput input {
  display: flex;
  width: 100%;
  background: #ffffff;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  outline: none;
}
.customInput input::-moz-placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.customInput input::placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.customInput textarea {
  display: flex;
  width: 100%;
  background: #ffffff;
  min-width: 100%;
  max-width: 100%;
  min-height: 135px;
  padding: 25px 40px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  outline: none;
}
.customInput label {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease;
}
.customInput label .labelTop {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 4px;
  display: block;
}
.customInput label .labelBottom {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

textarea.form-control {
  height: unset;
}

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
.customcheckbox2 input {
  display: none;
}
.customcheckbox2 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox2 .checkboxText {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.customcheckbox2 .checkboxText .text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.customcheckbox2 .checkboxText .price {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.customcheckbox2 .checkmark {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  border-radius: 5px;
  border: 2px solid #EF7D00;
  background: #FFF6EB;
}
.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #EF7D00;
  transition: 0.2s ease all;
  opacity: 0;
}
.customcheckbox2:last-child {
  margin-bottom: 0;
}

.floating-select {
  position: relative;
}
.floating-select label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s ease all;
  padding-right: 60px;
}
.floating-select label .defaultDealerOption {
  padding: 0;
}
.floating-select label.active {
  opacity: 0;
}
.floating-select select.select2-hidden-accessible {
  display: block;
}
.floating-select .select2-container {
  width: 100% !important;
}

.select2-container.defaultStyle-md .select2-selection--single {
  background: #F8F8F8;
  transition: 0.3s ease all;
  height: auto;
  border: none;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__rendered {
  color: #929292;
  font-size: 15px;
  font-weight: 300;
  padding: 28px 40px;
  height: 70px;
  border: none;
  line-height: 15px;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 16px;
  width: 16px;
  background: #1C1B1F;
  right: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
  z-index: 2;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.defaultStyle-md.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.defaultStyle-md .select2-dropdown {
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 12px 28px rgba(6, 17, 41, 0.1);
}
.select2-container.defaultStyle-md .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-search {
  display: none;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
  padding: 6px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #DCE3EC;
  border-radius: 4px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 34px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
  font-weight: 600;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selected {
  background-color: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.dealerStyle .select2-selection--single {
  background: #F8F8F8;
  transition: 0.3s ease all;
  height: auto;
  border: none;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  padding: 28px 25px;
  height: 70px;
  border: none;
  line-height: 15px;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 16px;
  width: 16px;
  background: #1C1B1F;
  right: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
  z-index: 2;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.dealerStyle.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.dealerStyle.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.dealerStyle.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.dealerStyle .select2-dropdown {
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 12px 28px rgba(6, 17, 41, 0.1);
}
.select2-container.dealerStyle .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.dealerStyle .select2-dropdown .select2-search {
  display: none;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
  padding: 6px;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #DCE3EC;
  border-radius: 4px;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 25px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s ease all;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
  font-weight: 600;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selected {
  background-color: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.recommendSelect {
  width: 100% !important;
}
.select2-container.recommendSelect .select2-selection--single {
  background: #ffffff;
  height: 70px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  outline: none;
  transition: none;
}
.select2-container.recommendSelect .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 35px;
  padding-right: 70px;
  line-height: 70px;
}
.select2-container.recommendSelect .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  font-weight: 600;
}
.select2-container.recommendSelect .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #EDEDED;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.select2-container.recommendSelect .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.recommendSelect .select2-selection--single .select2-selection__arrow::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/arrowdown.svg") no-repeat center;
  background-size: contain;
  display: block;
  transition: transform 0.3s ease;
}
.select2-container.recommendSelect.select2-container--open .select2-selection__arrow::after {
  transform: rotate(180deg);
}
.select2-container.recommendSelect .select2-dropdown {
  background: #ffffff;
  border: 1px solid #E2E6EC;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(6, 17, 41, 0.12);
  overflow: hidden;
  margin-top: 4px;
  animation: filterSelectIn 0.2s ease forwards;
}
.select2-container.recommendSelect .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container.recommendSelect .select2-dropdown .select2-results {
  padding: 0;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
  padding: 6px;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #DCE3EC;
  border-radius: 4px;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 16px 24px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background: #EEF1F5;
  color: #000000;
  font-weight: 600;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selected {
  background: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #929292;
  background: #F8F8F8;
  font-weight: 600;
}

.contactFormSection .form-control {
  width: 100%;
  height: 65px;
  border: 0;
  outline: none;
  background: #FFF;
  color: #000;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%;
  padding: 10px 35px;
}
.contactFormSection .form-control::-moz-placeholder {
  color: #1c1c1c;
  opacity: 1;
}
.contactFormSection .form-control::placeholder {
  color: #1c1c1c;
  opacity: 1;
}
.contactFormSection textarea.form-control {
  min-height: 178px;
  resize: none;
  padding: 20px 35px;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 15px;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  padding: 20px 75px 20px 45px;
  display: flex;
  align-items: center;
  height: 80px;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader .accordionQuestion {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.accordionItem .accordionHeader:before {
  content: "";
  background: #000;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  border-radius: 9px;
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 18px;
  width: 18px;
  -webkit-mask-image: url(../img/svg/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  right: 31px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0 125px 0 45px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  background: #fff;
}
.accordionItem .accordionBody .accordionAnswer {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
  z-index: 2;
  position: relative;
}
.accordionItem.active .accordionHeader .configration .mainContent {
  display: none;
}
.accordionItem.active .accordionHeader .configration .secondContent {
  display: block;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(-180deg);
  right: 31px;
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: calc(100% - 90px);
  padding: 10px 125px 85px 45px;
}

.customTabContent {
  position: relative;
}
.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.customTabContent .tab ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  position: relative;
}
.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}

.navlist1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-bottom: 20px;
}
.navlist1 li a {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.5;
}
.navlist1 li a.active, .navlist1 li a:hover {
  color: #EF7D00;
  opacity: 1;
}

.navlist2 {
  display: flex;
  border: 1px solid #F8F8F8;
}
.navlist2 li {
  width: 25%;
  border-right: 1px solid #F8F8F8;
}
.navlist2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease all;
}
.navlist2 li a.active {
  background: #F8F8F8;
}
.navlist2 li:last-child {
  border: none;
}

.pageTitleArea .container {
  gap: 50px;
  display: flex;
  align-items: center;
}
.pageTitleArea .leftLogo {
  width: 115px;
  height: 27px;
}
.pageTitleArea .leftLogo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.pageTitleArea .icon {
  border-radius: 10px;
  border: 1px solid #FFF;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageTitleArea .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 16px;
  height: 18px;
}
.pageTitleArea .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.923%;
}

.pageHero {
  position: relative;
  padding: 120px 0 30px;
  background: #fff;
}
.pageHero > .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 340px;
  padding-top: 30px;
}
.pageHero .title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.pageHero .pageTag {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.pageHero .heroTitle {
  margin: 0;
  color: #000;
  font-family: "Google Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: -0.96px;
}
.pageHero .heroArt {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  aspect-ratio: 930/340;
  max-width: 930px;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.pageHero .heroArt img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.aboutSectionBadge {
  position: relative;
  width: 137px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.aboutSectionBadge span {
  position: relative;
  z-index: 2;
  font-family: "Jockey One", sans-serif;
  color: #ACACAC;
  font-size: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.aboutSectionBadge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #232323;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, 100% 0, 102% 60%, calc(100% - 15px) 100%, 0 107%);
}
.aboutSectionBadge::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 8px;
  height: 8px;
  background: #E31E24;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}/*# sourceMappingURL=style.css.map */