@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&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: "Poppins", 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: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

.noSelect {
  -webkit-user-select: none;
  -ms-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;
}
.lineText.type2 .text .lineTextLabel {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(94, 94, 94, 0.85);
  text-transform: uppercase;
  white-space: nowrap;
}

.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: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 2;
}
.siteHeader .headerNavWrap .headerNav .navItem {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  transition: opacity 0.3s ease;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
  color: #888;
  font-weight: 500;
  letter-spacing: 0.02em;
  gap: 15px;
}
.siteHeader .headerNavWrap .headerNav .navItem.menuTrigger span {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: inherit;
  letter-spacing: inherit;
}
.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: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  gap: 12px;
  padding-left: 5px;
}
.siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger a {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.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::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: "Poppins", 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: "Poppins", 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: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.megaMenuOverlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: flex;
  flex-direction: column;
}
.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%;
  flex: 0 0 auto;
  padding: 40px 0 110px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}
.megaMenuOverlay .megaMenuBackdrop {
  flex: 1 1 auto;
  min-height: 1px;
  width: 100%;
  cursor: default;
}
.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%;
  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: 300;
  color: #000;
  line-height: 0.8;
  letter-spacing: -0.02em;
  user-select: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.megaMenuOverlay .megaMenuNavs {
  display: flex;
  flex: 1;
  min-width: 0;
  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: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  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%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a > span:first-child {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: inherit;
  letter-spacing: inherit;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a:hover {
  color: #EF7D00;
}
.megaMenuOverlay .megaMenuNavs .mainNav li a:hover .arrowWrap {
  color: #EF7D00;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megaMenuOverlay .megaMenuNavs .mainNav li a:hover .arrowWrap .arrowLine {
  background-color: #EF7D00;
}
.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: #EF7D00;
  font-weight: 600;
}
.megaMenuOverlay .megaMenuNavs .mainNav li.active a .arrowWrap {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap {
  flex: 1 1 auto;
  min-width: 420px;
  position: relative;
  align-self: flex-start;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  min-width: 100%;
  max-width: min(720px, 100vw - 680px);
  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:last-child {
  margin-bottom: 0;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  display: block;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a:hover {
  color: #EF7D00;
}
.megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav#urunler {
  min-width: 520px;
  max-width: min(780px, 100vw - 620px);
}
.megaMenuOverlay .megaMenuRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  flex: 0 0 280px;
  max-width: 280px;
  z-index: 2;
  margin-left: auto;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop {
  display: flex;
  gap: 75px;
  justify-content: flex-end;
  width: 100%;
}
.megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn {
  position: relative;
  z-index: 5;
  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;
}
@media (max-width: 1366px) {
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
    max-width: min(640px, 100vw - 560px);
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav#urunler {
    min-width: 440px;
    max-width: min(700px, 100vw - 520px);
  }
}

.siteFooter {
  background: #F9F9FA url("../img/footerbg.webp") no-repeat top right;
  background-size: cover;
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", 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;
  isolation: isolate;
}
.siteFooter .footerTopArea .footerTopArea-emblem {
  position: absolute;
  top: -124px;
  right: -95px;
  width: 364px;
  height: 196px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  clip-path: inset(0 52px 0 0);
  -webkit-clip-path: inset(0 52px 0 0);
}
.siteFooter .footerTopArea .footerTopArea-emblem__media {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 35% center;
  display: block;
  transform: translateX(5px);
  background: transparent;
  background-color: transparent;
}
.siteFooter .footerTopArea .footerTopArea-anniversary {
  position: absolute;
  top: -72px;
  right: 0;
  width: 164px;
  height: 95px;
  pointer-events: none;
  z-index: 2;
  background: transparent;
}
.siteFooter .footerTopArea .footerTopArea-anniversary img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.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: "Poppins", 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: "Poppins", sans-serif;
}
.siteFooter .footerIntro {
  max-width: 1250px;
  margin-bottom: 70px;
}
.siteFooter .footerIntro .introText {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  color: #606060;
  font-family: "Poppins", sans-serif;
}
.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;
  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: "Poppins", 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;
  font-family: "Poppins", sans-serif;
  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: "Poppins", 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: "Poppins", sans-serif;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.siteFooter .footerContactCol .emailLink {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", 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%;
  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: "Poppins", 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;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.siteFooter .bottomPolicies a {
  font-size: 14px;
  font-family: "Poppins", 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);
}
.siteFooter .bottomRightPart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-left: auto;
  flex-shrink: 0;
}
.siteFooter .logoStage {
  display: inline-flex;
  align-items: center;
  height: 32px;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.siteFooter .logoStage img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.siteFooter .logoStage:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

@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: "Poppins", 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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.mainSlide .slideMeta .metaStatBox .statNum {
  font-size: 24px;
  padding: 10px;
  font-weight: 500;
  font-family: "Poppins", 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: "Poppins", 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;
  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-bg {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.mainSlide-bg__video, .mainSlide-bg__image,
.mainSlide-bg .media-video-bg__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.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%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
}
.mainSpecial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/blur.webp);
  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);
  -webkit-backdrop-filter: blur(15px);
  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: "Poppins", sans-serif;
  font-weight: 500;
  color: #6B6B6B;
  transition: all 0.3s ease;
}

.mainHistory {
  position: relative;
  padding: 175px 0 185px;
  overflow: hidden;
}
.mainHistory-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mainHistory-bg__video, .mainHistory-bg__image,
.mainHistory-bg .media-video-bg__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.mainHistory .container {
  position: relative;
  z-index: 1;
}
.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;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.mainHistory .historyTopContent {
  display: flex;
  justify-content: space-between;
  gap: 95px;
}
.mainHistory .historyTitle {
  font-size: 40px;
  font-weight: 300;
  color: #333333;
  line-height: 1.2;
  margin: 0;
  flex: 1;
  letter-spacing: -0.01em;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.mainHistory .historyTitle strong {
  font-weight: 600;
  letter-spacing: inherit;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.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%;
  object-position: center;
  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;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  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: "Poppins", 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%;
  object-position: center;
  object-fit: contain;
  display: block;
}

.mainDatas {
  position: relative;
  padding: 175px 0;
  background: url("../img/datas.webp");
  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: "Poppins", sans-serif;
}
.mainDatas .recommendHeader {
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: stretch;
  -webkit-backdrop-filter: blur(4px);
  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%;
  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: "Poppins", 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.webp") 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;
  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: "Poppins", sans-serif;
}
.mainProduct .productTop .top51 {
  width: 96px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.mainProduct .productTop .top51 img {
  width: 100%;
  height: 100%;
  object-position: center;
  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%;
  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: "Poppins", 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;
  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: "Poppins", 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.webp") 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;
  -webkit-backdrop-filter: blur(10px);
  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%;
  object-fit: contain;
}
.architectSection .architectBadge span {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  font-family: "Poppins", sans-serif;
}
.architectSection .comparisonSliderContainer {
  position: relative;
  width: 100%;
  height: 485px;
  border-radius: 20px;
  overflow: hidden;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: ew-resize;
}
.architectSection .comparisonSliderContainer .comparisonImages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 1222.8476821192px);
  max-height: 300px;
  aspect-ratio: 1231/302;
  pointer-events: none;
}
.architectSection .comparisonSliderContainer .comparisonBg,
.architectSection .comparisonSliderContainer .comparisonFg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  pointer-events: none;
}
.architectSection .comparisonSliderContainer .comparisonBg {
  background-image: var(--compare-bg);
  z-index: 1;
}
.architectSection .comparisonSliderContainer .comparisonFg {
  background-image: var(--compare-fg);
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  will-change: clip-path;
}
.architectSection .comparisonSliderContainer .sliderHandle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 40px;
  background: transparent;
  z-index: 10;
  cursor: ew-resize;
  transform: translateX(-50%);
  pointer-events: none;
}
.architectSection .comparisonSliderContainer .sliderHandle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 13;
  width: 2px;
  height: 82%;
  transform: translate(-50%, -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: "Poppins", 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%;
  object-fit: contain;
}
.mainProduction .statBox .statNum {
  font-size: 160px;
  font-weight: 500;
  color: #FF5A24;
  font-family: "Poppins", 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%;
  object-fit: contain;
}
.mainProduction .textCard .cardTitle {
  font-size: 33px;
  font-weight: 600;
  color: #FF5A24;
  margin-bottom: 20px;
  font-family: "Poppins", 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%;
  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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", sans-serif;
}
.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: "Poppins", 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: "Poppins", 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;
  -ms-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: "Poppins", 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.webp);
  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%;
  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%;
  object-position: center;
  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: "Poppins", 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;
  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: "Poppins", 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: "Poppins", 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;
}

button.btnAction {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
}

.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.5;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-family: "Poppins", 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;
  min-height: 93px;
  height: auto;
}
.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%;
  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%;
  object-fit: contain;
  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: "Poppins", 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%;
  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;
  height: 100%;
  min-height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 30px 45px 30px;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background 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;
  flex-shrink: 0;
}
.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;
  flex-shrink: 0;
}
.productCard2 .cardImage img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  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: "Poppins", sans-serif;
  margin: 0;
  margin-top: auto;
  min-height: calc(2.8em + 10px);
  height: auto;
  max-width: 100%;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  transition: color 0.3s ease;
}
.productCard2 .cardTitle .cardTitleLine {
  display: block;
  line-height: 1.4;
}
.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: "Poppins", 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%;
  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: "Poppins", 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;
  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: "Poppins", 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;
  user-select: none;
  font-family: "Poppins", 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: "Poppins", 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.webp") 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%;
  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.webp") 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: "Poppins", 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: "Poppins", 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%;
  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-x: clip;
  overflow-y: visible;
}
.mainPerformance .performanceHeader {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 48px;
  overflow: visible;
}
.mainPerformance .performanceTitle {
  font-size: 48px;
  font-weight: 300;
  background: linear-gradient(to right, #000000 0%, #999999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.35;
  padding-bottom: 0.12em;
  max-width: 1270px;
  margin: 0;
  overflow: visible;
}
.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: block;
  width: 100%;
}
.mainPerformance .imgWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 0;
  font-size: 0;
  border-radius: 28px;
  overflow: hidden;
  background-color: #f6f6f6;
  border: 1px solid #efefef;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
.mainPerformance .imgWrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(150px, 12%);
  height: 48px;
  background: linear-gradient(to top left, #f6f6f6 55%, rgba(246, 246, 246, 0) 100%);
  pointer-events: none;
  z-index: 4;
}
.mainPerformance .performanceMediaCrop {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.mainPerformance .performanceImg {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  display: block;
  vertical-align: top;
  background-color: #f6f6f6;
  mix-blend-mode: normal;
}
.mainPerformance .performanceImg.type1 {
  height: auto;
  max-height: none;
  object-fit: contain;
}
.mainPerformance .performanceBadge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(340px, 31%);
  max-width: 360px;
  padding: 0;
  z-index: 5;
  font-size: 16px;
  line-height: normal;
  animation: float-badge 6s ease-in-out infinite;
  transition: transform 0.35s ease, z-index 0s;
  pointer-events: auto;
}
.mainPerformance .performanceBadge--hint-up {
  flex-direction: column-reverse;
}
.mainPerformance .performanceBadge__card {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.08));
  transition: filter 0.35s ease;
}
.mainPerformance .performanceBadge__hint {
  width: 100%;
  margin: 0;
  padding: 0 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  letter-spacing: 0.01em;
  background: rgba(16, 16, 16, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 0.32s ease, max-height 0.32s ease, padding 0.32s ease, margin 0.32s ease;
}
.mainPerformance .performanceBadge--hint-down .mainPerformance .performanceBadge__hint {
  margin-top: 0;
}
.mainPerformance .performanceBadge--hint-up .mainPerformance .performanceBadge__hint {
  margin-bottom: 0;
}
.mainPerformance .performanceBadge .badgeNum {
  width: 88px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 5px 0 0 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: "Poppins", 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);
  border-right: none;
  box-shadow: 13.58px 20.37px 74.27px rgba(0, 0, 0, 0.14);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, text-shadow 0.35s ease;
}
.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-left: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0 5px 5px 0;
  box-shadow: 13.58px 20.37px 74.27px rgba(0, 0, 0, 0.14);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.mainPerformance .performanceBadge .badgeLabel p {
  background: linear-gradient(to right, #000000 0%, #A5A5A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease, text-shadow 0.35s ease;
}
.mainPerformance .performanceBadge:hover, .mainPerformance .performanceBadge:focus-within {
  z-index: 12;
  transform: translateY(-2px);
  animation-play-state: paused;
}
.mainPerformance .performanceBadge:hover .performanceBadge__card, .mainPerformance .performanceBadge:focus-within .performanceBadge__card {
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.18));
}
.mainPerformance .performanceBadge:hover .badgeNum, .mainPerformance .performanceBadge:focus-within .badgeNum {
  background: radial-gradient(circle at 36% 50%, rgba(255, 90, 36, 0.82) 0%, rgba(255, 120, 60, 0.42) 52%, rgba(40, 40, 40, 0.55) 100%);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  text-shadow: 0 0 16px rgba(255, 90, 36, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 8px 12px 28px rgba(0, 0, 0, 0.16);
}
.mainPerformance .performanceBadge:hover .badgeLabel, .mainPerformance .performanceBadge:focus-within .badgeLabel {
  background: linear-gradient(135deg, rgba(28, 28, 28, 0.62) 0%, rgba(14, 14, 14, 0.52) 58%, rgba(255, 90, 36, 0.14) 100%);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 8px 12px 28px rgba(0, 0, 0, 0.14);
}
.mainPerformance .performanceBadge:hover .badgeLabel p, .mainPerformance .performanceBadge:focus-within .badgeLabel p {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96);
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}
.mainPerformance .performanceBadge:hover .performanceBadge__hint, .mainPerformance .performanceBadge:focus-within .performanceBadge__hint {
  opacity: 1;
  max-height: 80px;
  padding: 8px 14px;
}
.mainPerformance .performanceBadge:hover.performanceBadge--hint-down .performanceBadge__hint, .mainPerformance .performanceBadge:focus-within.performanceBadge--hint-down .performanceBadge__hint {
  margin-top: 8px;
}
.mainPerformance .performanceBadge:hover.performanceBadge--hint-up .performanceBadge__hint, .mainPerformance .performanceBadge:focus-within.performanceBadge--hint-up .performanceBadge__hint {
  margin-bottom: 8px;
}
.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: "Poppins", 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: "Poppins", 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-top: 0;
  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;
  position: relative;
  width: 100%;
  min-height: 54px;
}
.productContactCatalog .actionCard .cardSubtitleRow .line,
.productContactCatalog .actionCard .cardSubtitleRow .line2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #E0E0E0;
  pointer-events: none;
  z-index: 1;
}
.productContactCatalog .actionCard .cardSubtitleRow .line {
  left: 0;
  width: 68px;
}
.productContactCatalog .actionCard .cardSubtitleRow .line2 {
  width: 300px;
  right: 0;
}
.productContactCatalog .actionCard .cardSubtitleRow .line2.type2 {
  right: 15px;
  width: 365px;
}
.productContactCatalog .actionCard .cardSubtitleRow .subtitle {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-family: "Poppins", 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.contactCard {
  overflow: hidden;
}
.productContactCatalog .actionCard.contactCard .cardSubtitleRow .subtitle {
  margin-left: 83px;
  padding-right: 20px;
}
.productContactCatalog .actionCard.catalogCard {
  overflow: hidden;
}
.productContactCatalog .actionCard.catalogCard .cardContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: min(100%, calc(100% - 300px));
  padding-right: 16px;
}
.productContactCatalog .actionCard.catalogCard .cardTitle {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}
.productContactCatalog .actionCard.catalogCard .cardSubtitleRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
.productContactCatalog .actionCard.catalogCard .cardSubtitleRow .subtitle {
  position: relative;
  z-index: 1;
  max-width: 100%;
  white-space: normal;
  line-height: 1.5;
}
.productContactCatalog .actionCard.catalogCard .cardSubtitleRow .subtitle span {
  line-height: inherit;
}
.productContactCatalog .actionCard.catalogCard .cardSubtitleRow .line2.type2 {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: 100%;
  max-width: 280px;
  margin-top: 18px;
  align-self: flex-start;
}
.productContactCatalog .actionCard.catalogCard .cardButtons {
  position: relative;
  z-index: 2;
}
.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%;
  object-position: center;
  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%;
  object-position: center;
  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%;
  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: "Poppins", 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;
  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;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", sans-serif;
  text-align: center;
}
section.references .referencesStatsArea .statsBottomRow .statNumber {
  font-size: 96px;
  font-weight: 300;
  line-height: 1;
  color: #FF5A24;
  font-family: "Poppins", 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 100px;
  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: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
  gap: 30px;
}
.products .bannerArea .bannerContentRow .leftCol {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}
.products .bannerArea .bannerContentRow .leftCol .bannerTitle {
  font-size: 54px;
  font-weight: 300;
  line-height: 64px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.products .bannerArea .bannerContentRow .rightCol {
  width: 38%;
  padding-top: 0;
}
.products .bannerArea .bannerContentRow .rightCol .introText {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #555555;
  margin: 0;
}
.products .bannerArea .bannerContentRow .productFilterBar {
  width: auto;
  flex: 0 1 550px;
  max-width: 550px;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}
.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;
  object-fit: contain;
}
.products .bannerArea .productFilterBar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  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: "Poppins", 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: var(--product-group-label);
  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;
  object-fit: contain !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: 25px 20px;
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 6px !important;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", 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: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.3);
}
.products .bannerArea .productFilterBar .rightCol {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  width: 100%;
  max-width: 550px;
  gap: 20px;
}
.products .bannerArea .productFilterBar .rightCol .select2-container.productfilter {
  align-self: stretch;
}
.products .bannerArea .productFilterBar .rightCol .introText {
  font-size: 24px;
  text-align: right;
  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;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 75px;
  padding-left: 0;
  padding-right: 5px;
  position: relative;
  z-index: 6;
}
.products .productsGridArea .gridHeader .headerLabel {
  font-size: 20px;
  font-weight: 300;
  color: #A4A4A4;
  font-family: "Poppins", sans-serif;
}
.products .productsGridArea .gridHeader .headerValue {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.products .productsGridArea .productsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 24px;
}
.products .productsGridArea .gridItem {
  width: 100%;
  height: 100%;
  display: flex;
}
.products .productsGridArea .gridItem .productCard2 {
  width: 100%;
  flex: 1 1 auto;
}
.products .productsGridArea .productsPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 64px;
  padding-top: 8px;
}
.products .productsGridArea .productsPagination .pageArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #FFFFFF;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.products .productsGridArea .productsPagination .pageArrow img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease;
}
.products .productsGridArea .productsPagination .pageArrow:hover:not(.disabled) {
  border-color: #000000;
  background: #000000;
}
.products .productsGridArea .productsPagination .pageArrow:hover:not(.disabled) img {
  filter: brightness(0) invert(1);
}
.products .productsGridArea .productsPagination .pageArrow.disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.products .productsGridArea .productsPagination .pageNumbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.products .productsGridArea .productsPagination .pageNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.products .productsGridArea .productsPagination .pageNumber:hover:not(.active) {
  color: #000000;
  background: #F5F5F5;
}
.products .productsGridArea .productsPagination .pageNumber.active {
  color: #FFFFFF;
  background: #000000;
  pointer-events: none;
}
.products .productsGridArea .productsPagination .pageDots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 40px;
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
}
.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: "Poppins", 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;
  box-sizing: border-box;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  width: 210px;
  height: 90px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px;
  border: 1px solid #000000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "Poppins", 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: "Poppins", 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: var(--product-group-label);
  font-size: 15px;
  font-weight: 300;
  color: #818181;
  text-transform: none;
  transition: color 0.3s ease !important;
}
.select2-container--open.productfilter .select2-results__option > span.is-option-label::before {
  display: none;
  content: none;
}
.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;
  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 75px;
}
.productDetail .bannerArea .bannerContent {
  width: 100%;
  padding-bottom: 62px;
}
.productDetail .bannerArea .productDetailMain {
  width: 100%;
}
.productDetail .bannerArea .productDetailMainRow {
  align-items: stretch;
}
.productDetail .bannerArea .productDetailGalleryCol,
.productDetail .bannerArea .productDetailInfoCol {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .productDetail .bannerArea .productDetailMainRow {
    align-items: flex-start;
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .productDetail .bannerArea .productDetailGalleryCol {
    align-self: flex-start;
    height: calc(100svh - 210px);
    max-height: calc(100svh - 210px);
    min-height: 0;
  }
  .productDetail .bannerArea .productDetailInfoCol {
    align-self: flex-start;
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .productDetail .bannerArea .productDetailGalleryCol .productGalleryWrapper {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
  .productDetail .bannerArea .productDetailInfoCol .productInfoWrapper {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .productDetailMainRow {
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .productDetail .bannerArea .productDetailGalleryCol .productGalleryWrapper,
  .productDetail .bannerArea .productDetailInfoCol .productInfoWrapper {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
}
.productDetail .bannerArea .productGalleryWrapper {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .productGalleryWrapper {
    min-height: 0;
    flex-direction: column;
    padding: 20px 16px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .productDetail .bannerArea .productGalleryWrapper {
    padding: 24px 20px 28px;
  }
}
@media (min-width: 1200px) {
  .productDetail .bannerArea .productGalleryWrapper {
    min-height: 0;
  }
}
.productDetail .bannerArea .productGalleryWrapper.has-thumbs .productGalleryViewport {
  margin-left: 175px;
  width: calc(100% - 175px);
}
.productDetail .bannerArea .productGalleryWrapper.no-thumbs .mainImage,
.productDetail .bannerArea .productGalleryWrapper.no-thumbs .mainModel {
  padding: 0 8px 44px;
}
.productDetail .bannerArea .productGalleryWrapper.is-3d-mode {
  padding-bottom: 56px;
}
.productDetail .bannerArea .productGalleryWrapper.is-3d-mode .productGalleryViewport {
  min-height: 300px;
}
@media (min-width: 1200px) {
  .productDetail .bannerArea .productGalleryWrapper.is-3d-mode .productGalleryViewport {
    min-height: 0;
  }
}
.productDetail .bannerArea .productGalleryWrapper.is-3d-mode .mainModel {
  padding: 8px 12px 52px;
}
.productDetail .bannerArea .productGalleryWrapper .thumbList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  position: absolute;
  left: 36px;
  top: 28px;
  max-height: calc(100% - 64px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.productDetail .bannerArea .productGalleryWrapper .thumbItem {
  width: 135px;
  height: 135px;
  flex-shrink: 0;
  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%;
  object-fit: contain;
  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 .productGalleryViewport {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  align-self: stretch;
}
@media (min-width: 1200px) {
  .productDetail .bannerArea .productGalleryWrapper .productGalleryViewport {
    min-height: 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .productGalleryWrapper .productGalleryViewport {
    min-height: 360px;
    height: min(52vh, 520px);
  }
}
.productDetail .bannerArea .productGalleryWrapper .mainImage,
.productDetail .bannerArea .productGalleryWrapper .mainModel {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 12px 48px;
  overflow: hidden;
}
.productDetail .bannerArea .productGalleryWrapper .mainImage.is-active,
.productDetail .bannerArea .productGalleryWrapper .mainModel.is-active {
  display: flex;
}
.productDetail .bannerArea .productGalleryWrapper .mainImage a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.productDetail .bannerArea .productGalleryWrapper .mainImage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.4s ease;
}
.productDetail .bannerArea .productGalleryWrapper .mainModel {
  align-items: stretch;
}
.productDetail .bannerArea .productGalleryWrapper .mainModel model-viewer {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  --poster-color: transparent;
  background: transparent;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryToolbar {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: auto;
  transform: none;
  z-index: 6;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .productGalleryWrapper .productGalleryToolbar {
    right: 50%;
    transform: translateX(50%);
  }
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryActions {
  display: inline-flex;
  align-items: stretch;
  background: rgba(245, 245, 245, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction {
  display: inline-flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: none;
  border-right: 1px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.25s ease;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction:last-child {
  border-right: none;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction:hover {
  background: rgba(255, 255, 255, 0.72);
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction:hover .productGalleryAction__label {
  color: #EF7D00;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  padding: 16px 0;
  border-right: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.72);
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction__icon img {
  width: 22px;
  height: auto;
  display: block;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction__label {
  display: flex;
  align-items: center;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 500;
  color: #7B7B7B;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction--toggle.is-active .productGalleryAction__icon {
  background: #EF7D00;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction--toggle.is-active .productGalleryAction__icon img {
  filter: brightness(0) invert(1);
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction--toggle.is-active .productGalleryAction__label {
  color: #1A1A1A;
  font-weight: 600;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction--reset .productGalleryAction__label {
  padding: 0 20px;
}
.productDetail .bannerArea .productGalleryWrapper .productGalleryAction.is-hidden {
  display: none;
}
.productDetail .bannerArea .productGalleryWrapper .thumbList.is-dimmed {
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .productGalleryWrapper.has-thumbs .productGalleryViewport {
    margin-left: 0;
    width: 100%;
  }
  .productDetail .bannerArea .productGalleryWrapper.no-thumbs .mainImage,
  .productDetail .bannerArea .productGalleryWrapper.no-thumbs .mainModel {
    padding: 8px 6px 12px;
  }
  .productDetail .bannerArea .productGalleryWrapper.is-3d-mode .productGalleryViewport {
    min-height: 300px;
  }
  .productDetail .bannerArea .productGalleryWrapper.is-3d-mode .mainModel {
    min-height: 280px;
  }
  .productDetail .bannerArea .productGalleryWrapper.is-3d-mode .mainModel model-viewer {
    min-height: 280px;
    height: 280px;
  }
  .productDetail .bannerArea .productGalleryWrapper .productGalleryViewport {
    flex: 0 0 auto;
    order: 1;
    min-height: 0;
    height: auto;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-height: none;
    margin-top: 14px;
    gap: 8px;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 68px;
    height: 68px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage,
  .productDetail .bannerArea .productGalleryWrapper .mainModel {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 220px;
    max-height: 360px;
    padding: 8px 6px 12px;
    overflow: visible;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage.is-active,
  .productDetail .bannerArea .productGalleryWrapper .mainModel.is-active {
    display: flex;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage a {
    height: auto;
    min-height: 200px;
    max-height: 340px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center center;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainModel model-viewer {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 360px;
  }
}
.productDetail .bannerArea .productInfoWrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  overflow: visible;
}
@media (min-width: 1200px) {
  .productDetail .bannerArea .productInfoWrapper {
    min-height: 0;
  }
}
.productDetail .bannerArea .seriesModelCard {
  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;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.productDetail .bannerArea .seriesModelCard.is-dropdown-open {
  z-index: 30;
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardHeader .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 42px;
  border-right: 1px solid #FFFFFF;
  flex-shrink: 0;
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardHeader .iconWrap img {
  width: 29px;
  height: 27px;
  object-fit: contain;
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardHeader .seriesModelCardName {
  flex: 1;
  padding: 5px 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  color: #333333;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardHeader .seriesModelCardName.is-selected {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelCardHeader .seriesModelCardName {
    font-size: 22px;
    padding: 5px 24px;
  }
}
.productDetail .bannerArea .seriesModelCard .seriesModelCardBody {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: 28px 45px 34px 45px;
  background: rgba(0, 0, 0, 0.025);
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelCardBody {
    padding: 24px 25px 30px 25px;
  }
}
@media (max-width: 991px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelCardBody {
    padding: 20px 20px 26px 20px;
  }
}
@media (max-width: 767px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelCardBody {
    padding: 18px 15px 22px 15px;
  }
}
.productDetail .bannerArea .seriesModelCard .seriesModelSelectWrap {
  position: relative;
  z-index: 3;
}
.productDetail .bannerArea .seriesModelCard .seriesModelSelect.is-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdown {
  position: relative;
  width: 100%;
  z-index: 4;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdown.is-open {
  z-index: 50;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownTrigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownTrigger:hover {
  border-color: rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.9);
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownTrigger[aria-expanded=true] {
  border-color: #EF7D00;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(239, 125, 0, 0.1);
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownTrigger[aria-expanded=true] .seriesModelDropdownChevron {
  transform: rotate(180deg);
  background: rgba(239, 125, 0, 0.16);
}
@media (max-width: 767px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelDropdownTrigger {
    padding: 14px 14px;
    border-radius: 12px;
  }
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownTriggerText {
  min-width: 0;
  flex: 1;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownLabel {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8A8A8A;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownValue {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownValue.is-placeholder {
  color: #8A8A8A;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelDropdownValue {
    font-size: 13px;
  }
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownChevron {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(239, 125, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.2s ease;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownChevron::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #EF7D00;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownPanel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  padding: 8px;
  max-height: 280px;
  overflow-y: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownPanel[hidden] {
  display: none;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownOption {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: none;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownOption:hover {
  background: rgba(0, 0, 0, 0.04);
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownOption.is-active {
  background: rgba(239, 125, 0, 0.08);
  color: #EF7D00;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownOption.is-active .seriesModelDropdownCheck {
  opacity: 1;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .seriesModelCard .seriesModelDropdownOption {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownCheck {
  width: 16px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #EF7D00;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.productDetail .bannerArea .seriesModelCard .seriesModelDropdownOptionLabel {
  min-width: 0;
  line-height: 1.35;
}
.productDetail .bannerArea .is-hidden {
  display: none !important;
}
.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;
  object-fit: contain;
}
.productDetail .bannerArea .infoTitleCard .cardHeader .categoryLabel {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  padding: 5px 40px;
  font-family: "Poppins", sans-serif;
}
.productDetail .bannerArea .infoTitleCard .productMainTitle {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  padding: 32px 40px;
  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
}
.productDetail .bannerArea .infoTitleCard .productMainTitle span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .productDetail .bannerArea .infoTitleCard .productMainTitle {
    font-size: 24px;
  }
}
.productDetail .bannerArea .infoTitleCard .productVariations {
  padding: 24px 45px 38px 45px;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 1199px) {
  .productDetail .bannerArea .infoTitleCard .productVariations {
    padding: 20px 25px 28px 25px;
  }
}
@media (max-width: 991px) {
  .productDetail .bannerArea .infoTitleCard .productVariations {
    padding: 15px 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .productDetail .bannerArea .infoTitleCard .productVariations {
    padding: 15px 15px 20px 15px;
  }
}
.productDetail .bannerArea .infoTitleCard .productVariations .variationLabel {
  font-size: 11px;
  font-weight: 600;
  color: #8A8A8A;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .infoTitleCard .productVariations .variationLabel {
    margin-bottom: 15px;
    font-size: 10px;
  }
}
.productDetail .bannerArea .infoTitleCard .productVariations .variationOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .infoTitleCard .productVariations .variationOptions {
    gap: 8px;
  }
}
.productDetail .bannerArea .infoTitleCard .productVariations .variationOptions .variationOption {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #555555;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .productDetail .bannerArea .infoTitleCard .productVariations .variationOptions .variationOption {
    padding: 8px 16px;
    font-size: 10px;
    border-radius: 10px;
  }
}
.productDetail .bannerArea .infoTitleCard .productVariations .variationOptions .variationOption:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.3);
  color: #000000;
  transform: translateY(-1px);
}
.productDetail .bannerArea .infoTitleCard .productVariations .variationOptions .variationOption.active {
  background: rgba(239, 125, 0, 0.08);
  border-color: #EF7D00;
  color: #EF7D00;
}
.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.specsOnly > .item:first-child {
  width: 100%;
  border-right: none;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item {
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item:last-child {
  border-right: none;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item.itemPdf {
  cursor: pointer;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item.itemPdf:hover {
  background: rgba(255, 255, 255, 0.55);
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item.itemPdf:hover .specsLabel {
  color: #EF7D00;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item.itemPdf .iconWrap img {
  width: 24px;
  height: 30px;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid #FFFFFF;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item .iconWrap img {
  width: 29px;
  height: 27px;
  object-fit: contain;
}
.productDetail .bannerArea .infoSpecsCard .cardHeader .item .specsLabel {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  padding: 5px 20px;
  font-family: "Poppins", 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: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 13px 0;
}
.productDetail .bannerArea .infoSpecsCard .specsList li:last-child {
  border-bottom: none;
}
.productDetail .bannerArea .infoSpecsCard .specsList li.is-model-extra:first-of-type, .productDetail .bannerArea .infoSpecsCard .specsList li:not(.is-model-extra) + .is-model-extra {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 8px;
  padding-top: 20px;
}
.productDetail .bannerArea .infoSpecsCard .specsList li .specName {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  min-width: 0;
  padding-right: 8px;
}
.productDetail .bannerArea .infoSpecsCard .specsList li .specValue {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.productDetail .bannerArea .infoSpecsCard .specsWatermark {
  font-size: 13px;
  font-weight: 700;
  color: #E2E2E2;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}
.productDetail .productFeaturesOptions {
  padding: 25px 0 25px;
}
.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;
  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;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.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 .cardBody {
  position: static;
  padding-bottom: 150px;
}
.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: 85px;
  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;
  vertical-align: bottom;
}
.productDetail .productFeaturesOptions .featureCard:hover .cardHeaderLine .arrow img {
  transform: translate(3px, -3px);
}
.productDetail .productDetailTabsSection {
  padding: 35px 0 60px;
  background: #F8F8F8;
}
@keyframes tabMarkSoftPulse {
  0%, 100% {
    opacity: 0.09;
  }
  50% {
    opacity: 0.15;
  }
}
.productDetail .productDetailTabsSection .productDetailTabsLayout {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(216, 216, 216, 0.45);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.productDetail .productDetailTabsSection .productDetailTabNav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  width: 100%;
  border-radius: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productDetail .productDetailTabsSection .productDetailTabNav::-webkit-scrollbar {
  display: none;
}
.productDetail .productDetailTabsSection .productDetailTabCard {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  margin: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: rgba(216, 216, 216, 0.72);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
.productDetail .productDetailTabsSection .productDetailTabCard[hidden] {
  display: none !important;
}
.productDetail .productDetailTabsSection .productDetailTabCard {
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.productDetail .productDetailTabsSection .productDetailTabCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 0;
}
.productDetail .productDetailTabsSection .productDetailTabCard::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 88px;
  height: 100%;
  background: url("../../img/circle.svg") no-repeat right center/auto 100%;
  opacity: 0.065;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease, transform 0.35s ease;
}
.productDetail .productDetailTabsSection .productDetailTabCard:last-child {
  border-right: none;
}
@media (max-width: 1199px) {
  .productDetail .productDetailTabsSection .productDetailTabCard {
    flex: 0 0 auto;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabCard {
    min-width: 190px;
    min-height: 68px;
    padding: 16px 14px;
  }
  .productDetail .productDetailTabsSection .productDetailTabCard::after {
    width: 68px;
    right: -4px;
  }
}
.productDetail .productDetailTabsSection .productDetailTabCard:hover:not(.is-active) {
  background: rgba(200, 200, 200, 0.88);
}
.productDetail .productDetailTabsSection .productDetailTabCard:hover:not(.is-active)::after {
  opacity: 0.09;
  transform: scale(1.04);
}
.productDetail .productDetailTabsSection .productDetailTabCard:hover:not(.is-active) .productDetailTabTitle {
  color: #000000;
}
.productDetail .productDetailTabsSection .productDetailTabCard.is-active {
  background: #111111;
  z-index: 1;
}
.productDetail .productDetailTabsSection .productDetailTabCard.is-active::before {
  background: rgba(255, 255, 255, 0.04);
}
.productDetail .productDetailTabsSection .productDetailTabCard.is-active::after {
  opacity: 0.11;
  filter: none;
  transform: none;
  animation: tabMarkSoftPulse 4.2s ease-in-out infinite;
}
.productDetail .productDetailTabsSection .productDetailTabCard.is-active .productDetailTabTitle {
  color: #FFFFFF;
}
.productDetail .productDetailTabsSection .productDetailTabCard.is-active .productDetailTabTitle::after {
  opacity: 1;
  transform: scaleX(1);
}
.productDetail .productDetailTabsSection .productDetailTabTitle {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #2A2A2A;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.35;
  transition: color 0.25s ease;
  word-break: break-word;
  font-family: "Poppins", sans-serif;
}
.productDetail .productDetailTabsSection .productDetailTabTitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #EF7D00;
  border-radius: 0;
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabTitle {
    font-size: 11px;
    letter-spacing: 0.35px;
  }
  .productDetail .productDetailTabsSection .productDetailTabTitle::after {
    bottom: -6px;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanels {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}
.productDetail .productDetailTabsSection .productDetailTabPanels > .productDetailTabPanel {
  grid-area: 1/1;
}
@media (max-width: 991px) {
  .productDetail .productDetailTabsSection .productDetailTabPanels {
    min-height: 0;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanel {
  display: none;
  height: auto;
  min-height: 0;
  padding: 38px 45px;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.productDetail .productDetailTabsSection .productDetailTabPanel[hidden] {
  display: none !important;
}
.productDetail .productDetailTabsSection .productDetailTabPanel:not(.is-active) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabPanel {
    padding: 24px 20px;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanel.is-active {
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
  visibility: visible;
  pointer-events: auto;
  animation: productFadeIn 0.4s ease forwards;
}
.productDetail .productDetailTabsSection .productDetailTabPanel.is-active .tabTechnicalMainPerformance .performanceImg,
.productDetail .productDetailTabsSection .productDetailTabPanel.is-active .tabTechnicalMainPerformance .techPerfBadge {
  opacity: 1;
}
.productDetail .productDetailTabsSection .productDetailTabPanel--tableImage {
  padding: 0;
  min-height: 0;
  height: auto;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.productDetail .productDetailTabsSection .productDetailTabPanel--tableImage.is-active {
  display: block;
  height: auto;
  min-height: 0;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabPanel--tableImage {
    padding: 0;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanel--tableData {
  overflow: hidden;
}
.productDetail .productDetailTabsSection .productDetailTabPanel--tableData.is-active {
  overflow: hidden;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabPanel--tableData {
    padding: 14px 0 18px;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanel--technical {
  overflow: visible;
  padding: 22px 28px 32px;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .productDetailTabPanel--technical {
    padding: 18px 16px 24px;
  }
}
.productDetail .productDetailTabsSection .productDetailTabPanel--usage {
  min-height: 0;
  background: #FFFFFF;
}
.productDetail .productDetailTabsSection .tabUsageContent {
  position: relative;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance {
  padding: 0;
  overflow: visible;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceHeader {
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceHeader {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceHeader {
    margin-bottom: 18px;
  }
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceTitle {
  width: 100%;
  max-width: none;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceTitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceTitle {
    font-size: 24px;
    line-height: 1.25;
  }
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceShowcase {
  width: 100%;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .imgWrapper {
  position: relative;
  width: 100%;
  display: block;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceImg {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: normal;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceImg[data-anim]:not(.is-visible) {
  opacity: 0;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceImg[data-anim].is-visible {
  opacity: 1;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge {
  position: absolute;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(360px, 46vw);
  padding: 0;
  opacity: 1;
  animation: float-badge 6s ease-in-out infinite;
  pointer-events: auto;
  transition: transform 0.35s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge[data-anim]:not(.is-visible) {
  opacity: 0;
  animation: none;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge[data-anim].is-visible {
  animation: float-badge 6s ease-in-out infinite, scaleIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:nth-of-type(1) {
  animation-delay: 0s;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:nth-of-type(2) {
  animation-delay: 1.5s;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:nth-of-type(3) {
  animation-delay: 3s;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:nth-of-type(4) {
  animation-delay: 4.5s;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge--hint-up {
  flex-direction: column-reverse;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__card {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 76px;
  padding: 0;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.08));
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.35s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__num {
  flex-shrink: 0;
  width: 76px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 6px;
  background: radial-gradient(circle at 36% 50%, rgba(255, 90, 36, 0.78) 0%, rgba(255, 128, 64, 0.46) 46%, rgba(220, 220, 220, 0.52) 100%);
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 2px 12px rgba(255, 90, 36, 0.35);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-right: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 8px 12px 28px rgba(0, 0, 0, 0.1);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, text-shadow 0.35s ease, box-shadow 0.35s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__label {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 12px 18px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74) 0%, rgba(230, 230, 230, 0.44) 55%, rgba(210, 210, 210, 0.36) 100%);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 8px 12px 28px rgba(0, 0, 0, 0.08);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__label p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  background: linear-gradient(to right, #111111 0%, #6B6B6B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.35s ease, color 0.35s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__hint {
  width: 100%;
  margin: 0;
  padding: 0 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  letter-spacing: 0.01em;
  background: rgba(16, 16, 16, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 0.32s ease, max-height 0.32s ease, padding 0.32s ease, margin 0.32s ease;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge--hint-down .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__hint {
  margin-top: 0;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge--hint-up .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__hint {
  margin-bottom: 0;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within {
  z-index: 12;
  transform: translateY(-2px);
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover .techPerfBadge__card, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within .techPerfBadge__card {
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.18));
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover .techPerfBadge__num, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within .techPerfBadge__num {
  background: radial-gradient(circle at 36% 50%, rgba(255, 90, 36, 0.82) 0%, rgba(255, 120, 60, 0.42) 52%, rgba(40, 40, 40, 0.55) 100%);
  border-color: rgba(255, 255, 255, 0.22);
  color: #FFFFFF;
  text-shadow: 0 0 16px rgba(255, 90, 36, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 8px 12px 28px rgba(0, 0, 0, 0.16);
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover .techPerfBadge__label, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within .techPerfBadge__label {
  background: linear-gradient(135deg, rgba(28, 28, 28, 0.62) 0%, rgba(14, 14, 14, 0.52) 58%, rgba(255, 90, 36, 0.14) 100%);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 8px 12px 28px rgba(0, 0, 0, 0.14);
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover .techPerfBadge__label p, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within .techPerfBadge__label p {
  background: none;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96);
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover .techPerfBadge__hint, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within .techPerfBadge__hint {
  opacity: 1;
  max-height: 80px;
  padding: 8px 14px;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover.techPerfBadge--hint-down .techPerfBadge__hint, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within.techPerfBadge--hint-down .techPerfBadge__hint {
  margin-top: 8px;
}
.productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:hover.techPerfBadge--hint-up .techPerfBadge__hint, .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge:focus-within.techPerfBadge--hint-up .techPerfBadge__hint {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge {
    width: min(300px, 54vw);
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__num {
    width: 64px;
    min-height: 64px;
    font-size: 42px;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__label p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge {
    width: 100%;
    max-width: none;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    animation: none !important;
    transform: none !important;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__num {
    width: 56px;
    min-height: 56px;
    font-size: 34px;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__label {
    padding: 10px 12px;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__label p {
    font-size: 15px;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge__hint {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .imgWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 12px 18px;
    background-color: #f6f6f6;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .performanceImg {
    order: 0;
    width: 100%;
  }
  .productDetail .productDetailTabsSection .tabTechnicalMainPerformance .techPerfBadge {
    order: 1;
  }
}
.productDetail .productDetailTabsSection .tabPanelHeading {
  margin: 0 0 32px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.productDetail .productDetailTabsSection .tabPanelHeading .lightText {
  color: #999999;
}
.productDetail .productDetailTabsSection .tabPanelHeading--center {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabPanelHeading {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.productDetail .productDetailTabsSection .tabTableImageContent {
  display: block;
  width: 100%;
  height: fit-content;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0 0 16px 16px;
}
.productDetail .productDetailTabsSection .tabTableImageContent .tabTableImageZoom {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  cursor: zoom-in;
  text-align: left;
}
.productDetail .productDetailTabsSection .tabTableImageContent img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  border-radius: 0;
  vertical-align: top;
}
.productDetail .productDetailTabsSection .tabTableImageContent .tabTableImageZoomBadge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}
.productDetail .productDetailTabsSection .tabTableImageContent .tabTableImageZoomBadge svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.productDetail .productDetailTabsSection .tabTableDataContent {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  line-height: normal;
}
.productDetail .productDetailTabsSection .tabTableDataVariant {
  display: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
}
.productDetail .productDetailTabsSection .tabTableDataVariant.is-active {
  display: block;
  height: auto;
  min-height: 0;
}
.productDetail .productDetailTabsSection .tabProductDataTable {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #FFFFFF;
}
.productDetail .productDetailTabsSection .tabProductDataTable__title {
  margin: 0;
  padding: 18px 20px 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
  background: #FFFFFF;
}
.productDetail .productDetailTabsSection .tabProductDataTable__viewport {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: min(68vh, 720px);
  overflow: hidden;
  background: #FFFFFF;
}
.productDetail .productDetailTabsSection .tabProductDataTable__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  opacity: 0.85;
  z-index: 3;
}
@media (min-width: 768px) {
  .productDetail .productDetailTabsSection .tabProductDataTable__viewport::after {
    display: none;
  }
}
.productDetail .productDetailTabsSection .tabProductDataTable__floatingZoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 11px 18px;
  border: none;
  border-radius: 999px;
  background: #EF7D00;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(239, 125, 0, 0.45);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  font-family: "Poppins", sans-serif;
}
.productDetail .productDetailTabsSection .tabProductDataTable__floatingZoom svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  flex-shrink: 0;
}
.productDetail .productDetailTabsSection .tabProductDataTable__floatingZoom:hover {
  background: #111111;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabProductDataTable__floatingZoom {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 12px;
  }
}
.productDetail .productDetailTabsSection .tabProductDataTable__scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: min(68vh, 720px);
  overflow-x: auto;
  overflow-y: auto;
  background: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.productDetail .productDetailTabsSection .tabProductDataTable__scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.productDetail .productDetailTabsSection .tabProductDataTable__scroll::-webkit-scrollbar-thumb {
  background: rgba(239, 125, 0, 0.75);
  border-radius: 999px;
}
.productDetail .productDetailTabsSection .tabProductDataTable__scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}
.productDetail .productDetailTabsSection .tabProductDataTable__scroll--lightbox {
  max-height: none;
  overflow: visible;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 1.35;
  color: #222222;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header {
  background: #F3F3F3;
  font-weight: 600;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid th,
.productDetail .productDetailTabsSection .tabProductDataTable__grid td {
  border: 1px solid #D9D9D9;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  min-width: 56px;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid th {
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.35;
  hyphens: auto;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid td {
  white-space: nowrap;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header th,
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header td {
  background: #F3F3F3;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header th.is-sticky-top,
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header td.is-sticky-top {
  position: sticky;
  background: #F3F3F3;
  box-shadow: 0 1px 0 #D9D9D9;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid th.is-sticky-left,
.productDetail .productDetailTabsSection .tabProductDataTable__grid td.is-sticky-left {
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 1px 0 0 #D9D9D9;
}
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header th.is-sticky-left,
.productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header td.is-sticky-left {
  z-index: 3;
  box-shadow: 1px 0 0 #D9D9D9, 0 1px 0 #D9D9D9;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabProductDataTable__grid {
    font-size: 12px;
  }
  .productDetail .productDetailTabsSection .tabProductDataTable__grid th,
  .productDetail .productDetailTabsSection .tabProductDataTable__grid td {
    min-width: 48px;
    padding: 8px 10px;
  }
  .productDetail .productDetailTabsSection .tabProductDataTable__grid th {
    font-size: 11px;
    line-height: 1.4;
  }
  .productDetail .productDetailTabsSection .tabProductDataTable__grid td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }
  .productDetail .productDetailTabsSection .tabProductDataTable__grid th.is-sticky-left,
  .productDetail .productDetailTabsSection .tabProductDataTable__grid td.is-sticky-left {
    position: static;
    box-shadow: none;
    z-index: auto;
  }
  .productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header th.is-sticky-top,
  .productDetail .productDetailTabsSection .tabProductDataTable__grid tr.is-header td.is-sticky-top {
    position: sticky;
    z-index: 5;
  }
}
.productDetail .productDetailTabsSection .tabPerformanceGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .productDetail .productDetailTabsSection .tabPerformanceGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.productDetail .productDetailTabsSection .tabPerformanceGrid--visualOnly {
  grid-template-columns: 1fr;
}
.productDetail .productDetailTabsSection .tabPerformanceGrid--visualOnly .tabPerformanceVisual {
  min-height: 420px;
}
.productDetail .productDetailTabsSection .tabPerformanceGrid--visualOnly .tabPerformanceVisual img {
  min-height: 420px;
}
.productDetail .productDetailTabsSection .tabPerformanceVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 16px;
  background: #D8D8D8;
  border: none;
  overflow: hidden;
  min-height: 360px;
}
.productDetail .productDetailTabsSection .tabPerformanceVisual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.productDetail .productDetailTabsSection .tabPerformanceBadges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.productDetail .productDetailTabsSection .tabPerformanceBadges li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.productDetail .productDetailTabsSection .tabPerformanceBadges .badgeNum {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(239, 125, 0, 0.1);
  color: #EF7D00;
  font-size: 13px;
  font-weight: 600;
}
.productDetail .productDetailTabsSection .tabPerformanceBadges .badgeLabel {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.35;
}
.productDetail .productDetailTabsSection .tabListContent {
  position: relative;
}
.productDetail .productDetailTabsSection .tabListContent.has-watermark {
  padding-bottom: 70px;
}
.productDetail .productDetailTabsSection .tabFeatureList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.productDetail .productDetailTabsSection .tabFeatureList--spaced {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.productDetail .productDetailTabsSection .tabFeatureList li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #444444;
  font-family: "Poppins", sans-serif;
}
.productDetail .productDetailTabsSection .tabFeatureList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EF7D00;
  transform: translateY(-50%);
}
.productDetail .productDetailTabsSection .tabFeatureList li strong {
  color: #111111;
  font-weight: 600;
}
.productDetail .productDetailTabsSection .tabPanelWatermark {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.35;
  pointer-events: none;
}
.productDetail .productDetailTabsSection .tabPanelWatermark img {
  max-width: 180px;
  height: auto;
}
.productDetail .productDetailTabsSection .tabUsageIntro {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.55;
  color: #6B6B6B;
  font-weight: 300;
}
.productDetail .productDetailTabsSection .tabUsageCards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.productDetail .productDetailTabsSection .tabUsageCards::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 8%;
  width: min(240px, 34vw);
  height: min(240px, 34vw);
  background: url("../../img/circle.svg") no-repeat center/contain;
  opacity: 0.045;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabUsageCards {
    grid-template-columns: 1fr;
  }
}
.productDetail .productDetailTabsSection .tabUsageCards .tabUsageCard:last-child:nth-child(odd) {
  grid-column: 1/-1;
  max-width: calc(50% - 7px);
  justify-self: center;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabUsageCards .tabUsageCard:last-child:nth-child(odd) {
    max-width: 100%;
  }
}
.productDetail .productDetailTabsSection .tabUsageCard {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 0;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0%, rgba(228, 228, 228, 0.34) 52%, rgba(210, 210, 210, 0.28) 100%);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -1px 0 rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  appearance: none;
  font: inherit;
  color: inherit;
  isolation: isolate;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productDetail .productDetailTabsSection .tabUsageCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 90, 36, 0.5);
  opacity: 0.4;
  transition: opacity 0.4s ease, background 0.4s ease;
  z-index: 3;
}
.productDetail .productDetailTabsSection .tabUsageCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, transparent 42%);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.productDetail .productDetailTabsSection .tabUsageCard:hover, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible {
  background: linear-gradient(135deg, rgba(28, 28, 28, 0.62) 0%, rgba(14, 14, 14, 0.52) 58%, rgba(255, 90, 36, 0.16) 100%);
  backdrop-filter: blur(26px) saturate(1.25);
  -webkit-backdrop-filter: blur(26px) saturate(1.25);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 -1px 0 rgba(255, 90, 36, 0.1), 0 16px 38px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}
.productDetail .productDetailTabsSection .tabUsageCard:hover::before, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible::before {
  opacity: 1;
  background: linear-gradient(180deg, #FF7A3D 0%, #FF5A24 100%);
  box-shadow: 0 0 18px rgba(255, 90, 36, 0.45);
}
.productDetail .productDetailTabsSection .tabUsageCard:hover::after, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 36%), radial-gradient(circle at 88% 92%, rgba(255, 90, 36, 0.34) 0%, transparent 68%);
}
.productDetail .productDetailTabsSection .tabUsageCard:hover .tabUsageCardIndex, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible .tabUsageCardIndex {
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, #DF9965 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.productDetail .productDetailTabsSection .tabUsageCard:hover .tabUsageCardIcon, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible .tabUsageCardIcon {
  border-right-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 0 24px rgba(255, 90, 36, 0.08);
}
.productDetail .productDetailTabsSection .tabUsageCard:hover .tabUsageCardIcon img, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible .tabUsageCardIcon img {
  filter: brightness(0) invert(1);
  transform: scale(1.06);
}
.productDetail .productDetailTabsSection .tabUsageCard:hover .tabUsageCardLabel, .productDetail .productDetailTabsSection .tabUsageCard:focus-visible .tabUsageCardLabel {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}
.productDetail .productDetailTabsSection .tabUsageCard:focus-visible {
  outline: 2px solid #FF5A24;
  outline-offset: 2px;
}
.productDetail .productDetailTabsSection .tabUsageCardIndex {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.07);
  font-family: "Poppins", sans-serif;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease, color 0.4s ease;
}
.productDetail .productDetailTabsSection .tabUsageCardIcon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  padding: 22px 18px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}
.productDetail .productDetailTabsSection .tabUsageCardIcon img {
  width: auto;
  height: 34px;
  object-fit: contain;
  filter: brightness(0.15);
  transition: filter 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.productDetail .productDetailTabsSection .tabUsageCardLabel {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 52px 0 28px;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  line-height: 1.35;
  font-family: "Poppins", sans-serif;
  transition: color 0.4s ease;
}
@media (max-width: 767px) {
  .productDetail .productDetailTabsSection .tabUsageCardLabel {
    padding-right: 44px;
  }
}
.productDetail .tableImageLightbox {
  position: fixed;
  inset: 0;
  z-index: 12050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.productDetail .tableImageLightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.productDetail .tableImageLightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.82);
  cursor: zoom-out;
}
.productDetail .tableImageLightbox__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(96vw, 1280px);
  height: min(88vh, 900px);
  border-radius: 16px;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.productDetail .tableImageLightbox__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.productDetail .tableImageLightbox__hint {
  margin: 0;
  flex: 1;
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
  font-family: "Poppins", sans-serif;
}
.productDetail .tableImageLightbox__tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.productDetail .tableImageLightbox__toolBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.productDetail .tableImageLightbox__toolBtn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.productDetail .tableImageLightbox__toolBtn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}
.productDetail .tableImageLightbox__toolBtn--text {
  width: auto;
  padding: 0 14px;
  gap: 8px;
}
.productDetail .tableImageLightbox__toolBtn--text span {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
.productDetail .tableImageLightbox__toolBtn--close {
  background: rgba(255, 107, 0, 0.18);
  border-color: rgba(255, 107, 0, 0.45);
}
.productDetail .tableImageLightbox__toolBtn--close:hover {
  background: rgba(255, 107, 0, 0.32);
  border-color: rgba(255, 107, 0, 0.65);
}
.productDetail .tableImageLightbox__viewport {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
  background: #1a1a1a;
  touch-action: none;
}
.productDetail .tableImageLightbox__viewport.is-dragging {
  cursor: grabbing;
}
.productDetail .tableImageLightbox__viewport.is-table-mode {
  align-items: stretch;
  justify-content: stretch;
  touch-action: auto;
}
.productDetail .tableImageLightbox__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.12s ease-out;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}
.productDetail .tableImageLightbox__tableHost {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__scroll--lightbox {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
  cursor: grab;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__scroll--lightbox::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__scroll--lightbox::-webkit-scrollbar-thumb {
  background: rgba(239, 125, 0, 0.85);
  border-radius: 999px;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__scroll--lightbox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #222222;
  transform-origin: 0 0;
  transition: transform 0.12s ease-out;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid tr.is-header {
  background: #F3F3F3;
  font-weight: 600;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid th,
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid td {
  border: 1px solid #D9D9D9;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  min-width: 56px;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid th {
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.35;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid td {
  white-space: nowrap;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid tr.is-header th,
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid tr.is-header td {
  background: #F3F3F3;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid tr.is-header th.is-sticky-top,
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid tr.is-header td.is-sticky-top {
  position: sticky;
  background: #F3F3F3;
  box-shadow: 0 1px 0 #D9D9D9;
}
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid th.is-sticky-left,
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid td.is-sticky-left,
.productDetail .tableImageLightbox__tableHost .tabProductDataTable__grid td.is-sticky-right {
  position: static;
  box-shadow: none;
  z-index: auto;
}
@media (max-width: 767px) {
  .productDetail .tableImageLightbox {
    padding: 12px;
  }
  .productDetail .tableImageLightbox__panel {
    width: 100%;
    height: min(86vh, 760px);
    border-radius: 12px;
  }
  .productDetail .tableImageLightbox__toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 12px;
  }
  .productDetail .tableImageLightbox__hint {
    font-size: 11px;
  }
  .productDetail .tableImageLightbox__tools {
    justify-content: flex-end;
  }
  .productDetail .tableImageLightbox__toolBtn {
    width: 36px;
    height: 36px;
  }
  .productDetail .tableImageLightbox__toolBtn--text {
    width: auto;
    padding: 0 12px;
  }
}

.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: "Poppins", 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;
}
@media (max-width: 767px) {
  .otherProductsSection .productBottom .mainProductSlide .swiper-slide {
    width: min(280px, 82vw);
    height: auto;
    min-height: 300px;
  }
}
.otherProductsSection .productBottom .sliderBottomArea {
  display: none;
}
@media (max-width: 767px) {
  .otherProductsSection {
    padding-bottom: 60px;
  }
  .otherProductsSection .otherProductsHeader {
    margin-bottom: 40px;
  }
  .otherProductsSection .productCard {
    display: flex;
    flex-direction: column;
    padding: 28px 22px 24px;
  }
  .otherProductsSection .productCard .cardContent {
    flex: 1 1 auto;
  }
  .otherProductsSection .productCard .cardTitle {
    height: auto;
    min-height: 0;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .otherProductsSection .productCard .cardImage {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 150px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
  }
  .otherProductsSection .productCard .cardImage img {
    object-position: center bottom;
  }
}

/* Legacy horizontal tabs - kept for static prototypes */
.customProductTabsSection {
  padding: 80px 0;
  background: transparent;
}
.customProductTabsSection .customTabHeaders {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 12px;
}
.customProductTabsSection .customTabHeaders .customTabBtn {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #7B7B7B;
  padding: 10px 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.customProductTabsSection .customTabHeaders .customTabBtn::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: #EF7D00;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.customProductTabsSection .customTabHeaders .customTabBtn:hover {
  color: #000000;
}
.customProductTabsSection .customTabHeaders .customTabBtn.active {
  color: #EF7D00;
  font-weight: 600;
}
.customProductTabsSection .customTabHeaders .customTabBtn.active::after {
  transform: scaleX(1);
}
.customProductTabsSection .customTabContents {
  position: relative;
}
.customProductTabsSection .customTabContents .customTabContentActive {
  display: none;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
  min-height: 200px;
}
.customProductTabsSection .customTabContents .customTabContentActive.active {
  display: block;
  animation: productFadeIn 0.5s ease forwards;
}

/* Responsive updates for custom product tabs */
@media (max-width: 991px) {
  .customProductTabsSection {
    padding: 60px 0;
  }
  .customProductTabsSection .customTabHeaders {
    margin-bottom: 30px;
  }
  .customProductTabsSection .customTabHeaders .customTabBtn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .customProductTabsSection .customTabHeaders {
    flex-direction: column;
    gap: 5px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .customProductTabsSection .customTabHeaders .customTabBtn {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 10px;
  }
  .customProductTabsSection .customTabHeaders .customTabBtn::after {
    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%;
  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: "Poppins", 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%;
  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: "Poppins", sans-serif;
}
.productionPage .bannerArea .productionStagesArea .stageCard .stageTitle {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  font-family: "Poppins", 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: "Poppins", 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%;
  object-position: center;
  object-fit: contain;
  display: block;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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 .headerLogos .mainLogo img.header-logo-on-dark {
  filter: none;
}
.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 a {
  color: #ffffff !important;
  text-decoration: none;
}
.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::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;
}
.siteHeader.darkHeader .headerActions .langSelector .selected span {
  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%;
  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: "Poppins", 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%;
  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: "Poppins", sans-serif;
}
.sustainabilityPage .bannerArea .productionStagesArea .stageCard .stageTitle {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  font-family: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", sans-serif;
}
.projects .projectsListSection .projectMeta .metaValue {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", 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%;
  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: "Poppins", 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%;
  object-fit: contain;
}
.projects .projectsListSection .projectRelatedProducts .relatedProduct .productImg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  width: auto;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", 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%;
  object-position: center;
  object-fit: cover;
  display: block;
  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: "Poppins", 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%;
  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: "Poppins", sans-serif;
  margin-top: -4px;
}
.mediaPage .videoArea .videoCard .videoSubTag {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", 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: "Poppins", 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;
  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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", sans-serif;
}
.mediaPage .certificateSection .certificateCard .cardHeader .cardTitle {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  font-family: "Poppins", 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%;
  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%;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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%;
  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%;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", 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: flex-start;
}
.contactPage .bannerArea {
  padding-top: 148px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
.contactPage .bannerArea .container {
  max-width: 1524px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  min-height: 0;
  display: flex;
}
.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%;
  object-fit: contain;
}
.contactPage .bannerArea .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
}
.contactPage .bannerArea .bannerContent .bannerIntro {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.contactPage .bannerArea .bannerContent .subTitle {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.contactPage .bannerArea .bannerContent .bannerLogo {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.contactPage .bannerArea .bannerContent .bannerLogo .bannerLogoImg {
  width: 28px;
  height: 28px;
  animation: tickRotate 12s linear infinite;
}
.contactPage .bannerArea .bannerContent .bannerTitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
  max-width: 600px;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.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: 28px;
  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: "Poppins", 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;
  font-family: "Poppins", sans-serif;
}
.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;
  margin-top: -48px;
  padding-bottom: 28px;
}
.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: "Poppins", sans-serif;
}
.contactPage .contactInfoSection .contactInfoGrid .infoCol .colText {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: "Poppins", 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 > .lineText.type2 {
  padding-top: 32px;
  margin-bottom: 56px;
}
.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: "Poppins", sans-serif;
}
.contactPage .departmentIntroSection .introWrapper .line {
  flex-grow: 1;
  height: 1px;
  background: #E5E5E5;
}
.contactPage .departmentsSection {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
  scroll-margin-top: 120px;
}
.contactPage .departmentsSection .container {
  max-width: 1524px;
}
.contactPage .departmentsSection .departmentSelector {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn {
  appearance: none;
  display: flex;
  align-items: stretch;
  padding: 0;
  border: 1px solid #EAEAEA;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  min-height: 68px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn .depSelectIcon {
  width: 68px;
  min-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F0F0F0;
  background: #FFFFFF;
  transition: background 0.25s ease;
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn .depSelectIcon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  opacity: 0.9;
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn .depSelectLabel {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: color 0.25s ease;
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn:hover {
  border-color: rgba(239, 125, 0, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(239, 125, 0, 0.08);
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn:hover .depSelectLabel {
  color: #EF7D00;
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn.is-active {
  border-color: rgba(239, 125, 0, 0.45);
  box-shadow: 0 12px 32px rgba(239, 125, 0, 0.12);
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn.is-active .depSelectIcon {
  background: linear-gradient(135deg, rgba(239, 125, 0, 0.14) 0%, rgba(239, 125, 0, 0.04) 100%);
}
.contactPage .departmentsSection .departmentSelector .depSelectBtn.is-active .depSelectLabel {
  color: #EF7D00;
}
.contactPage .departmentsSection .departmentGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.contactPage .departmentsSection .departmentGrid .depEmptyState {
  grid-column: 1/-1;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
}
.contactPage .departmentsSection .departmentGrid .depEmptyState p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}
.contactPage .departmentsSection .departmentGrid .depFilterEmpty {
  grid-column: 1/-1;
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
}
.contactPage .departmentsSection .departmentGrid .depFilterEmpty.is-hidden {
  display: none;
}
.contactPage .departmentsSection .departmentGrid .depFilterEmpty p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}
.contactPage .departmentsSection .departmentGrid .depCard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px 22px 28px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  min-height: 100%;
}
.contactPage .departmentsSection .departmentGrid .depCard.is-hidden {
  display: none;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop {
  margin: 0 0 36px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: visible;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea .depManagerBadge {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FF6B00;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.35);
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea .depManagerBadge img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea .blurImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea .icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  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 .departmentsSection .departmentGrid .depCard .cardTop .cardIconArea .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depPersonInfo {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depName {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depContacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depContactItem {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depContactItem img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depContactItem:hover {
  color: #EF7D00;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardTop .depDepartment {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #EF7D00;
  margin: 0;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
  gap: 18px;
}
.contactPage .departmentsSection .departmentGrid .depCard .cardBottom .depTitle {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  font-family: "Poppins", sans-serif;
  margin-right: auto;
  line-height: 24px;
}
.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%;
  object-fit: contain;
}
.contactPage .departmentsSection .departmentGrid .depCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  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: "Poppins", sans-serif;
}
.contactPage .contactFormSection .formFeedback {
  display: none;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
}
.contactPage .contactFormSection .formFeedback.is-visible {
  display: block;
}
.contactPage .contactFormSection .formFeedback.is-success {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
}
.contactPage .contactFormSection .formFeedback.is-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}
.contactPage .contactFormSection .formFeedback .formFeedbackTitle {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}
.contactPage .contactFormSection .formFeedback .formFeedbackText {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.contactPage .contactFormSection .formFeedback .formFeedbackList {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
}
.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: "Poppins", sans-serif;
}
.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: "Poppins", sans-serif;
}
.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: "Poppins", 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::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 .btnAction.btnBlack {
  margin-top: 25px;
}
.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;
}

.products.pumpRecommendations .bannerArea .bannerContentRow {
  z-index: 12;
}
.products.pumpRecommendations .bannerArea .bannerContentRow .rightCol {
  position: relative;
  z-index: 13;
  width: 32%;
  margin-left: auto;
}
.products.pumpRecommendations .bannerArea .bannerContentRow .rightCol .introText {
  position: relative;
  z-index: 13;
  max-width: 380px;
  margin-left: auto;
}
.products.pumpRecommendations .bannerArea .heroExplodedPump {
  right: -180px;
  top: 48px;
  max-width: 920px;
  z-index: 2;
}
.products.pumpRecommendations .pumpProductFilterBar {
  align-items: stretch;
  flex-wrap: wrap;
}
.products.pumpRecommendations .pumpProductFilterBar select.select2 {
  display: none;
}
.products.pumpRecommendations .pumpRecommendForm--products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.products.pumpRecommendations .pumpFilterItem {
  flex: 0 1 auto;
}
.products.pumpRecommendations .pumpFilterItem--text .pumpFilterInput {
  min-width: 200px;
  background: #fff;
  box-shadow: 13px 20px 75px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px 16px;
}
.products.pumpRecommendations .pumpFilterItem--text .pumpFilterInput input {
  min-height: 82px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.products.pumpRecommendations .pumpFilterItem--text .pumpFilterInput label .labelBottom {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
}
.products.pumpRecommendations .pumpFormEmptyHint {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.products.pumpRecommendations .pumpEmptyState {
  max-width: 560px;
  padding: 8px 0 24px;
}
.products.pumpRecommendations .pumpEmptyState__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ef7d00;
  font-family: "Poppins", sans-serif;
}
.products.pumpRecommendations .pumpEmptyState__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  font-family: "Poppins", sans-serif;
}
.products.pumpRecommendations .pumpEmptyState__text {
  margin: 0 0 32px;
  max-width: 480px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #6b6b6b;
}
.products.pumpRecommendations .pumpEmptyState__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.products.pumpRecommendations .pumpAllProductsBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 6px;
  background: #ef7d00 !important;
  border-color: #ef7d00 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 28px rgba(239, 125, 0, 0.28);
}
.products.pumpRecommendations .pumpAllProductsBtn span {
  color: #fff !important;
}
.products.pumpRecommendations .pumpAllProductsBtn:hover {
  background: #d96f00 !important;
  border-color: #d96f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(239, 125, 0, 0.35);
}
.products.pumpRecommendations .select2-container.pumpUsageSelect,
.products.pumpRecommendations .select2-container.pumpTechSelect {
  width: auto !important;
  min-width: 280px !important;
  max-width: 360px;
  border: none;
  background: transparent;
  box-shadow: 13px 20px 75px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single {
  padding: 0;
  height: auto;
  min-height: 90px;
  background: transparent;
  border: none;
  border-radius: 0;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered {
  display: flex;
  padding: 0;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered > span,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered > span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  min-height: 90px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px;
  padding: 10px 56px 10px 24px;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered > span::before,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered > span::before {
  content: attr(data-label);
  font-size: 13px;
  font-weight: 400;
  color: #818181;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered > span.is-placeholder,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered > span.is-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #818181;
  text-transform: uppercase;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered > span.is-placeholder::before,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered > span.is-placeholder::before {
  display: none;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__arrow,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  width: 27px !important;
  height: 27px !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !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.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__arrow b,
.products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__arrow::after,
.products.pumpRecommendations .select2-container.pumpTechSelect .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.pumpRecommendations .select2-container.pumpUsageSelect.select2-container--open .select2-selection__arrow,
.products.pumpRecommendations .select2-container.pumpTechSelect.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(0deg) !important;
}
.products.pumpRecommendations .bannerArea .productFilterBar .filterSubmitBtn.pumpFilterSubmitBtn,
.products.pumpRecommendations .bannerArea .pumpProductFilterBar .filterSubmitBtn.pumpFilterSubmitBtn {
  padding: 35px 28px;
  min-height: 90px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef7d00 !important;
  border: 1px solid #ef7d00 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 13px 20px 75px rgba(239, 125, 0, 0.35) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.products.pumpRecommendations .bannerArea .productFilterBar .filterSubmitBtn.pumpFilterSubmitBtn span,
.products.pumpRecommendations .bannerArea .pumpProductFilterBar .filterSubmitBtn.pumpFilterSubmitBtn span {
  color: #fff !important;
}
.products.pumpRecommendations .bannerArea .productFilterBar .filterSubmitBtn.pumpFilterSubmitBtn:hover:not(:disabled),
.products.pumpRecommendations .bannerArea .pumpProductFilterBar .filterSubmitBtn.pumpFilterSubmitBtn:hover:not(:disabled) {
  background: #d96f00 !important;
  border-color: #d96f00 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 125, 0, 0.35) !important;
}
.products.pumpRecommendations .bannerArea .productFilterBar .filterSubmitBtn.pumpFilterSubmitBtn:disabled,
.products.pumpRecommendations .bannerArea .pumpProductFilterBar .filterSubmitBtn.pumpFilterSubmitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.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%;
  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: "Poppins", 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: "Poppins", sans-serif;
  line-height: 38px;
}
.page404 .bannerArea .content404 .title404 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", 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: "Poppins", 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: "Poppins", sans-serif;
}
.page404 .contactInfoSection .contactInfoGrid .infoCol .colText {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: "Poppins", 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: "Poppins", 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: "Poppins", 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%;
  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: "Poppins", 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: "Poppins", sans-serif;
}
.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: "Poppins", sans-serif;
}
.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: "Poppins", 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::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: "Poppins", 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;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fillReveal {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0.6;
  }
  to {
    clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
}
@keyframes lineGrow {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes countPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes unBlur {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes slideUpCard {
  from {
    opacity: 0;
    transform: translateY(80px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes rotateFadeIn {
  from {
    opacity: 0;
    transform: rotate(-15deg) scale(0.8);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
[data-anim] {
  opacity: 0;
  will-change: opacity, transform;
  transition: none;
}
[data-anim].is-visible {
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-duration: 0.85s;
}

[data-anim=fade-up].is-visible {
  animation-name: fadeUp;
}

[data-anim=fade-in].is-visible {
  animation-name: fadeIn;
}

[data-anim=fade-left].is-visible {
  animation-name: fadeInLeft;
}

[data-anim=fade-right].is-visible {
  animation-name: fadeInRight;
}

[data-anim=fade-down].is-visible {
  animation-name: fadeDown;
}

[data-anim=scale-in].is-visible {
  animation-name: scaleIn;
}

[data-anim=fill-reveal].is-visible {
  animation-name: fillReveal;
  animation-duration: 1.1s;
}

[data-anim=unblur].is-visible {
  animation-name: unBlur;
  animation-duration: 1s;
}

[data-anim=slide-up-card].is-visible {
  animation-name: slideUpCard;
}

[data-anim=rotate-in].is-visible {
  animation-name: rotateFadeIn;
}

[data-delay="100"].is-visible {
  animation-delay: 0.1s;
}

[data-delay="150"].is-visible {
  animation-delay: 0.15s;
}

[data-delay="200"].is-visible {
  animation-delay: 0.2s;
}

[data-delay="250"].is-visible {
  animation-delay: 0.25s;
}

[data-delay="300"].is-visible {
  animation-delay: 0.3s;
}

[data-delay="400"].is-visible {
  animation-delay: 0.4s;
}

[data-delay="500"].is-visible {
  animation-delay: 0.5s;
}

[data-delay="600"].is-visible {
  animation-delay: 0.6s;
}

[data-delay="700"].is-visible {
  animation-delay: 0.7s;
}

[data-delay="800"].is-visible {
  animation-delay: 0.8s;
}

.slideTitle,
.historyTitle,
.datasTitle,
.topTitle,
.performanceTitle,
.productionTitle,
.specialTitle,
.pageTitle,
.pageBannerTitle,
.corporateTitle,
.historicalTitle,
.newsTitle,
.contactTitle,
.sustainTitle {
  opacity: 0;
}
.slideTitle.is-visible,
.historyTitle.is-visible,
.datasTitle.is-visible,
.topTitle.is-visible,
.performanceTitle.is-visible,
.productionTitle.is-visible,
.specialTitle.is-visible,
.pageTitle.is-visible,
.pageBannerTitle.is-visible,
.corporateTitle.is-visible,
.historicalTitle.is-visible,
.newsTitle.is-visible,
.contactTitle.is-visible,
.sustainTitle.is-visible {
  animation: fillReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.specialDesc,
.datasDesc,
.cardDesc,
.footerText,
.bottomText,
.statText,
.descText,
.corporateDesc,
.historicalDesc,
.newsDesc,
.contactDesc,
.sustainDesc,
.pageDesc {
  opacity: 0;
}
.specialDesc.is-visible,
.datasDesc.is-visible,
.cardDesc.is-visible,
.footerText.is-visible,
.bottomText.is-visible,
.statText.is-visible,
.descText.is-visible,
.corporateDesc.is-visible,
.historicalDesc.is-visible,
.newsDesc.is-visible,
.contactDesc.is-visible,
.sustainDesc.is-visible,
.pageDesc.is-visible {
  animation: unBlur 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.historyCard,
.specialCard,
.prodCard,
.productCard,
.newsCard,
.referanceCard,
.projectCard,
.sustainCard,
.contactCard,
.mediaCard,
.certificateCard {
  opacity: 0;
}
.historyCard.is-visible,
.specialCard.is-visible,
.prodCard.is-visible,
.productCard.is-visible,
.newsCard.is-visible,
.referanceCard.is-visible,
.projectCard.is-visible,
.sustainCard.is-visible,
.contactCard.is-visible,
.mediaCard.is-visible,
.certificateCard.is-visible {
  animation: slideUpCard 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slideTitle {
  /* zaten yukarıda */
}

.slideRightTop .rightSlogan {
  opacity: 0;
}
.slideRightTop .rightSlogan.is-visible {
  animation: fadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.slideMeta .metaStatBox {
  opacity: 0;
}
.slideMeta .metaStatBox.is-visible {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.slideMeta .metaYearBox {
  opacity: 0;
}
.slideMeta .metaYearBox.is-visible {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

.absoluteProductImage {
  opacity: 0;
}
.absoluteProductImage.is-visible {
  animation: scaleIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.specialCard:nth-child(1).is-visible {
  animation-delay: 0.1s;
}
.specialCard:nth-child(2).is-visible {
  animation-delay: 0.2s;
}
.specialCard:nth-child(3).is-visible {
  animation-delay: 0.3s;
}
.specialCard:nth-child(4).is-visible {
  animation-delay: 0.4s;
}
.specialCard:nth-child(5).is-visible {
  animation-delay: 0.5s;
}

.specialLogoMark,
.datasSpinIcon,
.topRotor {
  opacity: 0;
}
.specialLogoMark.is-visible,
.datasSpinIcon.is-visible,
.topRotor.is-visible {
  animation: rotateFadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.historyLabel {
  opacity: 0;
}
.historyLabel.is-visible {
  animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.historyTopImg {
  opacity: 0;
}
.historyTopImg.is-visible {
  animation: scaleIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.historyCard:nth-child(1).is-visible {
  animation-delay: 0.1s;
}
.historyCard:nth-child(2).is-visible {
  animation-delay: 0.25s;
}
.historyCard:nth-child(3).is-visible {
  animation-delay: 0.4s;
}

.historyDiscover {
  opacity: 0;
}
.historyDiscover.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.cardVal,
.statNum,
.yearLogo {
  opacity: 0;
}
.cardVal.is-visible,
.statNum.is-visible,
.yearLogo.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.recommendCard {
  opacity: 0;
}
.recommendCard.is-visible {
  animation: fadeInRight 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.datasLeft {
  opacity: 0;
}
.datasLeft.is-visible {
  animation: fadeInLeft 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.productTabs {
  opacity: 0;
}
.productTabs.is-visible {
  animation: fadeInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.productImageArea {
  opacity: 0;
}
.productImageArea.is-visible {
  animation: scaleIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.productDescArea {
  opacity: 0;
}
.productDescArea.is-visible {
  animation: fadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.productBottomArea {
  opacity: 0;
}
.productBottomArea.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.architectBadge {
  opacity: 0;
}
.architectBadge.is-visible {
  animation: fadeDown 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.comparisonSliderContainer {
  opacity: 0;
}
.comparisonSliderContainer.is-visible {
  animation: fadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.architectFooter {
  opacity: 0;
}
.architectFooter.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.productionHeader .productionLabel {
  opacity: 0;
}
.productionHeader .productionLabel.is-visible {
  animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.productionHeader .productionTitle {
  opacity: 0;
}
.productionHeader .productionTitle.is-visible {
  animation: fillReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.productionHeader .statBox {
  opacity: 0;
}
.productionHeader .statBox.is-visible {
  animation: fadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.mainProduction .prodCard.is-visible {
  animation: slideUpCard 1.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.mainProduction .prodCard.cardImg1.is-visible {
  animation-delay: 0s;
}
.mainProduction .prodCard.cardDokum.is-visible {
  animation-delay: 0.2s;
}
.mainProduction .prodCard.cardIsleme.is-visible {
  animation-delay: 0.85s;
}
.mainProduction .prodCard.cardImg2.is-visible {
  animation-delay: 1.05s;
}

.mainProduction .textCard .cardDesc {
  opacity: 1;
}

.productionDiscoverBtn {
  opacity: 0;
}
.productionDiscoverBtn.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

.performanceBadge {
  opacity: 0;
}
.performanceBadge.is-visible {
  animation: scaleIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.performanceBadge:nth-child(2).is-visible {
  animation-delay: 0.2s;
}
.performanceBadge:nth-child(3).is-visible {
  animation-delay: 0.4s;
}
.performanceBadge:nth-child(4).is-visible {
  animation-delay: 0.6s;
}

.performanceImg {
  opacity: 0;
}
.performanceImg.is-visible {
  animation: fadeIn 1.2s ease both;
}

.projectsNewsSection,
.inc-projects-news {
  opacity: 0;
}
.projectsNewsSection.is-visible,
.inc-projects-news.is-visible {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.footerTop,
.footerBottom {
  opacity: 0;
}
.footerTop.is-visible,
.footerBottom.is-visible {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pageBanner .pageTitle,
.pageBanner .pageBannerTitle,
.pageHero .pageTitle,
.pageHero .pageBannerTitle {
  opacity: 0;
}
.pageBanner .pageTitle.is-visible,
.pageBanner .pageBannerTitle.is-visible,
.pageHero .pageTitle.is-visible,
.pageHero .pageBannerTitle.is-visible {
  animation: fillReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.pageBanner .breadcrumb,
.pageHero .breadcrumb {
  opacity: 0;
}
.pageBanner .breadcrumb.is-visible,
.pageHero .breadcrumb.is-visible {
  animation: fadeDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.corporateSection .sectionLabel {
  opacity: 0;
}
.corporateSection .sectionLabel.is-visible {
  animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.corporateSection .sectionTitle {
  opacity: 0;
}
.corporateSection .sectionTitle.is-visible {
  animation: fillReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.corporateSection .sectionImg {
  opacity: 0;
}
.corporateSection .sectionImg.is-visible {
  animation: scaleIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
.corporateSection .sectionText {
  opacity: 0;
}
.corporateSection .sectionText.is-visible {
  animation: unBlur 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.historicalTimeline .timelineItem {
  opacity: 0;
}
.historicalTimeline .timelineItem.is-visible {
  animation: fadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.historicalTimeline .timelineItem:nth-child(1).is-visible {
  animation-delay: 0s;
}
.historicalTimeline .timelineItem:nth-child(2).is-visible {
  animation-delay: 0.08s;
}
.historicalTimeline .timelineItem:nth-child(3).is-visible {
  animation-delay: 0.16s;
}
.historicalTimeline .timelineItem:nth-child(4).is-visible {
  animation-delay: 0.24s;
}
.historicalTimeline .timelineItem:nth-child(5).is-visible {
  animation-delay: 0.32s;
}
.historicalTimeline .timelineItem:nth-child(6).is-visible {
  animation-delay: 0.4s;
}
.historicalTimeline .timelineItem:nth-child(7).is-visible {
  animation-delay: 0.48s;
}
.historicalTimeline .timelineItem:nth-child(8).is-visible {
  animation-delay: 0.56s;
}
.historicalTimeline .timelineItem:nth-child(9).is-visible {
  animation-delay: 0.64s;
}
.historicalTimeline .timelineItem:nth-child(10).is-visible {
  animation-delay: 0.72s;
}
.historicalTimeline .timelineItem:nth-child(11).is-visible {
  animation-delay: 0.8s;
}
.historicalTimeline .timelineItem:nth-child(12).is-visible {
  animation-delay: 0.88s;
}
.historicalTimeline .timelineItem:nth-child(13).is-visible {
  animation-delay: 0.96s;
}
.historicalTimeline .timelineItem:nth-child(14).is-visible {
  animation-delay: 1.04s;
}
.historicalTimeline .timelineItem:nth-child(15).is-visible {
  animation-delay: 1.12s;
}
.historicalTimeline .timelineItem:nth-child(16).is-visible {
  animation-delay: 1.2s;
}
.historicalTimeline .timelineItem:nth-child(17).is-visible {
  animation-delay: 1.28s;
}
.historicalTimeline .timelineItem:nth-child(18).is-visible {
  animation-delay: 1.36s;
}
.historicalTimeline .timelineItem:nth-child(19).is-visible {
  animation-delay: 1.44s;
}
.historicalTimeline .timelineItem:nth-child(20).is-visible {
  animation-delay: 1.52s;
}

.productCard:nth-child(1) {
  opacity: 0;
}
.productCard:nth-child(1).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
}
.productCard:nth-child(2) {
  opacity: 0;
}
.productCard:nth-child(2).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}
.productCard:nth-child(3) {
  opacity: 0;
}
.productCard:nth-child(3).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.productCard:nth-child(4) {
  opacity: 0;
}
.productCard:nth-child(4).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}
.productCard:nth-child(5) {
  opacity: 0;
}
.productCard:nth-child(5).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}
.productCard:nth-child(6) {
  opacity: 0;
}
.productCard:nth-child(6).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
.productCard:nth-child(7) {
  opacity: 0;
}
.productCard:nth-child(7).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}
.productCard:nth-child(8) {
  opacity: 0;
}
.productCard:nth-child(8).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}
.productCard:nth-child(9) {
  opacity: 0;
}
.productCard:nth-child(9).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
}
.productCard:nth-child(10) {
  opacity: 0;
}
.productCard:nth-child(10).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.54s both;
}
.productCard:nth-child(11) {
  opacity: 0;
}
.productCard:nth-child(11).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}
.productCard:nth-child(12) {
  opacity: 0;
}
.productCard:nth-child(12).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.66s both;
}
.productCard:nth-child(13) {
  opacity: 0;
}
.productCard:nth-child(13).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}
.productCard:nth-child(14) {
  opacity: 0;
}
.productCard:nth-child(14).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.78s both;
}
.productCard:nth-child(15) {
  opacity: 0;
}
.productCard:nth-child(15).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.84s both;
}
.productCard:nth-child(16) {
  opacity: 0;
}
.productCard:nth-child(16).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}
.productCard:nth-child(17) {
  opacity: 0;
}
.productCard:nth-child(17).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.96s both;
}
.productCard:nth-child(18) {
  opacity: 0;
}
.productCard:nth-child(18).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.02s both;
}
.productCard:nth-child(19) {
  opacity: 0;
}
.productCard:nth-child(19).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.08s both;
}
.productCard:nth-child(20) {
  opacity: 0;
}
.productCard:nth-child(20).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.14s both;
}
.productCard:nth-child(21) {
  opacity: 0;
}
.productCard:nth-child(21).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both;
}
.productCard:nth-child(22) {
  opacity: 0;
}
.productCard:nth-child(22).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.26s both;
}
.productCard:nth-child(23) {
  opacity: 0;
}
.productCard:nth-child(23).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.32s both;
}
.productCard:nth-child(24) {
  opacity: 0;
}
.productCard:nth-child(24).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.38s both;
}
.productCard:nth-child(25) {
  opacity: 0;
}
.productCard:nth-child(25).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.44s both;
}
.productCard:nth-child(26) {
  opacity: 0;
}
.productCard:nth-child(26).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.5s both;
}
.productCard:nth-child(27) {
  opacity: 0;
}
.productCard:nth-child(27).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.56s both;
}
.productCard:nth-child(28) {
  opacity: 0;
}
.productCard:nth-child(28).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.62s both;
}
.productCard:nth-child(29) {
  opacity: 0;
}
.productCard:nth-child(29).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.68s both;
}
.productCard:nth-child(30) {
  opacity: 0;
}
.productCard:nth-child(30).is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.74s both;
}

.productionTitle,
.performanceTitle {
  display: inline-block;
  opacity: 0;
  padding-bottom: 0.12em;
  line-height: 1.35;
}
.productionTitle.is-visible,
.performanceTitle.is-visible {
  animation: fillReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.historyTitle.is-visible strong {
  opacity: 1;
}

.referanceCard {
  opacity: 0;
}
.referanceCard:nth-child(1).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s both;
}
.referanceCard:nth-child(2).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}
.referanceCard:nth-child(3).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}
.referanceCard:nth-child(4).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.referanceCard:nth-child(5).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}
.referanceCard:nth-child(6).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.referanceCard:nth-child(7).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}
.referanceCard:nth-child(8).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.referanceCard:nth-child(9).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
.referanceCard:nth-child(10).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}
.referanceCard:nth-child(11).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.referanceCard:nth-child(12).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.44s both;
}
.referanceCard:nth-child(13).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
}
.referanceCard:nth-child(14).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}
.referanceCard:nth-child(15).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both;
}
.referanceCard:nth-child(16).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}
.referanceCard:nth-child(17).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
}
.referanceCard:nth-child(18).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.68s both;
}
.referanceCard:nth-child(19).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}
.referanceCard:nth-child(20).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.76s both;
}
.referanceCard:nth-child(21).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}
.referanceCard:nth-child(22).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.84s both;
}
.referanceCard:nth-child(23).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.88s both;
}
.referanceCard:nth-child(24).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.92s both;
}
.referanceCard:nth-child(25).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.96s both;
}
.referanceCard:nth-child(26).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
}
.referanceCard:nth-child(27).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.04s both;
}
.referanceCard:nth-child(28).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.08s both;
}
.referanceCard:nth-child(29).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.12s both;
}
.referanceCard:nth-child(30).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.16s both;
}
.referanceCard:nth-child(31).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both;
}
.referanceCard:nth-child(32).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.24s both;
}
.referanceCard:nth-child(33).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.28s both;
}
.referanceCard:nth-child(34).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.32s both;
}
.referanceCard:nth-child(35).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.36s both;
}
.referanceCard:nth-child(36).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both;
}
.referanceCard:nth-child(37).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.44s both;
}
.referanceCard:nth-child(38).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.48s both;
}
.referanceCard:nth-child(39).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.52s both;
}
.referanceCard:nth-child(40).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.56s both;
}
.referanceCard:nth-child(41).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.6s both;
}
.referanceCard:nth-child(42).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.64s both;
}
.referanceCard:nth-child(43).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.68s both;
}
.referanceCard:nth-child(44).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.72s both;
}
.referanceCard:nth-child(45).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.76s both;
}
.referanceCard:nth-child(46).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.8s both;
}
.referanceCard:nth-child(47).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.84s both;
}
.referanceCard:nth-child(48).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.88s both;
}
.referanceCard:nth-child(49).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.92s both;
}
.referanceCard:nth-child(50).is-visible {
  animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.96s both;
}

.sustainabilityCard,
.accordionCard {
  opacity: 0;
}
.sustainabilityCard.is-visible,
.accordionCard.is-visible {
  animation: slideUpCard 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.sustainabilityCard:nth-child(1).is-visible,
.accordionCard:nth-child(1).is-visible {
  animation-delay: 0s;
}
.sustainabilityCard:nth-child(2).is-visible,
.accordionCard:nth-child(2).is-visible {
  animation-delay: 0.1s;
}
.sustainabilityCard:nth-child(3).is-visible,
.accordionCard:nth-child(3).is-visible {
  animation-delay: 0.2s;
}
.sustainabilityCard:nth-child(4).is-visible,
.accordionCard:nth-child(4).is-visible {
  animation-delay: 0.3s;
}
.sustainabilityCard:nth-child(5).is-visible,
.accordionCard:nth-child(5).is-visible {
  animation-delay: 0.4s;
}
.sustainabilityCard:nth-child(6).is-visible,
.accordionCard:nth-child(6).is-visible {
  animation-delay: 0.5s;
}
.sustainabilityCard:nth-child(7).is-visible,
.accordionCard:nth-child(7).is-visible {
  animation-delay: 0.6s;
}
.sustainabilityCard:nth-child(8).is-visible,
.accordionCard:nth-child(8).is-visible {
  animation-delay: 0.7s;
}
.sustainabilityCard:nth-child(9).is-visible,
.accordionCard:nth-child(9).is-visible {
  animation-delay: 0.8s;
}
.sustainabilityCard:nth-child(10).is-visible,
.accordionCard:nth-child(10).is-visible {
  animation-delay: 0.9s;
}

.newsItem,
.newsCard {
  opacity: 0;
}
.newsItem.is-visible,
.newsCard.is-visible {
  animation: slideUpCard 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.newsItem:nth-child(1).is-visible,
.newsCard:nth-child(1).is-visible {
  animation-delay: 0s;
}
.newsItem:nth-child(2).is-visible,
.newsCard:nth-child(2).is-visible {
  animation-delay: 0.07s;
}
.newsItem:nth-child(3).is-visible,
.newsCard:nth-child(3).is-visible {
  animation-delay: 0.14s;
}
.newsItem:nth-child(4).is-visible,
.newsCard:nth-child(4).is-visible {
  animation-delay: 0.21s;
}
.newsItem:nth-child(5).is-visible,
.newsCard:nth-child(5).is-visible {
  animation-delay: 0.28s;
}
.newsItem:nth-child(6).is-visible,
.newsCard:nth-child(6).is-visible {
  animation-delay: 0.35s;
}
.newsItem:nth-child(7).is-visible,
.newsCard:nth-child(7).is-visible {
  animation-delay: 0.42s;
}
.newsItem:nth-child(8).is-visible,
.newsCard:nth-child(8).is-visible {
  animation-delay: 0.49s;
}
.newsItem:nth-child(9).is-visible,
.newsCard:nth-child(9).is-visible {
  animation-delay: 0.56s;
}
.newsItem:nth-child(10).is-visible,
.newsCard:nth-child(10).is-visible {
  animation-delay: 0.63s;
}
.newsItem:nth-child(11).is-visible,
.newsCard:nth-child(11).is-visible {
  animation-delay: 0.7s;
}
.newsItem:nth-child(12).is-visible,
.newsCard:nth-child(12).is-visible {
  animation-delay: 0.77s;
}
.newsItem:nth-child(13).is-visible,
.newsCard:nth-child(13).is-visible {
  animation-delay: 0.84s;
}
.newsItem:nth-child(14).is-visible,
.newsCard:nth-child(14).is-visible {
  animation-delay: 0.91s;
}
.newsItem:nth-child(15).is-visible,
.newsCard:nth-child(15).is-visible {
  animation-delay: 0.98s;
}

.contactForm,
.contactMapWrap {
  opacity: 0;
}
.contactForm.is-visible,
.contactMapWrap.is-visible {
  animation: fadeInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.contactInfoBox {
  opacity: 0;
}
.contactInfoBox.is-visible {
  animation: fadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.mediaCard,
.videoCard,
.galleryItem {
  opacity: 0;
}
.mediaCard.is-visible,
.videoCard.is-visible,
.galleryItem.is-visible {
  animation: scaleIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.mediaCard:nth-child(1).is-visible,
.videoCard:nth-child(1).is-visible,
.galleryItem:nth-child(1).is-visible {
  animation-delay: 0s;
}
.mediaCard:nth-child(2).is-visible,
.videoCard:nth-child(2).is-visible,
.galleryItem:nth-child(2).is-visible {
  animation-delay: 0.05s;
}
.mediaCard:nth-child(3).is-visible,
.videoCard:nth-child(3).is-visible,
.galleryItem:nth-child(3).is-visible {
  animation-delay: 0.1s;
}
.mediaCard:nth-child(4).is-visible,
.videoCard:nth-child(4).is-visible,
.galleryItem:nth-child(4).is-visible {
  animation-delay: 0.15s;
}
.mediaCard:nth-child(5).is-visible,
.videoCard:nth-child(5).is-visible,
.galleryItem:nth-child(5).is-visible {
  animation-delay: 0.2s;
}
.mediaCard:nth-child(6).is-visible,
.videoCard:nth-child(6).is-visible,
.galleryItem:nth-child(6).is-visible {
  animation-delay: 0.25s;
}
.mediaCard:nth-child(7).is-visible,
.videoCard:nth-child(7).is-visible,
.galleryItem:nth-child(7).is-visible {
  animation-delay: 0.3s;
}
.mediaCard:nth-child(8).is-visible,
.videoCard:nth-child(8).is-visible,
.galleryItem:nth-child(8).is-visible {
  animation-delay: 0.35s;
}
.mediaCard:nth-child(9).is-visible,
.videoCard:nth-child(9).is-visible,
.galleryItem:nth-child(9).is-visible {
  animation-delay: 0.4s;
}
.mediaCard:nth-child(10).is-visible,
.videoCard:nth-child(10).is-visible,
.galleryItem:nth-child(10).is-visible {
  animation-delay: 0.45s;
}
.mediaCard:nth-child(11).is-visible,
.videoCard:nth-child(11).is-visible,
.galleryItem:nth-child(11).is-visible {
  animation-delay: 0.5s;
}
.mediaCard:nth-child(12).is-visible,
.videoCard:nth-child(12).is-visible,
.galleryItem:nth-child(12).is-visible {
  animation-delay: 0.55s;
}
.mediaCard:nth-child(13).is-visible,
.videoCard:nth-child(13).is-visible,
.galleryItem:nth-child(13).is-visible {
  animation-delay: 0.6s;
}
.mediaCard:nth-child(14).is-visible,
.videoCard:nth-child(14).is-visible,
.galleryItem:nth-child(14).is-visible {
  animation-delay: 0.65s;
}
.mediaCard:nth-child(15).is-visible,
.videoCard:nth-child(15).is-visible,
.galleryItem:nth-child(15).is-visible {
  animation-delay: 0.7s;
}
.mediaCard:nth-child(16).is-visible,
.videoCard:nth-child(16).is-visible,
.galleryItem:nth-child(16).is-visible {
  animation-delay: 0.75s;
}
.mediaCard:nth-child(17).is-visible,
.videoCard:nth-child(17).is-visible,
.galleryItem:nth-child(17).is-visible {
  animation-delay: 0.8s;
}
.mediaCard:nth-child(18).is-visible,
.videoCard:nth-child(18).is-visible,
.galleryItem:nth-child(18).is-visible {
  animation-delay: 0.85s;
}
.mediaCard:nth-child(19).is-visible,
.videoCard:nth-child(19).is-visible,
.galleryItem:nth-child(19).is-visible {
  animation-delay: 0.9s;
}
.mediaCard:nth-child(20).is-visible,
.videoCard:nth-child(20).is-visible,
.galleryItem:nth-child(20).is-visible {
  animation-delay: 0.95s;
}
.mediaCard:nth-child(21).is-visible,
.videoCard:nth-child(21).is-visible,
.galleryItem:nth-child(21).is-visible {
  animation-delay: 1s;
}
.mediaCard:nth-child(22).is-visible,
.videoCard:nth-child(22).is-visible,
.galleryItem:nth-child(22).is-visible {
  animation-delay: 1.05s;
}
.mediaCard:nth-child(23).is-visible,
.videoCard:nth-child(23).is-visible,
.galleryItem:nth-child(23).is-visible {
  animation-delay: 1.1s;
}
.mediaCard:nth-child(24).is-visible,
.videoCard:nth-child(24).is-visible,
.galleryItem:nth-child(24).is-visible {
  animation-delay: 1.15s;
}

.siteHeader .headerLogos {
  animation: fadeDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.siteHeader .headerNavWrap {
  animation: fadeDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.siteHeader .headerSearch {
  animation: fadeDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
.siteHeader .headerActions {
  animation: fadeDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.logoMarkWrap {
  opacity: 0;
}
.logoMarkWrap.is-visible {
  animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.historyDiscover,
.productionDiscoverBtn,
.bottomLink,
.discoverBtn,
.ctaBtn {
  opacity: 0;
}
.historyDiscover.is-visible,
.productionDiscoverBtn.is-visible,
.bottomLink.is-visible,
.discoverBtn.is-visible,
.ctaBtn.is-visible {
  animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.historyCard,
.specialCard,
.productCard,
.newsCard,
.referanceCard,
.mediaCard,
.videoCard {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.historyCard:hover,
.specialCard:hover,
.productCard:hover,
.newsCard:hover,
.referanceCard:hover,
.mediaCard:hover,
.videoCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.historyDiscover .discoverLine,
.historyDiscover .btnLine,
.historyDiscover .linkLine,
.productionDiscoverBtn .discoverLine,
.productionDiscoverBtn .btnLine,
.productionDiscoverBtn .linkLine,
.bottomLink .discoverLine,
.bottomLink .btnLine,
.bottomLink .linkLine {
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.historyDiscover:hover .discoverLine,
.historyDiscover:hover .btnLine,
.historyDiscover:hover .linkLine,
.productionDiscoverBtn:hover .discoverLine,
.productionDiscoverBtn:hover .btnLine,
.productionDiscoverBtn:hover .linkLine,
.bottomLink:hover .discoverLine,
.bottomLink:hover .btnLine,
.bottomLink:hover .linkLine {
  width: 100%;
}

.discoverArrow,
.btnArrow,
.tabArrow {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.discoverArrow img,
.btnArrow img,
.tabArrow img {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

a:hover .discoverArrow,
a:hover .btnArrow,
button:hover .discoverArrow,
button:hover .btnArrow {
  transform: translate(3px, -3px);
}

.performanceBadge .badgeNum {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.performanceBadge:hover .badgeNum {
  animation: countPulse 0.5s ease both;
}

body.preload [data-anim] {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  [data-anim],
  [data-anim].is-visible,
  .slideTitle,
  .historyTitle,
  .datasTitle,
  .topTitle,
  .performanceTitle,
  .productionTitle,
  .specialTitle,
  .specialDesc,
  .datasDesc,
  .cardDesc,
  .footerText,
  .historyCard,
  .specialCard,
  .prodCard,
  .productCard,
  .newsCard,
  .referanceCard,
  .projectCard,
  .mediaCard,
  .slideRightTop .rightSlogan,
  .slideMeta .metaStatBox,
  .slideMeta .metaYearBox,
  .absoluteProductImage,
  .recommendCard,
  .datasLeft,
  .productTabs,
  .productImageArea,
  .productDescArea,
  .architectBadge,
  .comparisonSliderContainer,
  .architectFooter,
  .productionDiscoverBtn,
  .performanceBadge,
  .performanceImg,
  .footerTop,
  .footerBottom,
  .logoMarkSpin,
  .logoMarkWrap img,
  .historyDiscover,
  .bottomLink,
  .contactForm,
  .contactMapWrap,
  .contactInfoBox,
  .historyLabel,
  .historyTopImg,
  .cardVal,
  .statNum,
  .yearLogo,
  .productBottomArea,
  .sustainabilityCard,
  .accordionCard,
  .newsItem,
  .galleryItem,
  .videoCard {
    opacity: 1 !important;
    animation: none !important;
    clip-path: none !important;
  }
}
.slideMeta .metaStatBox {
  -webkit-backdrop-filter: blur(10px);
}

.mainSpecial .specialCard {
  -webkit-backdrop-filter: blur(15px);
}

.mainDatas .recommendHeader {
  -webkit-backdrop-filter: blur(4px);
}

.architectSection .architectBadge {
  -webkit-backdrop-filter: blur(10px);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered > span,
  .select2-container--open.productfilter .select2-results__option > span,
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered .previmg,
  .select2-container--open.productfilter .select2-results__option .previmg,
  .products.pumpRecommendations .select2-container.pumpUsageSelect .select2-selection--single .select2-selection__rendered > span,
  .products.pumpRecommendations .select2-container.pumpTechSelect .select2-selection--single .select2-selection__rendered > span {
    background: rgba(255, 255, 255, 0.94) !important;
  }
  .mainSpecial .specialCard {
    background: rgba(0, 0, 0, 0.78) !important;
  }
  .mainDatas .recommendHeader {
    background: rgba(255, 255, 255, 0.88) !important;
  }
  .architectSection .architectBadge {
    background: rgba(255, 255, 255, 0.2) !important;
  }
  .slideMeta .metaStatBox {
    background: rgba(255, 255, 255, 0.92) !important;
  }
}
@supports not (min-height: max(10%, 100px)) {
  @media (min-width: 1200px) {
    .productDetail .bannerArea .productGalleryWrapper {
      min-height: 700px;
    }
  }
}

body.anim-fallback [data-anim],
body.anim-fallback .slideTitle,
body.anim-fallback .historyTitle,
body.anim-fallback .datasTitle,
body.anim-fallback .topTitle,
body.anim-fallback .performanceTitle,
body.anim-fallback .productionTitle,
body.anim-fallback .specialTitle,
body.anim-fallback .pageTitle,
body.anim-fallback .pageBannerTitle,
body.anim-fallback .corporateTitle,
body.anim-fallback .historicalTitle,
body.anim-fallback .newsTitle,
body.anim-fallback .contactTitle,
body.anim-fallback .sustainTitle,
body.anim-fallback .specialDesc,
body.anim-fallback .datasDesc,
body.anim-fallback .cardDesc,
body.anim-fallback .footerText,
body.anim-fallback .bottomText,
body.anim-fallback .statText,
body.anim-fallback .descText,
body.anim-fallback .corporateDesc,
body.anim-fallback .historicalDesc,
body.anim-fallback .newsDesc,
body.anim-fallback .contactDesc,
body.anim-fallback .sustainDesc,
body.anim-fallback .pageDesc,
body.anim-fallback .historyCard,
body.anim-fallback .specialCard,
body.anim-fallback .prodCard,
body.anim-fallback .productCard,
body.anim-fallback .newsCard,
body.anim-fallback .referanceCard,
body.anim-fallback .projectCard,
body.anim-fallback .sustainCard,
body.anim-fallback .contactCard,
body.anim-fallback .certificateCard,
body.anim-fallback .slideRightTop .rightSlogan,
body.anim-fallback .slideMeta .metaStatBox,
body.anim-fallback .slideMeta .metaYearBox,
body.anim-fallback .absoluteProductImage,
body.anim-fallback .recommendCard,
body.anim-fallback .datasLeft,
body.anim-fallback .productTabs,
body.anim-fallback .productImageArea,
body.anim-fallback .productDescArea,
body.anim-fallback .architectBadge,
body.anim-fallback .comparisonSliderContainer,
body.anim-fallback .architectFooter,
body.anim-fallback .productionDiscoverBtn,
body.anim-fallback .performanceBadge,
body.anim-fallback .performanceImg,
body.anim-fallback .footerTop,
body.anim-fallback .footerBottom,
body.anim-fallback .logoMarkWrap,
body.anim-fallback .historyDiscover,
body.anim-fallback .bottomLink,
body.anim-fallback .contactForm,
body.anim-fallback .contactMapWrap,
body.anim-fallback .contactInfoBox,
body.anim-fallback .historyLabel,
body.anim-fallback .historyTopImg,
body.anim-fallback .cardVal,
body.anim-fallback .statNum,
body.anim-fallback .yearLogo,
body.anim-fallback .productBottomArea,
body.anim-fallback .sustainabilityCard,
body.anim-fallback .accordionCard,
body.anim-fallback .newsItem,
body.anim-fallback .galleryItem,
body.anim-fallback .videoCard,
body.anim-fallback .mediaCard,
body.anim-fallback .projectsNewsSection,
body.anim-fallback .inc-projects-news,
body.anim-fallback .productionHeader .productionLabel,
body.anim-fallback .productionHeader .productionTitle,
body.anim-fallback .productionHeader .statBox,
body.anim-fallback .discoverBtn,
body.anim-fallback .ctaBtn {
  opacity: 1 !important;
  animation: none !important;
  clip-path: none !important;
  filter: none !important;
  transform: none !important;
}
body.anim-fallback .historyTitle strong {
  opacity: 1 !important;
}

.media-video-bg.has-video .media-video-bg__fallback {
  display: none;
}
.media-video-bg.has-video.is-static-fallback .media-video-bg__video {
  display: none;
}
.media-video-bg.has-video.is-static-fallback .media-video-bg__fallback {
  display: block;
}

.footerTopArea-emblem.is-static-fallback {
  display: none;
}

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