@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");
/*!
 * 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: 1524px;
  }
  .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: 1524px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1524px;
  }
  .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: 1524px;
  }
}
.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;
  }
}
body {
  font-family: "Manrope", sans-serif;
  max-width: 100vw;
  background: #f8f8f8;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}

* {
  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: #EF7D00;
}

::-webkit-scrollbar-thumb {
  background: #EF7D00;
}

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: 3rem;
}

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

.siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 40px 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.siteHeader.menu-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.siteHeader .headerContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
.siteHeader .headerLogos {
  margin-right: 55px;
}
.siteHeader .headerLogos .mainLogo img {
  height: 59px;
  width: auto;
}
.siteHeader .headerNavWrap {
  position: relative;
  z-index: 3;
}
.siteHeader .headerNavWrap .headerNavBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(239, 125, 0, 0.4);
  /* Soft orange blur color, can be customized */
  filter: blur(75px);
  border-radius: 50px;
  z-index: 1;
  pointer-events: none;
}
.siteHeader .headerNavWrap .headerNav {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 40px;
  height: 55px;
  padding: 0 25px 0 30px;
  border: 1px solid #F2F2F2;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  z-index: 2;
}
.siteHeader .headerNavWrap .headerNav .navItem {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  transition: opacity 0.3s ease;
}
.siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
  color: #888;
  font-weight: 400;
  gap: 15px;
}
.siteHeader .headerNavWrap .headerNav .navItem.menuTrigger .menuIcon {
  width: 22px;
  height: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.siteHeader .headerNavWrap .headerNav .navItem.menuTrigger .menuIcon span {
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
}
.siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  gap: 12px;
  padding-left: 5px;
}
.siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger .arrowWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #FAFAFA;
  border-radius: 4px;
}
.siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger .arrowWrap img {
  width: 8px;
  height: auto;
}
.siteHeader .headerNavWrap .headerNav .navItem:hover {
  opacity: 0.7;
}
.siteHeader .headerNavWrap .headerNav .navDivider {
  width: 1px;
  height: 24px;
  background: #F0F0F0;
  margin: 0 20px;
}
.siteHeader .headerSearch {
  flex: 1;
  max-width: 340px;
  background: #ffffff;
  border-radius: 40px;
  height: 55px;
  padding: 0 40px;
  border: 1px solid #F2F2F2;
  z-index: 4;
  position: relative;
}
.siteHeader .headerSearch form {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.siteHeader .headerSearch form button {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 25px;
}
.siteHeader .headerSearch form input {
  border: none;
  background: transparent;
  outline: none;
  font-weight: 600;
  width: 100%;
  font-size: 12px;
  color: #6B6B6B;
}
.siteHeader .headerSearch form input::-moz-placeholder {
  color: #888;
  font-weight: 600;
}
.siteHeader .headerSearch form input::placeholder {
  color: #888;
  font-weight: 600;
}
.siteHeader .headerActions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.siteHeader .headerActions .btnSmartPump {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #FFB96D -265%, #EDEDED 100%);
  border-radius: 55px;
  height: 55px;
  padding: 0 25px 0 20px;
  gap: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  font-family: "Space Grotesk", sans-serif;
}
.siteHeader .headerActions .btnSmartPump .iconWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.siteHeader .headerActions .btnSmartPump .iconWrap img {
  width: 22px;
  height: auto;
}
.siteHeader .headerActions .btnSmartPump span {
  position: relative;
  z-index: 2;
}
.siteHeader .headerActions .btnSmartPump::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 33px;
  background: #FF5A24;
  filter: blur(8px);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.siteHeader .headerActions .langSelector {
  position: relative;
  height: 55px;
  font-family: "Space Grotesk", sans-serif;
}
.siteHeader .headerActions .langSelector .selected {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 31px;
  height: 100%;
  background: #ffffff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.siteHeader .headerActions .langSelector .selected span {
  position: relative;
  top: 1px;
}
.siteHeader .headerActions .langSelector .dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  padding: 10px 0;
  min-width: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.siteHeader .headerActions .langSelector .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteHeader .headerActions .langSelector .dropdown ul li a {
  display: block;
  padding: 8px 25px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.siteHeader .headerActions .langSelector .dropdown ul li a:hover {
  background: #f9f9f9;
  color: #FF5A24;
}
.siteHeader .headerActions .langSelector:hover .selected {
  background: #fcfcfc;
  border-color: #e0e0e0;
}
.siteHeader .headerActions .langSelector:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.megaMenuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  font-family: "Space Grotesk", sans-serif;
}
.megaMenuOverlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.megaMenuOverlay .megaMenuWrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 40px 0 110px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}
.megaMenuOverlay .megaMenuContainer {
  max-width: 1674px;
  margin: 0 auto;
  padding: 50px 40px 60px 40px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.megaMenuOverlay .megaMenuTop {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}
.megaMenuOverlay .megaMenuTop .megaMenuLogo img {
  height: 59px;
  width: auto;
}
.megaMenuOverlay .megaMenuContent {
  display: flex;
  align-items: stretch;
  gap: 95px;
}
.megaMenuOverlay .megaMenuLeft {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  gap: 130px;
}
.megaMenuOverlay .megaMenuLeft .circleWrap {
  margin-bottom: 0;
  margin-top: 15px;
  flex-shrink: 0;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.megaMenuOverlay .megaMenuLeft .circleWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: 50% 50%;
  animation: tickRotate 16s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.megaMenuOverlay .megaMenuLeft .verticalText {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 130px;
  font-weight: 400;
  color: #fff;
  line-height: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.megaMenuOverlay .megaMenuNavs {
  display: flex;
  gap: 60px;
  padding-top: 15px;
  z-index: 2;
}
.megaMenuOverlay .megaMenuNavs .menuBackBtn {
  display: none;
}
.megaMenuOverlay .megaMenuNavs .mainNav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 320px;
  /* Fixed width so all arrows align exactly under each other */
}
.megaMenuOverlay .megaMenuNavs .mainNav li {
  margin-bottom: 18px;
  width: 100%;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a {
  text-decoration: none;
  color: #919191;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  /* Pushes text to left, arrow to right */
  align-items: center;
  width: 100%;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a:hover {
  color: #000000;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a .arrowWrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.megaMenuOverlay .megaMenuNavs .mainNav li a .arrowWrap .arrowLine {
  width: 35px;
  height: 1px;
  background-color: #333;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a .arrowWrap .arrowHead {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a .arrowWrap .arrowHead img {
  width: 100%;
  height: auto;
}
.megaMenuOverlay .megaMenuNavs .mainNav li.active a {
  color: #000000;
  font-weight: 400;
}
.megaMenuOverlay .megaMenuNavs .mainNav li.active a .arrowWrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap {
  flex: 1;
  min-width: 250px;
  position: relative;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li {
  margin-bottom: 18px;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  transition: color 0.3s ease;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a:hover {
  color: #FF5A24;
}
.megaMenuOverlay .megaMenuRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  max-width: 320px;
  z-index: 2;
  margin-left: auto;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop {
  display: flex;
  gap: 75px;
  justify-content: flex-end;
  width: 100%;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #000000;
  color: #000000;
  font-size: 20px;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop .slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.4;
  text-align: right;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop .slogan span {
  font-size: 12px;
  font-weight: 600;
  color: #C2C2C2;
  letter-spacing: 1px;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom {
  margin-top: auto;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom p.email {
  font-weight: 500;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin: 6px 0;
  transition: color 0.3s ease;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom a:hover {
  color: #000000;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightBottom a:first-of-type {
  margin-right: 20px;
}

.siteFooter {
  background: #F9F9FA url("../img/footerbg.png") no-repeat top right;
  background-size: cover;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk", sans-serif;
}
.siteFooter .container {
  position: relative;
  z-index: 2;
}
.siteFooter .footerTopArea {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.siteFooter .footerTopArea .footerTopArea-coin {
  position: absolute;
  top: -126px;
  right: -98px;
  width: 364px;
  height: 196px;
  z-index: 0;
  pointer-events: none;
}
.siteFooter .footerTopArea .footerTopArea-coin__media {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.siteFooter .footerTopArea:before {
  content: "";
  position: absolute;
  top: -126px;
  right: -98px;
  width: 364px;
  height: 196px;
  z-index: 0;
  background-image: url(../img/coin.gif);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  pointer-events: none;
}
.siteFooter .footerTopArea:has(.footerTopArea-coin):before {
  display: none;
}
.siteFooter .footerTopArea:after {
  content: "";
  position: absolute;
  top: -72px;
  right: 0;
  width: 163px;
  height: 94px;
  z-index: 1;
  background-image: url(../img/footertopright-removebg-preview.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.siteFooter .footerBadge {
  display: flex;
  align-items: center;
  width: 215px;
  height: 41px;
  background: #E5E5E5;
  border: 1px solid #E4E4E4;
}
.siteFooter .footerBadge .badgeNum {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #8D8D8D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.siteFooter .footerBadge .badgeLabel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 13px;
}
.siteFooter .footerBadge .badgeLabel span {
  color: #8D8D8D;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  font-family: "Space Grotesk", sans-serif;
}
.siteFooter .footerIntro {
  max-width: 1250px;
  margin-bottom: 70px;
}
.siteFooter .footerIntro .introText {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  color: #606060;
}
.siteFooter .footerIntro .introText .highlightText {
  color: #000;
  font-weight: 300;
}
.siteFooter .footerIntro .introText .normalText {
  color: #606060;
  font-weight: 300;
}
.siteFooter .footerLogos {
  margin-bottom: 65px;
}
.siteFooter .footerLogos .logoItem {
  display: flex;
  align-items: center;
}
.siteFooter .footerLogos .logoItem img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.siteFooter .footerLogos .logoNempa {
  height: 77px;
}
.siteFooter .footerContentGrid {
  display: flex;
  gap: 55px;
  margin-bottom: 130px;
}
.siteFooter .footerMenuCol .menuTitle {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.siteFooter .footerMenuCol ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.siteFooter .footerMenuCol ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}
.siteFooter .footerMenuCol ul li a:hover {
  color: #fff;
}
.siteFooter .footerContactCol {
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.siteFooter .footerContactCol .contactAddress {
  font-size: 18px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: 365px;
}
.siteFooter .footerContactCol .contactPhones {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 15px;
}
.siteFooter .footerContactCol .contactPhones .phoneLink {
  font-size: 18px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.siteFooter .footerContactCol .emailLink {
  font-size: 18px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  color: #000;
}
.siteFooter .footerContactCol .contactSpinningStar {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 55px;
  height: 55px;
}
.siteFooter .footerContactCol .contactSpinningStar .spinningStarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  animation: tickRotate 15s linear infinite;
}
.siteFooter .footerBottomBar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  padding-top: 35px;
}
.siteFooter .bottomLeftPart {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.siteFooter .bottomLeftPart .copyrightText {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
.siteFooter .bottomLeftPart img {
  height: 42px;
  width: 116px;
}
.siteFooter .bottomSocials ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.siteFooter .bottomSocials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.siteFooter .bottomSocials ul li a:hover {
  transform: translateY(-2px);
}
.siteFooter .bottomSocials ul li a .socialIconImg {
  height: 20px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.siteFooter .bottomPolicies {
  display: flex;
  align-items: center;
  gap: 12px;
}
.siteFooter .bottomPolicies a {
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.siteFooter .bottomPolicies a:hover {
  color: #000;
}
.siteFooter .bottomPolicies span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

@keyframes tickRotate {
  0%, 7% {
    transform: rotate(0deg);
  }
  10%, 17% {
    transform: rotate(45deg);
  }
  20%, 27% {
    transform: rotate(90deg);
  }
  30%, 37% {
    transform: rotate(135deg);
  }
  40%, 47% {
    transform: rotate(180deg);
  }
  50%, 57% {
    transform: rotate(225deg);
  }
  60%, 67% {
    transform: rotate(270deg);
  }
  70%, 77% {
    transform: rotate(315deg);
  }
  80%, 88% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mainSlide {
  position: relative;
  background-color: #fcfcfc;
  background-image: radial-gradient(circle at 70% 30%, #ffffff 0%, #f7f9fa 100%);
  padding: 200px 0 160px 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mainSlide .slideContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 3;
}
.mainSlide .slideTopRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 10;
}
.mainSlide .slideLeftTop {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 460px;
}
.mainSlide .slideLeftTop .slideTitle {
  font-size: 55px;
  line-height: 1.15;
  font-weight: 400;
  color: #333333;
  margin: 0 0 35px 0;
}
.mainSlide .slideLeftTop .logoMarkWrap {
  margin-bottom: 0;
}
.mainSlide .slideLeftTop .logoMarkWrap .logoMarkSpin {
  width: 43px;
  height: auto;
  display: block;
  animation: tickRotate 24s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.mainSlide .slideRightTop {
  text-align: right;
  margin-top: 15px;
}
.mainSlide .slideRightTop .rightSlogan {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  max-width: 305px;
  font-family: "Space Grotesk", sans-serif;
}
.mainSlide .slideBottomRow {
  width: 100%;
  margin-top: auto;
  z-index: 10;
  position: relative;
}
.mainSlide .slideMeta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mainSlide .slideMeta .metaStatBox {
  border: 1px solid #333333;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.mainSlide .slideMeta .metaStatBox .statNum {
  font-size: 24px;
  padding: 10px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: #333333;
  line-height: 1;
  border-right: 1px solid #333333;
}
.mainSlide .slideMeta .metaStatBox .statText {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  color: #000000;
  line-height: 14px;
  font-family: "Space Grotesk", sans-serif;
}
.mainSlide .slideMeta .metaYearBox {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mainSlide .slideMeta .metaYearBox .yearLogo {
  height: 38px;
  width: auto;
}
.mainSlide .slideMeta .metaYearBox .yearText {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  font-weight: 600;
  color: #7A7A7A;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
.mainSlide .slideMeta .metaYearBox .yearText span {
  display: block;
}
.mainSlide .slideMeta .metaYearBox .yearText span:first-child {
  color: #000000;
}
.mainSlide .absoluteProductImage {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  pointer-events: none;
  transform-origin: bottom right;
  aspect-ratio: 1246/670;
  max-width: 1246px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.mainSlide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  background-image: url(../img/slidebg.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 5;
  pointer-events: none;
}

.mainSpecial {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  min-height: 520px;
  display: flex;
  align-items: stretch;
}
.mainSpecial .leftTopImage {
  position: absolute;
  top: -2px;
  left: -20px;
  z-index: 2;
}
.mainSpecial .leftTopImage img.logo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.mainSpecial .leftTopImage:before {
  content: "";
  width: 103px;
  aspect-ratio: 1/1;
  background: #FFEDD9;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
  filter: blur(10px);
}
.mainSpecial .leftTopImage:after {
  content: "";
  width: 65px;
  aspect-ratio: 1/1;
  background: rgba(239, 125, 0, 0.4);
  position: absolute;
  bottom: 15px;
  left: 50%;
  border-radius: 50%;
  z-index: 2;
  transform: translateX(-50%);
  filter: blur(15px);
}
.mainSpecial .specialBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mainSpecial .specialBg .specialBgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 1;
}
.mainSpecial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/blur.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.mainSpecial .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 485px;
  padding-bottom: 125px;
}
.mainSpecial .specialLeft {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.mainSpecial .specialLeft .specialTitle {
  font-size: 36px;
  font-weight: 300;
  background: linear-gradient(90deg, #5D5D5D 0%, #C4BFBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 40px;
  margin: 0;
}
.mainSpecial .specialLeft .specialLogoMark {
  aspect-ratio: 43/39;
  max-width: 43px;
  animation: tickRotate 24s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.mainSpecial .specialLeft .specialDesc {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  background: linear-gradient(90deg, #5D5D5D 0%, #C4BFBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.mainSpecial .specialCards {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mainSpecial .specialCard {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  min-height: 85px;
  flex: 0 0 calc(50% - 10px);
  backdrop-filter: blur(15px);
  max-width: 360px;
  opacity: 0.9;
}
.mainSpecial .specialCard:last-child {
  flex: 0 0 100%;
}
.mainSpecial .specialCard:nth-child(3) {
  margin-left: 190px;
}
.mainSpecial .specialCard:hover .specialCardIcon img, .mainSpecial .specialCard.active .specialCardIcon img {
  filter: brightness(0) invert(1);
}
.mainSpecial .specialCard:hover .specialCardIcon::after, .mainSpecial .specialCard.active .specialCardIcon::after {
  opacity: 1;
}
.mainSpecial .specialCard:hover .specialCardLabel, .mainSpecial .specialCard.active .specialCardLabel {
  color: #ffffff;
}
.mainSpecial .specialCard .specialCardIcon {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  position: relative;
}
.mainSpecial .specialCard .specialCardIcon img {
  width: auto;
  height: 32px;
  display: block;
  filter: brightness(0) invert(0.42);
  transition: filter 0.3s ease;
  z-index: 2;
  position: relative;
}
.mainSpecial .specialCard .specialCardIcon:after {
  content: "";
  position: absolute;
  background-color: #EF7D00;
  border-radius: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mainSpecial .specialCard .specialCardLabel {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 32px;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #6B6B6B;
  transition: all 0.3s ease;
}

.mainHistory {
  position: relative;
  padding: 175px 0 185px;
  background: url("../img/history.gif") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.mainHistory .historyInner {
  width: 100%;
}
.mainHistory .historyTop {
  margin-bottom: 220px;
}
.mainHistory .historyLabel {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  margin-top: 8px;
  font-family: "Space Grotesk", sans-serif;
}
.mainHistory .historyTopContent {
  display: flex;
  justify-content: space-between;
  gap: 95px;
}
.mainHistory .historyTitle {
  font-size: 40px;
  font-weight: 300;
  color: #333333;
  line-height: 48px;
  margin: 0;
  flex: 1;
}
.mainHistory .historyTitle strong {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.mainHistory .historyTopImg {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 125/194;
  max-width: 125px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainHistory .historyTopImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mainHistory .historyBottom {
  position: relative;
}
.mainHistory .historyDiscover {
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
  gap: 12px;
  margin-bottom: 12px;
}
.mainHistory .historyDiscover .discoverText {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
.mainHistory .historyDiscover .discoverLine {
  width: 50px;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease;
}
.mainHistory .historyDiscover .discoverArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(4px);
}
.mainHistory .historyDiscover .discoverArrow img {
  width: 9px;
  height: 9px;
  transition: transform 0.3s ease;
}
.mainHistory .historyDiscover:hover .discoverLine {
  width: 75px;
  background: #EF7D00;
}
.mainHistory .historyDiscover:hover .discoverText {
  color: #EF7D00;
}
.mainHistory .historyDiscover:hover .discoverArrow img {
  transform: translate(3px, -3px);
  filter: invert(53%) sepia(85%) saturate(2462%) hue-rotate(340deg) brightness(101%) contrast(101%);
}
.mainHistory .historyCards {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.mainHistory .historyCard {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 40px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  align-self: stretch;
  box-shadow: 0px 12px 0px 0px #F4F4F4;
  font-family: "Space Grotesk", sans-serif;
}
.mainHistory .historyCard .cardVal {
  font-size: 96px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.mainHistory .historyCard .cardLabel {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.mainHistory .historyCard .cardIcon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainHistory .historyCard .cardIcon img {
  width: auto;
  height: 100%;
  display: block;
}
.mainHistory .historyCard.brandCard {
  background: linear-gradient(135deg, #fff 0%, #FFE4C5 100%);
}
.mainHistory .historyCard.brandCard .cardLabel {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  max-width: 165px;
}
.mainHistory .historyCard.brandCard .cardImgWrap {
  position: absolute;
  right: 27px;
  bottom: 0;
  z-index: 5;
  aspect-ratio: 177/86;
  max-width: 177px;
  width: 100%;
}
.mainHistory .historyCard.brandCard .cardImgWrap .brandCardImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.mainDatas {
  position: relative;
  padding: 175px 0;
  background: url("../img/datas.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mainDatas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.mainDatas .datasInner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.mainDatas .datasLeft {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mainDatas .datasSpinIcon {
  flex-shrink: 0;
  width: 55px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainDatas .datasSpinIcon img,
.mainDatas .datasSpinIcon svg {
  width: 100%;
  height: auto;
  animation: tickRotate 8s linear infinite;
  filter: brightness(0) invert(0.18);
}
.mainDatas .datasTitle {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  line-height: 55px;
  margin: 0;
}
.mainDatas .datasDesc {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin: 0;
  max-width: 550px;
}
.mainDatas .recommendCard {
  position: relative;
  width: 100%;
  max-width: 550px;
  font-family: "Space Grotesk", sans-serif;
}
.mainDatas .recommendHeader {
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: stretch;
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mainDatas .recommendHeader .headerLeft {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.mainDatas .recommendHeader .headerSub {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.mainDatas .recommendHeader .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 60px 32px 50px;
  flex-shrink: 0;
}
.mainDatas .recommendHeader .headerRight .imgArea {
  position: relative;
  width: 54px;
  aspect-ratio: 54/84;
}
.mainDatas .recommendHeader .headerRight .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainDatas .recommendForm {
  background: transparent;
  backdrop-filter: none;
  border: none;
  margin-top: 6px;
}
.mainDatas .recommendForm .formGroup {
  margin-bottom: 10px;
}
.mainDatas .recommendForm .formGroup:last-of-type {
  margin-bottom: 10px;
}
.mainDatas .recommendForm .formRow {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.mainDatas .recommendForm .formRow .formGroup.half {
  flex: 1;
  margin-bottom: 0;
}
.mainDatas .recommendForm .submitBtn {
  width: 170px;
  height: 70px;
  background: #BEBEBE;
  color: #E4E4E4;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin-right: auto;
  font-family: "Space Grotesk", sans-serif;
}
.mainDatas .recommendForm .submitBtn:hover {
  background: #ffffff;
  color: #000000;
}

.mainProduct {
  background: #000;
  padding-bottom: 125px;
  overflow: hidden;
}
.mainProduct .productTop {
  padding: 150px 0 35px;
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  background: #000000 url("../img/mainproductbg.png") no-repeat center top;
  background-size: cover;
}
.mainProduct .productTop .container {
  position: relative;
}
.mainProduct .productTop .productTopLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainProduct .productTop .productTopLeft .topRotor {
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainProduct .productTop .productTopLeft .topRotor img {
  width: 55px;
  height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-45deg);
  filter: brightness(0) invert(1);
  animation: tickRotate 8s linear infinite;
}
.mainProduct .productTop .productTopLeft .topTitle {
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  line-height: 42px;
  margin: 0 0 25px 0;
  max-width: 555px;
}
.mainProduct .productTop .productTopLeft .topSubtitle {
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduct .productTop .top51 {
  width: 96px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.mainProduct .productTop .top51 img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.mainProduct .productMiddle {
  background: transparent;
  padding-bottom: 105px;
}
.mainProduct .productMiddle .productMiddleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.mainProduct .productMiddle .productTabs {
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mainProduct .productMiddle .productTabs .productTabItem {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.mainProduct .productMiddle .productTabs .productTabItem .tabLine {
  width: 95px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.mainProduct .productMiddle .productTabs .productTabItem .tabArrow {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
}
.mainProduct .productMiddle .productTabs .productTabItem .tabArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(0.6);
  transition: all 0.3s ease;
}
.mainProduct .productMiddle .productTabs .productTabItem .tabText {
  margin-left: 40px;
  font-size: 23px;
  font-weight: 300;
  background: linear-gradient(90deg, #9C9C9C 0%, #686868 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Space Grotesk", sans-serif;
  transition: all 0.3s ease;
}
.mainProduct .productMiddle .productTabs .productTabItem.active {
  opacity: 1;
}
.mainProduct .productMiddle .productTabs .productTabItem.active .tabLine {
  width: 220px;
  background: #e57e25;
}
.mainProduct .productMiddle .productTabs .productTabItem.active .tabArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}
.mainProduct .productMiddle .productTabs .productTabItem.active .tabText {
  background: linear-gradient(90deg, #FFB768 0%, #EF7D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.mainProduct .productMiddle .productTabs .productTabItem:hover {
  opacity: 0.85;
}
.mainProduct .productMiddle .productImageArea {
  width: 36%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainProduct .productMiddle .productImageArea .productImageWrapper {
  display: none;
  width: 100%;
  text-align: center;
}
.mainProduct .productMiddle .productImageArea .productImageWrapper img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.mainProduct .productMiddle .productImageArea .productImageWrapper.active {
  display: block;
  animation: productFadeIn 0.5s ease forwards;
}
.mainProduct .productMiddle .productDescArea {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.mainProduct .productMiddle .productDescArea .productDescWrapper {
  display: none;
  width: 100%;
}
.mainProduct .productMiddle .productDescArea .productDescWrapper p {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  background: linear-gradient(90deg, #9C9C9C 0%, #686868 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 44px;
}
.mainProduct .productMiddle .productDescArea .productDescWrapper.active {
  display: block;
  animation: productFadeIn 0.5s ease forwards;
}
.mainProduct .productMiddle .productBottomArea {
  padding-top: 60px;
}
.mainProduct .productMiddle .productBottomArea .bottomText {
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 44px;
  max-width: 900px;
  margin-bottom: 55px;
}
.mainProduct .productMiddle .productBottomArea .bottomLink {
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
  color: #ffffff;
  font-size: 17px;
  line-height: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduct .productMiddle .productBottomArea .bottomLink .linkLine {
  width: 40px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.mainProduct .productMiddle .productBottomArea .bottomLink:hover {
  color: #e57e25;
}
.mainProduct .productMiddle .productBottomArea .bottomLink:hover .linkLine {
  width: 70px;
  background: #e57e25;
}
.mainProduct .productBottom {
  padding-top: 80px;
}
.mainProduct .productBottom .mainProductSlide {
  width: 100%;
  overflow: visible;
}
.mainProduct .productBottom .mainProductSlide .swiper-slide {
  width: 360px;
  height: 400px;
}

@keyframes productFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.architectSection {
  background: url("../img/architecbg.png") no-repeat center;
  background-size: contain;
  padding: 155px 0 180px;
  position: relative;
  overflow: hidden;
}
.architectSection .architectHeader {
  display: flex;
  justify-content: flex-start;
}
.architectSection .architectBadge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 24px 8px 10px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
.architectSection .architectBadge .badgeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 82px;
}
.architectSection .architectBadge .badgeIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.architectSection .architectBadge span {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
}
.architectSection .comparisonSliderContainer {
  position: relative;
  width: 100%;
  height: 485px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.architectSection .comparisonSliderContainer .imageContainer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
}
.architectSection .comparisonSliderContainer .imageContainer img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.architectSection .comparisonSliderContainer .backgroundImgContainer {
  z-index: 1;
}
.architectSection .comparisonSliderContainer .foregroundImgContainer {
  z-index: 2;
  width: 50%;
  overflow: hidden;
  border-right: none;
}
.architectSection .comparisonSliderContainer .foregroundImgContainer img {
  width: var(--slider-width, 100%);
  max-width: none;
}
.architectSection .comparisonSliderContainer .sliderHandle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 40px;
  background: transparent;
  z-index: 10;
  cursor: ew-resize;
  transform: translateX(-50%);
}
.architectSection .comparisonSliderContainer .sliderHandle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 13;
  width: 2px;
  transform: translateX(-50%);
  background: #A25500;
}
.architectSection .comparisonSliderContainer .sliderButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 48px;
  border-radius: 48px;
  background: linear-gradient(to bottom, #FFCE99 0%, #EF7D00 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 9px;
  z-index: 11;
  justify-content: center;
  gap: 4px;
  pointer-events: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
.architectSection .comparisonSliderContainer:hover .sliderButton {
  transform: translate(-50%, -50%) scale(1.05);
}
.architectSection .architectFooter {
  margin-top: 60px;
  text-align: left;
}
.architectSection .architectFooter .footerText {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 0;
}

.mainProduction {
  padding: 120px 0 150px;
  position: relative;
  overflow: hidden;
}
.mainProduction .productionHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
  gap: 40px;
}
.mainProduction .productionLabel {
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 100px;
}
.mainProduction .productionLabel span {
  font-size: 17px;
  font-weight: 600;
  line-height: 12px;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduction .productionLabel .labelLine {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #000000;
}
.mainProduction .productionTitle {
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  color: #333333;
  margin: 0;
}
.mainProduction .headerRight {
  flex-shrink: 0;
}
.mainProduction .statBox {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainProduction .statBox .statIcon {
  width: 29px;
  height: 27px;
  margin-bottom: 60px;
}
.mainProduction .statBox .statIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainProduction .statBox .statNum {
  font-size: 160px;
  font-weight: 500;
  color: #FF5A24;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduction .statBox .statLine {
  width: 360px;
  height: 1px;
  background: #333333;
  margin: 15px 0 30px;
}
.mainProduction .statBox .statText {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.mainProduction .productionGrid {
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  grid-template-rows: 380px 380px;
  gap: 30px;
  align-items: stretch;
}
.mainProduction .prodCard {
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}
.mainProduction .textCard {
  background: #ffffff;
  padding: 60px 60px 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mainProduction .textCard .cardIcon {
  width: 24px;
  height: 22px;
  margin-bottom: 35px;
  transition: transform 0.6s ease;
}
.mainProduction .textCard .cardIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainProduction .textCard .cardTitle {
  font-size: 33px;
  font-weight: 600;
  color: #FF5A24;
  margin-bottom: 20px;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduction .textCard .cardDesc {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin-top: auto;
  max-width: 335px;
}
.mainProduction .textCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.mainProduction .textCard:hover .cardIcon {
  transform: rotate(180deg);
}
.mainProduction .imgCard {
  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.mainProduction .imgCard .prodImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mainProduction .imgCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.mainProduction .imgCard:hover .prodImg {
  transform: scale(1.05);
}
.mainProduction .cardDokum {
  grid-column: 3;
  grid-row: 1;
}
.mainProduction .cardImg1 {
  grid-column: 2;
  grid-row: 1;
}
.mainProduction .cardIsleme {
  grid-column: 1;
  grid-row: 2;
}
.mainProduction .cardImg2 {
  grid-column: 2;
  grid-row: 2;
}
.mainProduction .productionFooter {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.mainProduction .productionDiscoverBtn {
  display: inline-flex;
  align-items: flex-end;
  background: #ffffff;
  padding: 24px 45px;
  border-radius: 50px;
  gap: 15px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mainProduction .productionDiscoverBtn span {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
}
.mainProduction .productionDiscoverBtn .btnLine {
  width: 40px;
  height: 1px;
  background: #333;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.mainProduction .productionDiscoverBtn .btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  transform: translateY(4px);
}
.mainProduction .productionDiscoverBtn .btnArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.mainProduction .productionDiscoverBtn:hover {
  background: #EF7D00;
  border-color: #EF7D00;
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.2);
}
.mainProduction .productionDiscoverBtn:hover span {
  color: #ffffff;
}
.mainProduction .productionDiscoverBtn:hover .btnLine {
  width: 45px;
  background: rgba(255, 255, 255, 0.5);
}
.mainProduction .productionDiscoverBtn:hover .btnArrow img {
  transform: translate(3px, -3px);
  filter: brightness(0) invert(1);
}

.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: "";
  width: 4px;
  height: 4px;
  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;
  /* 242.857% */
  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;
  font-family: "Space Grotesk", sans-serif;
  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;
  background: #EAEAEA;
  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;
  font-family: "Space Grotesk", sans-serif;
}
.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;
  font-family: "Space Grotesk", sans-serif;
}
.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;
  font-family: "Space Grotesk", sans-serif;
}
.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;
}
.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;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  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;
}
.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: rgba(1, 62, 102, 0.031372549);
}
.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;
}
.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;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  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;
}
.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: rgba(1, 62, 102, 0.031372549);
}
.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;
  font-family: "Space Grotesk", sans-serif;
}
.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 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 4px;
}
.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;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 18px 30px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  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: #F2F2F2 !important;
  color: #000000 !important;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background: #EAEAEA;
  color: #000000;
  font-weight: 600;
}
.select2-container.recommendSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #929292;
  background: #F8F8F8;
  font-weight: 600;
}

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

.defaultPageSection {
  position: relative;
  width: 100%;
}
.defaultPageSection .bannerArea {
  position: relative;
  width: 100%;
}
.defaultPageSection .bannerArea .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.defaultPageSection .backgroundArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 495px;
}
.defaultPageSection .backgroundArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/pagetopbg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.defaultPageSection .backgroundArea .circleArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.defaultPageSection .backgroundArea .circleArea .circle {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 50%;
  width: 383px;
  height: 393px;
  mix-blend-mode: multiply;
  max-width: 90%;
}
.defaultPageSection .backgroundArea .circleArea .circle img,
.defaultPageSection .backgroundArea .circleArea .circle video {
  width: 100%;
  mix-blend-mode: multiply;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.defaultPageSection .backgroundArea .circleArea .text {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 149px;
  z-index: 2;
  height: 77px;
  transform: translate(-50%, -50%);
}
.defaultPageSection .backgroundArea .circleArea .text img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.defaultPageSection .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 155px;
  padding-bottom: 140px;
}
.defaultPageSection .breadCrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 55px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.defaultPageSection .breadCrumb a {
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
  white-space: nowrap;
}
.defaultPageSection .breadCrumb a:after {
  content: "/";
  margin-left: 8px;
  color: #A4A4A4;
}
.defaultPageSection .breadCrumb a:last-child:after {
  content: "";
  margin-left: 0;
}
.defaultPageSection .breadCrumb a:hover {
  color: #000;
}
.defaultPageSection .breadCrumb a.active {
  color: #000;
  font-weight: 500;
}
.defaultPageSection .bannerLogo {
  margin-bottom: 55px;
}
.defaultPageSection .bannerLogo .bannerLogoImg {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: tickRotate 15s linear infinite;
}
.defaultPageSection .bannerTitle {
  font-size: 54px;
  font-weight: 300;
  line-height: 61px;
  color: #000;
  margin-bottom: 115px;
  display: block;
  font-family: "Space Grotesk", sans-serif;
}
.defaultPageSection .introSection {
  max-width: 730px;
  display: block;
}
.defaultPageSection .introSection .introText {
  font-size: 23px;
  line-height: 33px;
  margin: 0;
}
.defaultPageSection .introSection .introText .lightText {
  color: #A4A4A4;
  font-weight: 300;
}
.defaultPageSection .introSection .introText .boldText {
  color: #000000;
  font-weight: 500;
}

.btnAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 35px 35px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
}
.btnAction.btnBlack {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.btnAction.btnBlack:hover {
  background: #EF7D00;
  border-color: #EF7D00;
  color: #FFFFFF;
}
.btnAction.btnGrey {
  background: #D8D8D8;
  color: #656565;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.btnAction.btnGrey:hover {
  background: #D8D8D8;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.05);
}
.btnAction.btnGrey.black {
  color: #000;
}

.productCard {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #D8D8D8 0%, #FFFFFF 97%);
  border-radius: 28px;
  padding: 60px 45px 60px 65px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productCard .cardContent {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.productCard .cardTitle {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  max-width: 185px;
  transition: color 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 93px;
}
.productCard .cardLink {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.productCard .cardLink .linkLine {
  width: 75px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.productCard .cardLink .linkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
}
.productCard .cardLink .linkArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
  transition: all 0.3s ease;
}
.productCard .cardImage {
  position: absolute;
  right: 45px;
  bottom: 0;
  height: 250px;
  width: 165px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productCard .cardImage img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.productCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: linear-gradient(180deg, #EBEBEB 0%, #FFFFFF 100%);
}
.productCard:hover .cardTitle {
  color: #e57e25;
}
.productCard:hover .cardLink {
  color: #e57e25;
}
.productCard:hover .cardLink .linkLine {
  width: 60px;
  background: #e57e25;
}
.productCard:hover .cardLink .linkArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}
.productCard:hover .cardImage {
  transform: scale(1.05) translate(-5px, -2px);
}
.productCard.type2 {
  background: #fff;
}

.sliderBottomArea {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.sliderBottomArea .bottomExploreLink {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.sliderBottomArea .bottomExploreLink .exploreLine {
  width: 40px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.sliderBottomArea .bottomExploreLink .exploreArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.sliderBottomArea .bottomExploreLink .exploreArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.sliderBottomArea .bottomExploreLink:hover {
  color: #e57e25;
}
.sliderBottomArea .bottomExploreLink:hover .exploreLine {
  width: 70px;
  background: #e57e25;
}
.sliderBottomArea .bottomExploreLink:hover .exploreArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}

.productCard2 {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 30px 45px 30px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}
.productCard2 .cardTop {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.productCard2 .cardLink {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0;
}
.productCard2 .cardLink .linkLine {
  width: 25px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.productCard2 .cardLink .linkArrow {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCard2 .cardLink .linkArrow img {
  width: 100%;
  height: 100%;
  filter: brightness(0);
  transition: all 0.3s ease;
}
.productCard2 .cardImage {
  position: static;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transform: none;
}
.productCard2 .cardImage img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}
.productCard2 .cardTitle {
  padding-left: 35px;
  position: static;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
  height: auto;
  max-width: 100%;
  transition: color 0.3s ease;
}
.productCard2:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}
.productCard2:hover .cardTitle {
  color: #EF7D00;
}
.productCard2:hover .cardLink .linkLine {
  background: #EF7D00;
}
.productCard2:hover .cardLink .linkArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}
.productCard2:hover .cardImage img {
  transform: scale(1.05);
}

.smartPumpOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 60px 0;
}
.smartPumpOverlay.active {
  opacity: 1;
  visibility: visible;
}
.smartPumpOverlay.active .smartPumpContainer {
  transform: translateY(0);
  opacity: 1;
}
.smartPumpOverlay .smartPumpWrapper {
  position: relative;
  width: 1157px;
  max-width: 95%;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.smartPumpOverlay .smartPumpContainer {
  display: flex;
  position: relative;
  background: transparent;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-bottom: 90px;
  z-index: 6;
}
.smartPumpOverlay .closeSmartPumpBtn {
  position: absolute;
  top: -36px;
  right: 0;
  width: 36px;
  height: 36px;
  background: #FF5A24;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.smartPumpOverlay .closeSmartPumpBtn:hover {
  background: #e04a1b;
}
.smartPumpOverlay .closeSmartPumpBtn svg {
  display: block;
}
.smartPumpOverlay .closeSmartPumpBtnMobile {
  display: none;
}
.smartPumpOverlay .smartPumpLeft {
  width: 40%;
  padding: 30px 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 4;
}
.smartPumpOverlay .smartPumpLeft .leftMainContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.smartPumpOverlay .smartPumpLeft .titleText {
  font-size: 33px;
  font-weight: 500;
  line-height: 38px;
  color: #000000;
}
.smartPumpOverlay .smartPumpLeft .rotorIconWrap {
  margin: 40px 0;
  width: 51px;
  height: 47px;
}
.smartPumpOverlay .smartPumpLeft .rotorIconWrap .spinningRotorIcon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: 50% 50%;
  animation: tickRotate 16s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  filter: brightness(0);
}
.smartPumpOverlay .smartPumpLeft .descText {
  font-size: 17px;
  line-height: 25px;
  color: #333333;
  margin: 0;
  max-width: 320px;
}
.smartPumpOverlay .leftWatermarkImg {
  position: absolute;
  bottom: 0;
  left: 220px;
  width: 264px;
  pointer-events: none;
  z-index: 4;
  opacity: 0.6;
}
.smartPumpOverlay .leftWatermarkImg img {
  width: 100%;
  height: auto;
  display: block;
}
.smartPumpOverlay .vectorTop {
  position: absolute;
  top: -60px;
  left: 0;
  width: 757px;
  height: 61px;
  pointer-events: none;
  z-index: 0;
}
.smartPumpOverlay .vectorBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1157px;
  height: 61px;
  pointer-events: none;
  z-index: 3;
}
.smartPumpOverlay .smartPumpRight {
  width: 60%;
  background: #FFFFFF;
  padding: 0px 45px 50px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-right-radius: 24px;
  z-index: 4;
}
.smartPumpOverlay .smartPumpRight .content {
  position: absolute;
  right: 88px;
  top: -150px;
}
.smartPumpOverlay .smartPumpRight .smartPumpRightHeader {
  display: flex;
  align-items: center;
  background: #EFEFEF;
  overflow: hidden;
  margin-bottom: 10px;
}
.smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerTitle {
  flex: 1;
  padding: 0 25px 0 35px;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
}
.smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap {
  padding: 35px 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #D5D5D5;
}
.smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap img {
  height: 88px;
  width: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.smartPumpOverlay .smartPumpRight .smartPumpForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.smartPumpOverlay .smartPumpRight .formGroup {
  width: 100%;
}
.smartPumpOverlay .smartPumpRight .recommendForm .formRow {
  margin: 10px 0;
}
.smartPumpOverlay .smartPumpRight .recommendForm .bottomForm {
  display: flex;
  align-items: center;
}
.smartPumpOverlay .smartPumpRight .recommendForm .bottomForm .rightWatermark {
  margin-left: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  height: 73px;
}
.smartPumpOverlay .smartPumpRight .submitBtn {
  background: #000000;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  border: none;
  height: 73px;
  padding: 0 38px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.smartPumpOverlay .smartPumpRight .submitBtn:hover {
  background: #FF5A24;
}
.smartPumpOverlay .smartPumpRight .rightWatermark {
  font-size: 16px;
  font-weight: 700;
  color: #C0C0C0;
  letter-spacing: 0.5px;
  text-align: right;
  margin-top: 15px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Space Grotesk", sans-serif;
}

.mainProjectsNews {
  position: relative;
  overflow: hidden;
  padding-bottom: 160px;
}
.mainProjectsNews .infoCardsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mainProjectsNews .infoCard {
  position: relative;
  border-radius: 28px;
  padding: 95px 70px 105px 85px;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 1400px) {
  .mainProjectsNews .infoCard {
    padding: 60px 45px 70px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .mainProjectsNews .infoCard {
    padding: 50px 30px 60px 35px;
  }
}
.mainProjectsNews .infoCard .cardHeader,
.mainProjectsNews .infoCard .cardTitle,
.mainProjectsNews .infoCard .brandLogos,
.mainProjectsNews .infoCard .cardContent,
.mainProjectsNews .infoCard .newsLink {
  position: relative;
  z-index: 2;
}
.mainProjectsNews .infoCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.mainProjectsNews .cardHeader {
  display: flex;
  align-items: flex-end;
  margin-bottom: 70px;
  gap: 15px;
}
.mainProjectsNews .cardHeader .cardLabel {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
}
.mainProjectsNews .cardHeader .headerLine {
  width: 40px;
  height: 1px;
  background: #333333;
}
.mainProjectsNews .leftCard {
  background: linear-gradient(to top right, #FFFFFF 0%, #E7E7E7 100%);
  position: relative;
}
.mainProjectsNews .leftCard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  max-width: 385px;
  width: 100%;
  background: url("../img/leftcardbg.png") no-repeat left bottom;
  background-size: auto;
  pointer-events: none;
  z-index: 1;
}
.mainProjectsNews .leftCard .cardTitle {
  font-size: 38px;
  font-weight: 300;
  color: #333333;
  line-height: 47px;
  margin: 0 0 80px;
}
.mainProjectsNews .leftCard .brandLogos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
.mainProjectsNews .leftCard .logoRow {
  display: contents;
}
.mainProjectsNews .leftCard .logoItem {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 105px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.mainProjectsNews .leftCard .logoItem img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.mainProjectsNews .leftCard .logoItem:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: rgba(255, 90, 36, 0.2);
}
.mainProjectsNews .leftCard .logoItem:hover img {
  filter: none;
  opacity: 1;
}
.mainProjectsNews .rightCard {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
.mainProjectsNews .rightCard::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 290px;
  background: url("../img/rightcardbg.png") no-repeat right bottom;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
.mainProjectsNews .rightCard .cardHeader {
  justify-content: space-between;
}
.mainProjectsNews .rightCard .cardHeader .headerLeftPart {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.mainProjectsNews .rightCard .cardHeader .cardLabel {
  color: #999999;
}
.mainProjectsNews .rightCard .cardHeader .headerLine {
  background: #CCCCCC;
}
.mainProjectsNews .rightCard .cardDate {
  font-size: 17px;
  font-weight: 400;
  color: #A8A8A8;
  line-height: 12px;
  font-family: "Space Grotesk", sans-serif;
}
.mainProjectsNews .rightCard .cardContent {
  margin-bottom: 30px;
}
.mainProjectsNews .rightCard .newsTitle {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: 34px;
  margin: 0 0 20px;
  max-width: 405px;
}
.mainProjectsNews .rightCard .newsDesc {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
  max-width: 460px;
  margin: 0;
}
.mainProjectsNews .rightCard .newsLink {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  margin-top: 30px;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.mainProjectsNews .rightCard .newsLink span {
  font-size: 17px;
  font-weight: 600;
  color: #A8A8A8;
  letter-spacing: 0.5px;
  font-family: "Space Grotesk", sans-serif;
  transition: color 0.3s ease;
}
.mainProjectsNews .rightCard .newsLink .linkLine {
  width: 60px;
  height: 1px;
  background: #A8A8A8;
  transition: width 0.3s ease, background 0.3s ease;
}
.mainProjectsNews .rightCard .newsLink .linkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  position: relative;
  transition: transform 0.3s ease;
}
.mainProjectsNews .rightCard .newsLink .linkArrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.mainProjectsNews .rightCard .newsLink .linkArrow img.arrowGrey {
  filter: invert(76%) sepia(0%) saturate(41%) hue-rotate(158deg) brightness(87%) contrast(87%);
  opacity: 1;
}
.mainProjectsNews .rightCard .newsLink .linkArrow img.arrowOrange {
  filter: invert(47%) sepia(92%) saturate(996%) hue-rotate(6deg) brightness(98%) contrast(101%);
  opacity: 0;
}
.mainProjectsNews .rightCard .newsLink:hover span {
  color: #EF7D00;
}
.mainProjectsNews .rightCard .newsLink:hover .linkLine {
  width: 80px;
  background: #EF7D00;
}
.mainProjectsNews .rightCard .newsLink:hover .linkArrow {
  transform: translate(4px, -4px);
}
.mainProjectsNews .rightCard .newsLink:hover .linkArrow .arrowGrey {
  opacity: 0;
}
.mainProjectsNews .rightCard .newsLink:hover .linkArrow .arrowOrange {
  opacity: 1;
}
.mainProjectsNews .rightCard .rightCardBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  width: 100%;
  gap: 15px;
}
.mainProjectsNews .rightCard .bottomRotor {
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 2;
}
.mainProjectsNews .rightCard .bottomRotor .spinningRotor {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: tickRotate 20s linear infinite;
}
.mainProjectsNews .rightCard .bottomProduct {
  pointer-events: none;
  z-index: 2;
  max-width: 400px;
  width: 100%;
  flex-shrink: 1;
}
.mainProjectsNews .rightCard .bottomProduct .productImg {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.mainPerformance {
  padding: 0 0 145px;
  position: relative;
  overflow: hidden;
}
.mainPerformance .performanceHeader {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 160px;
}
.mainPerformance .performanceTitle {
  font-size: 48px;
  font-weight: 300;
  background: linear-gradient(to right, #000000 0%, #999999 100%);
  -webkit-background-clip: text;
  /* Geçişi sadece yazıya sınırlar */
  -webkit-text-fill-color: transparent;
  line-height: 48px;
  max-width: 1270px;
  margin: 0;
}
.mainPerformance .performanceTitle span,
.mainPerformance .performanceTitle .lightText {
  font-weight: 300;
  color: #999999;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #999999;
}
.mainPerformance .performanceShowcase {
  display: flex;
  justify-content: center;
  width: 100%;
}
.mainPerformance .imgWrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.mainPerformance .performanceImg {
  max-width: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}
.mainPerformance .performanceImg.type1 {
  height: 559px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainPerformance .performanceBadge {
  position: absolute;
  display: flex;
  align-items: stretch;
  width: 360px;
  padding: 0;
  z-index: 5;
  animation: float-badge 6s ease-in-out infinite;
  transition: 0.3s ease all;
}
.mainPerformance .performanceBadge .badgeNum {
  width: 88px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(255, 90, 36, 0.45) 0%, rgba(255, 255, 255, 0.1) 75%);
  color: #ffffff;
  font-size: 67px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-shadow: 0 2px 10px rgba(255, 90, 36, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 13.58px 20.37px 74.27px rgba(0, 0, 0, 0.14);
}
.mainPerformance .performanceBadge .badgeLabel {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 5px;
  box-shadow: 13.58px 20.37px 74.27px rgba(0, 0, 0, 0.14);
}
.mainPerformance .performanceBadge .badgeLabel p {
  background: linear-gradient(to right, #000000 0%, #A5A5A5 100%);
  -webkit-background-clip: text;
  /* Geçişi sadece yazıya sınırlar */
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}
.mainPerformance .performanceBadge:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 15px 35px rgba(255, 90, 36, 0.15);
  border-color: rgba(255, 90, 36, 0.35);
  z-index: 10;
}
.mainPerformance .performanceBadge:nth-of-type(1) {
  animation-delay: 0s;
}
.mainPerformance .performanceBadge:nth-of-type(2) {
  animation-delay: 1.5s;
}
.mainPerformance .performanceBadge:nth-of-type(3) {
  animation-delay: 3s;
}
.mainPerformance .performanceBadge:nth-of-type(4) {
  animation-delay: 4.5s;
}
@keyframes float-badge {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.corporateStatsArea {
  padding: 125px 0 180px;
  width: 100%;
}
.corporateStatsArea .container2 {
  width: 100%;
  max-width: 1698px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 20px;
}
.corporateStatsArea .statsIntroRow {
  display: flex;
  gap: 125px;
  align-items: flex-start;
  margin-bottom: 90px;
}
.corporateStatsArea .statsIntroRow .leftCol {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-shrink: 0;
  margin-top: 25px;
}
.corporateStatsArea .statsIntroRow .leftCol .introTag {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
}
.corporateStatsArea .statsIntroRow .leftCol .tagLine {
  width: 40px;
  height: 1px;
  background: #000000;
}
.corporateStatsArea .statsIntroRow .rightCol {
  flex: 1;
}
.corporateStatsArea .statsIntroRow .rightCol .statsIntroText {
  font-size: 36px;
  line-height: 48px;
  color: #333333;
  font-weight: 300;
  margin: 0;
}
.corporateStatsArea .statsIntroRow.type2 {
  margin-bottom: 130px;
}
.corporateStatsArea .statsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
}
.corporateStatsArea .statsGrid .statCard {
  display: flex;
  flex-direction: column;
}
.corporateStatsArea .statsGrid .statCard .statNumber {
  font-size: 64px;
  font-weight: 300;
  color: #FF5A24;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 161px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.corporateStatsArea .statsGrid .statCard .statNumber.big {
  font-size: 160px;
  line-height: 161px;
  margin-bottom: 30px;
}
.corporateStatsArea .statsGrid .statCard .statLine {
  width: 100%;
  height: 1px;
  background: #333333;
  margin-bottom: 50px;
  transition: background 0.4s ease;
}
.corporateStatsArea .statsGrid .statCard .statText {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
  margin: 0;
}
.corporateStatsArea .statsGrid .statCard:hover .statNumber {
  transform: translateY(-8px);
}
.corporateStatsArea .statsGrid .statCard:hover .statLine {
  background: #FF5A24;
}
.corporateStatsArea.type2 {
  padding-bottom: 240px;
}

.productContactCatalog {
  padding-bottom: 140px;
}
.productContactCatalog .actionCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 95px 100px 65px;
  width: 100%;
  position: relative;
  height: 100%;
}
.productContactCatalog .actionCard .cardContent {
  z-index: 2;
}
.productContactCatalog .actionCard .cardTitle {
  font-size: 31px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  margin: 0;
  margin-bottom: 65px;
}
.productContactCatalog .actionCard .cardSubtitleRow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.productContactCatalog .actionCard .cardSubtitleRow .line {
  position: absolute;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #E0E0E0;
}
.productContactCatalog .actionCard .cardSubtitleRow .line2 {
  width: 300px;
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #E0E0E0;
}
.productContactCatalog .actionCard .cardSubtitleRow .line2.type2 {
  right: 15px;
  width: 365px;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle {
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle span {
  display: block;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle span.text1 {
  color: #A4A4A4;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle span.text2 {
  color: #C8C8C8;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle span.text3 {
  color: #E0E0E0;
}
.productContactCatalog .actionCard .cardButtons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.productContactCatalog .actionCard .leftCardWatermark {
  position: absolute;
  bottom: 0;
  left: 55px;
  max-width: 251px;
  width: 100%;
  aspect-ratio: 251/127;
  z-index: 1;
}
.productContactCatalog .actionCard .leftCardWatermark img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productContactCatalog .actionCard .rightCardImage {
  position: absolute;
  bottom: 0;
  right: 60px;
  max-width: 465px;
  width: 100%;
  aspect-ratio: 465/353;
  z-index: 2;
}
.productContactCatalog .actionCard .rightCardImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

section.corporate .bannerArea .rightContent {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 580px;
  height: 480px;
}
section.corporate .bannerArea .pedestalWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@keyframes slideUpBox {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpProduct {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section.corporate .bannerArea .pedestalItem {
  position: absolute;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.corporate .bannerArea .pedestalItem .productImg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: slideUpProduct 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
section.corporate .bannerArea .pedestalItem .productImg img {
  max-width: 100%;
  height: auto;
}
section.corporate .bannerArea .pedestalItem .boxImg {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  animation: slideUpBox 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
section.corporate .bannerArea .pedestalItem .boxImg img {
  width: 100%;
  height: auto;
}
section.corporate .bannerArea .pedestalItem.item1 {
  right: 358px;
  width: 195px;
  z-index: 2;
}
section.corporate .bannerArea .pedestalItem.item1 .boxImg {
  animation-delay: 0.1s;
}
section.corporate .bannerArea .pedestalItem.item1 .productImg {
  width: 135px;
  margin-bottom: -30px;
  animation-delay: 0.7s;
}
section.corporate .bannerArea .pedestalItem.item2 {
  width: 220px;
  right: 138px;
  z-index: 2;
}
section.corporate .bannerArea .pedestalItem.item2 .boxImg {
  animation-delay: 0.3s;
}
section.corporate .bannerArea .pedestalItem.item2 .productImg {
  width: 85px;
  margin-bottom: -35px;
  animation-delay: 0.9s;
}
section.corporate .bannerArea .pedestalItem.item3 {
  left: auto;
  right: 0;
  width: 148px;
  z-index: 3;
}
section.corporate .bannerArea .pedestalItem.item3 .boxImg {
  animation-delay: 0.5s;
}
section.corporate .bannerArea .pedestalItem.item3 .productImg {
  width: 85px;
  margin-bottom: -25px;
  animation-delay: 1.1s;
}
section.corporate .corporateSlideArea {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
section.corporate .corporateSlideArea .containerFluid {
  width: 100%;
  padding-left: max(30px, (100% - 1524px) / 2 + 30px);
  padding-right: 0;
  max-width: 100%;
  box-sizing: border-box;
}
section.corporate .corporateSlideArea .corporateSwiper {
  width: 100%;
  overflow: visible !important;
}
section.corporate .corporateSlideArea .swiper-slide {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
section.corporate .corporateSlideArea .corporateSlideGrid {
  display: grid;
  grid-template-columns: 548px 1fr;
  gap: 20px;
}
section.corporate .corporateSlideArea .slideCol {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 548px;
}
section.corporate .corporateSlideArea .slideCol .imgWrapper {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 548/354;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
section.corporate .corporateSlideArea .slideCol .imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
section.corporate .corporateSlideArea .slideCol .imgWrapper:hover img {
  transform: scale(1.05);
}
section.corporate .corporateSlideArea .centerCol {
  width: 100%;
}
section.corporate .corporateSlideArea .centerCol .textCard {
  height: 100%;
  background: #2E3033;
  border-radius: 24px;
  padding: 120px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardHeader {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardHeader .cardSubtitle {
  font-size: 17px;
  font-weight: 600;
  color: #A4A4A4;
  font-family: "Space Grotesk", sans-serif;
  line-height: 12px;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardHeader .headerLine {
  width: 40px;
  height: 1px;
  background: #A4A4A4;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardLogo {
  margin-bottom: 30px;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardLogo .spinningRotor {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: tickRotate 12s linear infinite;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardText {
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 300;
  max-width: 650px;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardText .boldText {
  color: #FFFFFF;
}
section.corporate .corporateSlideArea .centerCol .textCard .cardText .lightText {
  color: #A4A4A4;
}
section.corporate .corporateDetailArea {
  width: 100%;
  margin-bottom: 130px;
}
section.corporate .corporateDetailArea .introDetailRow {
  display: flex;
  gap: 85px;
  margin-bottom: 155px;
}
section.corporate .corporateDetailArea .introDetailRow .lineCol {
  width: 105px;
  flex-shrink: 0;
}
section.corporate .corporateDetailArea .introDetailRow .lineCol .introLine {
  display: block;
  width: 105px;
  height: 1px;
  background: #1E1E1E;
  margin-top: 18px;
}
section.corporate .corporateDetailArea .introDetailRow .textCol {
  flex: 1;
}
section.corporate .corporateDetailArea .introDetailRow .textCol .mainIntroText {
  font-size: 36px;
  line-height: 48px;
  color: #000;
  font-weight: 400;
  margin-bottom: 45px;
}
section.corporate .corporateDetailArea .introDetailRow .textCol .subIntroText {
  font-size: 24px;
  line-height: 37px;
  color: #000;
  font-weight: 300;
}
section.corporate .corporateDetailArea .visionMissionRow {
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
section.corporate .corporateDetailArea .visionMissionRow .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard {
  display: flex;
  gap: 95px;
  box-sizing: border-box;
  padding: 110px 40px 0 0;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard:first-child {
  border-right: 1px solid #ECECEC;
  padding-right: 50px;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard:last-child {
  padding-left: 80px;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardLeft {
  flex-shrink: 0;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardLeft .cardIcon {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight .cardDesc {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  max-width: 510px;
  margin-bottom: 40px;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight .cardTitle {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  margin: 70px 0 130px;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight .cardNum {
  font-size: 200px;
  font-weight: 300;
  color: #ECEEF0;
  line-height: 139px;
  font-family: "Space Grotesk", sans-serif;
}
section.corporate .corporateDetailArea .visionMissionRow .vmCard:hover .cardLeft .cardIcon {
  transform: rotate(45deg);
}
section.corporate .corporateGlobalArea {
  margin-bottom: 150px;
  text-align: center;
  width: 100%;
  position: relative;
}
section.corporate .corporateGlobalArea .globalHeader {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
  margin-bottom: 620px;
}
section.corporate .corporateGlobalArea .globalHeader h2 {
  font-size: 152px;
  line-height: 153px;
  color: #A9A9A9;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
}
section.corporate .corporateGlobalArea .globalHeader h2 br {
  display: block;
}
section.corporate .corporateGlobalArea .globalImage {
  aspect-ratio: 1033/998;
  max-width: 1033px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.corporate .corporateGlobalArea .globalImage img {
  width: 100%;
  height: auto;
  display: block;
}
section.corporate .corporateGlobalArea .globalContent {
  position: relative;
  z-index: 2;
}
section.corporate .corporateGlobalArea .globalContent p {
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  font-weight: 300;
  max-width: 1360px;
  margin: 0 auto;
}
section.corporate .corporateFutureArea {
  padding: 130px 0 380px;
  background: #2E3033;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.corporate .corporateFutureArea .futureIntroRow {
  display: flex;
  gap: 85px;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
section.corporate .corporateFutureArea .futureIntroRow .leftCol {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-shrink: 0;
  margin-top: 25px;
}
section.corporate .corporateFutureArea .futureIntroRow .leftCol .introTag {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
}
section.corporate .corporateFutureArea .futureIntroRow .leftCol .tagLine {
  width: 40px;
  height: 1px;
  background: #fff;
}
section.corporate .corporateFutureArea .futureIntroRow .rightCol {
  flex: 1;
}
section.corporate .corporateFutureArea .futureIntroRow .rightCol .futureText {
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
}
section.corporate .corporateFutureArea .futureImageWrapper {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1033px;
  aspect-ratio: 1033/674;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}
section.corporate .corporateFutureArea .futureImageWrapper .futureBgImg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

section.historical .bannerContent {
  max-width: 50%;
  width: 100%;
}
section.historical .bannerArea .container {
  gap: 220px;
}
section.historical .bannerTitle {
  max-width: 520px;
}
section.historical .rightText {
  max-width: 540px;
  margin-left: auto;
  padding-top: 35px;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  color: #000000;
  font-weight: 300;
}
section.historical .historicalTimelineArea {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
section.historical .historicalTimelineArea .timelineAccordion {
  display: flex;
  width: 100%;
  height: 595px;
  gap: 0;
  position: relative;
}
section.historical .historicalTimelineArea .timelineItem {
  position: relative;
  height: 100%;
  width: 110px;
  min-width: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
  margin-left: -40px;
}
section.historical .historicalTimelineArea .timelineItem:first-child {
  margin-left: 0;
  width: 70px;
  min-width: 70px;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(1) {
  z-index: 10;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(2) {
  z-index: 9;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(3) {
  z-index: 8;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(4) {
  z-index: 7;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(5) {
  z-index: 6;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(6) {
  z-index: 5;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(7) {
  z-index: 4;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(8) {
  z-index: 3;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(9) {
  z-index: 2;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(10) {
  z-index: 1;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(1):not(.active) {
  background-color: #E6E6E6;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(2):not(.active) {
  background-color: #D5D5D5;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(3):not(.active) {
  background-color: #CACACA;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(4):not(.active) {
  background-color: #CECECE;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(5):not(.active) {
  background-color: #BFBFBF;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(6):not(.active) {
  background-color: #B3B3B3;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(7):not(.active) {
  background-color: #A2A2A2;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(8):not(.active) {
  background-color: #979797;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(9):not(.active) {
  background-color: #828282;
}
section.historical .historicalTimelineArea .timelineItem:nth-child(10):not(.active) {
  background-color: #797979;
}
section.historical .historicalTimelineArea .timelineItem .collapsedContent {
  width: 70px;
  padding-top: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
section.historical .historicalTimelineArea .timelineItem .collapsedContent .verticalYear {
  font-size: 24px;
  font-weight: 500;
  transform: rotate(-90deg);
  white-space: nowrap;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
section.historical .historicalTimelineArea .timelineItem .expandedContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 75px 65px 100px 190px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
section.historical .historicalTimelineArea .timelineItem.active {
  flex: 1;
  min-width: 0;
  cursor: default;
}
section.historical .historicalTimelineArea .timelineItem.active .collapsedContent {
  opacity: 0;
  visibility: hidden;
}
section.historical .historicalTimelineArea .timelineItem.active .expandedContent {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease 0.2s, visibility 0.5s ease 0.2s;
}
section.historical .historicalTimelineArea .timelineItem .timelineInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 65%;
  padding-top: 45px;
}
section.historical .historicalTimelineArea .timelineItem .timelineInfo .timelineTag {
  font-size: 24px;
  font-weight: 300;
  color: #A4A4A4;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
section.historical .historicalTimelineArea .timelineItem .timelineInfo .timelineText {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0;
  max-width: 550px;
}
section.historical .historicalTimelineArea .timelineItem .yearWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
section.historical .historicalTimelineArea .timelineItem .yearWrapper .hugeYear {
  font-size: 128px;
  line-height: 120px;
  font-weight: 300;
  color: #FF5A24;
  font-family: "Space Grotesk", sans-serif;
}
section.historical .historicalFeatureBanner {
  margin: 20px 0;
}
section.historical .historicalFeatureBanner .bannerWrapper {
  position: relative;
  background: linear-gradient(90deg, #FFFFFF 0%, #E7E7E7 100%);
  border-radius: 24px;
  padding: 130px 135px 115px 85px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  min-height: 420px;
}
section.historical .historicalFeatureBanner .leftCol {
  width: 35%;
  position: relative;
  z-index: 2;
}
section.historical .historicalFeatureBanner .leftCol .subTitle {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #A9A9A9;
}
section.historical .historicalFeatureBanner .rightCol {
  width: 60%;
  position: relative;
  z-index: 2;
}
section.historical .historicalFeatureBanner .rightCol .description {
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}
section.historical .historicalFeatureBanner .bannerLogo {
  position: absolute;
  left: 90px;
  bottom: -55px;
  max-width: 394px;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 394/201;
}

section.references .bannerContent {
  max-width: 50%;
  width: 100%;
  padding-bottom: 0;
}
section.references .backgroundArea .circleArea .circle {
  width: 539px;
  height: 521px;
  top: 92%;
}
section.references .bannerArea .container {
  gap: 220px;
  justify-content: space-between;
}
section.references .bannerTitle {
  max-width: 520px;
}
section.references .rightText {
  max-width: 425px;
  margin-left: auto;
  padding-top: 35px;
  font-size: 24px;
  line-height: 33px;
  padding-top: 50px;
  margin: 0;
  color: #000000;
  font-weight: 300;
}
section.references .referencesGridArea {
  padding: 30px 0 120px;
  position: relative;
  z-index: 3;
}
section.references .referencesGridArea .referencesGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
section.references .referencesGridArea .referenceCard {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 85px 50px 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 320px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid #F0F0F0;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}
section.references .referencesGridArea .referenceCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
section.references .referencesGridArea .referenceCard .logoWrapper {
  max-height: 105px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 55px;
  max-width: 100%;
  height: 100%;
}
section.references .referencesGridArea .referenceCard .logoWrapper img {
  max-width: 100%;
  max-height: 100%;
}
section.references .referencesGridArea .referenceCard .cardText {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
section.references .referencesGridArea .promoCard {
  grid-column: span 2;
  background: linear-gradient(-90deg, #FFFFFF 0%, #E7E7E7 100%);
  border-radius: 24px;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
section.references .referencesGridArea .promoCard .promoContent {
  width: 65%;
  position: relative;
  z-index: 2;
}
section.references .referencesGridArea .promoCard .promoContent .promoSubtitle {
  font-size: 20px;
  line-height: 28px;
  color: #A9A9A9;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
section.references .referencesGridArea .promoCard .promoContent .promoTitle {
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  font-weight: 300;
  margin: 0;
}
section.references .referencesGridArea .promoCard .promoLogo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 144px;
  max-height: 288px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
section.references .referencesStatsArea {
  padding: 140px 0 140px;
  position: relative;
  z-index: 3;
}
section.references .referencesStatsArea .statsTopRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 125px;
}
section.references .referencesStatsArea .statsTopRow .leftCol {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  padding-top: 12px;
}
section.references .referencesStatsArea .statsTopRow .leftCol .subTitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 12px;
  color: #333333;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.5px;
}
section.references .referencesStatsArea .statsTopRow .leftCol .subTitleLine {
  width: 40px;
  height: 1px;
  background: #333333;
}
section.references .referencesStatsArea .statsTopRow .rightCol {
  display: flex;
  flex-direction: column;
  gap: 125px;
}
section.references .referencesStatsArea .statsTopRow .rightCol .description {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  color: #333333;
  margin: 0;
}
section.references .referencesStatsArea .statsBottomRow {
  display: flex;
  gap: 110px;
  align-items: flex-start;
}
section.references .referencesStatsArea .statsBottomRow .statItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
section.references .referencesStatsArea .statsBottomRow .statBadge {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
section.references .referencesStatsArea .statsBottomRow .statNumber {
  font-size: 96px;
  font-weight: 300;
  line-height: 1;
  color: #FF5A24;
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-items: center;
}
section.references .productBottom {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
section.references .productBottom .mainProductSlide {
  width: 100%;
  overflow: visible;
}
section.references .productBottom .mainProductSlide .swiper-slide {
  width: 360px;
  max-width: 100%;
  height: 400px;
}
section.references .productBottom .sliderBottomArea {
  margin-top: 80px;
}
section.references .productBottom .sliderBottomArea .bottomExploreLink {
  color: #000000;
}
section.references .productBottom .sliderBottomArea .bottomExploreLink .exploreLine {
  background: #000000;
}
section.references .productBottom .sliderBottomArea .bottomExploreLink .exploreArrow img {
  filter: brightness(0);
}
section.references .productBottom .sliderBottomArea .bottomExploreLink:hover {
  color: #EF7D00;
}
section.references .productBottom .sliderBottomArea .bottomExploreLink:hover .exploreLine {
  background: #EF7D00;
}
section.references .productBottom .sliderBottomArea .bottomExploreLink:hover .exploreArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}

.products {
  position: relative;
  width: 100%;
}
.products .bannerArea {
  position: relative;
  width: 100%;
  padding: 155px 0 220px;
  overflow: visible;
}
.products .bannerArea .circleArea:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.products .bannerArea .container {
  position: relative;
  z-index: 10;
}
.products .bannerArea .bannerContentWrapper {
  position: relative;
  width: 100%;
}
.products .bannerArea .bannerContentRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
  gap: 30px;
}
.products .bannerArea .bannerContentRow .leftCol {
  width: 50%;
}
.products .bannerArea .bannerContentRow .leftCol .bannerTitle {
  font-size: 54px;
  font-weight: 300;
  line-height: 64px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}
.products .bannerArea .bannerContentRow .rightCol {
  width: 38%;
  padding-top: 15px;
}
.products .bannerArea .bannerContentRow .rightCol .introText {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #555555;
  margin: 0;
}
.products .bannerArea .heroExplodedPump {
  position: absolute;
  right: 87px;
  top: -56px;
  width: 100%;
  max-width: 1245px;
  aspect-ratio: 1245/750;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.products .bannerArea .heroExplodedPump .explodedImg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .bannerArea .productFilterBar {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.products .bannerArea .productFilterBar select.select2 {
  display: none;
}
.products .bannerArea .productFilterBar .select2-container.productfilter {
  width: auto !important;
  min-width: 550px;
  flex-shrink: 0;
  border: none;
  background: transparent;
  box-shadow: 13px 20px 75px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered {
  display: flex;
  padding: 0;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered > span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  filter: drop-shadow(0px 0px 53px rgba(0, 0, 0, 0.65)) !important;
  padding: 5px 69px 5px 25px;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered > span::before {
  content: "Ürün Grubu Seçiniz";
  font-size: 15px;
  font-weight: 300;
  color: #818181;
  text-transform: none;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered .previmg {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  overflow: hidden !important;
  order: -1 !important;
  flex-shrink: 0 !important;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered .previmg img {
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  right: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  width: 27px !important;
  height: 27px !important;
  background: #FFFFFF !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/arrowdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0);
}
.products .bannerArea .productFilterBar .select2-container.productfilter.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(0deg) !important;
}
.products .bannerArea .productFilterBar .select2-container.productfilter.select2-container--open .select2-selection__arrow::after {
  filter: brightness(1) !important;
}
.products .bannerArea .productFilterBar .filterSubmitBtn {
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.products .bannerArea .productFilterBar .filterSubmitBtn:hover {
  background: #EF7D00;
  border-color: #EF7D00;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.3);
}
.products .bannerArea .productFilterBar .rightCol {
  margin-left: auto;
  flex-grow: 1;
  max-width: 550px;
}
.products .bannerArea .productFilterBar .rightCol .introText {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
}
.products .productsGridArea {
  padding: 0 0 150px;
}
.products .productsGridArea .gridHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 95px;
  padding-left: 5px;
}
.products .productsGridArea .gridHeader .headerLabel {
  font-size: 20px;
  font-weight: 300;
  color: #A4A4A4;
  font-family: "Space Grotesk", sans-serif;
}
.products .productsGridArea .gridHeader .headerValue {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
}
.products .productsGridArea .productsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.products .productsGridArea .gridItem {
  width: 100%;
}
.products .productsCTA {
  padding: 160px 0;
}
.products .productsCTA .ctaInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.products .productsCTA .ctaText {
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
.products .productsCTA .ctaDivider {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 10px;
}
.products .productsCTA .ctaDivider .line {
  flex-grow: 1;
  height: 1px;
  background-color: #EAEAEA;
  margin-top: 13px;
}
.products .productsCTA .ctaDivider .badgeText {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
  font-family: "Space Grotesk", sans-serif;
}
.products .productsCTA .ctaDivider .badgeText .row1 {
  color: #A4A4A4;
}
.products .productsCTA .ctaDivider .badgeText .row2 {
  color: #C8C8C8;
  margin: 1px 0;
}
.products .productsCTA .ctaDivider .badgeText .row3 {
  color: #E0E0E0;
}
.products .productsCTA .ctaButtons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.products .productsCTA .ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  width: 210px;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 33px 20px;
  border-radius: 6px;
  border: 1px solid #000000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Space Grotesk", sans-serif;
}
.products .productsCTA .ctaBtn:hover {
  background: #EF7D00;
  border-color: #EF7D00;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(239, 125, 0, 0.2);
}

.select2-container--open.productfilter {
  z-index: 999999;
}
.select2-container--open.productfilter .select2-dropdown {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  margin-top: 8px;
}
.select2-container--open.productfilter .select2-results__options {
  padding: 0 !important;
  background: #fff !important;
  padding: 20px !important;
  border-radius: 6px;
}
.select2-container--open.productfilter .select2-results__option {
  background: transparent !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  cursor: pointer !important;
  border: none !important;
  transition: none !important;
}
.select2-container--open.productfilter .select2-results__option > span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000 !important;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  padding: 5px 25px;
  transition: all 0.3s ease !important;
}
.select2-container--open.productfilter .select2-results__option > span::before {
  content: "Ürün Grubu Seçiniz";
  font-size: 15px;
  font-weight: 300;
  color: #818181;
  text-transform: none;
  transition: color 0.3s ease !important;
}
.select2-container--open.productfilter .select2-results__option .previmg {
  width: 90px !important;
  height: 90px !important;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 5px !important;
  order: -1 !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
}
.select2-container--open.productfilter .select2-results__option .previmg img {
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--highlighted {
  background: transparent !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--highlighted > span {
  background: #EF7D00 !important;
  color: #FFFFFF !important;
  border-color: #EF7D00 !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--highlighted > span::before {
  color: rgba(255, 255, 255, 0.8) !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--highlighted .previmg {
  background: rgba(255, 255, 255, 0.65) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.2) !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--selected {
  background: transparent !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--selected > span {
  background: rgba(239, 125, 0, 0.15) !important;
  color: #EF7D00 !important;
  border-color: rgba(239, 125, 0, 0.3) !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--selected > span::before {
  color: #EF7D00 !important;
}
.select2-container--open.productfilter .select2-results__option.select2-results__option--selected .previmg {
  background: rgba(239, 125, 0, 0.15) !important;
  border-color: rgba(239, 125, 0, 0.3) !important;
}

.select2-container.productfilter.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(0deg) !important;
}

.productDetail {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  padding: 0 0 150px;
}
.productDetail .bannerArea .bannerContent {
  width: 100%;
  padding-bottom: 125px;
}
.productDetail .bannerArea .productDetailMain {
  width: 100%;
}
.productDetail .bannerArea .productGalleryWrapper {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 70px 40px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.productDetail .bannerArea .productGalleryWrapper .thumbList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  position: absolute;
  left: 40px;
  top: 55px;
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem {
  width: 135px;
  height: 135px;
  border-radius: 10px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid transparent;
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  transition: transform 0.3s ease;
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem:hover {
  border-color: #EF7D00;
  background: #FFFFFF;
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem:hover img {
  transform: scale(1.05);
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem.active {
  border-color: #EF7D00;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(239, 125, 0, 0.08);
}
.productDetail .bannerArea .productGalleryWrapper .mainImage {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.productDetail .bannerArea .productGalleryWrapper .mainImage a {
  display: block;
  height: 100%;
}
.productDetail .bannerArea .productGalleryWrapper .mainImage img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.productDetail .bannerArea .productInfoWrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.productDetail .bannerArea .infoTitleCard {
  background: rgba(245, 245, 245, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.02);
  border: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoTitleCard .cardHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoTitleCard .cardHeader .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 42px;
  border-right: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoTitleCard .cardHeader .iconWrap img {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetail .bannerArea .infoTitleCard .cardHeader .categoryLabel {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  padding: 5px 40px;
  font-family: "Space Grotesk", sans-serif;
}
.productDetail .bannerArea .infoTitleCard .productMainTitle {
  font-size: 40px;
  font-weight: 300;
  color: #000000;
  line-height: 1.15;
  padding: 38px 45px;
  font-family: "Space Grotesk", sans-serif;
  font-family: "Rubik", sans-serif;
}
.productDetail .bannerArea .infoTitleCard .productMainTitle span {
  display: block;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .productDetail .bannerArea .infoTitleCard .productMainTitle {
    font-size: 32px;
  }
}
.productDetail .bannerArea .infoSpecsCard {
  background: rgba(245, 245, 245, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.02);
  border: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 42px;
  border-right: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .iconWrap img {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .specsLabel {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  padding: 5px 40px;
  font-family: "Space Grotesk", sans-serif;
}
.productDetail .bannerArea .infoSpecsCard .cardBody {
  padding: 38px 45px;
}
.productDetail .bannerArea .infoSpecsCard .specsList {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.productDetail .bannerArea .infoSpecsCard .specsList li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  gap: 20px;
}
.productDetail .bannerArea .infoSpecsCard .specsList li:last-child {
  border-bottom: none;
}
.productDetail .bannerArea .infoSpecsCard .specsList li .specName {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 45%;
}
.productDetail .bannerArea .infoSpecsCard .specsList li .specValue {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Rubik", sans-serif;
}
.productDetail .bannerArea .infoSpecsCard .specsWatermark {
  font-size: 13px;
  font-weight: 700;
  color: #E2E2E2;
  letter-spacing: 0.8px;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 15px;
}
.productDetail .productFeaturesOptions {
  padding: 50px 0 100px;
}
.productDetail .productFeaturesOptions .featureCard {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
  padding: 85px 85px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader {
  margin-bottom: 25px;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader .cardTitle {
  font-size: 20px;
  font-weight: 400;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 45px 0;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine .line {
  width: 75px;
  height: 1.5px;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine .arrow img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.productDetail .productFeaturesOptions .featureCard .cardBody {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
.productDetail .productFeaturesOptions .featureCard .featureList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 720px;
}
.productDetail .productFeaturesOptions .featureCard .featureList li {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 300;
}
.productDetail .productFeaturesOptions .featureCard .featureList li strong {
  font-weight: 500;
  color: #000000;
}
.productDetail .productFeaturesOptions .featureCard.specsCard .cardTitle {
  color: #FF5A24;
}
.productDetail .productFeaturesOptions .featureCard.specsCard .cardHeaderLine .line {
  background: #FF5A24;
}
.productDetail .productFeaturesOptions .featureCard.specsCard .cardHeaderLine .arrow img {
  filter: invert(49%) sepia(80%) saturate(2758%) hue-rotate(11deg) brightness(96%) contrast(101%);
}
.productDetail .productFeaturesOptions .featureCard.optionsCard {
  padding-bottom: 0;
}
.productDetail .productFeaturesOptions .featureCard.optionsCard .cardTitle {
  color: #7B7B7B;
}
.productDetail .productFeaturesOptions .featureCard.optionsCard .cardHeaderLine .line {
  background: #CCCCCC;
}
.productDetail .productFeaturesOptions .featureCard.optionsCard .cardHeaderLine .arrow img {
  filter: invert(52%) sepia(3%) saturate(12%) hue-rotate(346deg) brightness(95%) contrast(85%);
}
.productDetail .productFeaturesOptions .featureCard.optionsCard .watermarkLogo {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  max-width: 254px;
}
.productDetail .productFeaturesOptions .featureCard.optionsCard .watermarkLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.productDetail .productFeaturesOptions .featureCard:hover .cardHeaderLine .arrow img {
  transform: translate(3px, -3px);
}
.productDetail .mainPerformance {
  padding-bottom: 150px;
}
.productDetail .mainPerformance .performanceHeader {
  margin-bottom: 80px;
}
.productDetail .mainPerformance .performanceHeader .performanceTitle {
  background: transparent;
  color: #000000;
  -webkit-text-fill-color: inherit;
  font-size: 48px;
  font-weight: 300;
}
.productDetail .mainPerformance .performanceHeader .performanceTitle span {
  color: #999999;
}

.productUsageAreas {
  padding: 100px 0 0;
  background-color: #F8F8F8;
}
.productUsageAreas .usageLeft {
  display: flex;
  flex-direction: column;
  gap: 55px;
  height: 100%;
}
.productUsageAreas .usageLeft .usageHeader {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.productUsageAreas .usageLeft .usageHeader .headerLine {
  width: 65px;
  height: 1.5px;
  background-color: #CCCCCC;
}
.productUsageAreas .usageLeft .usageHeader .usageTitle {
  font-size: 36px;
  line-height: 25px;
  font-weight: 300;
  color: #5D5D5D;
  margin: 0;
}
.productUsageAreas .usageLeft .usageLogoCard {
  width: 73px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 15px 45px rgba(255, 90, 36, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.22);
}
.productUsageAreas .usageLeft .usageLogoCard::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 90, 36, 0.28);
  border-radius: 50%;
  filter: blur(22px);
  z-index: 0;
}
.productUsageAreas .usageLeft .usageLogoCard .spinningLogo {
  width: 42px;
  height: 39px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 12px rgba(255, 90, 36, 0.28));
  animation: tickRotate 24s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.productUsageAreas .usageLeft .usageDesc {
  font-size: 18px;
  color: #7B7B7B;
  line-height: 25px;
  margin: 0;
  font-weight: 300;
  background-image: linear-gradient(to right, #5D5D5D 0%, #C4BFBF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.productUsageAreas .usageCards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.productUsageAreas .usageCard {
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.015);
  min-height: 85px;
  flex: 0 0 calc(50% - 10px);
  max-width: 360px;
  transition: all 0.3s ease;
}
.productUsageAreas .usageCard:last-child {
  flex: 0 0 100%;
}
.productUsageAreas .usageCard:nth-child(3) {
  margin-left: 190px;
}
.productUsageAreas .usageCard:hover {
  background: #000;
}
.productUsageAreas .usageCard:hover .cardIcon {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.productUsageAreas .usageCard:hover .cardIcon img {
  filter: brightness(0) invert(1);
}
.productUsageAreas .usageCard:hover .cardLabel {
  color: #fff;
}
.productUsageAreas .usageCard .cardIcon {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.productUsageAreas .usageCard .cardIcon img {
  width: auto;
  height: 32px;
  display: block;
  filter: brightness(0.2);
  transition: filter 0.3s ease;
}
.productUsageAreas .usageCard .cardLabel {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
}

.otherProductsSection {
  padding-bottom: 120px;
  overflow: hidden;
}
.otherProductsSection .otherProductsHeader {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 110px;
}
.otherProductsSection .otherProductsHeader .headerLine {
  width: 65px;
  height: 1px;
  background-color: #CCCCCC;
}
.otherProductsSection .otherProductsHeader .otherProductsTitle {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  color: #5D5D5D;
  max-width: 225px;
  margin: 0;
}
.otherProductsSection .productCard {
  background: #FFF;
}
.otherProductsSection .productBottom {
  position: relative;
  z-index: 3;
  padding-top: 20px;
}
.otherProductsSection .productBottom .mainProductSlide {
  width: 100%;
  overflow: visible;
}
.otherProductsSection .productBottom .mainProductSlide .swiper-slide {
  width: 360px;
  height: 400px;
}
.otherProductsSection .productBottom .sliderBottomArea {
  display: none;
}

.productionPage {
  background-color: #000000;
  overflow: hidden;
}
.productionPage .breadCrumb a.active {
  color: #fff;
}
.productionPage .bannerArea {
  padding-bottom: 30px;
}
.productionPage .bannerArea .backgroundArea {
  mix-blend-mode: hard-light;
  opacity: 0.7;
}
.productionPage .bannerArea .backgroundArea:before {
  display: none;
}
.productionPage .bannerArea .bannerRightArea {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  max-width: 900px;
  right: 0;
  top: 40px;
}
.productionPage .bannerArea .bannerRightArea .imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.productionPage .bannerArea .bannerRightArea .mainProductWrap {
  aspect-ratio: 709/470;
  max-width: 709px;
  width: 100%;
  z-index: 5;
  margin-left: auto;
  transform: rotate(-18deg);
}
.productionPage .bannerArea .bannerRightArea .mainProductWrap .mainProductionImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productionPage .bannerArea .bannerRightArea .floatingImg {
  position: absolute;
  z-index: 6;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productionPage .bannerArea .bannerRightArea .floatingImg img {
  width: 100%;
  height: auto;
  display: block;
}
.productionPage .bannerArea .bannerRightArea .floatingImg:hover {
  transform: scale(1.15) rotate(5deg) !important;
}
.productionPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
  width: 189px;
  top: -86px;
  left: 43px;
  animation: floatPart1 7s ease-in-out infinite;
}
.productionPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
  width: 87px;
  top: -103px;
  right: 178px;
  animation: floatPart2 8s ease-in-out infinite;
}
.productionPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
  width: 87px;
  bottom: 129px;
  left: 143px;
  animation: floatPart3 9s ease-in-out infinite;
}
.productionPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
  width: 130px;
  bottom: 145px;
  right: 158px;
  animation: floatPart4 7.5s ease-in-out infinite;
}
.productionPage .bannerArea .bannerContent .bannerTitle {
  color: #fff;
  font-size: 36px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 140px;
}
.productionPage .bannerArea .bannerContent .bannerDesc {
  color: #868686;
  font-size: 38px;
  font-weight: 300;
  line-height: 47px;
  max-width: 750px;
}
.productionPage .bannerArea .bread .productionIntroArea {
  padding: 120px 0 80px;
}
.productionPage .bannerArea .bread .productionIntroArea .introRow {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.productionPage .bannerArea .bread .productionIntroArea .lineCol {
  flex-shrink: 0;
}
.productionPage .bannerArea .bread .productionIntroArea .lineCol .introLine {
  display: block;
  width: 65px;
  height: 1px;
  background-color: #CCCCCC;
  margin-top: 15px;
}
.productionPage .bannerArea .bread .productionIntroArea .textCol {
  flex: 1;
}
.productionPage .bannerArea .bread .productionIntroArea .textCol .mainIntroText {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  margin: 0 0 35px 0;
}
.productionPage .bannerArea .bread .productionIntroArea .textCol .subIntroText {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  margin: 0;
}
.productionPage .bannerArea .productionStagesArea {
  padding: 0 0 120px;
}
.productionPage .bannerArea .productionStagesArea .stagesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.productionPage .bannerArea .productionStagesArea .stageCard {
  background: #FDFDFD;
  border: 1px solid #F0F0F0;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageImg {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageContent {
  padding: 40px;
  position: relative;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageNumber {
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 90, 36, 0.07);
  position: absolute;
  top: 20px;
  right: 40px;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageTitle {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  font-family: "Space Grotesk", sans-serif;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageDesc {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin: 0;
}
.productionPage .bannerArea .productionStagesArea .stageCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  border-color: rgba(255, 90, 36, 0.15);
}
.productionPage .bannerArea .productionStagesArea .stageCard:hover .stageImg img {
  transform: scale(1.05);
}
@keyframes floatMain {
  0%, 100% {
    transform: translate(-50%, -52%);
  }
  50% {
    transform: translate(-50%, -48%);
  }
}
@keyframes floatPart1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}
@keyframes floatPart2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-4deg);
  }
}
@keyframes floatPart3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(-3deg);
  }
}
@keyframes floatPart4 {
  50% {
    transform: translateY(11px) rotate(5deg);
  }
}
.productionPage .productionStagesSection {
  background-color: #000000;
  padding: 0 0 140px;
}
.productionPage .productionStagesSection .productionGrid.row {
  row-gap: 20px;
}
.productionPage .productionStagesSection .processHeaderCard {
  display: flex;
  flex-direction: column;
  padding: 90px 30px 175px 0;
  height: 100%;
}
.productionPage .productionStagesSection .processHeaderCard .headerTop {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 60px;
}
.productionPage .productionStagesSection .processHeaderCard .headerTop .subTitle {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
.productionPage .productionStagesSection .processHeaderCard .headerTop .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.productionPage .productionStagesSection .processHeaderCard .headerTop .arrowIcon {
  margin-left: 190px;
  transform: translateY(90%);
}
.productionPage .productionStagesSection .processHeaderCard .headerTop .arrowIcon svg path {
  stroke: #ffffff;
}
.productionPage .productionStagesSection .processHeaderCard .headerRotor {
  margin-top: auto;
  margin-bottom: 90px;
}
.productionPage .productionStagesSection .processHeaderCard .headerRotor .spinningRotor {
  width: 29px;
  height: auto;
  animation: tickRotate 20s linear infinite;
}
.productionPage .productionStagesSection .processHeaderCard .sectionTitle {
  font-size: 32px;
  line-height: 48px;
  color: #868686;
  font-weight: 300;
  margin: 0;
}
.productionPage .productionStagesSection .stageCard {
  position: relative;
  height: 100%;
  background: linear-gradient(-45deg, #3B3B3B 0%, #070707 100%);
  border-radius: 30px;
  padding: 85px 75px 85px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 280px;
  overflow: hidden;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productionPage .productionStagesSection .stageCard .stageDesc {
  font-size: 26px;
  line-height: 32px;
  color: #9F9F9E;
  font-weight: 300;
  margin: 0;
  z-index: 10;
}
.productionPage .productionStagesSection .stageCard .cardGraphics {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 504/408;
  max-width: 504px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productionPage .productionStagesSection .stageCard .cardGraphics .cardGraphicImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.productionPage .productionStagesSection .stageCard .cardFooter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10;
  width: 100%;
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerLeft {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardTitle {
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  background: linear-gradient(135deg, #9D9D9B 0%, #514D4A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 78px;
  display: flex;
  align-items: flex-end;
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardTitle .light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardNumber {
  font-size: 64px;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
  background: linear-gradient(135deg, #FFFFFF 0%, #DF9965 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerRight {
  text-align: right;
  max-width: 160px;
}
.productionPage .productionStagesSection .stageCard .cardFooter .footerRight .captionText {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  line-height: 22px;
}
.productionPage .productionStagesSection .stageCard:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-mask-image: radial-gradient(circle at bottom right, black 20%, transparent 80%);
  mask-image: radial-gradient(circle at bottom right, black 27%, transparent 47%);
  pointer-events: none;
  z-index: 10;
}
.productionPage .productionStagesSection .stageCard:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.productionPage .productionCampusSection {
  background-color: #000000;
  padding: 100px 0 160px;
}
.productionPage .productionCampusSection .campusIntroRow {
  align-items: flex-start;
  margin-bottom: 170px;
}
.productionPage .productionCampusSection .campusHeader {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-top: 10px;
}
.productionPage .productionCampusSection .campusHeader .subTitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: "Space Grotesk", sans-serif;
}
.productionPage .productionCampusSection .campusHeader .line {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.productionPage .productionCampusSection .campusDesc {
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.productionPage .productionCampusSection .galleryGrid {
  row-gap: 30px;
}
.productionPage .productionCampusSection .galleryItem {
  position: relative;
  overflow: hidden;
  aspect-ratio: 360/228;
  width: 100%;
  background-color: #1a1a1a;
}
.productionPage .productionCampusSection .galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productionPage .productionCampusSection .galleryItem:hover img {
  transform: scale(1.06);
}
.productionPage .productionCampusSection .linkCol {
  display: flex;
}
.productionPage .productionCampusSection .discoverLinkWrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.productionPage .productionCampusSection .discoverLink {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  color: #ffffff;
  font-size: 17px;
  line-height: 12px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  transition: color 0.3s ease;
}
.productionPage .productionCampusSection .discoverLink .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.3s ease, width 0.3s ease;
}
.productionPage .productionCampusSection .discoverLink img {
  width: 11px;
  height: 11px;
  transition: transform 0.3s ease;
  transform: translateY(6px);
}
.productionPage .productionCampusSection .discoverLink:hover .line {
  width: 60px;
}
.productionPage .productionCampusSection .discoverLink:hover img {
  transform: translate(4px, -4px);
}

.productionCTABanner {
  background-color: #F8F8F8;
  padding: 0 0 160px;
  width: 100%;
}
.productionCTABanner .ctaContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.productionCTABanner .ctaTitle {
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  font-weight: 300;
  margin: 0;
  max-width: 650px;
}
.productionCTABanner .ctaButtons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.siteHeader.darkHeader .headerNav {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.siteHeader.darkHeader .headerNav .navItem.menuTrigger {
  color: #ffffff !important;
}
.siteHeader.darkHeader .headerNav .navItem.menuTrigger .menuIcon span {
  background-color: #ffffff !important;
}
.siteHeader.darkHeader .headerNav .navItem.solutionsTrigger {
  color: #ffffff !important;
}
.siteHeader.darkHeader .headerNav .navItem.solutionsTrigger .arrowWrap {
  background: #FF5A24 !important;
  border-radius: 4px !important;
}
.siteHeader.darkHeader .headerNav .navItem.solutionsTrigger .arrowWrap img {
  filter: brightness(0) invert(1) !important;
}
.siteHeader.darkHeader .headerNav .navDivider {
  background: rgba(255, 255, 255, 0.15) !important;
}
.siteHeader.darkHeader .headerNavWrap .headerNavBg {
  display: none;
}
.siteHeader.darkHeader .headerSearch {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.siteHeader.darkHeader .headerSearch form button {
  background: #000000;
}
.siteHeader.darkHeader .headerSearch form button img {
  filter: brightness(0) invert(1) !important;
}
.siteHeader.darkHeader .headerSearch form input {
  color: #ffffff !important;
}
.siteHeader.darkHeader .headerSearch form input::-moz-placeholder {
  color: #A8A8A8 !important;
}
.siteHeader.darkHeader .headerSearch form input::placeholder {
  color: #A8A8A8 !important;
}
.siteHeader.darkHeader .headerActions .btnSmartPump {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
}
.siteHeader.darkHeader .headerActions .btnSmartPump::before {
  background: #FF5A24;
  opacity: 0.8;
}
.siteHeader.darkHeader .headerActions .langSelector .selected {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

.sustainabilityPage {
  overflow: hidden;
}
.sustainabilityPage .bannerArea {
  padding-bottom: 30px;
}
.sustainabilityPage .bannerArea .backgroundArea:before {
  display: none;
}
.sustainabilityPage .bannerArea .bannerRightArea {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  max-width: 900px;
  right: 0;
  top: 40px;
}
.sustainabilityPage .bannerArea .bannerRightArea .imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
  aspect-ratio: 709/470;
  max-width: 709px;
  width: 100%;
  z-index: 5;
  margin-left: auto;
  transform: rotate(-18deg);
}
.sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap .mainProductionImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg {
  position: absolute;
  z-index: 6;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg img {
  width: 100%;
  height: auto;
  display: block;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg:hover {
  transform: scale(1.15) rotate(5deg) !important;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
  width: 189px;
  top: -86px;
  left: 43px;
  animation: floatPart1 7s ease-in-out infinite;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
  width: 87px;
  top: -103px;
  right: 178px;
  animation: floatPart2 8s ease-in-out infinite;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
  width: 87px;
  bottom: 129px;
  left: 143px;
  animation: floatPart3 9s ease-in-out infinite;
}
.sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
  width: 130px;
  bottom: 145px;
  right: 158px;
  animation: floatPart4 7.5s ease-in-out infinite;
}
.sustainabilityPage .bannerArea .bannerContent .bannerTitle {
  color: #000;
  font-size: 36px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 140px;
}
.sustainabilityPage .bannerArea .bannerContent .bannerDesc {
  color: #868686;
  font-size: 38px;
  font-weight: 300;
  line-height: 47px;
  max-width: 750px;
}
.sustainabilityPage .bannerArea .productionIntroArea {
  padding: 120px 0 80px;
}
.sustainabilityPage .bannerArea .productionIntroArea .introRow {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.sustainabilityPage .bannerArea .productionIntroArea .lineCol {
  flex-shrink: 0;
}
.sustainabilityPage .bannerArea .productionIntroArea .lineCol .introLine {
  display: block;
  width: 65px;
  height: 1px;
  background-color: #CCCCCC;
  margin-top: 15px;
}
.sustainabilityPage .bannerArea .productionIntroArea .textCol {
  flex: 1;
}
.sustainabilityPage .bannerArea .productionIntroArea .textCol .mainIntroText {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  margin: 0 0 35px 0;
}
.sustainabilityPage .bannerArea .productionIntroArea .textCol .subIntroText {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  margin: 0;
}
.sustainabilityPage .bannerArea .productionStagesArea {
  padding: 0 0 120px;
}
.sustainabilityPage .bannerArea .productionStagesArea .stagesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard {
  background: #FDFDFD;
  border: 1px solid #F0F0F0;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageImg {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageContent {
  padding: 40px;
  position: relative;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageNumber {
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 90, 36, 0.07);
  position: absolute;
  top: 20px;
  right: 40px;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageTitle {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  font-family: "Space Grotesk", sans-serif;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageDesc {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin: 0;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  border-color: rgba(255, 90, 36, 0.15);
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard:hover .stageImg img {
  transform: scale(1.05);
}
@keyframes floatMain {
  0%, 100% {
    transform: translate(-50%, -52%);
  }
  50% {
    transform: translate(-50%, -48%);
  }
}
@keyframes floatPart1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}
@keyframes floatPart2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-4deg);
  }
}
@keyframes floatPart3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(-3deg);
  }
}
@keyframes floatPart4 {
  50% {
    transform: translateY(11px) rotate(5deg);
  }
}
.sustainabilityPage .lineText {
  padding-top: 0;
}
.sustainabilityPage .sustainabilityIntroArea {
  padding: 120px 0 120px;
}
.sustainabilityPage .sustainabilityIntroArea .introRow {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.sustainabilityPage .sustainabilityIntroArea .lineCol {
  flex-shrink: 0;
}
.sustainabilityPage .sustainabilityIntroArea .lineCol .introLine {
  display: block;
  width: 65px;
  height: 1px;
  background-color: #1E1E1E;
  margin-top: 15px;
}
.sustainabilityPage .sustainabilityIntroArea .textCol {
  flex: 1;
}
.sustainabilityPage .sustainabilityIntroArea .textCol .mainIntroText {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  color: #000000;
  margin: 0;
}
.sustainabilityPage .sustainabilityAccordionSection {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}
.sustainabilityPage .sustainabilityAccordionSection .accordionContainer {
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 645px;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard {
  width: 16.6666666667%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #EAEAEA;
  background: #FFFFFF;
  padding: 50px 35px;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:last-child {
  border-right: none;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNormal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 60px 30px;
  gap: 40px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardHover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 45px 30px 35px;
  gap: 15px;
  background: #7D7D7D;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNum {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  margin: 0;
  display: block;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardTitleVert {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardTitleHover {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 28px;
  white-space: normal;
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardDesc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  order: 2;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea {
  position: relative;
  width: 90px;
  height: 90px;
  order: 3;
  margin-top: 20px;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea img {
  position: absolute;
  z-index: 1;
  width: 67px;
  height: 62px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea .cardNumHover {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8C8C8;
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:hover .cardImage, .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard.active .cardImage {
  opacity: 1;
  transform: scale(1);
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:hover .cardOverlay, .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard.active .cardOverlay {
  opacity: 1;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:hover .cardNormal, .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard.active .cardNormal {
  opacity: 0;
  visibility: hidden;
}
.sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:hover .cardHover, .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard.active .cardHover {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .sustainabilityPage .bannerArea .bannerRightArea {
    position: relative;
    top: 0;
    padding-top: 40px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
    margin: 0 auto;
    max-width: 400px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerTitle {
    margin-bottom: 40px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerDesc {
    font-size: 28px;
    line-height: 36px;
  }
  .sustainabilityPage .sustainabilityIntroArea {
    padding: 60px 0 40px;
  }
  .sustainabilityPage .sustainabilityIntroArea .introRow {
    flex-direction: column;
    gap: 20px;
  }
  .sustainabilityPage .sustainabilityIntroArea .lineCol .introLine {
    margin-top: 0;
  }
  .sustainabilityPage .sustainabilityIntroArea .textCol .mainIntroText {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1500px) {
  .sustainabilityPage .sustainabilityAccordionSection {
    margin: 40px 0 60px;
  }
  .sustainabilityPage .sustainabilityAccordionSection .accordionContainer {
    flex-direction: column;
    height: auto;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard {
    width: 100%;
    height: 280px;
    /* Sabit açık yükseklik */
    border-right: none;
    border-bottom: 1px solid #ECECEC;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    cursor: default;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard:last-child {
    border-bottom: none;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard {
    /* Resim ve Overlay sürekli açık */
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardImage {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardOverlay {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardContent {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard {
    /* Kapalı haldeki yazılar tamamen gizli */
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNormal {
    display: none !important;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard {
    /* Açık haldeki (Hover) yazılar sürekli görünür */
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardHover {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    left: 0;
    gap: 15px;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardTitleHover {
    position: static;
    font-size: 24px;
    color: #FFFFFF;
    opacity: 1;
    visibility: visible;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardDesc {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    color: #D1D1D1;
    text-align: left;
    font-size: 16px;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea {
    margin-top: 0;
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea img {
    display: none;
    /* Mobilde yuvarlak arka plan gizlenebilir */
  }
  .sustainabilityPage .sustainabilityAccordionSection .sustainabilityCard .cardNumberArea .cardNumHover {
    position: static;
    font-size: 24px;
    color: #FF5A24;
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0;
    backdrop-filter: none;
  }
}
.projects {
  position: relative;
  width: 100%;
}
.projects .productUsageAreas {
  background: transparent;
}
.projects .productUsageAreas:before {
  display: none;
}
.projects .bannerArea {
  margin-bottom: -150px;
}
.projects .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 410px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.projects .bannerArea .backgroundArea .circleArea .circle {
  width: 521px;
  height: 525px;
  top: 93%;
}
.projects .bannerArea .bannerContent {
  width: 500px;
}
.projects .bannerArea .bannerLogo {
  margin-bottom: 85px;
}
.projects .bannerArea .bannerTitle {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
  max-width: 500px;
  width: 100%;
}
.projects .bannerArea .rightContent {
  max-width: 930px;
  margin-left: auto;
}
.projects .projectsListSection {
  padding: 60px 0 120px;
}
.projects .projectsListSection .projectsListHeader {
  padding-bottom: 35px;
  margin-bottom: 0;
  border-bottom: 1px solid #DEDEDE;
}
.projects .projectsListSection .projectsListHeader span {
  font-size: 20px;
  font-weight: 500;
  line-height: 39px;
  font-family: "Space Grotesk", sans-serif;
}
.projects .projectsListSection .projectItem {
  border-bottom: 1px solid #ECECEC;
}
.projects .projectsListSection .projectItem .projectItemBody {
  display: none;
  padding: 40px 0 70px;
}
.projects .projectsListSection .projectItem.open .projectItemHeader {
  padding: 40px 0 40px;
}
.projects .projectsListSection .projectItem.open .projectItemArrow img {
  transform: rotate(90deg);
}
.projects .projectsListSection .projectItemHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 40px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.projects .projectsListSection .projectItemHeader .projectItemTitle {
  font-size: 28px;
  font-weight: 500;
  color: #A8A8A8;
  font-family: "Space Grotesk", sans-serif;
}
.projects .projectsListSection .projectItemHeader .projectItemArrow {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects .projectsListSection .projectItemHeader .projectItemArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.projects .projectsListSection .projectMeta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.projects .projectsListSection .projectMeta .metaLabel {
  font-size: 18px;
  font-weight: 400;
  color: #A8A8A8;
  font-family: "Space Grotesk", sans-serif;
}
.projects .projectsListSection .projectMeta .metaValue {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 20px;
}
.projects .projectsListSection .projectMeta .projectDescription {
  max-width: 600px;
  width: 100%;
  flex-shrink: 0;
}
.projects .projectsListSection .projectMeta .projectDescription p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #000;
  margin: 0;
}
.projects .projectsListSection .projectGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.projects .projectsListSection .projectGallery a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.projects .projectsListSection .projectGallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.projects .projectsListSection .projectGallery a:hover img {
  transform: scale(1.05);
}
.projects .projectsListSection .projectRelatedProducts {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct {
  position: relative;
  flex: 0 0 220px;
  background: #F4F4F4;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  min-height: 140px;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct .productName {
  font-size: 14px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #111111;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct .productArrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  z-index: 2;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct .productArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct .productImg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  opacity: 0.7;
}
.projects .projectsListSection .detailCol {
  height: 100%;
  border-radius: 9px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.projects .projectsListSection .detailCol.solutions {
  background: #F5F5F5;
  border: 1px solid #C9C9C9;
}
.projects .projectsListSection .detailCol.solutions .detailColTitle {
  border-bottom: 1px solid #C9C9C9;
  color: #7B7B7B;
}
.projects .projectsListSection .detailCol.specs {
  background: #FFF3EF;
  border: 1px solid #FF5A24;
}
.projects .projectsListSection .detailCol.specs .detailColTitle {
  border-bottom: 1px solid rgba(239, 125, 0, 0.2);
  color: #FF5A24;
}
.projects .projectsListSection .detailCol .detailColTitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  padding: 20px 40px;
  margin-bottom: 0;
}
.projects .projectsListSection .detailCol ul {
  list-style: none;
  padding: 25px 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: center;
}
.projects .projectsListSection .detailCol ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  text-align: left;
}
.projects .projectsListSection .projectResult {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
}
.projects .projectsListSection .projectResult .resultLabel {
  font-size: 18px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: #A8A8A8;
  flex-shrink: 0;
}
.projects .projectsListSection .projectResult p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.mediaPage {
  position: relative;
  width: 100%;
}
.mediaPage .bannerArea {
  margin-bottom: -100px;
  padding-bottom: 0;
}
.mediaPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.mediaPage .bannerArea .backgroundArea .circleArea .circle {
  width: 524px;
  height: 530px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mediaPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mediaPage .bannerArea .bannerContent {
  max-width: 600px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.mediaPage .bannerArea .bannerLogo {
  margin: 55px 0;
  animation: spin 20s linear infinite;
}
.mediaPage .bannerArea .bannerTitle {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .mediaGridSection {
  position: relative;
  z-index: 20;
  margin-top: -150px;
  padding-bottom: 120px;
}
.mediaPage .mediaGridSection .mediaGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.mediaPage .mediaGridSection .mediaCard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px 25px 30px 35px;
  min-height: 180px;
  overflow: hidden;
  max-width: 295px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.14));
}
.mediaPage .mediaGridSection .mediaCard:hover {
  transform: translateY(-8px);
  border-color: #FF5A24;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.mediaPage .mediaGridSection .mediaCard:hover .mediaCardText {
  color: #000;
}
.mediaPage .mediaGridSection .mediaCard:hover .mediaCardTitle {
  transform: translateY(0);
}
.mediaPage .mediaGridSection .mediaCard:hover .mediaCardImage img {
  transform: scale(1.08) translate(5px, 5px);
}
.mediaPage .mediaGridSection .mediaCard:hover:after {
  opacity: 1;
}
.mediaPage .mediaGridSection .mediaCard .mediaCardContent {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.mediaPage .mediaGridSection .mediaCard .mediaCardText {
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  font-weight: 400;
  transition: 0.3s ease all;
  margin: 0;
}
.mediaPage .mediaGridSection .mediaCard .mediaCardTitle {
  font-size: 15px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #FFFFFF;
  margin: 0;
  align-self: flex-end;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
.mediaPage .mediaGridSection .mediaCard .mediaCardImage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 20px 0;
}
.mediaPage .mediaGridSection .mediaCard .mediaCardImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: bottom right;
     object-position: bottom right;
  transition: 0.3s ease all;
}
.mediaPage .mediaGridSection .mediaCard:after {
  content: "";
  position: absolute;
  width: 84px;
  height: 69px;
  background: rgba(255, 90, 36, 0.85);
  border-radius: 100%;
  filter: blur(20px);
  z-index: 3;
  right: 25px;
  bottom: 20px;
  opacity: 0;
  transition: 0.3s ease all;
}
.mediaPage .mediaGridSection .mediaCard:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-mask-image: radial-gradient(circle at bottom right, #fff 20%, transparent 80%);
  mask-image: radial-gradient(circle at bottom right, #fff 27%, transparent 47%);
  pointer-events: none;
  z-index: 4;
}
.mediaPage .mediaGridSection .mediaCard.active:after {
  opacity: 1;
}
.mediaPage .documentSection {
  position: relative;
  padding-bottom: 120px;
  z-index: 20;
}
.mediaPage .documentSection .sectionIntro {
  margin-bottom: 110px;
}
.mediaPage .documentSection .sectionIntro .introText {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.mediaPage .documentSection .documentCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 75px 20px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  height: 100%;
}
.mediaPage .documentSection .documentCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #FF5A24;
}
.mediaPage .documentSection .documentCard .cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 0 25px;
  gap: 40px;
}
.mediaPage .documentSection .documentCard .titleWrap {
  display: flex;
  flex-direction: column;
}
.mediaPage .documentSection .documentCard .cardTitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .documentSection .documentCard .pdfIcon {
  width: 24px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mediaPage .documentSection .documentCard .pdfIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mediaPage .documentSection .documentCard .cardDesc {
  font-size: 16px;
  line-height: 19px;
  color: #8D8D8D;
  margin: 0 0 75px 0;
  padding: 0 25px;
}
.mediaPage .documentSection .documentCard .cardActions {
  display: flex;
  gap: 15px;
}
.mediaPage .documentSection .documentCard .cardActions a {
  padding: 28px 20px;
  font-size: 15px;
  width: 50%;
}
.mediaPage .lineText.type2 {
  margin-bottom: 110px;
}
.mediaPage .videoArea {
  padding-bottom: 120px;
  position: relative;
  padding-top: 25px;
  z-index: 20;
}
.mediaPage .videoArea .videoCard {
  position: relative;
  display: block;
  height: 490px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mediaPage .videoArea .videoCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.mediaPage .videoArea .videoCard:hover .videoCardBg {
  transform: scale(1.05);
}
.mediaPage .videoArea .videoCard:hover .videoPlayBtn {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.mediaPage .videoArea .videoCard .videoCardBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.mediaPage .videoArea .videoCard .videoCardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
  pointer-events: none;
}
.mediaPage .videoArea .videoCard .videoCardContent {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 60px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.mediaPage .videoArea .videoCard .videoCardInfo {
  max-width: 75%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mediaPage .videoArea .videoCard .videoTag {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Space Grotesk", sans-serif;
  margin-top: -4px;
}
.mediaPage .videoArea .videoCard .videoSubTag {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Space Grotesk", sans-serif;
  margin-top: -4px;
}
.mediaPage .videoArea .videoCard .videoTitle {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 15px 0 0 0;
  font-family: "Space Grotesk", sans-serif;
  max-width: 290px;
}
.mediaPage .videoArea .videoCard .videoPlayBtn {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 5px;
}
.mediaPage .videoArea .videoCard .videoPlayBtn img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mediaPage .photoGallerySection {
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
}
.mediaPage .photoGallerySection .photoCard {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 105px 90px 60px 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  height: 100%;
}
.mediaPage .photoGallerySection .photoCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #FF5A24;
}
.mediaPage .photoGallerySection .photoCard:hover .allPhotosLink .line {
  width: 70px;
  background: #FF5A24;
}
.mediaPage .photoGallerySection .photoCard:hover .allPhotosLink .arrow {
  transform: translate(2px, -2px);
}
.mediaPage .photoGallerySection .photoCard .cardSubtitle {
  font-size: 16px;
  font-weight: 600;
  color: #6B6B6B;
  margin-bottom: 25px;
  display: block;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .photoGallerySection .photoCard .cardTitle {
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 55px 0;
  max-width: 330px;
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap {
  display: flex;
  gap: 18px;
  margin-bottom: 60px;
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap .imgItem {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  transition: transform 0.3s ease;
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap .imgItem:hover {
  transform: scale(1.03);
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap .imgItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap .thumb-1 {
  width: 40%;
  height: 135px;
}
.mediaPage .photoGallerySection .photoCard .cardImageWrap .thumb-2 {
  width: 60%;
  height: 135px;
}
.mediaPage .photoGallerySection .photoCard .cardFooter {
  display: flex;
  justify-content: flex-start;
}
.mediaPage .photoGallerySection .photoCard .allPhotosLink {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  line-height: 12px;
  font-weight: 600;
  color: #A8A8A8;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .photoGallerySection .photoCard .allPhotosLink:hover {
  color: #FF5A24;
}
.mediaPage .photoGallerySection .photoCard .allPhotosLink .line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #A8A8A8;
  transition: all 0.3s ease;
}
.mediaPage .photoGallerySection .photoCard .allPhotosLink .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: translateX(50%);
}
.mediaPage .photoGallerySection .photoCard .allPhotosLink .arrow img {
  width: 10px;
  height: 10px;
  filter: brightness(0.6);
}
.mediaPage .faqSection {
  padding-bottom: 120px;
  position: relative;
  z-index: 20;
}
.mediaPage .faqSection .faqIntro .introText {
  font-size: 24px;
  line-height: 32px;
  color: #6B6B6B;
  font-weight: 300;
  margin: 0;
  max-width: 440px;
}
.mediaPage .faqSection .faqAccordionWrap .faqGroup {
  margin-bottom: 45px;
}
.mediaPage .faqSection .faqAccordionWrap .faqGroup:last-child {
  margin-bottom: 0;
}
.mediaPage .faqSection .faqAccordionWrap .faqGroup .groupTitle {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .certificateSection {
  padding-bottom: 120px;
  position: relative;
  z-index: 20;
}
.mediaPage .certificateSection .sectionIntro {
  margin-bottom: 50px;
}
.mediaPage .certificateSection .sectionIntro .introText {
  font-size: 20px;
  line-height: 32px;
  color: #6B6B6B;
  font-weight: 300;
  margin: 0;
  max-width: 800px;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .mediaPage .certificateSection .sectionIntro .introText {
    font-size: 18px;
    line-height: 28px;
  }
}
.mediaPage .certificateSection .certificateCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 70px 55px 0;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mediaPage .certificateSection .certificateCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}
.mediaPage .certificateSection .certificateCard .cardHeader {
  margin-bottom: 45px;
}
.mediaPage .certificateSection .certificateCard .cardHeader .cardSubtitle {
  font-size: 13px;
  font-weight: 500;
  color: #8D8D8D;
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .certificateSection .certificateCard .cardHeader .cardTitle {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.mediaPage .certificateSection .certificateCard .cardImage {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.mediaPage .certificateSection .certificateCard .cardImage a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  aspect-ratio: 244/215;
  max-width: 244px;
}
.mediaPage .certificateSection .certificateCard .cardImage img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.mediaPage .certificateSection .certificateCard .cardImage:hover img {
  transform: scale(1.03);
}

.newsPage {
  position: relative;
}
.newsPage .bannerArea {
  padding: 0;
  margin-bottom: 35px;
}
.newsPage .bannerArea .container {
  display: block;
  height: auto;
}
.newsPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.newsPage .bannerArea .backgroundArea .circleArea .circle {
  width: 524px;
  height: 530px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsPage .bannerArea .bannerLogo {
  margin-bottom: 55px;
  display: block;
}
.newsPage .bannerArea .bannerLogo .bannerLogoImg {
  width: 28px;
  height: 28px;
  animation: none;
}
.newsPage .bannerArea .bannerTitle {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 55px 0;
  font-family: "Space Grotesk", sans-serif;
}
.newsPage .bannerArea .bannerDesc {
  font-size: 24px;
  line-height: 30px;
  color: #5B5B5B;
  font-weight: 300;
  margin: 0;
  max-width: 480px;
}
.newsPage .newsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 315px;
}

.newsCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 70px 75px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  min-height: 280px;
  text-decoration: none;
  height: 100%;
}
.newsCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.04);
}
.newsCard:hover .cardTop .cardArrow {
  transform: translateX(8px);
}
.newsCard .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 115px;
}
.newsCard .cardTop .cardTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  max-width: 560px;
  font-family: "Space Grotesk", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 60px;
}
.newsCard .cardTop .cardArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.newsCard .cardTop .cardArrow img {
  width: 21px;
  height: 21px;
}
.newsCard .cardBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
}
.newsCard .cardBottom .cardDate {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.newsCard .cardBottom .cardDesc {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  margin: 0;
  max-width: 435px;
  text-align: left;
}

.newsDetailPage {
  position: relative;
}
.newsDetailPage .bannerArea {
  padding-top: 155px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.newsDetailPage .bannerArea .container {
  display: block;
  height: auto;
}
.newsDetailPage .bannerArea .backgroundArea {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.newsDetailPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to top, #F9F9F9 0%, transparent 100%);
}
.newsDetailPage .bannerArea .backgroundArea .circleArea .circle {
  width: 415px;
  height: 276px;
  top: 64%;
  left: 24%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.newsDetailPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsDetailPage .bannerArea .bannerContent {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.newsDetailPage .bannerArea .bannerContent .bannerTitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .newsDetailPage .bannerArea .bannerContent .bannerTitle {
    font-size: 36px;
    line-height: 44px;
  }
}
.newsDetailPage .bannerArea .bannerContent .bannerDate {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  font-family: "Space Grotesk", sans-serif;
}
.newsDetailPage .bannerArea .bannerContent .bannerIcon {
  display: block;
}
.newsDetailPage .bannerArea .bannerContent .bannerIcon img {
  width: 24px;
  height: 24px;
}
.newsDetailPage .bannerArea .bannerIntroTextWrap {
  padding-top: 10px;
}
.newsDetailPage .bannerArea .bannerIntroTextWrap .bannerIntroText {
  font-size: 20px;
  line-height: 30px;
  color: #5B5B5B;
  font-weight: 300;
  margin: 0;
  max-width: 440px;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .newsDetailPage .bannerArea .bannerIntroTextWrap .bannerIntroText {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    max-width: 100%;
  }
}
.newsDetailPage .newsDetailContentSection {
  position: relative;
  z-index: 20;
  padding-bottom: 120px;
  background: #F9F9F9;
}
.newsDetailPage .newsDetailContentSection .imgArea {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard {
  overflow: hidden;
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard .imgWrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease all;
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard:hover img {
  transform: scale(1.03);
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard.card1 {
  aspect-ratio: 930/454;
  max-width: 930px;
}
.newsDetailPage .newsDetailContentSection .newsDetailImgCard.card2 {
  aspect-ratio: 550/454;
  max-width: 550px;
}
.newsDetailPage .newsDetailContentSection .detailContentCard {
  background: #FFFFFF;
  padding: 80px 100px;
}
.newsDetailPage .newsDetailContentSection .detailContentCard .editorContent h2 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 50px;
}
.newsDetailPage .newsDetailContentSection .detailContentCard .editorContent h2:not(:first-child) {
  margin-top: 60px;
}
.newsDetailPage .newsDetailContentSection .detailContentCard .editorContent p {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .containerFluid {
  width: 100%;
  padding-left: max(30px, (100% - 1524px) / 2 + 30px);
  padding-right: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .otherNewsSwiper {
  width: 100%;
  overflow: visible !important;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .swiper-slide {
  width: 930px;
  height: auto;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  padding-right: max(30px, (100% - 1524px) / 2 + 30px);
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink {
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
  background: #FFFFFF;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  padding: 30px 45px;
  border-radius: 100px;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink .exploreLine {
  width: 30px;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink .exploreArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  transform: translateY(3px);
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink .exploreArrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
  transition: all 0.3s ease;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink:hover {
  color: #EF7D00;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink:hover .exploreLine {
  width: 45px;
  background: #EF7D00;
}
.newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea .bottomExploreLink:hover .exploreArrow img {
  filter: invert(61%) sepia(85%) saturate(1512%) hue-rotate(356deg) brightness(97%) contrast(92%);
}
.newsDetailPage .bannerCard {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 80px 100px;
  position: relative;
  z-index: 10;
}
.newsDetailPage .bannerCard .cardContent .cardTitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  max-width: 430px;
  color: #000000;
}
.newsDetailPage .bannerCard .cardContent .cardDate {
  color: #5B5B5B;
  font-size: 14px;
  margin: 60px 0 40px;
  display: block;
  position: relative;
  z-index: 11;
}
.newsDetailPage .bannerCard .cardContent .cardIcon {
  width: 29px;
  height: 27px;
}
.newsDetailPage .bannerCard .cardContent .cardIcon img {
  animation: tickRotate 12s linear infinite;
}
.newsDetailPage .bannerCard .bannerCardText {
  margin-top: 30px;
}
.newsDetailPage .bannerCard .bannerCardText .bannerIntroText {
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  max-width: 570px;
}

.contractsPage {
  position: relative;
}
.contractsPage .bannerArea {
  padding: 0;
  margin-bottom: 35px;
}
.contractsPage .bannerArea .container {
  display: block;
  height: auto;
}
.contractsPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.contractsPage .bannerArea .backgroundArea .circleArea .circle {
  width: 524px;
  height: 530px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contractsPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contractsPage .bannerArea .bannerLogo {
  margin-bottom: 55px;
  display: block;
}
.contractsPage .bannerArea .bannerLogo .bannerLogoImg {
  width: 28px;
  height: 28px;
  animation: none;
}
.contractsPage .bannerArea .bannerTitle {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 105px 0;
  font-family: "Space Grotesk", sans-serif;
}
.contractsPage .bannerArea .bannerDesc {
  font-size: 24px;
  line-height: 30px;
  color: #5B5B5B;
  font-weight: 300;
  margin: 0;
  max-width: 480px;
}
.contractsPage .newsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 315px;
}

.contractsCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 70px 75px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  min-height: 280px;
  text-decoration: none;
}
.contractsCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.04);
}
.contractsCard:hover .cardTop .cardArrow {
  transform: translateX(8px);
}
.contractsCard .cardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.contractsCard .cardTop .cardTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  max-width: 500px;
  font-family: "Space Grotesk", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contractsCard .cardTop .goBtn {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.contractsCard .cardTop .cardArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.contractsCard .cardTop .cardArrow img {
  width: 21px;
  height: 21px;
}
.contractsCard .cardBottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.contractsCard .cardBottom .cardDesc {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  margin: 0;
  max-width: 435px;
}

.contractsDetailPage .bannerArea {
  padding-top: 155px;
  margin-bottom: 100px;
}
.contractsDetailPage .bannerArea .container {
  max-width: 1524px;
}
.contractsDetailPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.contractsDetailPage .bannerArea .backgroundArea .circleArea .circle {
  width: 424px;
  height: 424px;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contractsDetailPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contractsDetailPage .bannerArea .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contractsDetailPage .bannerArea .bannerContent .bannerTitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin: 0 0 35px 0;
  max-width: 750px;
  text-transform: none;
}
.contractsDetailPage .bannerArea .bannerContent .bannerDesc {
  font-size: 20px;
  line-height: 30px;
  color: #5B5B5B;
  font-weight: 300;
  margin: 0 0 45px 0;
  max-width: 650px;
  font-family: "Space Grotesk", sans-serif;
}
.contractsDetailPage .bannerArea .bannerContent .bannerLogo {
  margin: 0 0 70px 0;
}
.contractsDetailPage .bannerArea .bannerContent .bannerLogo .bannerLogoImg {
  width: 28px;
  height: 28px;
  animation: tickRotate 12s linear infinite;
}
.contractsDetailPage .contractsDetailContent {
  padding-bottom: 120px;
}
.contractsDetailPage .contractsDetailContent .container {
  max-width: 1524px;
}
.contractsDetailPage .contractsDetailContent .contentArea {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 70px 100px;
}
.contractsDetailPage .contractsDetailContent .contentArea .bannerTitle {
  margin-bottom: 50px;
}
.contractsDetailPage .contractsDetailContent .contentArea .bannerDesc {
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 45px;
  max-width: 750px;
}
.contractsDetailPage .contractsDetailContent .editorContent {
  max-width: 930px;
}
.contractsDetailPage .contractsDetailContent .editorContent h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Space Grotesk", sans-serif;
}
.contractsDetailPage .contractsDetailContent .editorContent h2:not(:first-child) {
  margin-top: 60px;
}
.contractsDetailPage .contractsDetailContent .editorContent p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.contractsDetailPage .contractsDetailContent .editorContent ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 10px;
}
.contractsDetailPage .contractsDetailContent .editorContent ul li {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
  padding: 3px 0 0 20px;
  position: relative;
  list-style-type: none;
}
.contractsDetailPage .contractsDetailContent .editorContent ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.contactPage {
  position: relative;
}
.contactPage .row {
  width: 100%;
  align-items: center;
}
.contactPage .bannerArea {
  padding-top: 155px;
  margin-bottom: 75px;
  position: relative;
}
.contactPage .bannerArea .container {
  max-width: 1524px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contactPage .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  height: 600px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.contactPage .bannerArea .backgroundArea .circleArea .circle {
  width: 424px;
  height: 424px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactPage .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactPage .bannerArea .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
}
.contactPage .bannerArea .bannerContent .subTitle {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .bannerArea .bannerContent .bannerLogo {
  margin-bottom: 40px;
  display: block;
}
.contactPage .bannerArea .bannerContent .bannerLogo .bannerLogoImg {
  width: 28px;
  height: 28px;
  animation: tickRotate 12s linear infinite;
}
.contactPage .bannerArea .bannerContent .bannerTitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin: 0;
  max-width: 620px;
  text-transform: none;
}
.contactPage .bannerArea .roadmapCard {
  display: flex;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 580px;
  margin-top: 50px;
  margin-left: auto;
}
.contactPage .bannerArea .roadmapCard .cardIconArea {
  position: relative;
  box-shadow: 22.08px 33.12px 120.76px 0px rgba(0, 0, 0, 0.14);
}
.contactPage .bannerArea .roadmapCard .cardIconArea .blurImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 109px;
  height: 101px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.contactPage .bannerArea .roadmapCard .cardIcon {
  width: 145px;
  border-radius: 8px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.contactPage .bannerArea .roadmapCard .cardIcon img {
  width: 60px;
  height: 60px;
}
.contactPage .bannerArea .roadmapCard .cardContent {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  min-height: 100%;
  padding: 20px 30px 20px 55px;
  box-shadow: 22.08px 33.12px 120.76px 0px rgba(0, 0, 0, 0.14);
}
.contactPage .bannerArea .roadmapCard .cardContent .cardLabel {
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(to right, #000000 0%, #A5A5A5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .bannerArea .roadmapCard .cardContent .cardTitle {
  font-size: 36px;
  font-weight: 300;
  background: linear-gradient(to right, #000000 0%, #A5A5A5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  margin: 0;
}
.contactPage .bannerArea .roadmapCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(239, 125, 0, 0.06);
}
.contactPage .bannerArea .breadCrumb {
  margin: 0;
}
.contactPage .contactInfoSection {
  position: relative;
  z-index: 2;
}
.contactPage .contactInfoSection .container {
  max-width: 1524px;
}
.contactPage .contactInfoSection .contactInfoGrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 100px;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol {
  max-width: 250px;
  display: inline-flex;
  flex-direction: column;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol .colLabel {
  font-size: 15px;
  font-weight: 400;
  color: #A4A4A4;
  display: block;
  margin-bottom: 30px;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol .colText {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol .colText a.contactLink {
  color: #000000;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol .colText a.contactLink:hover {
  color: #EF7D00;
}
.contactPage .departmentIntroSection {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.contactPage .departmentIntroSection .container {
  max-width: 1524px;
}
.contactPage .departmentIntroSection .introWrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.contactPage .departmentIntroSection .introWrapper .introLabel {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  color: #A5A5A5;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .departmentIntroSection .introWrapper .line {
  flex-grow: 1;
  height: 1px;
  background: #E5E5E5;
}
.contactPage .departmentsSection {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
.contactPage .departmentsSection .container {
  max-width: 1524px;
}
.contactPage .departmentsSection .departmentGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contactPage .departmentsSection .departmentGrid .depCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 45px 30px 40px 55px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.contactPage .departmentsSection .departmentGrid .depCard .depDesc {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
  gap: 22px;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom .depTitle {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  margin-right: auto;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom .depIcon {
  width: 29px;
  height: 22px;
  transition: transform 0.3s ease;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom .depIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactPage .departmentsSection .departmentGrid .depCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 37px;
  background-image: url(../img/svg/line.svg);
  background-size: cover;
  bottom: 55px;
  background-position: right;
}
.contactPage .departmentsSection .departmentGrid .depCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(239, 125, 0, 0.05);
  border-color: rgba(239, 125, 0, 0.15);
}
.contactPage .departmentsSection .departmentGrid .depCard:hover .cardBottom .depIcon {
  transform: rotate(90deg);
}
.contactPage .contactFormSection {
  padding: 75px 0 60px;
  position: relative;
  z-index: 2;
}
.contactPage .contactFormSection .container {
  max-width: 1524px;
}
.contactPage .contactFormSection .formSectionTitle {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 75px;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactFormSection .contactForm .formGroup {
  margin-bottom: 20px;
}
.contactPage .contactFormSection .contactForm .customInput {
  width: 100%;
}
.contactPage .contactFormSection .contactForm .customInput input {
  background: #FFFFFF;
  height: 70px;
  border-radius: 10px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactFormSection .contactForm .customInput input::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.contactPage .contactFormSection .contactForm .customInput input::placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.contactPage .contactFormSection .contactForm .customInput input:focus {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.contactPage .contactFormSection .contactForm .customInput textarea {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  min-height: 180px;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactFormSection .contactForm .customInput textarea::-moz-placeholder {
  color: #000000;
}
.contactPage .contactFormSection .contactForm .customInput textarea::placeholder {
  color: #000000;
}
.contactPage .contactFormSection .contactForm .customInput textarea:focus {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.contactPage .contactFormSection .contactForm .phoneInputWrap {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  height: 70px;
  padding: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .phonePrefix {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  background: #F5F5F5;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 0 20px;
  font-family: "Space Grotesk", sans-serif;
  border-radius: 10px 0 0 10px;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .customInput {
  flex-grow: 1;
  height: 100%;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 28px;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.22em;
  font-weight: 400;
  color: #000;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #000000;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input::placeholder {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #000000;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input:focus {
  box-shadow: none !important;
  border: none !important;
}
.contactPage .contactFormSection .contactForm .phoneInputWrap:focus-within {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.contactPage .contactFormSection .contactForm .customSelect select {
  background: #FFFFFF;
  height: 70px;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 18px;
  color: #000000;
}
.contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single {
  background: #FFFFFF;
  height: 70px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}
.contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single .select2-selection__arrow {
  right: 25px;
}
.contactPage .contactFormSection .contactForm .submitBtn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  height: 85px;
  padding: 0 65px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Space Grotesk", sans-serif;
  margin-top: 25px;
}
.contactPage .contactFormSection .contactForm .submitBtn:hover {
  background: #EF7D00;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.15);
}
.contactPage .bottomText {
  transform: translateY(-30px);
  margin-bottom: 95px;
}
.contactPage .bottomText p {
  max-width: 875px;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

.page404 {
  position: relative;
}
.page404 .bannerArea {
  padding-top: 155px;
  margin-bottom: 100px;
  position: relative;
}
.page404 .bannerArea .row {
  width: 100%;
  align-items: center;
}
.page404 .bannerArea .container {
  max-width: 1524px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page404 .bannerArea .backgroundArea .circleArea:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  height: 600px;
  background: linear-gradient(to top, #F8F8F8 0%, transparent 100%);
}
.page404 .bannerArea .backgroundArea .circleArea .circle {
  width: 424px;
  height: 424px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page404 .bannerArea .backgroundArea .circleArea .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page404 .bannerArea .content404 {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 105px;
}
.page404 .bannerArea .content404 .huge404 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  margin-bottom: 60px;
}
.page404 .bannerArea .content404 .number {
  font-size: 285px;
  font-weight: 600;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  line-height: 254px;
}
.page404 .bannerArea .content404 .illustrationInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.page404 .bannerArea .content404 .illustrationInner .illustrationIcon {
  width: 29px;
  height: 27px;
  filter: brightness(0);
}
.page404 .bannerArea .content404 .illustrationInner .illustrationIcon img {
  animation: tickRotate 12s ease-in-out infinite;
}
.page404 .bannerArea .content404 .illustrationInner .illustrationText span {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  line-height: 38px;
}
.page404 .bannerArea .content404 .title404 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 20px 0;
}
.page404 .bannerArea .content404 .desc404 {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
  line-height: 27px;
  max-width: 800px;
}
.page404 .bannerArea .content404 .quickAccess .quickAccessTitle {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  display: block;
}
.page404 .bannerArea .content404 .quickAccess .quickAccessLinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page404 .bannerArea .content404 .quickAccess .quickAccessLinks a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.page404 .contactInfoSection {
  position: relative;
  z-index: 2;
}
.page404 .contactInfoSection .container {
  max-width: 1524px;
}
.page404 .contactInfoSection .contactInfoGrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 100px;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol {
  max-width: 250px;
  display: inline-flex;
  flex-direction: column;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol .colLabel {
  font-size: 15px;
  font-weight: 400;
  color: #A4A4A4;
  display: block;
  margin-bottom: 30px;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol .colText {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol .colText a.contactLink {
  color: #000000;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol .colText a.contactLink:hover {
  color: #EF7D00;
}
.page404 .departmentIntroSection {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.page404 .departmentIntroSection .container {
  max-width: 1524px;
}
.page404 .departmentIntroSection .introWrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.page404 .departmentIntroSection .introWrapper .introLabel {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  color: #A5A5A5;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .departmentIntroSection .introWrapper .line {
  flex-grow: 1;
  height: 1px;
  background: #E5E5E5;
}
.page404 .departmentsSection {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
.page404 .departmentsSection .container {
  max-width: 1524px;
}
.page404 .departmentsSection .departmentGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page404 .departmentsSection .departmentGrid .depCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 45px 30px 40px 55px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.page404 .departmentsSection .departmentGrid .depCard .depDesc {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.page404 .departmentsSection .departmentGrid .depCard .cardBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
  gap: 22px;
}
.page404 .departmentsSection .departmentGrid .depCard .cardBottom .depTitle {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  margin-right: auto;
}
.page404 .departmentsSection .departmentGrid .depCard .cardBottom .depIcon {
  width: 29px;
  height: 22px;
  transition: transform 0.3s ease;
}
.page404 .departmentsSection .departmentGrid .depCard .cardBottom .depIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page404 .departmentsSection .departmentGrid .depCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 37px;
  background-image: url(../img/svg/line.svg);
  background-size: cover;
  bottom: 55px;
  background-position: right;
}
.page404 .departmentsSection .departmentGrid .depCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(239, 125, 0, 0.05);
  border-color: rgba(239, 125, 0, 0.15);
}
.page404 .departmentsSection .departmentGrid .depCard:hover .cardBottom .depIcon {
  transform: rotate(90deg);
}
.page404 .contactFormSection {
  padding: 75px 0 60px;
  position: relative;
  z-index: 2;
}
.page404 .contactFormSection .container {
  max-width: 1524px;
}
.page404 .contactFormSection .formSectionTitle {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 75px;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .contactFormSection .contactForm .formGroup {
  margin-bottom: 20px;
}
.page404 .contactFormSection .contactForm .customInput {
  width: 100%;
}
.page404 .contactFormSection .contactForm .customInput input {
  background: #FFFFFF;
  height: 70px;
  border-radius: 10px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .contactFormSection .contactForm .customInput input::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.page404 .contactFormSection .contactForm .customInput input::placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.page404 .contactFormSection .contactForm .customInput input:focus {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.page404 .contactFormSection .contactForm .customInput textarea {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  min-height: 180px;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
}
.page404 .contactFormSection .contactForm .customInput textarea::-moz-placeholder {
  color: #000000;
}
.page404 .contactFormSection .contactForm .customInput textarea::placeholder {
  color: #000000;
}
.page404 .contactFormSection .contactForm .customInput textarea:focus {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.page404 .contactFormSection .contactForm .phoneInputWrap {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  height: 70px;
  padding: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .phonePrefix {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  background: #F5F5F5;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 0 20px;
  font-family: "Space Grotesk", sans-serif;
  border-radius: 10px 0 0 10px;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .customInput {
  flex-grow: 1;
  height: 100%;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .customInput input {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 28px;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.22em;
  font-weight: 400;
  color: #000;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .customInput input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #000000;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .customInput input::placeholder {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #000000;
}
.page404 .contactFormSection .contactForm .phoneInputWrap .customInput input:focus {
  box-shadow: none !important;
  border: none !important;
}
.page404 .contactFormSection .contactForm .phoneInputWrap:focus-within {
  border-color: #EF7D00;
  box-shadow: 0 4px 15px rgba(239, 125, 0, 0.04);
}
.page404 .contactFormSection .contactForm .customSelect select {
  background: #FFFFFF;
  height: 70px;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 18px;
  color: #000000;
}
.page404 .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single {
  background: #FFFFFF;
  height: 70px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}
.page404 .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.page404 .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single .select2-selection__arrow {
  right: 25px;
}
.page404 .contactFormSection .contactForm .submitBtn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  height: 85px;
  padding: 0 65px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Space Grotesk", sans-serif;
  margin-top: 25px;
}
.page404 .contactFormSection .contactForm .submitBtn:hover {
  background: #EF7D00;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.15);
}
.page404 .bottomText {
  transform: translateY(-30px);
  margin-bottom: 95px;
}
.page404 .bottomText p {
  max-width: 875px;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */