@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1854px;
  }
  .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: 1854px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1854px;
  }
  .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: 1854px;
  }
}
.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;
  }
}
.select2-container.filterModalSelect.select2-container--open {
  z-index: 2505;
}
.select2-container.filterModalSelect .select2-dropdown {
  background: #FFFFFF;
  border: 1px solid #E2E6EC;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(6, 17, 41, 0.12);
  margin-top: 8px;
  transform-origin: top center;
  animation: filterSelectIn 0.2s ease forwards;
}
.select2-container.filterModalSelect .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results > .select2-results__options {
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #DCE3EC;
  border-radius: 4px;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results__option {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #061129;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Space Grotesk", sans-serif;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results__option--highlighted {
  background: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results__option--selected {
  background: #EEF1F5;
  color: #061129;
  font-weight: 600;
}
.select2-container.filterModalSelect .select2-dropdown .select2-results__option--highlighted.select2-results__option--selected {
  background: #061129 !important;
  color: #FFFFFF !important;
}
.select2-container.filterModalSelect.select2-container--open.select2-container--above .select2-dropdown {
  margin-top: 0;
  margin-bottom: 8px;
  transform-origin: bottom center;
}

.select2-container.heroFilterSelect {
  width: auto !important;
  min-width: 269px;
}
.select2-container.heroFilterSelect.select2-container--open {
  z-index: 20;
}
.select2-container.heroFilterSelect .select2-selection--single {
  height: 54px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  outline: none;
}
.select2-container.heroFilterSelect .select2-selection__rendered {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0 44px 0 24px;
  line-height: 54px;
}
.select2-container.heroFilterSelect .select2-selection__arrow {
  height: 54px;
  width: 44px;
  right: 0;
  top: 0;
}
.select2-container.heroFilterSelect .select2-selection__arrow b {
  display: none;
}
.select2-container.heroFilterSelect .select2-selection__arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowdown.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.select2-container.heroFilterSelect.select2-container--open .select2-selection__arrow:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.select2-container.heroFilterSelect .select2-dropdown {
  background: #0C1D3A;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  margin-top: 8px;
  transform-origin: top center;
  animation: filterSelectIn 0.2s ease forwards;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-search--dropdown {
  display: none;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results > .select2-results__options {
  max-height: 260px;
  overflow-y: auto;
  padding: 8px;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results__option {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results__option--highlighted {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF !important;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results__option--selected {
  background: rgba(254, 8, 79, 0.18);
  color: #FE084F;
  font-weight: 600;
}
.select2-container.heroFilterSelect .select2-dropdown .select2-results__option--highlighted.select2-results__option--selected {
  background: #FE084F !important;
  color: #FFFFFF !important;
}
.select2-container.heroFilterSelect.select2-container--open.select2-container--above .select2-dropdown {
  margin-top: 0;
  margin-bottom: 8px;
  transform-origin: bottom center;
}

.customSelect.heroFilterSelect:has(.select2-container) .selectArrow {
  display: none;
}

.customSelect.heroFilterSelect.is-open .select2-container.heroFilterSelect .select2-selection--single {
  border-color: rgba(254, 8, 79, 0.85);
}

/* ============================================================
   DOCS CTA — reusable "Teknik Bilgiye Kolay Erişim" component
   Markup: inc.docscta.php
   ============================================================ */
.blogDocsCtaSection {
  margin-bottom: 10px;
}
.blogDocsCtaSection .docsCtaInner {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 85px 170px 0 75px;
  display: grid;
  grid-template-columns: minmax(280px, 746px) minmax(200px, 550px) auto;
  gap: 40px;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}
.blogDocsCtaSection .docsCtaInner:after {
  content: "";
  background-image: url(../img/dots3.webp);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: 1140/225;
  max-width: 1140px;
}
.blogDocsCtaSection .docsCtaLeft {
  position: relative;
  z-index: 1;
  padding-bottom: 85px;
}
.blogDocsCtaSection .docsCtaLeft .docsCtaTitle {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
}
.blogDocsCtaSection .docsCtaLeft .redIcon {
  margin-bottom: 32px;
}
.blogDocsCtaSection .docsCtaLeft .docsCtaDesc {
  margin: 0;
  font-size: 26px;
  line-height: 43px;
  color: #00001B;
  font-weight: 400;
  max-width: 746px;
}
.blogDocsCtaSection .docsCtaVisual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 476/323;
  max-width: 476px;
  width: 100%;
}
.blogDocsCtaSection .docsCtaVisual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 550px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.blogDocsCtaSection .docsCtaBtn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 0 30px;
  height: 58px;
  min-width: 291px;
  background: #FFFFFF;
  border: 1px solid #DCE3EC;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #061129;
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: all 0.3s ease;
  align-self: center;
}
.blogDocsCtaSection .docsCtaBtn .docsCtaBtnLabel {
  display: block;
}
.blogDocsCtaSection .docsCtaBtn .docsCtaArrow {
  width: 16px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.blogDocsCtaSection .docsCtaBtn:hover {
  border-color: #FE084F;
  color: #FE084F;
}
.blogDocsCtaSection .docsCtaBtn:hover .docsCtaArrow {
  transform: translateX(3px);
}

/* ============================================================
   BLOG CARD — reusable card + grid (blog list & related posts)
   ============================================================ */
.blogGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.blogCard {
  background: #FFFFFF;
  border-radius: 15px;
  height: 100%;
  min-height: 334px;
}
.blogCard .blogCardLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 52px 55px 48px;
  text-decoration: none;
  color: inherit;
}
.blogCard .blogMeta {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #686C70;
  margin-bottom: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.blogCard .blogCardTitle {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.blogCard .blogCardExcerpt {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #061129;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.blogCard .blogCardArrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border: 1px solid #E2E6EC;
  border-radius: 14px;
  background: #FFFFFF;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.blogCard .blogCardArrow img {
  width: 16px;
  height: auto;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.blogCard:hover .blogCardTitle {
  color: #FE084F;
}
.blogCard:hover .blogCardArrow {
  background: #FE084F;
  border-color: #FE084F;
}
.blogCard:hover .blogCardArrow img {
  filter: brightness(0) invert(1);
  transform: translateX(2px);
}

/* ============================================================
   BLOG DETAIL BANNER — standalone split hero (text + image)
   Markup: blogdetail.php
   ============================================================ */
.blogDetailBanner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin: 10px 0;
  min-height: 550px;
}
.blogDetailBanner .bannerText {
  min-width: 0;
  background: #061129;
  border-radius: 15px;
  padding: 100px 75px 150px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blogDetailBanner .bannerHead .bannerTitle {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
  color: #FFFFFF;
  max-width: 450px;
}
.blogDetailBanner .bannerHead .bannerCategory {
  color: #C4C8D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: "Space Grotesk", sans-serif;
  margin: 40px 0 0;
  display: block;
}
.blogDetailBanner .bannerHead .bannerCategory span {
  font-weight: 300;
}
.blogDetailBanner .bannerScroll {
  width: 58px;
  height: 54px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.blogDetailBanner .bannerScroll:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(3px);
}
.blogDetailBanner .bannerScroll svg {
  width: 16px;
  height: 15px;
}
.blogDetailBanner .bannerMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 48px;
  margin-top: auto;
}
.blogDetailBanner .bannerMeta .bannerMetaItem {
  color: #C4C8D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  font-family: "Space Grotesk", sans-serif;
}
.blogDetailBanner .bannerMeta .bannerMetaItem span {
  font-weight: 300;
}
.blogDetailBanner .bannerImage {
  min-width: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: #061129;
}
.blogDetailBanner .bannerImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background: #DCE3EC;
  padding: 10px !important;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}

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

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

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

.customContainer {
  max-width: 1674px;
}

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

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

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

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

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

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

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

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

.row.pageRow {
  --bs-gutter-x: 3rem;
}

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

.colPadding {
  padding-left: 125px;
}

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

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

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

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

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

header {
  background: #061129;
  border-radius: 15px;
  padding: 21px 35px 21px 75px;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerRightArea {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .headerRightArea .openMenuBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF004D;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
header .headerRightArea .openMenuBtn span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
header .headerRightArea .openMenuBtn.active span:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}
header .headerRightArea .openMenuBtn.active span:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}
header .langArea {
  position: relative;
}
header .langArea .current {
  padding: 20px 27px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 300px;
  line-height: 20px;
  display: inline-flex;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
header .langArea .dropdown {
  position: absolute;
  bottom: 30px;
  transform: translate(-50%, 100%);
  left: 50%;
  background: #000;
  width: 100%;
  padding: 15px 27px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease all;
}
header .langArea .dropdown li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
header .langArea .dropdown:before {
  content: "";
  position: absolute;
  height: 10px;
  left: 0;
  right: 0;
  top: -10px;
}
header .langArea:hover .dropdown {
  opacity: 1;
  pointer-events: auto;
  bottom: -10px;
}

.megaMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0;
  background: #DCE3EC;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: stretch;
  padding: 10px;
}
.megaMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.megaMenu .megaMenu-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-height: 0;
  background-color: #ffffff;
  border-radius: 15px;
  gap: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
.megaMenu .megaMenu-left {
  width: 100%;
  max-width: 576px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}
.megaMenu .megaMenu-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
.megaMenu .megaMenuRight {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 80px;
  padding-top: clamp(80px, 15vh, 195px);
  padding-bottom: 60px;
  overflow-y: auto;
}
.megaMenu .megaMenuRight .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.megaMenu .megaMenuRight .megaMenuContact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.megaMenu .megaMenuRight .megaMenuContact .megaContactItem .label {
  font-size: 14px;
  color: #061129;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.megaMenu .megaMenuRight .megaMenuContact .megaContactItem .slash {
  margin: 0 5px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 11px;
  color: #061129;
  font-weight: 500;
}
.megaMenu .megaMenuRight .megaMenuContact .megaContactItem .phoneLink {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #061129;
  font-weight: 500;
  margin: 0;
}
.megaMenu .megaMenuRight .megaMenuContact .megaContactItem p {
  font-size: 16px;
  color: #061129;
  font-weight: 400;
  margin: 0;
}
.megaMenu .megaMenuRight .megaMenuContact .megaSocials {
  display: flex;
  gap: 15px;
}
.megaMenu .megaMenuRight .megaMenuContact .megaSocials a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #061129;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 20px;
}
.megaMenu .megaMenuRight .megaMenuContact .megaSocials a:hover {
  color: #FF004D;
}
.megaMenu .megaMenuRight .megaMenuContact .megaFooterLinks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.megaMenu .megaMenuRight .megaMenuContact .megaFooterLinks a {
  font-size: 14px;
  color: #061129;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}
.megaMenu .megaMenuRight .megaMenuContact .megaFooterLinks a:hover {
  color: #FF004D;
}
.megaMenu .megaMenuRight .menus {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.megaMenu .megaMenuRight .menus .megaMenuTitle {
  font-size: 17px;
  color: #ACAFB2;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.megaMenu .megaMenuRight .menus .megaMenuTitle .icon {
  width: 33px;
  height: 33px;
  background-color: #DCE3EC;
  display: block;
  border-radius: 8px;
  position: relative;
}
.megaMenu .megaMenuRight .menus .megaMenuTitle .icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  border-radius: 7px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.megaMenu .megaMenuRight .menus .megaNav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.megaMenu .megaMenuRight .menus .megaNav li {
  margin-bottom: 20px;
}
.megaMenu .megaMenuRight .menus .megaNav li a {
  font-size: 48px;
  color: #061129;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}
.megaMenu .megaMenuRight .menus .megaNav li a:hover {
  color: #FF004D;
  transform: translateX(-10px);
}

body.menu-open {
  overflow: hidden;
}
body.menu-open header {
  background: transparent !important;
}
body.menu-open header .headerBtn {
  display: none;
}
body.menu-open header .headerBtn.btn-white {
  background: #E5E7EB;
  color: #061129;
}
body.menu-open .megaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  body.menu-open header .logoArea {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
body.homePage header {
  background: transparent !important;
  padding: 0 !important;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  z-index: 100;
}
body.homePage header .container {
  max-width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 15px;
}
body.homePage header .logoArea {
  background: #ffffff;
  border-radius: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
body.homePage header .logoArea img {
  filter: invert(1);
  max-width: 140px;
}
body.homePage header .headerRightArea {
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 20px;
  height: 100px;
  align-items: flex-start;
}

.footerTopSection {
  position: relative;
  background-color: #F3F4F8;
  padding: 90px 0 350px 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 15px;
}
.footerTopSection .bgLines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.footerTopSection .bottomPumpsImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.footerTopSection .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.footerTopSection .footerTopContent {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerTopSection .footerTopContent .redIcon {
  background-color: #FE084F;
  margin-bottom: 65px;
}
.footerTopSection .footerTopContent h2 {
  font-size: 36px;
  font-weight: 400;
  color: #061129;
  margin: 0 0 20px 0;
  line-height: 43px;
}
.footerTopSection .footerTopContent p {
  font-size: 16px;
  font-weight: 400;
  color: #061129;
  margin: 0 0 80px 0;
  line-height: 27px;
}
.footerTopSection .footerTopContent .actionButtons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footerTopSection .footerTopContent .actionButtons .actionBtn {
  display: flex;
  align-items: center;
  gap: 45px;
  border: 1px solid #fff;
  padding: 35px 30px 35px 45px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.footerTopSection .footerTopContent .actionButtons .actionBtn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footerTopSection .footerTopContent .actionButtons .actionBtn span {
  font-size: 18px;
  font-weight: 600;
  color: #061129;
}
.footerTopSection .footerTopContent .actionButtons .actionBtn .btnArrow {
  width: 70px;
  height: 54px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.footerTopSection .footerTopContent .actionButtons .actionBtn .btnArrow img {
  width: 16px;
}
.footerTopSection .footerTopContent .actionButtons .actionBtn:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.siteFooter {
  background: linear-gradient(177deg, #30363B 89.8%, #FE084F 98.74%);
  position: relative;
  overflow: hidden;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0;
}
.siteFooter .footerCol {
  flex: 1;
  padding: 160px 70px 70px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.siteFooter .footerCol:not(:last-child) {
  border-right: 1px solid #3F4346;
  padding-right: 50px;
}
.siteFooter .footerCol.footerColMiddle {
  padding-left: 65px;
  justify-content: center;
  flex: 1.15;
  min-width: 0;
}
.siteFooter .footerCol.footerColRight {
  padding-left: 50px;
  padding-right: 45px;
}
.siteFooter .footerColLeft .footerLogoArea {
  margin-bottom: 160px;
  display: flex;
  gap: 45px;
  align-items: center;
  flex-wrap: wrap;
}
.siteFooter .footerColLeft .footerLogoArea .footerLogo {
  height: 50px;
  width: auto;
}
.siteFooter .footerColLeft .footerLogoArea .logoDesc {
  font-size: 16px;
  line-height: 18px;
  color: #ACAFB2;
  margin: 0;
  max-width: 280px;
}
.siteFooter .footerColLeft .footerContactInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.siteFooter .footerColLeft .footerContactInfo .contactItem h6 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ACAFB2;
  margin: 0 0 12px 0;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
.siteFooter .footerColLeft .footerContactInfo .contactItem p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 18px;
}
.siteFooter .footerColLeft .footerContactInfo .contactItem.socialLinksText {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.siteFooter .footerColLeft .footerContactInfo .contactItem.socialLinksText a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  transition: color 0.3s ease;
}
.siteFooter .footerColLeft .footerContactInfo .contactItem.socialLinksText a:hover {
  color: #FF0033;
}
.siteFooter .footerColLeft .footerPolicies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.siteFooter .footerColLeft .footerPolicies a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ACAFB2;
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 0 0 auto;
}
.siteFooter .footerColLeft .footerPolicies a:hover {
  color: #E2E4E7;
}
.siteFooter .footerMiddleGrids {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  align-items: start;
}
.siteFooter .footerMiddleGrids .footerMenuBox {
  display: flex;
  gap: 30px;
  min-width: 0;
}
.siteFooter .footerMiddleGrids .footerMenuBox:last-child {
  grid-column: 1 / -1;
}
.siteFooter .footerMiddleGrids .footerMenuBox .dashIcon {
  width: 33px;
  height: 33px;
  background-color: #23272B;
  display: block;
  border-radius: 8px;
  position: relative;
  border: 1px solid #4F565B;
}
.siteFooter .footerMiddleGrids .footerMenuBox .dashIcon:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  border-radius: 7px;
  background-color: #4F565B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.siteFooter .footerMiddleGrids .footerMenuBox .menuBoxHeader {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.siteFooter .footerMiddleGrids .footerMenuBox .menuBoxHeader h6 {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}
.siteFooter .footerMiddleGrids .footerMenuBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.siteFooter .footerMiddleGrids .footerMenuBox ul li a {
  color: #ACAFB2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.siteFooter .footerMiddleGrids .footerMenuBox ul li a:hover {
  color: #FF0033;
}
.siteFooter .footerColRight {
  position: relative;
  justify-content: flex-start;
}
.siteFooter .footerColRight .rightTopSeal {
  align-self: center;
  position: relative;
  width: 205px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-right: 30px;
}
.siteFooter .footerColRight .rightTopSeal .sealImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.siteFooter .footerColRight .rightBottomArea {
  margin-top: 45px;
}
.siteFooter .footerColRight .rightBottomArea .redIcon {
  margin-bottom: 45px;
}
.siteFooter .footerColRight .rightBottomArea .rightTitle {
  font-size: 64px;
  font-weight: 200;
  line-height: 69px;
  margin: 0;
  background: linear-gradient(97.68deg, #838383 34.49%, #FE084F 88.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.footerBottom .footerBottomCard {
  margin-top: 10px;
  background: #FFF;
  border-radius: 15px;
  padding: 25px 75px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 110px;
}
.footerBottom .copyright {
  font-size: 14px;
  font-weight: 500;
  color: #061129;
  margin: 0;
}
.footerBottom .nfpaLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 52/59;
  max-width: 52px;
  width: 100%;
}
.footerBottom .nfpaLogo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footerBottom .footerStageLogo {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 110px;
  width: 100%;
  line-height: 0;
}
.footerBottom .footerStageLogo img {
  width: 100%;
  height: auto;
  display: block;
}

@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);
  }
}
@keyframes filterSelectIn {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Ana Sayfa Header Boşluk Ayarı (Sadece Full Ekran Slaytta) */
.homePage header .logoArea,
.homePage header .headerRightArea {
  transition: transform 0.4s ease, max-width 0.4s ease;
}
.homePage header.fullBgActive .logoArea {
  transform: translate(15px, 15px);
  /* Hem yandan hem yukarıdan 15px */
  max-width: calc(100% - 15px);
  /* Genişlikten 15px kısıldı */
}
.homePage header.fullBgActive .headerRightArea {
  transform: translate(-15px, 15px);
  /* Hem yandan hem yukarıdan 15px (simetrik) */
  max-width: calc(100% - 15px);
}

.heroBento {
  width: 100%;
  min-height: calc(100vh - 20px);
  overflow: hidden;
  /* Slayt yüksekliklerini en uzuna göre eşitleme */
}
.heroBento .swiper-wrapper {
  align-items: stretch;
}
.heroBento .swiper-slide {
  height: auto;
}
.heroBento .swiper-pagination {
  bottom: 30px;
}
.heroBento .bentoGrid {
  position: relative;
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 20px);
  /* --- KARANLIK (DARK) TEMA VARYASYONU --- */
}
.heroBento .bentoGrid.darkVariant .bentoTitleBox,
.heroBento .bentoGrid.darkVariant .bentoDescBox {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.7) 0%, rgba(10, 10, 10, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
}
.heroBento .bentoGrid.darkVariant .bentoTitleBox h1,
.heroBento .bentoGrid.darkVariant .bentoTitleBox p.heroSlideTitle {
  color: #ffffff;
}
.heroBento .bentoGrid.darkVariant .bentoTitleBox .bentoActionBtn {
  background: linear-gradient(90deg, #444 0%, #222 100%);
}
.heroBento .bentoGrid.darkVariant .bentoTitleBox .bentoActionBtn span {
  color: #ffffff;
}
.heroBento .bentoGrid.darkVariant .bentoDescBox .descLabel {
  color: #ffffff;
  opacity: 0.9;
}
.heroBento .bentoGrid.darkVariant .bentoDescBox p {
  color: rgba(255, 255, 255, 0.8);
}
.heroBento .bentoGrid.fullBgVariant .bentoLeft {
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 130px;
}
.heroBento .bentoGrid.fullBgVariant .bentoLeft .bentoTitleBox,
.heroBento .bentoGrid.fullBgVariant .bentoLeft .bentoDescBox {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
.heroBento .bentoGrid.fullBgVariant .bentoRight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
}
.heroBento .bentoGrid {
  /* -------------------------------------- */
}
.heroBento .bentoGrid .bentoLeft {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 100%;
  padding-top: 115px;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox,
.heroBento .bentoGrid .bentoLeft .bentoDescBox {
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox {
  padding: 95px 60px 95px 75px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox h1,
.heroBento .bentoGrid .bentoLeft .bentoTitleBox p.heroSlideTitle {
  font-size: 58px;
  line-height: 63px;
  color: #061129;
  font-weight: 400;
  margin-bottom: 65px;
  transition: all 0.3s ease;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox h1 span,
.heroBento .bentoGrid .bentoLeft .bentoTitleBox p.heroSlideTitle span {
  font-weight: 300;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox .bentoActionBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 8px 6px 8px 25px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #808080 0%, #303030 100%);
  border-radius: 64px;
  max-width: 100%;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox .bentoActionBtn .btnImg {
  width: 103px;
  height: 60px;
  overflow: hidden;
  margin-bottom: -8px;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox .bentoActionBtn .btnImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox .bentoActionBtn span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 30px;
}
.heroBento .bentoGrid .bentoLeft .bentoTitleBox .bentoActionBtn .btnArrow {
  width: 70px;
  height: 54px;
  background: #ffffff;
  color: #061129;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.heroBento .bentoGrid .bentoLeft .bentoDescBox {
  flex-shrink: 0;
  padding: 80px 30px 60px 75px;
}
.heroBento .bentoGrid .bentoLeft .bentoDescBox .descLabel {
  font-size: 14px;
  color: #061129;
  font-weight: 600;
  margin-bottom: 70px;
  display: block;
  transition: all 0.3s ease;
}
.heroBento .bentoGrid .bentoLeft .bentoDescBox p {
  font-size: 18px;
  color: #061129;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  transition: all 0.3s ease;
}
.heroBento .bentoGrid .bentoLeft .bentoDescBox p span {
  font-weight: 400;
}
.heroBento .bentoGrid .bentoRight {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
}
.heroBento .bentoGrid .bentoRight .bentoMainImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.heroBento .bentoGrid .bentoRight .cards {
  position: absolute;
  left: 65px;
  bottom: 255px;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
.heroBento .bentoGrid .bentoRight .cards .card {
  border: 1px solid #fff;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 140px;
}
.heroBento .bentoGrid .bentoRight .cards .card .top {
  color: #5E6B7D;
  font-size: 48px;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
}
.heroBento .bentoGrid .bentoRight .cards .card .top span {
  font-size: 34px;
}
.heroBento .bentoGrid .bentoRight .cards .card .bottom {
  color: #5E6B7D;
  font-size: 12px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}
.heroBento .bentoGrid .bentoRight .cards .card .bottom:after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -30px;
  height: 17px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/vector5.webp");
  background: #fff;
}
.heroBento .bentoGrid .bentoRight .bentoExperience {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 236px;
}
.heroBento .bentoGrid .bentoRight .bentoExperience img {
  display: block;
  width: 100%;
  height: auto;
}
.heroBento .bentoGrid .bentoRight .bentoExperienceList {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 236px;
}
.heroBento .bentoGrid .bentoRight .bentoExperienceList .bentoExperience {
  position: static;
  width: 100%;
}

.quoteBanner {
  padding: 130px 0;
  width: 100%;
  overflow: hidden;
}
.quoteBanner .container {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .quoteBanner .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.quoteBanner .quoteLeft {
  display: flex;
  align-items: center;
  gap: 40px;
}
.quoteBanner .badgeImg {
  width: 205px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.quoteBanner .quoteRight {
  flex: 1;
  max-width: 1270px;
}
.quoteBanner .quoteRight p {
  font-size: 70px;
  line-height: 82px;
  color: #061129;
  font-weight: 300;
  margin: 0;
}
.quoteBanner.type2 .quoteRight p {
  font-size: 48px;
  line-height: 64px;
  color: #061129;
  font-weight: 300;
  margin: 0;
}

.homeSystems {
  margin-top: 170px;
  width: 100%;
}
.homeSystems .systemsTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 30px;
}
.homeSystems .systemsTop .systemsTopLeft {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.homeSystems .systemsTop .systemsTopLeft .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  margin-bottom: 55px;
  line-height: 22px;
}
.homeSystems .systemsTop .systemsTopRight {
  max-width: 1290px;
  margin-right: 90px;
}
.homeSystems .systemsTop .systemsTopRight p {
  font-size: 32px;
  color: #061129;
  line-height: 42px;
  font-weight: 300;
  margin: 0;
}
.homeSystems .systemsMain {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: stretch;
}
.homeSystems .systemsMain .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: opacity 0.35s ease;
}
.homeSystems .systemsMain .systemsContent {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 80px 310px 160px 70px;
  width: 100%;
}
.homeSystems .systemsMain .systemsContent .contentLeft {
  display: flex;
  flex-direction: column;
}
.homeSystems .systemsMain .systemsContent .contentLeft h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 60px;
}
.homeSystems .systemsMain .systemsContent .contentRight {
  display: flex;
  align-items: center;
  margin-top: 85px;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem {
  padding: 20px 25px 55px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 195px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:last-child {
  border-bottom: none;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem .itemTop {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem .itemTop .num {
  font-size: 20px;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem .activeIcon {
  display: none;
  width: 21px;
  height: 21px;
  background: #FF004D;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 20px;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem .activeIcon svg {
  width: 8px;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem.active,
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:hover {
  background: #ffffff;
  color: #FF004D;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem.active .itemTop,
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:hover .itemTop {
  justify-content: space-between;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem.active .itemTop .activeIcon,
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:hover .itemTop .activeIcon {
  display: flex;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem.active .itemTop .num,
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:hover .itemTop .num {
  color: #FF004D;
  opacity: 1;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem.active .title,
.homeSystems .systemsMain .systemsContent .contentRight .systemsList .systemItem:hover .title {
  color: #FF004D;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList:hover .systemItem.active:not(:hover) {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList:hover .systemItem.active:not(:hover) .itemTop {
  justify-content: flex-end;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList:hover .systemItem.active:not(:hover) .itemTop .activeIcon {
  display: none;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList:hover .systemItem.active:not(:hover) .itemTop .num {
  color: #ffffff;
}
.homeSystems .systemsMain .systemsContent .contentRight .systemsList:hover .systemItem.active:not(:hover) .title {
  color: #ffffff;
}

.homeAboutGrid {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.homeAboutGrid .aboutRowTop {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
}
.homeAboutGrid .aboutRowTop .aboutTopLeft {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 73px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.homeAboutGrid .aboutRowTop .aboutTopLeft img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.homeAboutGrid .aboutRowTop .aboutTopRight {
  background: #ffffff;
  border-radius: 20px;
  padding: 85px 155px 100px 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeAboutGrid .aboutRowTop .aboutTopRight .contentWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.homeAboutGrid .aboutRowTop .aboutTopRight .contentWrapper .redIcon {
  margin-bottom: 20px;
}
.homeAboutGrid .aboutRowTop .aboutTopRight .subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #061129;
  margin-bottom: 55px;
  display: block;
}
.homeAboutGrid .aboutRowTop .aboutTopRight .descLabel {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  margin-bottom: 55px;
  display: block;
  margin-top: auto;
}
.homeAboutGrid .aboutRowTop .aboutTopRight p {
  font-size: 40px;
  color: #061129;
  line-height: 51px;
  font-weight: 400;
  margin: 0;
}
.homeAboutGrid .aboutRowBottom {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 10px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomLeft {
  background: #ffffff;
  border-radius: 20px;
  padding: 130px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomLeft h2 {
  font-size: 56px;
  color: #061129;
  font-weight: 500;
  line-height: 63px;
  margin: 0;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox .infoBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(85, 85, 85, 0.9);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 34px 35px 34px 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox .infoBtn:hover {
  background: #FF004D;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox .infoBtn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox .infoBtn .plusIcon {
  width: 70px;
  height: 54px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryImgBox .infoBtn .plusIcon img {
  width: 16px;
  height: 15px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryDescBox {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryDescBox p {
  font-size: 22px;
  color: #061129;
  line-height: 29px;
  margin: 0;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightTop .factoryDescBox p strong {
  font-weight: 700;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip {
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid #fff;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip .statItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #fff;
  padding: 55px 0;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip .statItem:last-child {
  border-right: none;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip .statItem .bgNumber {
  font-size: 92px;
  font-weight: 300;
  color: #5E6B7D;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip .statItem .bgNumber .textSm {
  font-size: 21px;
  font-weight: 300;
  align-self: flex-end;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #5E6B7D;
}
.homeAboutGrid .aboutRowBottom .aboutBottomRight .aboutRightBottom.statsStrip .statItem .statText {
  position: absolute;
  display: inline-flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  background: #DCE3EC;
  white-space: nowrap;
  font-family: "Space Grotesk", sans-serif;
}

.visionCardsSection {
  padding: 80px 0;
}
.visionCardsSection .sectionHeader {
  margin-bottom: 50px;
}
.visionCardsSection .sectionHeader h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #0F172A;
  margin: 0;
}
.visionCardsSection .visionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.visionCardsSection .visionCard {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.visionCardsSection .visionCard.leftCard {
  background-color: #f1f1f3;
}
.visionCardsSection .visionCard.leftCard .cardTop {
  gap: 20px;
  position: relative;
  z-index: 5;
  height: 560px;
  background-color: #F4F5F7;
}
.visionCardsSection .visionCard.leftCard .cardTop .title {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 80px 70px;
  gap: 60px;
}
.visionCardsSection .visionCard.leftCard .cardTop .title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #0F172A;
  margin: 0;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .globeImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FF004D;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(255, 0, 77, 0.4);
  animation: pulse 2s infinite;
  z-index: 15;
  transition: 0.3s ease all;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot:hover {
  transform: translate(-50%, -50%) scale(1.2);
  animation: none;
}
.visionCardsSection .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspotLabel {
  position: absolute;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}
.visionCardsSection .visionCard.leftCard .cardTop .pumpsImg {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 55%;
  max-width: 350px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  /* Beyaz kutunun üstüne taşacak */
}
.visionCardsSection .visionCard.leftCard .cardBottom {
  background-color: #ffffff;
  padding: 55px 70px 65px;
  position: relative;
  z-index: 3;
  margin-top: auto;
}
.visionCardsSection .visionCard.leftCard .cardBottom p {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  color: #00001B;
}
.visionCardsSection .visionCard.rightCard {
  border: 1px solid #fff;
  padding: 60px 20px 0 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.visionCardsSection .visionCard.rightCard .cardTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-right: 50px;
}
.visionCardsSection .visionCard.rightCard .cardTop .leftArea {
  flex: 1;
}
.visionCardsSection .visionCard.rightCard .cardTop .leftArea .topRow {
  margin-bottom: 60px;
}
.visionCardsSection .visionCard.rightCard .cardTop .leftArea .contentRow {
  margin-bottom: 30px;
}
.visionCardsSection .visionCard.rightCard .cardTop .leftArea .contentRow .texts h3 {
  font-size: 36px;
  font-weight: 400;
  color: #00001B;
  margin: 0 0 25px 0;
  line-height: 1.2;
}
.visionCardsSection .visionCard.rightCard .cardTop .leftArea .contentRow .texts p {
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
  color: #00001B;
  margin: 0;
}
.visionCardsSection .visionCard.rightCard .cardTop .rightImg {
  aspect-ratio: 183/183;
  max-width: 183px;
  width: 100%;
}
.visionCardsSection .visionCard.rightCard .cardTop .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  gap: 35px;
  align-items: flex-end;
  justify-content: space-between;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .imgArea {
  aspect-ratio: 520/310;
  max-width: 520px;
  width: 100%;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .imgArea .certImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .certBtn {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 10;
  margin-bottom: 20px;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .certBtn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .certBtn span {
  font-size: 17px;
  font-weight: 500;
  color: #061129;
  line-height: 1.3;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .certBtn .arrowIcon {
  width: 70px;
  height: 54px;
  background-color: #E8E8E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visionCardsSection .visionCard.rightCard .cardImageWrapper .certBtn .arrowIcon img {
  width: 16px;
  height: auto;
}

.industrialSolutionsSection {
  padding: 70px 0 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.industrialSolutionsSection .flexContainer {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 105px;
}
.industrialSolutionsSection .bgPumps {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1730px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
.industrialSolutionsSection .sectionHeader {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 60px;
  max-width: 460px;
}
.industrialSolutionsSection .sectionHeader .redIcon {
  margin-bottom: 65px;
}
.industrialSolutionsSection .sectionHeader h2 {
  font-size: 36px;
  font-weight: 400;
  color: #00001B;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 80px;
}
.industrialSolutionsSection .sectionHeader .leftSide .infoBox {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 15px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 15px;
  box-shadow: 0px 29px 153.3px rgba(0, 0, 0, 0.15);
}
.industrialSolutionsSection .sectionHeader .leftSide .infoBox p {
  padding: 45px 35px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #061129;
}
.industrialSolutionsSection .sectionHeader .leftSide .infoBox .showProductsBtn {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 20px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -1px;
}
.industrialSolutionsSection .sectionHeader .leftSide .infoBox .showProductsBtn .btnIcon {
  width: 70px;
  height: 54px;
  background-color: #020202;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industrialSolutionsSection .solutionsLayout {
  display: flex;
  gap: 60px;
  align-items: stretch;
  min-height: 600px;
  width: 100%;
}
.industrialSolutionsSection .solutionsLayout .rightSide {
  width: 100%;
  padding-right: 215px;
  margin-top: 180px;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #EDEDED;
  border-radius: 15px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 30px 25px 50px 50px;
  position: relative;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard .cardNumber {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 20px;
  font-weight: 300;
  color: #00001B;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-top: auto;
  line-height: 1.4;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.dark-text h4 {
  color: #00001B;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.active {
  border-color: #ffffff;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.active .cardNumber {
  color: #FF0033;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.active h4 {
  color: #FF0033;
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.active .smallRedIcon {
  width: 21px;
  height: 21px;
  background-color: #FF0033;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
  /* Push H4 down */
}
.industrialSolutionsSection .solutionsLayout .rightSide .cardsGrid .glassCard.active .smallRedIcon::after {
  content: "";
  width: 9px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}
.industrialSolutionsSection .bottomDesc {
  font-size: 20px;
  line-height: 27px;
  color: #929DAA;
  margin: 0;
  max-width: 750px;
  padding: 100px 0;
}

.partnersSection {
  padding: 110px 0;
}
.partnersSection .partnersHeader {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 115px;
}
.partnersSection .partnersHeader h2 {
  font-size: 40px;
  font-weight: 400;
  color: #0F172A;
  margin: 0;
  line-height: 1.3;
}
.partnersSection .partnersGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.partnersSection .partnersGrid .partnerCard {
  background-color: #ffffff;
  border-radius: 12px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}
.partnersSection .partnersGrid .partnerCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.partnersSection .partnersGrid .partnerCard img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnersSection .partnersFooter {
  margin-top: 110px;
}
.partnersSection .partnersFooter p {
  font-size: 20px;
  color: #061129;
  margin: 0;
  line-height: 1.6;
}

.homeDelivery {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: #F5F7FA;
  border-radius: 20px;
  overflow: hidden;
  min-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeDelivery .deliveryTitle {
  position: absolute;
  top: 80px;
  left: 70px;
  z-index: 10;
}
.homeDelivery .deliveryTitle h2 {
  font-size: 36px;
  color: #061129;
  font-weight: 400;
  line-height: 43px;
  margin-top: 65px;
}
.homeDelivery .deliveryDesc {
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 10;
}
.homeDelivery .deliveryDesc p {
  font-size: 20px;
  color: #00001B;
  line-height: 27px;
  margin: 0;
}
.homeDelivery .deliveryMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeDelivery .deliveryMap .mapBg {
  width: 100%;
  height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.homeDelivery .deliveryMap .hotspotsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.homeDelivery .deliveryMap .hotspotsContainer .hotspot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FF004D;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(255, 0, 77, 0.4);
  animation: pulse 2s infinite;
  z-index: 15;
  transition: 0.3s ease all;
}
.homeDelivery .deliveryMap .hotspotsContainer .hotspot::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.homeDelivery .deliveryMap .hotspotsContainer .hotspot::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.homeDelivery .deliveryMap .hotspotsContainer .hotspot:hover, .homeDelivery .deliveryMap .hotspotsContainer .hotspot.active {
  transform: translate(-50%, -50%) scale(1.2);
  animation: none;
}
.homeDelivery .deliveryMap .hotspotsContainer .hotspot.active {
  z-index: 25;
  /* Kartın üzerinde görünmesi için */
}
.homeDelivery .deliveryMap .infoCard {
  position: absolute;
  width: 450px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 28px 55px 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translate(calc(-100% + 30px), calc(-100% + 30px)) scale(0.9);
  transform-origin: bottom right;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: linear-gradient(253.77deg, rgba(255, 255, 255, 0.1) 15.08%, rgba(255, 147, 178, 0.1) 97.55%);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.homeDelivery .deliveryMap .infoCard.show {
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-100% + 45px), calc(-100% + 45px)) scale(1);
}
.homeDelivery .deliveryMap .infoCard .cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 25px;
}
.homeDelivery .deliveryMap .infoCard .cardHeader .cardTitle {
  font-size: 24px;
  font-weight: 500;
  color: #061129;
  line-height: 27px;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.homeDelivery .deliveryMap .infoCard .cardHeader .cardStep {
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.homeDelivery .deliveryMap .infoCard .cardHeader .cardStep #currentStepNum {
  color: #061129;
  font-size: 32px;
  font-weight: 300;
  line-height: 20px;
  transform: translateY(2px);
}
.homeDelivery .deliveryMap .infoCard .cardHeader .cardStep .totalStep {
  font-weight: 500;
  font-size: 16px;
  color: #9E9E9E;
  line-height: 11px;
}
.homeDelivery .deliveryMap .infoCard .cardHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -55px;
  width: 100%;
  height: 28px;
  width: calc(100% + 110px);
  background-image: url(../img/vector2.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.homeDelivery .deliveryMap .infoCard .cardBody {
  position: relative;
}
.homeDelivery .deliveryMap .infoCard .cardBody .cardText {
  font-size: 16px;
  color: #00001B;
  line-height: 22px;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 10px;
}
.homeDelivery .deliveryMap .infoCard .cardBody .cardDot {
  display: none;
}

.categoryGridSection {
  width: 100%;
}
.categoryGridSection .categoryGrid {
  display: flex;
  gap: 10px;
  width: 100%;
}
.categoryGridSection .categoryCard {
  flex: 1;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 90px 60px 130px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.categoryGridSection .categoryCard .cardContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.categoryGridSection .categoryCard .cardDesc {
  font-size: 16px;
  line-height: 24px;
  color: #061129;
  margin: 0;
  max-width: 360px;
}
.categoryGridSection .categoryCard .cardMiddle {
  margin: 90px 0 75px;
}
.categoryGridSection .categoryCard .cardMiddle .redIcon {
  background: #DCE3EC;
  border-radius: 10px;
}
.categoryGridSection .categoryCard .cardBottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.categoryGridSection .categoryCard .cardBottom .cardTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #061129;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}
.categoryGridSection .categoryCard .cardBottom .actionBtn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(45px);
  border-radius: 15px;
  padding: 20px 20px 20px 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #FFFFFF;
}
.categoryGridSection .categoryCard .cardBottom .actionBtn span {
  font-size: 16px;
  font-weight: 600;
  color: #061129;
  white-space: nowrap;
}
.categoryGridSection .categoryCard .cardBottom .actionBtn .arrowCircle {
  width: 70px;
  height: 54px;
  border-radius: 15px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  color: #061129;
  transition: all 0.4s ease;
}
.categoryGridSection .categoryCard .cardBottom .actionBtn .arrowCircle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.categoryGridSection .categoryCard .cardImg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 80%;
  width: auto;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.categoryGridSection .categoryCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.08);
}
.categoryGridSection .categoryCard:hover .cardImg {
  transform: scale(1.05) translate(-5px, -5px);
}
.categoryGridSection .categoryCard:hover .cardIcon:before {
  background: #FE084F;
}
.categoryGridSection .categoryCard:hover .actionBtn {
  background: #00001B;
  border-color: #00001B;
}
.categoryGridSection .categoryCard:hover .actionBtn span {
  color: #FFFFFF;
}
.categoryGridSection .categoryCard:hover .actionBtn .arrowCircle {
  background: #FE084F;
  color: #FFFFFF;
}
.categoryGridSection .categoryCard:hover .actionBtn .arrowCircle svg {
  transform: translateX(2px);
}
.categoryGridSection.type2 {
  margin-bottom: 10px;
}

.categoryFilterArea {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 150%);
  width: 625px;
  max-width: calc(100% - 40px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.categoryFilterArea.scrolled {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
.categoryFilterArea .filterBarWrapper {
  position: relative;
  width: 100%;
}
.categoryFilterArea .filterBar {
  background: rgba(30, 35, 45, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.08);
}
.categoryFilterArea .filterSearchBtn {
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding: 20px 30px;
  flex-grow: 1;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categoryFilterArea .filterSearchBtn span {
  font-size: 15px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
}
.categoryFilterArea .filterSearchBtn:hover {
  background: #ECEFF4;
}
.categoryFilterArea .filterActionBtn {
  background: linear-gradient(90deg, #3A475F 0%, #061129 100%);
  border: none;
  border-radius: 16px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.categoryFilterArea .filterActionBtn .btnText {
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
  font-family: "Space Grotesk", sans-serif;
}
.categoryFilterArea .filterActionBtn .btnSeparator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.categoryFilterArea .filterActionBtn .btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.categoryFilterArea .filterActionBtn:hover {
  background: linear-gradient(90deg, #FE084F 0%, #FF004D 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(254, 8, 79, 0.2);
}

.filterModalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(6, 17, 41, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 30px 0 0;
}
.filterModalBackdrop.active {
  opacity: 1;
  pointer-events: all;
}
.filterModalBackdrop.active .filterDropdown {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.filterModalBackdrop .filterDropdown {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #EDEDED;
  box-shadow: 0 30px 70px rgba(0, 0, 27, 0.1);
  padding: 85px 120px 120px;
  width: 1260px;
  max-width: 95vw;
  position: relative;
  overflow: visible;
  transform: scale(0.95) translateY(15px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.filterModalBackdrop .filterDropdown .dropdownClose {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #ECEFF4;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.filterModalBackdrop .filterDropdown .dropdownClose svg {
  color: #061129;
  transition: all 0.3s ease;
}
.filterModalBackdrop .filterDropdown .dropdownClose:hover {
  background: #FF004D;
}
.filterModalBackdrop .filterDropdown .dropdownClose:hover svg {
  color: #FFFFFF;
  transform: rotate(90deg);
}
.filterModalBackdrop .filterDropdown .dropdownHeader {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.filterModalBackdrop .filterDropdown .dropdownHeader .dropdownTitle {
  font-size: 30px;
  font-weight: 600;
  color: #061129;
  margin: 0 0 6px 0;
}
.filterModalBackdrop .filterDropdown .dropdownSeparator {
  position: relative;
  width: calc(100% + 240px);
  margin-left: -120px;
  margin-right: -120px;
  height: 80px;
  margin-top: -6px;
  margin-bottom: 38px;
  z-index: 2;
}
.filterModalBackdrop .filterDropdown .dropdownSeparator svg {
  width: 100%;
  height: 100%;
}
.filterModalBackdrop .filterDropdown .dropdownSeparator .separatorPill {
  position: absolute;
  left: 135px;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #DCE3EC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterModalBackdrop .filterDropdown .dropdownSeparator .separatorPill .pillInner {
  width: 13px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 13px;
}
.filterModalBackdrop .filterDropdown .dropdownSeparator .bgIllustration {
  position: absolute;
  right: 120px;
  bottom: 80px;
  max-height: 120px;
  width: auto;
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
}
.filterModalBackdrop .filterDropdown .filterGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 2;
}
.filterModalBackdrop .filterDropdown .filterField {
  background: rgba(220, 227, 236, 0.45);
  border: 1px solid #DCE3EC;
  border-radius: 5px;
  padding: 12px 12px 12px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 75px;
  transition: all 0.3s ease;
}
.filterModalBackdrop .filterDropdown .filterField.selectField {
  width: 100%;
  padding: 0;
  overflow: visible;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect {
  width: 100% !important;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect .select2-selection--single {
  height: 75px;
  border: none;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect .select2-selection__rendered {
  line-height: 60px;
  padding-left: 40px;
  padding-right: 56px;
  color: #061129;
  font-size: 16px;
  font-weight: 500;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow {
  height: 45px;
  width: 50px;
  right: 10px;
  top: 15px;
  border-radius: 12px;
  background: #fff;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow b {
  display: none;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowdown.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #061129;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transform-origin: center center;
}
.filterModalBackdrop .filterDropdown .filterField.selectField .select2-container.filterModalSelect.select2-container--open .select2-selection__arrow:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.filterModalBackdrop .filterDropdown .filterField .fieldLabel {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
}
.filterModalBackdrop .filterDropdown .filterField .fieldIcon {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  box-shadow: 0 4px 10px rgba(0, 0, 27, 0.03);
  transition: all 0.3s ease;
}
.filterModalBackdrop .filterDropdown .filterField.inputField {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: text;
}
.filterModalBackdrop .filterDropdown .filterField.inputField .filterInput {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  outline: none;
  font-family: "Space Grotesk", sans-serif;
  box-sizing: border-box;
}
.filterModalBackdrop .filterDropdown .filterField.inputField .filterInput::-moz-placeholder {
  color: #061129;
  opacity: 1;
}
.filterModalBackdrop .filterDropdown .filterField.inputField .filterInput::placeholder {
  color: #061129;
  opacity: 1;
}
.filterModalBackdrop .filterDropdown .filterField.inputField:has(.fieldUnit) .filterInput {
  padding-right: 190px;
}
.filterModalBackdrop .filterDropdown .filterField.inputField.textareaField {
  height: auto;
  min-height: 75px;
  align-items: stretch;
}
.filterModalBackdrop .filterDropdown .filterField.inputField.textareaField .filterInput {
  min-height: 72px;
  height: 72px;
  resize: vertical;
  padding: 22px 28px;
}
.filterModalBackdrop .filterDropdown .filterField.inputField .fieldUnit {
  position: absolute;
  right: 24px;
  font-size: 13px;
  color: #959DAE;
  pointer-events: none;
  font-family: "Space Grotesk", sans-serif;
}
.filterModalBackdrop .filterDropdown .filterField.selectField.active {
  background: #FFF0F3;
  border-color: #FE084F;
}
.filterModalBackdrop .filterDropdown .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow {
  background: #FE084F;
}
.filterModalBackdrop .filterDropdown .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow:after {
  background: #fff;
}
.filterModalBackdrop .filterDropdown .filterField:hover:not(.active):not(.inputField) {
  background: #E2E6EC;
}
.filterModalBackdrop .filterDropdown .filterSubmitBtn {
  background: #061129;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 75px;
  width: 205px;
  max-width: none;
  transition: all 0.3s ease;
}
.filterModalBackdrop .filterDropdown .filterSubmitBtn:hover {
  background: #FF004D;
  box-shadow: 0 10px 20px rgba(255, 0, 77, 0.15);
}
.filterModalBackdrop .filterDropdown .select2-container.filterModalSelect.select2-container--open {
  z-index: 2505;
}

.categorySolutionsSection {
  padding: 10px 0;
  width: 100%;
}
.categorySolutionsSection .solutionsFlex {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.categorySolutionsSection .solutionsLeft {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-grow: 1;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea {
  position: absolute;
  left: 70px;
  top: 60px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea .sectionTitle {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  color: #061129;
  margin: 0;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .graphicImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
  min-height: 100%;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox {
  border-radius: 15px;
  width: 86px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.05) inset;
  border: 1px solid #fff;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .progressRing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .progressRing circle {
  fill: none;
  stroke-width: 2;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .progressRing .progressBg {
  stroke: #ECEFF4;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .progressRing .progressActive {
  stroke: #FF004D;
  stroke-dasharray: 157;
  stroke-dashoffset: 40;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .activeNumber {
  font-size: 16px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: #5E6B7D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.05) inset;
  border: 1px solid #fff;
  padding: 35px 25px 35px 55px;
  max-width: 490px;
}
.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox p {
  font-size: 16px;
  line-height: 24px;
  color: #061129;
  margin: 0;
  font-weight: 500;
}
.categorySolutionsSection .solutionsRight {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.categorySolutionsSection .solutionsRight .solutionsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
}
.categorySolutionsSection .solutionsRight .solutionCard {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 30px 25px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  min-height: 180px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(255, 255, 255, 0.1);
}
.categorySolutionsSection .solutionsRight .solutionCard .cardTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.categorySolutionsSection .solutionsRight .solutionCard .cardTop .redIcon {
  margin-top: 20px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.categorySolutionsSection .solutionsRight .solutionCard .cardTop .cardNum {
  font-size: 20px;
  font-weight: 300;
  color: #061129;
  transition: color 0.4s ease;
  font-family: "Space Grotesk", sans-serif;
}
.categorySolutionsSection .solutionsRight .solutionCard .cardTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #061129;
  margin: 0;
  transition: color 0.4s ease;
}
.categorySolutionsSection .solutionsRight .solutionCard:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.4);
}
.categorySolutionsSection .solutionsRight .solutionCard.active {
  background: linear-gradient(112.24deg, rgba(255, 255, 255, 0.1) 23.97%, rgba(254, 8, 79, 0.01) 97.23%);
  border: 2px solid #EDEDED;
}
.categorySolutionsSection .solutionsRight .solutionCard.active .cardTop .redIcon {
  opacity: 1;
  transform: scale(1);
}
.categorySolutionsSection .solutionsRight .solutionCard.active .cardTop .cardNum {
  color: #FF004D;
}
.categorySolutionsSection .solutionsRight .solutionCard.active .cardTitle {
  color: #FF004D;
}
@media (max-width: 1199px) {
  .categorySolutionsSection .solutionsFlex {
    gap: 30px;
  }
  .categorySolutionsSection .solutionsLeft .titleArea .sectionTitle {
    font-size: 34px;
    line-height: 44px;
  }
  .categorySolutionsSection .solutionsRight .solutionCard {
    padding: 25px;
    min-height: 160px;
  }
  .categorySolutionsSection .solutionsRight .solutionCard .cardTitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .categorySolutionsSection {
    padding: 60px 0;
  }
  .categorySolutionsSection .categoryFilterArea {
    width: calc(100% - 30px);
    bottom: 20px;
  }
  .categorySolutionsSection .categoryFilterArea .filterBar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 18px;
    padding: 10px;
    gap: 10px;
  }
  .categorySolutionsSection .categoryFilterArea .filterSearchBtn {
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
  }
  .categorySolutionsSection .categoryFilterArea .filterSearchBtn span {
    font-size: 14px;
  }
  .categorySolutionsSection .categoryFilterArea .filterActionBtn {
    padding: 16px 20px;
    border-radius: 12px;
    justify-content: center;
  }
  .categorySolutionsSection .categoryFilterArea .filterActionBtn .btnText {
    font-size: 14px;
    margin-right: 15px;
  }
  .categorySolutionsSection .categoryFilterArea .filterActionBtn .btnSeparator {
    height: 18px;
    margin-right: 15px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown {
    padding: 30px;
    border-radius: 18px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .dropdownClose {
    top: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .dropdownHeader {
    margin-bottom: 20px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .dropdownHeader .dropdownTitle {
    font-size: 22px;
    margin: 0;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .dropdownHeader .bgIllustration {
    display: none;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .dropdownSeparator {
    display: none;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField {
    padding: 10px 10px 10px 20px;
    height: 60px;
    border-radius: 12px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField .fieldLabel {
    font-size: 14px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField .fieldIcon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField .fieldIcon svg {
    width: 12px;
    height: 12px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField.inputField .filterInput {
    padding: 15px 120px 15px 20px;
    font-size: 14px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterField.inputField .fieldUnit {
    right: 20px;
    font-size: 12px;
  }
  .categorySolutionsSection .filterModalBackdrop .filterDropdown .filterSubmitBtn {
    height: 60px;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
  }
  .categorySolutionsSection .solutionsFlex {
    flex-direction: column;
    gap: 40px;
  }
  .categorySolutionsSection .solutionsLeft {
    width: 100%;
  }
  .categorySolutionsSection .solutionsLeft .graphicWrapper {
    min-height: 450px;
  }
  .categorySolutionsSection .solutionsRight {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .categorySolutionsSection .solutionsLeft .graphicWrapper {
    min-height: 480px;
  }
  .categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea {
    left: 20px;
    top: 20px;
    gap: 10px;
  }
  .categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea .sectionTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox {
    padding: 20px;
    max-width: 100%;
  }
  .categorySolutionsSection .solutionsRight .solutionsGrid {
    grid-template-columns: 1fr;
  }
}

/* Products Page Custom Banner & Content Grid Styles */
.customProductsBanner {
  background-image: url("../img/svg/dots.svg");
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  justify-content: flex-end;
  padding: 125px 100px;
  margin: 25px auto;
  width: calc(100% - 80px);
  position: relative;
  margin-bottom: -30px;
}
.customProductsBanner .bannerLeft {
  flex: 1;
  display: flex;
  gap: 145px;
  position: absolute;
  left: 100px;
  top: 95px;
  z-index: 4;
  align-items: flex-start;
}
.customProductsBanner .bannerLeft .redIcon {
  background: #061129;
}
.customProductsBanner .bannerLeft .right {
  margin-top: -10px;
}
.customProductsBanner .bannerLeft .bannerTitle {
  color: #061129;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  margin: 0 0 15px 0;
}
.customProductsBanner .bannerLeft .bannerSubtitle {
  font-size: 16px;
  line-height: 24px;
  color: #061129;
}
.customProductsBanner .bannerLeft .scrollBtn {
  width: 58px;
  height: 54px;
  border: 1.5px solid #061129;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  transition: all 0.3s ease;
  margin: 115px 0;
}
.customProductsBanner .bannerLeft .scrollBtn:hover {
  background: rgba(6, 17, 41, 0.05);
  transform: translateY(3px);
}
.customProductsBanner .bannerLeft .scrollBtn svg {
  width: 16px;
  height: 15px;
}
.customProductsBanner .bannerLeft .bannerLabel {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #5E6B7D;
  margin: 0;
  max-width: 200px;
}
.customProductsBanner .bannerRight {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
  aspect-ratio: 1160/445;
}
.customProductsBanner .bannerRight .bannerImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.productsContentSection {
  width: 100%;
}
.productsContentSection .productsActiveFilters {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.03);
}
.productsContentSection .productsActiveFilters .filtersHead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.productsContentSection .productsActiveFilters .filtersHead .redIcon {
  background: #061129;
  border-radius: 8px;
}
.productsContentSection .productsActiveFilters .filtersHead .filtersTitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5E6B7D;
}
.productsContentSection .productsActiveFilters .filtersBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.productsContentSection .productsActiveFilters .filtersChips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.productsContentSection .productsActiveFilters .filterChip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 18px;
  background: rgba(220, 227, 236, 0.45);
  border: 1px solid #DCE3EC;
  border-radius: 10px;
}
.productsContentSection .productsActiveFilters .filterChip .chipLabel {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5E6B7D;
  white-space: nowrap;
}
.productsContentSection .productsActiveFilters .filterChip .chipValue {
  font-size: 15px;
  font-weight: 500;
  color: #061129;
  line-height: 1.3;
}
.productsContentSection .productsActiveFilters .filtersClearBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid #061129;
  background: #061129;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.productsContentSection .productsActiveFilters .filtersClearBtn svg {
  flex-shrink: 0;
}
.productsContentSection .productsActiveFilters .filtersClearBtn:hover {
  background: #FF004D;
  border-color: #FF004D;
  color: #FFFFFF;
}
.productsContentSection .productsFilterMessage {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #5E6B7D;
  padding: 24px 0 8px;
  margin: 0;
}
.productsContentSection .productsEmptyState {
  width: 100%;
}
.productsContentSection .productsEmptyState .emptyCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 56px 48px;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.productsContentSection .productsEmptyState .emptyTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 560px;
}
.productsContentSection .productsEmptyState .emptyTop .redIcon {
  background: #061129;
  border-radius: 10px;
}
.productsContentSection .productsEmptyState .emptyTitle {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #061129;
}
.productsContentSection .productsEmptyState .emptyDesc {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #5E6B7D;
}
.productsContentSection .productsEmptyState .emptyActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.productsContentSection .productsEmptyState .emptyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.productsContentSection .productsEmptyState .emptyBtn.primary {
  background: #061129;
  border: 1px solid #061129;
  color: #FFFFFF;
}
.productsContentSection .productsEmptyState .emptyBtn.primary:hover {
  background: #FF004D;
  border-color: #FF004D;
}
.productsContentSection .productsEmptyState .emptyBtn.outline {
  background: #FFFFFF;
  border: 1px solid #DCE3EC;
  color: #061129;
}
.productsContentSection .productsEmptyState .emptyBtn.outline:hover {
  border-color: #061129;
}
.productsContentSection .productsPagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.productsContentSection .productsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
.productsContentSection .productGridCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 420px;
}
.productsContentSection .productGridCard .cardImgBox {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productsContentSection .productGridCard .cardImgBox img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.productsContentSection .productGridCard .cardInfo {
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
.productsContentSection .productGridCard .cardInfo .cardName {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #061129;
  display: block;
}
.productsContentSection .productGridCard:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 27, 0.06);
  transform: translateY(-8px);
}
.productsContentSection .productGridCard:hover .cardImgBox img {
  transform: scale(1.03);
}
@media (max-width: 1199px) {
  .productsContentSection .productsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .productsContentSection .productsGrid {
    grid-template-columns: 1fr;
  }
  .productsContentSection .productGridCard {
    min-height: auto;
    padding: 30px 20px;
  }
  .productsContentSection .productsEmptyState .emptyCard {
    padding: 36px 20px;
    border-radius: 12px;
    gap: 24px;
  }
  .productsContentSection .productsEmptyState .emptyTitle {
    font-size: 24px;
    line-height: 30px;
  }
  .productsContentSection .productsEmptyState .emptyDesc {
    font-size: 15px;
    line-height: 24px;
  }
  .productsContentSection .productsEmptyState .emptyActions {
    flex-direction: column;
    width: 100%;
  }
  .productsContentSection .productsEmptyState .emptyBtn {
    width: 100%;
    min-height: 48px;
  }
}

.productsCtaSection {
  padding: 10px 0;
  width: 100%;
}
.productsCtaSection .ctaGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.productsCtaSection .ctaCard {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  justify-content: space-between;
}
.productsCtaSection .ctaCard .ctaCardContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
}
.productsCtaSection .ctaCard .ctaImgBox {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.productsCtaSection .ctaCard .ctaImgBox .ctaImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productsCtaSection .ctaCard .ctaTitle {
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}
.productsCtaSection .ctaCard .ctaBtn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  height: 50px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}
.productsCtaSection .ctaCard .ctaBtn .icon {
  width: 15px;
  height: 12px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.productsCtaSection .ctaCard .ctaBtn:hover .icon {
  transform: translateY(2px);
}
.productsCtaSection .ctaCard.ctaLeft {
  background: #FFFFFF;
  color: #061129;
  align-items: flex-start;
  padding: 90px 60px 0 75px;
  gap: 55px;
}
.productsCtaSection .ctaCard.ctaLeft .ctaTitle {
  color: #061129;
  font-size: 36px;
  margin: 75px 0 35px 0;
  font-weight: 500;
}
.productsCtaSection .ctaCard.ctaLeft .ctaBtn {
  border: 1.5px solid #061129;
  background: transparent;
  color: #061129;
}
.productsCtaSection .ctaCard.ctaLeft .ctaBtn:hover {
  background: #061129;
  color: #FFFFFF;
}
.productsCtaSection .ctaCard.ctaLeft .ctaBtn:hover .icon {
  filter: brightness(0) invert(1);
}
.productsCtaSection .ctaCard.ctaLeft .ctaImgBox {
  aspect-ratio: 510/346;
  max-width: 510px;
  width: 100%;
  margin-top: auto;
}
.productsCtaSection .ctaCard.ctaRight {
  background: #061129;
  color: #FFFFFF;
  padding: 65px 50px 80px 75px;
}
.productsCtaSection .ctaCard.ctaRight .ctaCardContent {
  max-width: 520px;
}
.productsCtaSection .ctaCard.ctaRight .ctaTitle {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: auto;
}
.productsCtaSection .ctaCard.ctaRight .ctaTitle .highlight {
  color: #08ACFE;
}
.productsCtaSection .ctaCard.ctaRight .ctaBtn {
  border: 1.5px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  padding: 10px 30px;
}
.productsCtaSection .ctaCard.ctaRight .ctaBtn .icon {
  width: 15px;
  height: 13px;
}
.productsCtaSection .ctaCard.ctaRight .ctaBtn:hover {
  background: #FFFFFF;
  color: #061129;
}
.productsCtaSection .ctaCard.ctaRight .ctaBtn:hover .icon {
  filter: brightness(0) saturate(100%) invert(5%) sepia(45%) saturate(5833%) hue-rotate(208deg) brightness(96%) contrast(102%);
}
.productsCtaSection .ctaCard.ctaRight .ctaSubtext {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 55px 0 0 0;
  max-width: 550px;
}
.productsCtaSection .ctaCard.ctaRight .ctaImgBox {
  position: absolute;
  right: 50px;
  top: 70px;
  aspect-ratio: 448/358;
  max-width: 448px;
  width: 100%;
}

/* White Header styles for Products Page */
.productsPage header {
  background: #FFFFFF;
  border: 1.5px solid #EAEFF6;
}
.productsPage header .logoArea img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(45%) saturate(5833%) hue-rotate(208deg) brightness(96%) contrast(102%);
}
.productsPage header .headerRightArea .headerBtn.btn-white {
  background: #061129;
  color: #FFFFFF;
}
.productsPage header .headerRightArea .headerBtn.btn-white:hover {
  background: #FF004D;
  color: #FFFFFF;
}
.productsPage header .langArea .current {
  background: #F4F5F7;
  color: #061129;
}
.productsPage header .langArea:hover .current {
  background: #061129;
  color: #FFFFFF;
}
.productsPage header .langArea .dropdown {
  background: #FFFFFF;
  border: 1.5px solid #EAEFF6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.productsPage header .langArea .dropdown li a {
  color: #061129;
}
.productsPage header .langArea .dropdown li a:hover, .productsPage header .langArea .dropdown li a.active {
  color: #FF004D;
}

.productDetailContainer {
  padding: 10px 0;
  width: 100%;
}
.productDetailContainer .detailTopGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.productDetailContainer .detailTopGrid .detailInfoCard {
  background-color: #061129;
  border-radius: 15px;
  padding: 80px 75px;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  position: relative;
  min-height: 600px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailInfoCard {
    padding: 40px;
    min-height: 520px;
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailInfoCard {
    min-height: auto;
    padding: 40px 30px;
  }
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailTitle {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 65px 0;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailInfoCard .detailTitle {
    font-size: 36px;
  }
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailActions {
  display: flex;
  gap: 15px;
  margin-bottom: 65px;
  flex-wrap: wrap;
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailActions .actionBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  border: 1.5px solid #fff !important;
  color: #FFFFFF !important;
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailActions .actionBtn .icon {
  width: 14px;
  height: 14px;
  fill: currentColor !important;
  transition: transform 0.3s ease;
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailActions .actionBtn:hover {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #061129 !important;
}
.productDetailContainer .detailTopGrid .detailInfoCard .specGrid {
  display: grid;
  grid-template-columns: 190px 230px;
  gap: 5px;
  margin-bottom: auto;
}
.productDetailContainer .detailTopGrid .detailInfoCard .specGrid .specCell {
  border: 1px solid #1D2840;
  border-radius: 5px;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Space Grotesk", sans-serif;
  color: #FFFFFF;
  background: #050F24;
}
.productDetailContainer .detailTopGrid .detailInfoCard .specGrid .specCell.labelCell {
  font-weight: 400;
}
.productDetailContainer .detailTopGrid .detailInfoCard .specGrid .specCell.valCell {
  font-weight: 600;
}
.productDetailContainer .detailTopGrid .detailInfoCard .scrollDownBtn {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 1.5px solid #fff;
  background: transparent;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 70px 0 60px;
}
.productDetailContainer .detailTopGrid .detailInfoCard .scrollDownBtn:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(3px);
}
.productDetailContainer .detailTopGrid .detailInfoCard .detailSummary {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
  max-width: 680px;
}
.productDetailContainer .detailTopGrid .detailGalleryCard {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px 30px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  min-width: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.02);
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard {
    padding: 30px;
    min-height: 520px;
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard {
    min-height: auto;
    padding: 40px 30px;
  }
}
.productDetailContainer .detailTopGrid .detailGalleryCard .galleryWrapper {
  display: flex;
  width: 100%;
  height: 670px;
  align-items: flex-start;
  gap: 30px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .galleryWrapper {
    height: auto;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .galleryWrapper {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper {
  flex: 1;
  height: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper {
    height: 360px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper {
    height: 320px;
    width: 100%;
  }
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 590px;
  max-height: 720px;
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper .mainSlideImg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productMainSwiper .mainSlideImg:hover {
  transform: scale(1.03);
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid {
  width: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex-shrink: 0;
  min-width: 0;
  align-content: start;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid {
    width: 100%;
    max-height: none;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid {
    width: 100%;
    max-height: none;
    grid-template-columns: repeat(4, 1fr);
  }
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem {
  cursor: pointer;
  border: 1.5px solid #C8D7EA;
  border-radius: 13px;
  padding: 25px 30px;
  background: #FFFFFF;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 1199px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem {
    padding: 10px;
  }
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem:hover {
  border-color: #FF004D;
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem.active {
  border-color: #FF004D;
  box-shadow: 0 4px 12px rgba(255, 0, 77, 0.08);
}
.productDetailContainer .detailTopGrid .detailGalleryCard .productThumbGrid .thumbItem img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetailContainer .detailBottomGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .productDetailContainer .detailBottomGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.productDetailContainer .detailBottomGrid.detailBottomGrid--single {
  grid-template-columns: 1fr;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 70px 75px 70px;
  min-width: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.02);
}
@media (max-width: 991px) {
  .productDetailContainer .detailBottomGrid .bottomSummaryCard {
    padding: 40px 30px;
  }
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .redIcon {
  margin: 60px 0;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .summarySubheading {
  font-size: 18px;
  font-weight: 600;
  color: #061129;
  margin: 0 0 30px 0;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .summaryDesc {
  font-size: 18px;
  line-height: 26px;
  color: #00001B;
  margin: 0 0 25px 0;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .highlightList .listTitle {
  font-size: 18px;
  line-height: 26px;
  color: #00001B;
  display: block;
  margin-bottom: 12px;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .highlightList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .highlightList ul li {
  font-size: 18px;
  line-height: 26px;
  color: #00001B;
  position: relative;
  padding-left: 20px;
}
.productDetailContainer .detailBottomGrid .bottomSummaryCard .highlightList ul li::before {
  content: "•";
  color: #000;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}
.productDetailContainer .detailBottomGrid .bottomChartCard {
  background-color: #FBFBFB;
  border-radius: 15px;
  padding: 70px 60px 45px;
  min-width: 0;
}
@media (max-width: 991px) {
  .productDetailContainer .detailBottomGrid .bottomChartCard {
    padding: 40px 30px;
  }
}
.productDetailContainer .detailBottomGrid .bottomChartCard .sectionTag {
  margin-bottom: 25px;
}
.productDetailContainer .detailBottomGrid .bottomChartCard .chartContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productDetailContainer .detailBottomGrid .bottomChartCard .chartImgWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDetailContainer .detailBottomGrid .bottomChartCard .chartImgWrapper .chartImg {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.productDetailContainer .sectionTag {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  display: block;
}
.productDetailContainer .bottomTechnicCard {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 70px 120px 0 75px;
  margin-top: 10px;
  display: flex;
  gap: 105px;
  width: 100%;
  min-width: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.02);
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard {
    padding: 40px 30px;
    flex-direction: column;
    gap: 40px;
  }
}
.productDetailContainer .bottomTechnicCard::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 473px;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/dots2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard::before {
    display: none;
  }
}
.productDetailContainer .bottomTechnicCard .technicLeft {
  display: flex;
  flex-direction: column;
  max-width: 780px;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard .technicLeft {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .productDetailContainer .bottomTechnicCard .technicLeft {
    padding-bottom: 0;
  }
}
.productDetailContainer .bottomTechnicCard .technicLeft .redIcon {
  margin: 60px 0 65px;
}
.productDetailContainer .bottomTechnicCard .technicLeft .technicGrid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .technicRow {
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .technicRow {
    flex-direction: column;
    gap: 4px;
  }
}
.productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .techCell {
  border: 1px solid #DCE3EC;
  border-radius: 5px;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
  background: #FFFFFF;
}
.productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .techCell.techLabel {
  width: 235px;
  flex-shrink: 0;
  color: #4A4F58;
  font-weight: 400;
}
@media (max-width: 575px) {
  .productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .techCell.techLabel {
    width: 100%;
  }
}
.productDetailContainer .bottomTechnicCard .technicLeft .technicGrid .techCell.techVal {
  flex-grow: 1;
  color: #061129;
  font-weight: 600;
}
.productDetailContainer .bottomTechnicCard .technicRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper {
    min-height: 350px;
  }
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .techImg {
  aspect-ratio: 423/648;
  max-width: 423px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .techImg {
    max-width: 100%;
    max-height: 320px;
  }
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .redIcon {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .redIcon:after {
  width: 8px;
  height: 4px;
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .redIcon.iconLeft {
  left: 15%;
  top: 35%;
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .redIcon.iconRight {
  right: 15%;
  bottom: 25%;
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .verticalText {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-space, "Space Grotesk", sans-serif);
  letter-spacing: -1.5px;
  z-index: 3;
  color: #A6B3C3;
  font-size: 33px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .verticalText {
    display: none;
  }
}
.productDetailContainer .bottomTechnicCard .technicRight .techImageWrapper .verticalText .seriesName {
  display: block;
}
.productDetailContainer .detailFeaturesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .productDetailContainer .detailFeaturesGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.productDetailContainer .detailFeaturesGrid .featureCard {
  border-radius: 15px;
  padding: 55px 120px 80px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.01);
  min-height: 220px;
}
@media (max-width: 575px) {
  .productDetailContainer .detailFeaturesGrid .featureCard {
    padding: 30px 20px;
  }
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardOrange {
  background-color: #FFFDF6;
  background: linear-gradient(284.82deg, #FFFFFF 1.05%, #FFF8EE 98.95%);
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardOrange .iconBox {
  border: 1.5px solid #E97400;
  background-color: #FFFFFF;
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardBlue {
  background: linear-gradient(284.82deg, #FFFFFF 1.05%, #E9EDFF 98.95%);
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardBlue .iconBox {
  border: 1.5px solid #0027E9;
  background-color: #FFFFFF;
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardPurple {
  background: linear-gradient(284.82deg, #FFFFFF 1.05%, #F9F3FF 96.13%);
}
.productDetailContainer .detailFeaturesGrid .featureCard.cardPurple .iconBox {
  border: 1.5px solid #A450FF;
  background-color: #FFFFFF;
}
.productDetailContainer .detailFeaturesGrid .featureCard .cardHeader {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .productDetailContainer .detailFeaturesGrid .featureCard .cardHeader {
    gap: 15px;
  }
}
.productDetailContainer .detailFeaturesGrid .featureCard .cardHeader .iconBox {
  width: 66px;
  height: 66px;
  border-radius: 15px;
  flex-shrink: 0;
}
.productDetailContainer .detailFeaturesGrid .featureCard .cardHeader .cardHeading {
  font-size: 24px;
  font-weight: 600;
  color: #061129;
  margin: 0;
}
.productDetailContainer .detailFeaturesGrid .featureCard .cardBody {
  padding-left: 110px;
}
@media (max-width: 575px) {
  .productDetailContainer .detailFeaturesGrid .featureCard .cardBody {
    padding-left: 0;
  }
}
.productDetailContainer .detailFeaturesGrid .featureCard .cardBody .cardText {
  font-size: 18px;
  line-height: 1.6;
  color: #061129;
  margin: 0;
}
.productDetailContainer .detailFeaturesGrid .featureCard .iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .productDetailContainer .productsCtaSection .ctaGrid {
    grid-template-columns: 1fr;
  }
}
.productDetailContainer .productsCtaSection .ctaGrid.ctaGrid--single {
  grid-template-columns: 1fr;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard {
  padding: 70px 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 991px) {
  .productDetailContainer .productsCtaSection .ctaCard.documentCenterCard {
    padding: 40px 30px;
    min-height: auto;
  }
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .ctaCardContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .sectionTag {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .redIcon {
  margin-bottom: 35px;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableHeader,
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow {
  display: grid;
  grid-template-columns: 3.2fr 3.2fr 2fr 0.5fr;
  align-items: center;
  padding: 20px 0;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableHeader {
  font-size: 14px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow {
  font-size: 14px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow .colDoc {
  font-weight: 400;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow .colAction {
  display: flex;
  justify-content: flex-end;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow .downloadLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #061129;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow .downloadLink img {
  width: 15px;
  height: 12px;
}
.productDetailContainer .productsCtaSection .ctaCard.documentCenterCard .documentTable .tableRow .downloadLink:hover {
  background: #F4F5F7;
  color: #FE084F;
  transform: translateY(2px);
}
.productDetailContainer .mainTitleArea {
  padding: 70px 85px;
}
.productDetailContainer .mainTitleArea .title {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  margin-bottom: 60px;
}
.productDetailContainer .relatedProductsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .productDetailContainer .relatedProductsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .productDetailContainer .relatedProductsGrid {
    grid-template-columns: 1fr;
  }
}
.productDetailContainer .relatedProductsGrid .relatedProductCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 50px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 27, 0.01);
  text-decoration: none;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardImgBox {
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardImgBox img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: auto;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardFooter .cardName {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #061129;
  flex-grow: 1;
  max-width: 210px;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardFooter .arrowBtn {
  width: 58px;
  height: 57px;
  border-radius: 15px;
  background: #061129;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard .cardFooter .arrowBtn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
.productDetailContainer .relatedProductsGrid .relatedProductCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.05);
}
.productDetailContainer .relatedProductsGrid .relatedProductCard:hover .cardImgBox img {
  transform: scale(1.03);
}
.productDetailContainer .relatedProductsGrid .relatedProductCard:hover .cardFooter .arrowBtn {
  background: #FE084F;
}

.solutionsIntroSection {
  margin: 10px 0;
}
.solutionsIntroSection .introCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 65px 75px 80px;
}
.solutionsIntroSection .introCard .redIcon {
  margin-bottom: 50px;
}
.solutionsIntroSection .introCard .introText {
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
  color: #061129;
  margin: 0;
  max-width: 1700px;
}

.solutionsSectorsSection {
  margin-bottom: 85px;
  margin-top: 50px;
}
.solutionsSectorsSection.productionTechSection {
  margin-bottom: 85px;
}
.solutionsSectorsSection.productionTechSection .techTitle {
  max-width: 420px;
}

.solutionsStrengthSection {
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
}
.solutionsStrengthSection .strengthInner {
  padding: 55px 75px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.solutionsStrengthSection .strengthHeader {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-direction: column;
}
.solutionsStrengthSection .strengthHeader .strengthTitle {
  margin: 0;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  color: #061129;
  flex: 0 0 auto;
}
.solutionsStrengthSection .strengthHeader .redIcon {
  margin-top: 6px;
  flex-shrink: 0;
}
.solutionsStrengthSection .strengthBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 1564px;
  margin: 135px auto;
  width: 100%;
}
.solutionsStrengthSection .middle {
  position: relative;
}
.solutionsStrengthSection .middle .strengthBadge {
  width: 68px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -60px;
  transform: translateY(-100%);
  box-shadow: 0 4px 24px rgba(6, 17, 41, 0.08);
}
.solutionsStrengthSection .middle .strengthBadge .check {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 39.6px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #061129;
}
.solutionsStrengthSection .strengthFeatured {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}
.solutionsStrengthSection .strengthTagRow {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  flex: 1;
}
.solutionsStrengthSection .strengthTagRow.left {
  justify-content: flex-end;
}
.solutionsStrengthSection .strengthTagRow.right {
  justify-content: flex-start;
}
.solutionsStrengthSection .strengthTag {
  font-size: 21px;
  font-weight: 400;
  color: #ABB3BD;
  white-space: nowrap;
}
.solutionsStrengthSection .strengthLine {
  flex: 1;
  height: 1px;
  background: #C8BFBF;
  display: block;
  transform: translateY(-4px);
}
.solutionsStrengthSection .strengthMain {
  margin: 0;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  color: #061129;
  white-space: nowrap;
  flex-shrink: 0;
}
.solutionsStrengthSection .strengthDesc {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #00001B;
  text-align: left;
  align-self: flex-start;
}

.solutionsAreasSection {
  background: #DCE3EC;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 70px 0 55px;
}
.solutionsAreasSection .areasHeader {
  margin-bottom: 75px;
  padding: 0 75px;
}
.solutionsAreasSection .areasHeader .areasTitle {
  font-size: 34px;
  font-weight: 500;
  color: #061129;
  margin: 0 0 65px;
}
.solutionsAreasSection .areasHeader .redIcon {
  margin-bottom: 45px;
}
.solutionsAreasSection .areasHeader .areasDesc {
  font-size: 20px;
  line-height: 32px;
  color: #061129;
  margin: 0;
}
.solutionsAreasSection .areasLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 630px;
  gap: 10px;
  align-items: stretch;
}
.solutionsAreasSection .areasVisualCard {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 560px;
  background: #F4F6FA;
}
.solutionsAreasSection .areasVisualCard .visualImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.solutionsAreasSection .areasVisualCard .visualTitle {
  position: absolute;
  left: 35px;
  top: 40px;
  font-size: 30px;
  font-weight: 500;
  color: #061129;
  margin: 0;
}
.solutionsAreasSection .areasVisualCard .visualStep {
  position: absolute;
  left: 30px;
  bottom: 26px;
  width: 120px;
  height: 115px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.05) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutionsAreasSection .areasVisualCard .visualStep .circleProgress {
  position: relative;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutionsAreasSection .areasVisualCard .visualStep .circleProgress img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.solutionsAreasSection .areasVisualCard .visualStep .circleProgress .activeNumber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7D8798;
  font-size: 24px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
.solutionsAreasSection .areasList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.solutionsAreasSection .areaItem {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #EDEDED;
  border-radius: 15px;
  min-height: 230px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 0.3s ease;
}
.solutionsAreasSection .areaItem .redIcon {
  margin-bottom: 25px;
  background: #fff;
  opacity: 1;
  width: 21px;
  height: 21px;
}
.solutionsAreasSection .areaItem .redIcon:after {
  display: none;
}
.solutionsAreasSection .areaItem h4 {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #061129;
}
.solutionsAreasSection .areaItem p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #061129;
  max-width: 340px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.solutionsAreasSection .areaItem.active {
  background: #E5ECF5;
  border-color: #D5DEEB;
}
.solutionsAreasSection .areaItem.active .redIcon {
  background: #FE084F;
}
.solutionsAreasSection .areaItem.active h4 {
  color: #061129;
}
.solutionsAreasSection .areaItem.active p {
  opacity: 1;
  visibility: visible;
  max-height: 120px;
}

.solutionsProcessSection {
  background: #DCE3EC;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 30px 75px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  --process-shift: 0px;
}
.solutionsProcessSection::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.solutionsProcessSection .processSticky {
  display: flex;
  gap: 200px;
}
.solutionsProcessSection .processLeft {
  flex: 0 0 685px;
  max-width: 685px;
}
.solutionsProcessSection .processLeft .processTitle {
  font-size: 34px;
  max-width: 290px;
  line-height: 46px;
  font-weight: 500;
  color: #061129;
}
.solutionsProcessSection .processLeft .redIcon {
  margin: 55px 0;
}
.solutionsProcessSection .processLeft .processDesc {
  margin: 0;
  font-size: 36px;
  line-height: 49px;
  color: #061129;
  font-weight: 400;
}
.solutionsProcessSection .processRight {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 780px;
  display: flex;
  align-items: stretch;
  padding-top: 150px;
}
.solutionsProcessSection .processSteps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 220px;
  min-height: 920px;
  transform: translateY(var(--process-shift));
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.solutionsProcessSection .processStep {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 104px;
  align-items: start;
  transition: opacity 0.3s ease;
}
.solutionsProcessSection .processStep::after {
  content: "";
  position: absolute;
  left: 75px;
  top: calc(100% - 30px);
  width: 2px;
  height: 220px;
  background: #C8BFBF;
}
.solutionsProcessSection .processStep:last-child::after {
  display: none;
}
.solutionsProcessSection .processStep .stepNo {
  display: block;
  font-size: 70px;
  font-weight: 400;
  color: #ABB3BD;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
.solutionsProcessSection .processStep .stepContent {
  padding-top: 30px;
}
.solutionsProcessSection .processStep .stepContent h4 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #ABB3BD;
}
.solutionsProcessSection .processStep .stepContent p {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  color: #ABB3BD;
  max-width: 520px;
}
.solutionsProcessSection .processStep.active {
  opacity: 1;
}
.solutionsProcessSection .processStep.active .stepNo {
  color: #FE084F;
  font-size: 187px;
}
.solutionsProcessSection .processStep.active .stepContent {
  padding-top: 110px;
}
.solutionsProcessSection .processStep.active .stepContent h4 {
  color: #FE084F;
  font-size: 34px;
  margin: 0 0 30px;
  line-height: 34px;
}
.solutionsProcessSection .processStep.active .stepContent p {
  color: #061129;
  font-size: 30px;
  line-height: 37px;
}
.solutionsProcessSection.step-2-active {
  --process-shift: -220px;
}

.productionHero .heroRight {
  position: relative;
  overflow: hidden;
}
.productionHero .heroRight .heroBg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  inset: 0;
}
.productionHero .heroRight .heroChip {
  position: absolute;
  right: 80px;
  bottom: 40px;
  width: min(426px, 42%);
  height: auto;
  z-index: 2;
  transform: rotate(-4deg);
  pointer-events: none;
}
.productionHero .heroRight:after {
  background: linear-gradient(90deg, #061129 0%, rgba(6, 17, 41, 0) 100%);
  width: 55%;
}

.productionIntroSection {
  margin: 10px 0;
}
.productionIntroSection .introCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 65px 75px 80px;
}
.productionIntroSection .introCard .redIcon {
  margin-bottom: 50px;
}
.productionIntroSection .introCard .introText {
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
  color: #00001B;
  margin: 0;
  max-width: 1719px;
}

.productionJourneySection {
  margin-bottom: 10px;
}
.productionJourneySection.categorySolutionsSection {
  padding: 0 10px 10px;
}
.productionJourneySection.categorySolutionsSection .solutionsFlex {
  align-items: stretch;
}
.productionJourneySection.categorySolutionsSection .solutionsLeft {
  min-width: 0;
}
.productionJourneySection.categorySolutionsSection .solutionsLeft .graphicWrapper {
  min-height: 560px;
}
.productionJourneySection.categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea {
  left: 48px;
  top: 48px;
  max-width: calc(100% - 96px);
}
.productionJourneySection.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay {
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
}
.productionJourneySection.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox {
  max-width: 100%;
  box-sizing: border-box;
}
.productionJourneySection.categorySolutionsSection .solutionsRight {
  min-width: 0;
}
.productionJourneySection.categorySolutionsSection .solutionsRight .solutionsGrid {
  min-height: 100%;
}
.productionJourneySection.categorySolutionsSection .solutionsRight .solutionCard {
  min-width: 0;
  overflow: hidden;
}
.productionJourneySection.categorySolutionsSection .solutionsRight .solutionCard .cardTitle {
  word-break: break-word;
}
.productionJourneySection .journeyHeader {
  position: relative;
  padding: 70px 75px 55px;
}
.productionJourneySection .journeyHeader .journeyDecor {
  position: absolute;
  left: 83px;
  top: 70px;
  width: 58px;
  height: 54px;
  opacity: 0.35;
}
.productionJourneySection .journeyHeader .journeyTitle {
  margin: 0;
  font-size: 60px;
  line-height: 63px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 688px;
}
.productionJourneySection .journeyLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 640px);
  gap: 10px;
  align-items: stretch;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .titleArea .sectionTitle {
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
  line-height: 27px;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .interactiveOverlay .descBox {
  padding: 45px 35px;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox {
  width: 125px;
  height: 115px;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress {
  width: 80px;
  height: 80px;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productionJourneySection .solutionsFlex .solutionsLeft .graphicWrapper .interactiveOverlay .numberBox .circleProgress .activeNumber {
  font-size: 24px;
}

.productionPhilosophySection {
  margin-bottom: 10px;
}
.productionPhilosophySection .philosophyCard {
  border-radius: 15px;
  padding: 65px 75px 75px;
}
.productionPhilosophySection .philosophyCard .redIcon {
  margin-bottom: 50px;
}
.productionPhilosophySection .philosophyCard .philosophyText {
  margin: 0;
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
  color: #00001B;
  max-width: 1719px;
}

.productionQualitySection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.productionQualitySection .qualityLeft,
.productionQualitySection .qualityRight {
  background: #FFFFFF;
  border-radius: 15px;
  min-height: 600px;
}
.productionQualitySection .qualityLeft {
  padding: 90px 80px 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  min-height: 600px;
}
.productionQualitySection .qualityLeft .redIcon {
  margin-bottom: 0;
}
.productionQualitySection .qualityLeft .qualityLead {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #00001B;
  max-width: 570px;
}
.productionQualitySection .qualityLeft .qualityLead strong {
  font-weight: 500;
}
.productionQualitySection .qualityLeft .qualityTitle {
  margin: 0;
  font-size: 60px;
  line-height: 63px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 556px;
}
.productionQualitySection .qualityRight {
  position: relative;
  overflow: hidden;
  padding: 110px 75px 85px;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
.productionQualitySection .qualityRight .qualityVisualTitle {
  margin: 0 0 30px;
  padding-left: 55px;
  font-size: 60px;
  line-height: 63px;
  font-weight: 300;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 556px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.productionQualitySection .qualityRight .qualityVisual {
  position: relative;
  flex: 1;
  min-height: 360px;
  width: 100%;
  margin-top: auto;
}
.productionQualitySection .qualityRight .qualityVector {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
.productionQualitySection .qualityRight .qualityCrystal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(390px, 55%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productionQualitySection .qualityRight .qualityBadge {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.productionQualitySection .qualityRight .qualityBadge .circleProgress {
  position: relative;
  width: 157px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productionQualitySection .qualityRight .qualityBadge .circleProgress img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productionQualitySection .qualityRight .qualityBadge .circleProgress .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  line-height: 1;
  color: #5E6B7D;
  font-family: "Space Grotesk", sans-serif;
}

.productionTechSection {
  margin-bottom: 10px;
}
.productionTechSection.type2 .techInner {
  display: flex;
  background: transparent;
  padding: 0;
}
.productionTechSection.type2 .techInner:before {
  display: none;
}
.productionTechSection.type2 .techInner .techLeft,
.productionTechSection.type2 .techInner .techRight {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  display: flex;
  height: 100%;
}
.productionTechSection.type2 .techInner .techLeft {
  padding: 90px 55px 145px 60px;
}
.productionTechSection.type2 .techInner .techLeft .redIcon {
  margin-top: 85px;
}
.productionTechSection.type2 .techInner .techLeft .techTitle {
  max-width: 456px;
}
.productionTechSection.type2 .techInner .techLeft .techVisuals {
  left: auto;
  right: 55px;
}
.productionTechSection.type2 .techInner .techRight {
  padding: 115px 80px 115px 110px;
}
.productionTechSection.type2 .techInner .techRight .techText {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}
.productionTechSection.type2 .techInner .techRight .techVector {
  left: 62px;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 124px);
  height: 225px;
}
.productionTechSection.type2 .techInner .row {
  width: 100%;
}
.productionTechSection .techInner {
  position: relative;
  isolation: isolate;
  background: #FFFFFF;
  border-radius: 15px;
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(280px, 565px) minmax(0, 1fr);
  gap: 0;
  padding: 0 60px 0 62px;
  overflow: hidden;
  align-items: stretch;
}
.productionTechSection .techInner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("../img/svg/dots.svg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.productionTechSection .techLeft,
.productionTechSection .techRight {
  position: relative;
  z-index: 1;
}
.productionTechSection .techLeft {
  display: flex;
  flex-direction: column;
  min-height: 323px;
  padding-top: 75px;
  padding-bottom: 280px;
  position: relative;
}
.productionTechSection .techLeft .redIcon {
  order: 2;
  margin: 58px 0 0;
}
.productionTechSection .techLeft .techTitle {
  order: 1;
  margin: 0;
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 356px;
}
.productionTechSection .techLeft .techVisuals {
  order: 3;
  position: absolute;
  left: 147px;
  bottom: 0;
  width: 364px;
  height: 265px;
  pointer-events: none;
}
.productionTechSection .techLeft .techVisuals .techPress {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productionTechSection .techRight {
  display: flex;
  align-items: center;
  min-height: 323px;
}
.productionTechSection .techRight .techVector {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-58%);
  width: 1275px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.productionTechSection .techRight .techText {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 32px;
  line-height: 43px;
  font-weight: 500;
  color: #00001B;
  max-width: 1073px;
}

.referencesHero .heroRight {
  position: relative;
  overflow: hidden;
}
.referencesHero .heroRight .heroBg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  inset: 0;
}
.referencesHero .heroRight:after {
  background: linear-gradient(90deg, #061129 0%, rgba(6, 17, 41, 0) 100%);
  width: 55%;
}

.referencesPage .referencesPhilosophySection .philosophyCard {
  padding: 70px 75px 80px;
}
.referencesPage .referencesPhilosophySection .philosophyText {
  margin: 0 0 50px;
  font-size: 50px;
  line-height: 63px;
  font-weight: 500;
  color: #061129;
  max-width: 1331px;
}
.referencesPage .referencesPhilosophySection .philosophyScrollBtn {
  width: 58px;
  height: 54px;
  border: 1px solid #061129;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  transition: all 0.3s ease;
}
.referencesPage .referencesPhilosophySection .philosophyScrollBtn:hover {
  background: rgba(6, 17, 41, 0.05);
  transform: translateY(3px);
}
.referencesPage .referencesPhilosophySection .philosophyScrollBtn svg {
  width: 16px;
  height: 15px;
}

.referencesProjectsSection {
  margin-bottom: 10px;
}
.referencesProjectsSection .projectsHeader {
  position: relative;
  padding: 70px 75px 95px;
}
.referencesProjectsSection .projectsHeader .projectsDecor {
  position: absolute;
  left: 83px;
  top: 70px;
  width: 58px;
  height: 54px;
  opacity: 0.35;
}
.referencesProjectsSection .projectsHeader .projectsTitle {
  margin: 0;
  font-size: 60px;
  line-height: 63px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 586px;
}
.referencesProjectsSection .projectsHeader .projectsScrollBtn {
  width: 58px;
  height: 54px;
  border: 1px solid #061129;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  margin-top: 40px;
  transition: all 0.3s ease;
}
.referencesProjectsSection .projectsHeader .projectsScrollBtn:hover {
  background: rgba(6, 17, 41, 0.05);
  transform: translateY(3px);
}
.referencesProjectsSection .projectsHeader .projectsScrollBtn svg {
  width: 16px;
  height: 15px;
}
.referencesProjectsSection .projectsSliderWrap {
  padding: 0 10px 10px;
  overflow: hidden;
}
.referencesProjectsSection .referencesProjectsSwiper {
  overflow: hidden;
}
.referencesProjectsSection .referencesProjectsSwiper .swiper-wrapper {
  align-items: stretch;
}
.referencesProjectsSection .referencesProjectsSwiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}
.referencesProjectsSection .projectCard {
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.referencesProjectsSection .projectCard .projectImage {
  padding: 8px 8px 0;
}
.referencesProjectsSection .projectCard .projectImage img {
  width: 100%;
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.referencesProjectsSection .projectCard .projectBody {
  padding: 30px 28px 35px 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.referencesProjectsSection .projectCard .projectBody .projectLocation {
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
  color: #5E6B7D;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.referencesProjectsSection .projectCard .projectBody .projectName {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  color: #061129;
  max-width: 162px;
}
.referencesProjectsSection .projectCard .projectBody .projectDesc {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #061129;
  max-width: 242px;
}

.referencesSolutionsSection {
  margin-bottom: 10px;
}
.referencesSolutionsSection.categorySolutionsSection {
  padding: 0 0 10px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsFlex {
  padding: 0 10px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft {
  flex: 1.35;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper {
  min-height: 717px;
  border-radius: 15px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .graphicImg {
  border-radius: 15px;
  min-height: 717px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea {
  left: 62px;
  top: 74px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .titleArea .sectionTitle {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 459px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay {
  left: 62px;
  right: auto;
  bottom: 62px;
  width: min(520px, 100% - 124px);
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox {
  padding: 45px 35px;
}
.referencesSolutionsSection.categorySolutionsSection .solutionsLeft .graphicWrapper .interactiveOverlay .descBox p {
  font-size: 18px;
  line-height: 24px;
}

.referencesStatsSection {
  margin-bottom: 10px;
  padding: 0 10px;
}
.referencesStatsSection .statsStrip {
  background: #FFFFFF;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid #fff;
  overflow: hidden;
}
.referencesStatsSection .statsStrip .statItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #fff;
  padding: 55px 0;
  min-height: 191px;
}
.referencesStatsSection .statsStrip .statItem:last-child {
  border-right: none;
}
.referencesStatsSection .statsStrip .statItem .bgNumber {
  font-size: 93px;
  font-weight: 300;
  color: #5E6B7D;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}
.referencesStatsSection .statsStrip .statItem .bgNumber .plus {
  font-size: 0.55em;
}
.referencesStatsSection .statsStrip .statItem .bgNumber .textSm {
  font-size: 21px;
  font-weight: 300;
  align-self: flex-end;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #5E6B7D;
}
.referencesStatsSection .statsStrip .statItem .statText {
  position: absolute;
  display: inline-flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  background: #DCE3EC;
  white-space: nowrap;
  padding: 2px 8px;
  font-family: "Space Grotesk", sans-serif;
}

.referencesPartnershipSection {
  margin-bottom: 10px;
}
.referencesPartnershipSection .partnershipInner {
  background: #FFFFFF;
  border-radius: 15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
  gap: 40px;
  padding: 70px 75px 80px;
  align-items: center;
}
.referencesPartnershipSection .partnershipLeft {
  position: relative;
}
.referencesPartnershipSection .partnershipLeft .partnershipDecor {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 54px;
  opacity: 0.35;
}
.referencesPartnershipSection .partnershipLeft .partnershipTitle {
  margin: 0 0 50px;
  padding-top: 70px;
  font-size: 50px;
  line-height: 63px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 836px;
}
.referencesPartnershipSection .partnershipLeft .redIcon {
  margin-bottom: 40px;
}
.referencesPartnershipSection .partnershipLeft .partnershipText {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #00001B;
  max-width: 1172px;
}
.referencesPartnershipSection .partnershipVisual {
  position: relative;
  min-height: 480px;
}
.referencesPartnershipSection .mosaicGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 467px;
  margin-left: auto;
}
.referencesPartnershipSection .mosaicGrid .mosaicItem {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #F4F6FA;
}
.referencesPartnershipSection .mosaicGrid .mosaicItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.referencesPartnershipSection .partnershipBadge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 265px;
  height: auto;
  pointer-events: none;
}

.rndHero.splitHero {
  background: transparent;
  gap: 10px;
  padding: 0;
  min-height: auto;
}
.rndHero.splitHero .heroLeft {
  flex: 1;
  background: #061129;
  border-radius: 15px;
  min-height: 550px;
}
.rndHero.splitHero .heroIntroPanel {
  flex: 1;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 74px 78px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
}
.rndHero.splitHero .heroIntroPanel .redIcon {
  margin-bottom: 40px;
}
.rndHero.splitHero .heroIntroPanel .introText p {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 32px;
  color: #00001B;
  font-weight: 400;
}
.rndHero.splitHero .heroIntroPanel .introText p:last-child {
  margin-bottom: 0;
}

.rndPage .rndInnovationSection {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 70px 75px 80px;
  overflow: hidden;
}
.rndPage .rndInnovationSection .innovationWatermark {
  position: absolute;
  left: 50%;
  top: 74px;
  transform: translateX(-50%);
  margin: 0;
  font-size: clamp(80px, 10vw, 156px);
  line-height: 1;
  font-weight: 300;
  color: #DCE3EC;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.rndPage .rndInnovationSection .innovationInner {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.rndPage .rndInnovationSection .innovationImg {
  display: block;
  width: 100%;
  max-width: 1560px;
  aspect-ratio: 1560/630;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.rndPage .rndInnovationSection .innovationBadge {
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}
.rndPage .rndInnovationSection .innovationFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.rndPage .rndInnovationSection .innovationFooter .scrollDownBtn {
  width: 58px;
  height: 54px;
  border: 1px solid #061129;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  transition: all 0.3s ease;
}
.rndPage .rndInnovationSection .innovationFooter .scrollDownBtn:hover {
  background: rgba(6, 17, 41, 0.05);
  transform: translateY(3px);
}
.rndPage .rndInnovationSection .innovationFooter .scrollDownBtn svg {
  width: 16px;
  height: 15px;
}
.rndPage .rndInnovationSection .innovationText {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: #00001B;
  font-weight: 400;
}
.rndPage .rndJourneySection {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 94px 75px 105px;
  overflow: hidden;
}
.rndPage .rndJourneySection .journeyVector {
  position: absolute;
  top: 64px;
  height: auto;
  max-width: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
}
.rndPage .rndJourneySection .journeyVectorRight {
  right: 75px;
  width: min(796px, 42%);
}
.rndPage .rndJourneySection .journeyVectorLeft {
  left: calc(41.67% - 80px);
  width: min(389px, 22%);
}
.rndPage .rndJourneySection .journeyGrid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(280px, 556px) minmax(320px, 1fr) minmax(280px, 556px);
  gap: 40px;
  align-items: center;
}
.rndPage .rndJourneySection .journeyGrid > * {
  min-width: 0;
}
.rndPage .rndJourneySection .journeyGrid .journeyLeft {
  position: relative;
  z-index: 2;
}
.rndPage .rndJourneySection .journeyGrid .journeyLeft .redIcon {
  position: relative;
  z-index: 2;
  margin-bottom: 85px;
}
.rndPage .rndJourneySection .journeyGrid .journeyLeft .journeyTitle {
  margin: 0;
  font-size: 60px;
  line-height: 63px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  z-index: 2;
}
.rndPage .rndJourneySection .journeyGrid .journeyVisual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 366/343;
  max-width: 366px;
}
.rndPage .rndJourneySection .journeyGrid .journeyVisual .journeyChip {
  transform: rotate(-23deg);
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 2;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep .stepTitle {
  position: relative;
  z-index: 2;
  font-size: 60px;
  line-height: 63px;
  font-weight: 300;
  color: #061129;
  letter-spacing: -0.02em;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep .stepCircle {
  position: relative;
  z-index: 2;
  width: 157px;
  height: 157px;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep .stepCircle .stepCircleImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep .stepCircle .stepNum {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  line-height: 1;
  color: #5E6B7D;
  font-family: "Space Grotesk", sans-serif;
  z-index: 2;
}
.rndPage .rndJourneySection .journeyGrid .journeyStep .stepDesc {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 20px;
  line-height: 29px;
  color: #061129;
  font-weight: 400;
  max-width: 556px;
}
.rndPage .rndJourneySection:after {
  content: "";
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1205px;
  width: 100%;
  height: 470px;
  background-image: url("../img/rnd/dots.webp");
  z-index: 1;
}
.rndPage .rndWorkAreasSection {
  position: relative;
  margin-bottom: 10px;
}
.rndPage .rndWorkAreasSection .workAreasScrollSpace {
  position: relative;
}
.rndPage .rndWorkAreasSection .workAreasSticky {
  position: sticky;
  top: 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: #DCE3EC;
  border-radius: 15px;
  padding: 72px 75px 80px;
}
.rndPage .rndWorkAreasSection .workAreasInner {
  display: grid;
  grid-template-columns: minmax(280px, 686px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.rndPage .rndWorkAreasSection .workAreasLeft {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.rndPage .rndWorkAreasSection .workAreasLeft .workAreasTitle {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
}
.rndPage .rndWorkAreasSection .workAreasLeft .workAreasDesc {
  margin: 0;
  font-size: 36px;
  line-height: 49px;
  color: #00001B;
  font-weight: 400;
  max-width: 686px;
}
.rndPage .rndWorkAreasSection .workAreasTimeline {
  position: relative;
  min-width: 0;
}
.rndPage .rndWorkAreasSection .workAreasViewport {
  position: relative;
  z-index: 1;
  --row-h-sm: 120px;
  --row-h-lg: 300px;
  --row-h-md: 240px;
  --line-x: 100px;
  --line-top-h: 52px;
  --line-bot-h: 160px;
  display: flex;
  flex-direction: column;
  height: calc(var(--row-h-sm) + var(--row-h-lg) + var(--row-h-md));
  overflow: hidden;
}
.rndPage .rndWorkAreasSection .workAreasViewport.is-changing .workAreaItem {
  opacity: 0.25;
}
.rndPage .rndWorkAreasSection .workAreaConnector {
  position: absolute;
  left: var(--line-x);
  width: 1px;
  background: #C5CDD6;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.rndPage .rndWorkAreasSection .workAreaConnectorTop {
  top: var(--row-h-sm);
  height: 50px;
  transform: translate(15px, -50%);
}
.rndPage .rndWorkAreasSection .workAreaConnectorBot {
  top: calc(var(--row-h-sm) + var(--row-h-lg));
  height: 120px;
  transform: translate(15px, -50%);
}
.rndPage .rndWorkAreasSection .workAreaItem {
  position: relative;
  z-index: 1;
  display: grid;
  padding-right: 100px;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity 0.22s ease, color 0.35s ease, font-size 0.35s ease, height 0.35s ease;
}
.rndPage .rndWorkAreasSection .workAreaItem[data-row=top] {
  height: var(--row-h-sm);
}
.rndPage .rndWorkAreasSection .workAreaItem[data-row=mid] {
  height: var(--row-h-lg);
}
.rndPage .rndWorkAreasSection .workAreaItem[data-row=bot] {
  height: var(--row-h-md);
}
.rndPage .rndWorkAreasSection .workAreaItem .areaNo {
  font-size: 39px;
  line-height: 1;
  color: #ABB3BD;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  transition: color 0.4s ease, font-size 0.4s ease;
}
.rndPage .rndWorkAreasSection .workAreaItem .areaBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
}
.rndPage .rndWorkAreasSection .workAreaItem .areaName {
  margin: 0;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #ABB3BD;
  letter-spacing: -0.02em;
  transition: color 0.4s ease, font-size 0.4s ease;
  min-width: 0;
}
.rndPage .rndWorkAreasSection .workAreaItem .areaIcon {
  position: relative;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.55);
  border: 5px solid rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.rndPage .rndWorkAreasSection .workAreaItem .areaIcon img {
  position: relative;
  z-index: 1;
  width: 50px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.rndPage .rndWorkAreasSection .workAreaItem .areaIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(254, 8, 79, 0.55);
  filter: blur(38px);
  pointer-events: none;
}
.rndPage .rndWorkAreasSection .workAreaItem.active {
  opacity: 1;
}
.rndPage .rndWorkAreasSection .workAreaItem.active .areaNo {
  font-size: clamp(120px, 12vw, 187px);
  color: #FE084F;
  line-height: 0.85;
  font-weight: 400;
}
.rndPage .rndWorkAreasSection .workAreaItem.active .areaName {
  font-size: 40px;
  line-height: 43px;
  color: #FE084F;
  font-weight: 500;
}
.rndPage .rndWorkAreasSection .workAreaItem.active .areaIcon {
  opacity: 1;
  transform: scale(1);
}
.rndPage .rndWorkAreasSection .workAreaItem:not(.active) .areaIcon {
  visibility: hidden;
}
.rndPage .rndWorkAreasSection .workAreaItem.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.rndPage .productionTechSection.type2 .techInner {
  display: flex;
  background: transparent;
  padding: 0;
}
.rndPage .productionTechSection.type2 .techInner:before {
  display: none;
}
.rndPage .productionTechSection.type2 .techInner .techLeft,
.rndPage .productionTechSection.type2 .techInner .techRight {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  display: flex;
  height: 100%;
}
.rndPage .productionTechSection.type2 .techInner .techLeft {
  padding: 90px 55px 145px 60px;
}
.rndPage .productionTechSection.type2 .techInner .techLeft .redIcon {
  margin-top: 85px;
}
.rndPage .productionTechSection.type2 .techInner .techLeft .techTitle {
  max-width: 456px;
}
.rndPage .productionTechSection.type2 .techInner .techLeft .techVisuals {
  left: auto;
  right: 55px;
}
.rndPage .productionTechSection.type2 .techInner .techRight {
  padding: 115px 80px 115px 110px;
}
.rndPage .productionTechSection.type2 .techInner .techRight .techText {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}
.rndPage .productionTechSection.type2 .techInner .techRight .techVector {
  left: 62px;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 124px);
  height: 225px;
}
.rndPage .productionTechSection.type2 .techInner .row {
  width: 100%;
  margin: 0;
}

@media (max-width: 1599.98px) {
  .rndPage .rndJourneySection {
    padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 48px) clamp(48px, 5vw, 80px);
  }
  .rndPage .rndJourneySection .journeyVectorRight {
    width: min(480px, 48%);
    right: clamp(16px, 3vw, 48px);
    opacity: 0.5;
  }
  .rndPage .rndJourneySection .journeyVectorLeft {
    display: none;
  }
  .rndPage .rndJourneySection:after {
    right: clamp(16px, 3vw, 48px);
    opacity: 0.35;
    width: calc(100% - 48px);
    max-width: none;
  }
  .rndPage .rndJourneySection .journeyGrid {
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 40px);
  }
  .rndPage .rndJourneySection .journeyGrid .journeyLeft .redIcon {
    margin-bottom: clamp(24px, 4vw, 48px);
  }
  .rndPage .rndJourneySection .journeyGrid .journeyLeft .journeyTitle {
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    max-width: 720px;
  }
  .rndPage .rndJourneySection .journeyGrid .journeyVisual {
    max-width: min(320px, 62vw);
    margin: 0 auto;
    width: 100%;
  }
  .rndPage .rndJourneySection .journeyGrid .journeyVisual .journeyChip {
    transform: rotate(-16deg);
  }
  .rndPage .rndJourneySection .journeyGrid .journeyStep {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 40px);
    padding-top: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .rndPage .rndJourneySection .journeyGrid .journeyStep .stepTitle {
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
  }
  .rndPage .rndJourneySection .journeyGrid .journeyStep .stepCircle {
    width: clamp(112px, 11vw, 157px);
    height: clamp(112px, 11vw, 157px);
  }
  .rndPage .rndJourneySection .journeyGrid .journeyStep .stepNum {
    font-size: clamp(32px, 3.5vw, 46px);
  }
  .rndPage .rndJourneySection .journeyGrid .journeyStep .stepDesc {
    max-width: none;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.45;
  }
  .rndPage .rndWorkAreasSection .workAreasSticky {
    min-height: auto;
    padding: clamp(40px, 5vw, 72px) clamp(24px, 4vw, 48px);
  }
  .rndPage .rndWorkAreasSection .workAreasInner {
    grid-template-columns: 1fr;
    gap: clamp(32px, 4vw, 56px);
    align-items: stretch;
  }
  .rndPage .rndWorkAreasSection .workAreasLeft {
    gap: clamp(24px, 4vw, 48px);
  }
  .rndPage .rndWorkAreasSection .workAreasLeft .workAreasTitle {
    font-size: clamp(26px, 2.5vw, 34px);
    line-height: 1.25;
  }
  .rndPage .rndWorkAreasSection .workAreasLeft .workAreasDesc {
    max-width: none;
    font-size: clamp(22px, 2.8vw, 32px);
    line-height: 1.35;
  }
  .rndPage .rndWorkAreasSection .workAreasViewport {
    --row-h-sm: clamp(96px, 10vw, 120px);
    --row-h-lg: clamp(220px, 22vw, 300px);
    --row-h-md: clamp(180px, 18vw, 240px);
    overflow: visible;
  }
  .rndPage .rndWorkAreasSection .workAreaItem {
    padding-right: clamp(0px, 2vw, 40px);
    grid-template-columns: minmax(72px, 140px) minmax(0, 1fr);
    gap: clamp(16px, 2.5vw, 32px);
  }
  .rndPage .rndWorkAreasSection .workAreaItem:not(.active) .areaIcon {
    display: none;
  }
  .rndPage .rndWorkAreasSection .workAreaItem.active .areaNo {
    font-size: clamp(72px, 9vw, 140px);
  }
  .rndPage .rndWorkAreasSection .workAreaItem.active .areaName {
    font-size: clamp(22px, 2.8vw, 36px);
    line-height: 1.15;
  }
  .rndPage .rndWorkAreasSection .workAreaItem.active .areaBody {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .rndPage .rndWorkAreasSection .workAreaItem.active .areaIcon {
    align-self: flex-start;
  }
}
.contactHero.fullHero .heroLeft .heroSubtitle,
.documentsHero.fullHero .heroLeft .heroSubtitle,
.partnershipHero.fullHero .heroLeft .heroSubtitle,
.blogHero.fullHero .heroLeft .heroSubtitle,
.mediaHero.fullHero .heroLeft .heroSubtitle {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
  max-width: 1050px;
  letter-spacing: -0.02em;
}

.contactHero.productionHero .heroRight {
  position: relative;
  overflow: hidden;
}
.contactHero.productionHero .heroLeft {
  padding-right: 0;
}
.contactHero.productionHero .heroLeft .heroTitle {
  font-size: 57px;
}

.contactPage {
  overflow-x: clip;
}
.contactPage .contactMapSection {
  margin-bottom: 10px;
  padding: 0 10px;
}
.contactPage .contactMapSection .contactMapInner {
  display: grid;
  grid-template-columns: minmax(280px, 945px) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}
.contactPage .contactMapSection .mapVisual {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  min-height: 480px;
}
.contactPage .contactMapSection .mapVisual .mapImg {
  width: 100%;
  height: 100%;
  min-height: 480px;
  aspect-ratio: 945/480;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contactPage .contactMapSection .mapVisual .mapPin {
  position: absolute;
  left: 54.5%;
  top: 38%;
  width: 35px;
  height: auto;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 2;
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn {
  position: absolute;
  left: 73px;
  bottom: 40px;
  display: inline-flex;
  align-items: stretch;
  width: 259px;
  max-width: calc(100% - 32px);
  height: 90px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: inset 0 20px 40px rgba(0, 0, 27, 0.05);
  overflow: hidden;
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn .directionsLabel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #061129;
  border-right: 1px solid #FFFFFF;
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn .directionsIcon {
  flex: 0 0 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn .directionsIcon .directionArrow {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn:hover {
  background: rgba(255, 255, 255, 0.92);
}
.contactPage .contactMapSection .mapVisual .mapDirectionsBtn:hover .directionsLabel {
  border-right-color: rgba(255, 255, 255, 0.85);
}
.contactPage .contactMapSection .contactInfoStack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.contactPage .contactMapSection .contactInfoCard,
.contactPage .contactMapSection .contactMessageCard {
  background: #FFFFFF;
  border-radius: 15px;
}
.contactPage .contactMapSection .contactInfoCard {
  padding: 80px 85px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 104px;
}
.contactPage .contactMapSection .contactInfoCard .infoCardIcon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.contactPage .contactMapSection .contactInfoCard .infoCardIcon .infoCardIconImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.contactPage .contactMapSection .contactInfoCard .infoCardBody {
  flex: 1;
  min-width: 0;
}
.contactPage .contactMapSection .contactInfoCard .infoColumns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.contactPage .contactMapSection .contactInfoCard .infoColLocation {
  grid-column: 1/-1;
}
.contactPage .contactMapSection .contactInfoCard .infoLabel {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #061129;
  letter-spacing: 1.54px;
  margin-bottom: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactMapSection .contactInfoCard .infoText {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #061129;
  font-weight: 400;
  word-break: break-word;
}
.contactPage .contactMapSection .contactInfoCard .infoText a {
  color: inherit;
  text-decoration: none;
}
.contactPage .contactMapSection .contactInfoCard .infoText a:hover {
  color: #FE084F;
}
.contactPage .contactMapSection .contactInfoCard .infoText .slash {
  margin: 0 8px;
  color: #5E6B7D;
}
.contactPage .contactMapSection .contactMessageCard {
  padding: 65px 85px;
  display: flex;
  align-items: center;
  gap: 104px;
  box-sizing: border-box;
}
.contactPage .contactMapSection .contactMessageCard .redIcon {
  flex-shrink: 0;
  margin-top: 0;
}
.contactPage .contactMapSection .contactMessageCard .messageText {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #061129;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 538px;
}
.contactPage .contactFormSection {
  margin-bottom: 10px;
  padding: 0 10px;
}
.contactPage .contactFormSection .contactFormInner {
  display: grid;
  grid-template-columns: minmax(280px, 627px) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}
.contactPage .contactFormSection .formIntro,
.contactPage .contactFormSection .formPanel {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 75px 80px;
  box-sizing: border-box;
  min-height: 653px;
}
.contactPage .contactFormSection .formIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 95px;
}
.contactPage .contactFormSection .formIntro .redIcon {
  flex-shrink: 0;
}
.contactPage .contactFormSection .formIntro .formLead {
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 433px;
}
.contactPage .contactFormSection .formPanel {
  padding: 0;
}
.contactPage .contactFormSection .contactArea .formFlashMessages {
  margin-bottom: 0;
}
.contactPage .contactFormSection .contactArea .contactFormAlert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 12px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.contactPage .contactFormSection .contactArea .contactFormAlertSuccess {
  background: #EEF1F5;
  border: 1px solid #DCE3EC;
  color: #061129;
}
.contactPage .contactFormSection .contactArea .contactFormAlertSuccess .contactFormAlertIcon {
  background: #061129;
  border-radius: 8px;
  color: #FFFFFF;
}
.contactPage .contactFormSection .contactArea .contactFormAlertError {
  background: #FFF5F8;
  border: 1px solid rgba(254, 8, 79, 0.18);
  color: #061129;
}
.contactPage .contactFormSection .contactArea .contactFormAlertError .contactFormAlertIcon {
  background: #FE084F;
  border-radius: 8px;
  color: #FFFFFF;
}
.contactPage .contactFormSection .contactArea .contactFormAlertIcon {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.contactPage .contactFormSection .contactArea .contactFormAlertIcon svg {
  display: block;
}
.contactPage .contactFormSection .contactArea .contactFormAlertText {
  flex: 1;
  padding-top: 5px;
}
.contactPage .contactFormSection .contactArea .contactFormAlertList {
  margin: 0;
  padding-left: 18px;
}
.contactPage .contactFormSection .contactArea .contactFormAlertList li + li {
  margin-top: 4px;
}
.contactPage .contactFormSection .contactArea {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #EDEDED;
  padding: 65px 120px 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}
.contactPage .contactFormSection .contactArea .dropdownHeader {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 325px;
}
.contactPage .contactFormSection .contactArea .dropdownHeader .dropdownTitle {
  font-size: 30px;
  font-weight: 600;
  color: #061129;
  line-height: 35px;
  margin: 0 0 6px 0;
}
.contactPage .contactFormSection .contactArea .dropdownSeparator {
  position: relative;
  width: calc(100% + 240px);
  margin-left: -120px;
  margin-right: -120px;
  height: 80px;
  margin-top: -6px;
  margin-bottom: 38px;
  z-index: 2;
}
.contactPage .contactFormSection .contactArea .dropdownSeparator svg {
  width: 100%;
  height: 100%;
}
.contactPage .contactFormSection .contactArea .dropdownSeparator .separatorPill {
  position: absolute;
  left: 135px;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #DCE3EC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contactFormSection .contactArea .dropdownSeparator .separatorPill .pillInner {
  width: 13px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 13px;
}
.contactPage .contactFormSection .contactArea .dropdownSeparator .bgIllustration {
  position: absolute;
  right: 120px;
  bottom: 80px;
  max-height: 120px;
  width: auto;
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
}
.contactPage .contactFormSection .contactArea .filterGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 2;
}
.contactPage .contactFormSection .contactArea .filterGrid > * {
  min-width: 0;
}
.contactPage .contactFormSection .contactArea .filterField {
  background: rgba(220, 227, 236, 0.45);
  border: 1px solid #DCE3EC;
  border-radius: 5px;
  padding: 12px 12px 12px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 75px;
  transition: all 0.3s ease;
}
.contactPage .contactFormSection .contactArea .filterField.selectField {
  width: 100%;
  padding: 0;
  overflow: visible;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect {
  width: 100% !important;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect .select2-selection--single {
  height: 75px;
  border: none;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect .select2-selection__rendered {
  line-height: 60px;
  padding-left: 40px;
  padding-right: 56px;
  color: #061129;
  font-size: 16px;
  font-weight: 500;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow {
  height: 45px;
  width: 50px;
  right: 10px;
  top: 15px;
  border-radius: 12px;
  background: #fff;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow b {
  display: none;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowdown.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #061129;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transform-origin: center center;
}
.contactPage .contactFormSection .contactArea .filterField.selectField .select2-container.filterModalSelect.select2-container--open .select2-selection__arrow:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.contactPage .contactFormSection .contactArea .filterField .fieldLabel {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactFormSection .contactArea .filterField .fieldIcon {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  box-shadow: 0 4px 10px rgba(0, 0, 27, 0.03);
  transition: all 0.3s ease;
}
.contactPage .contactFormSection .contactArea .filterField.inputField {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: text;
}
.contactPage .contactFormSection .contactArea .filterField.inputField .filterInput {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  outline: none;
  font-family: "Space Grotesk", sans-serif;
  box-sizing: border-box;
}
.contactPage .contactFormSection .contactArea .filterField.inputField .filterInput::-moz-placeholder {
  color: #061129;
  opacity: 1;
}
.contactPage .contactFormSection .contactArea .filterField.inputField .filterInput::placeholder {
  color: #061129;
  opacity: 1;
}
.contactPage .contactFormSection .contactArea .filterField.inputField:has(.fieldUnit) .filterInput {
  padding-right: 190px;
}
.contactPage .contactFormSection .contactArea .filterField.inputField.textareaField {
  grid-column: 1 / -1;
  height: auto;
  min-height: 180px;
  align-items: stretch;
}
.contactPage .contactFormSection .contactArea .filterField.inputField.textareaField .filterInput {
  min-height: 156px;
  height: 156px;
  resize: vertical;
  padding: 22px 28px;
}
.contactPage .contactFormSection .contactArea .recaptchaGroup {
  grid-column: 1 / -1;
}
.contactPage .contactFormSection .contactArea .filterField.inputField .fieldUnit {
  position: absolute;
  right: 24px;
  font-size: 13px;
  color: #959DAE;
  pointer-events: none;
  font-family: "Space Grotesk", sans-serif;
}
.contactPage .contactFormSection .contactArea .filterField.selectField.active {
  background: #FFF0F3;
  border-color: #FE084F;
}
.contactPage .contactFormSection .contactArea .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow {
  background: #FE084F;
}
.contactPage .contactFormSection .contactArea .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow:after {
  background: #fff;
}
.contactPage .contactFormSection .contactArea .filterField:hover:not(.active):not(.inputField) {
  background: #E2E6EC;
}
.contactPage .contactFormSection .contactArea .filterSubmitBtn {
  background: #061129;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 75px;
  width: 155px;
  margin-top: 10px;
  justify-self: end;
  grid-column: 2;
  max-width: none;
  transition: all 0.3s ease;
}
.contactPage .contactFormSection .contactArea .filterSubmitBtn:hover {
  background: #FF004D;
  box-shadow: 0 10px 20px rgba(255, 0, 77, 0.15);
}
.contactPage .contactFormSection .contactArea .select2-container.filterModalSelect.select2-container--open {
  z-index: 2505;
}
.contactPage .contactFaqSection {
  margin-bottom: 10px;
  padding: 70px 72px 130px;
}
.contactPage .contactFaqSection .faqInner {
  display: grid;
  grid-template-columns: minmax(280px, 726px) minmax(0, 1fr);
  align-items: start;
}
.contactPage .contactFaqSection .faqIntro {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.contactPage .contactFaqSection .faqIntro .redIcon {
  margin-bottom: 0;
}
.contactPage .contactFaqSection .faqIntro .faqTitle {
  font-size: 34px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
}
.contactPage .contactFaqSection .faqIntro .faqDesc {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  color: #00001B;
  font-weight: 400;
  max-width: 726px;
}
.contactPage .contactFaqSection .faqList {
  min-width: 0;
  border-radius: 15px;
  padding: 8px 32px;
  box-sizing: border-box;
  margin-top: 0;
}
.contactPage .contactFaqSection .faqItem {
  border-bottom: 1px solid #B8BDC3;
}
.contactPage .contactFaqSection .faqItem .faqQuestion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  min-width: 0;
}
.contactPage .contactFaqSection .faqItem .faqToggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 27, 0.03);
}
.contactPage .contactFaqSection .faqItem .faqToggle::before {
  display: none;
}
.contactPage .contactFaqSection .faqItem .faqToggle::after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowdown.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #061129;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.contactPage .contactFaqSection .faqItem .faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.contactPage .contactFaqSection .faqItem .faqAnswer p {
  margin: 0;
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 26px;
  color: #061129;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.contactPage .contactFaqSection .faqItem .faqAnswer p a {
  color: #FE084F;
  text-decoration: none;
}
.contactPage .contactFaqSection .faqItem .faqAnswer p a:hover {
  text-decoration: underline;
}
.contactPage .contactFaqSection .faqItem.active .faqAnswer {
  max-height: 260px;
  padding-bottom: 40px;
}

.documentsHero.productionHero .heroLeft {
  max-width: 950px;
}

.documentsPage .documentsCatalogSection {
  padding: 150px 0 200px;
  display: grid;
  grid-template-columns: minmax(280px, 586px) minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 10px;
  align-items: start;
}
.documentsPage .documentsCatalogSection .catalogHeader {
  padding: 26px 0 0 73px;
  box-sizing: border-box;
}
.documentsPage .documentsCatalogSection .catalogHeader .catalogTitle {
  margin: 0 0 79px;
  font-size: 60px;
  line-height: 63px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
}
.documentsPage .documentsCatalogSection .catalogHeader .catalogIcon {
  display: block;
  width: 58px;
  height: 54px;
  margin-bottom: 84px;
}
.documentsPage .documentsCatalogSection .catalogHeader .catalogDesc {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #061129;
  font-weight: 400;
  max-width: 433px;
  letter-spacing: -0.02em;
}
.documentsPage .documentsCatalogSection .catalogGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}
.documentsPage .documentsCatalogSection .catalogCard {
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
  padding-right: 65px;
  justify-content: space-between;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody {
  padding: 49px 24px 40px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  min-width: 0;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody .catalogName {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody .catalogActions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody .catalogAction {
  font-size: 12px;
  line-height: 23px;
  color: #686C70;
  text-decoration: none;
  letter-spacing: -0.02em;
  font-family: "Space Grotesk", sans-serif;
  transition: color 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 25px;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody .catalogAction:hover {
  color: #FE084F;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardBody .catalogActionDivider {
  width: 15px;
  height: 12px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/download.svg");
  background: #686C70;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardImage {
  aspect-ratio: 266/182;
  max-width: 266px;
  width: 100%;
  margin-top: auto;
}
.documentsPage .documentsCatalogSection .catalogCard .catalogCardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.documentsPage .documentsSearchSection {
  margin-bottom: 240px;
  padding: 0 10px;
}
.documentsPage .documentsSearchSection .searchInner {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 122px 75px 80px 73px;
  display: grid;
  grid-template-columns: minmax(280px, 647px) minmax(280px, 627px);
  -moz-column-gap: 102px;
       column-gap: 102px;
  align-items: start;
  position: relative;
  min-height: 550px;
  box-sizing: border-box;
}
.documentsPage .documentsSearchSection .searchWatermark {
  position: absolute;
  right: 90px;
  bottom: 0;
  aspect-ratio: 497/432;
  max-width: 497px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  pointer-events: none;
  z-index: 0;
  object-fit: contain;
}
.documentsPage .documentsSearchSection .searchSeal {
  position: absolute;
  right: 279px;
  bottom: 0;
  transform: translateY(40%);
  width: 175px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.documentsPage .documentsSearchSection .searchIntro {
  position: relative;
  z-index: 2;
}
.documentsPage .documentsSearchSection .searchIntro .redIcon {
  flex-shrink: 0;
}
.documentsPage .documentsSearchSection .searchIntro .searchTitle {
  margin: 95px 0 36px;
  font-size: 36px;
  line-height: 41px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 433px;
}
.documentsPage .documentsSearchSection .searchIntro .searchDesc {
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  color: #061129;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 647px;
}
.documentsPage .documentsSearchSection .searchForm {
  position: relative;
  z-index: 2;
  margin-top: 167px;
  width: 100%;
  max-width: 627px;
}
.documentsPage .documentsSearchSection .searchField {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100px;
  padding: 0 32px 0 51px;
  background: #FFFFFF;
  border: 1px solid #5E6B7D;
  border-radius: 10px;
  box-sizing: border-box;
}
.documentsPage .documentsSearchSection .searchField .searchPrefix {
  flex-shrink: 0;
  font-size: 36px;
  line-height: 35px;
  font-weight: 400;
  color: #061129;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: opacity 0.2s ease, width 0.2s ease, margin 0.2s ease;
}
.documentsPage .documentsSearchSection .searchField:has(input:not(:-moz-placeholder)) {
  padding-left: 28px;
  gap: 0;
}
.documentsPage .documentsSearchSection .searchField:focus-within, .documentsPage .documentsSearchSection .searchField:has(input:not(:placeholder-shown)) {
  padding-left: 28px;
  gap: 0;
}
.documentsPage .documentsSearchSection .searchField:has(input:not(:-moz-placeholder)) .searchPrefix {
  width: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}
.documentsPage .documentsSearchSection .searchField:focus-within .searchPrefix, .documentsPage .documentsSearchSection .searchField:has(input:not(:placeholder-shown)) .searchPrefix {
  width: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}
.documentsPage .documentsSearchSection .searchField input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 35px;
  color: #061129;
  outline: none;
  letter-spacing: -0.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.documentsPage .documentsSearchSection .searchField input::-webkit-search-cancel-button, .documentsPage .documentsSearchSection .searchField input::-webkit-search-decoration, .documentsPage .documentsSearchSection .searchField input::-webkit-search-results-button {
  display: none;
  -webkit-appearance: none;
}
.documentsPage .documentsSearchSection .searchField input::-ms-clear {
  display: none;
}
.documentsPage .documentsSearchSection .searchField input::-moz-placeholder {
  color: #9097A1;
  font-size: 18px;
}
.documentsPage .documentsSearchSection .searchField input::placeholder {
  color: #9097A1;
  font-size: 18px;
}
.documentsPage .documentsSearchSection .searchField .searchSubmit {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  color: #061129;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.documentsPage .documentsSearchSection .searchField .searchSubmit svg {
  width: 25px;
  height: 25px;
}

.partnershipHero.productionHero .heroRight {
  position: relative;
  overflow: hidden;
}
.partnershipHero.productionHero .heroRight:after {
  background: linear-gradient(90deg, #061129 0%, rgba(6, 17, 41, 0) 100%);
  width: 55%;
}
.partnershipHero.productionHero .heroLeft .heroTitle {
  margin-bottom: 10px;
}
.partnershipHero.productionHero .heroLeft .heroTag {
  color: #959DAE;
  letter-spacing: 0;
}

.partnershipPage .partnershipIntroSection .introText {
  font-size: 34px;
  line-height: 49px;
}
.partnershipPage .visionCardsArea .partnersCard {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 60px 75px 70px 80px;
  display: flex;
  flex-direction: column;
}
.partnershipPage .visionCardsArea .partnersCard .redIcon {
  margin-bottom: 60px;
}
.partnershipPage .visionCardsArea .partnersCard .partnersTitle {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
}
.partnershipPage .visionCardsArea .partnersCard .partnersLead {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #00001B;
  max-width: 530px;
}
.partnershipPage .visionCardsArea .partnersCard .partnerTypesList {
  list-style: none;
  margin: auto 0 0;
  padding: 42px 34px;
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 40px 30px;
  background-image: radial-gradient(#C8D2DF 1.4px, transparent 1.4px);
  background-size: 21px 21px;
  background-position: 0 0;
}
.partnershipPage .visionCardsArea .partnersCard .partnerTypesList li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 24px;
  color: #061129;
  letter-spacing: -0.02em;
}
.partnershipPage .visionCardsArea .partnersCard .partnerTypesList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background: #FE084F;
  border-radius: 3px;
}
.partnershipPage .partnershipGridSection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.partnershipPage .partnershipGridSection .partnershipGridCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 75px 80px;
  min-height: 754px;
  display: flex;
  flex-direction: column;
}
.partnershipPage .partnershipGridSection .cardHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.partnershipPage .partnershipGridSection .cardHeader .cardTitle {
  margin: 0;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
}
.partnershipPage .partnershipGridSection .cardVisual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.partnershipPage .partnershipGridSection .cardVisual .globeImg {
  width: 100%;
  max-width: 650px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnershipPage .partnershipGridSection .cardText,
.partnershipPage .partnershipGridSection .cardLead {
  margin: 0;
  font-size: 24px;
  line-height: 33px;
  color: #00001B;
  font-weight: 400;
}
.partnershipPage .partnershipGridSection .cardLead {
  margin-bottom: 30px;
}
.partnershipPage .partnershipGridSection .partnerTypesList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 40px 24px;
}
.partnershipPage .partnershipGridSection .partnerTypesList li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 28px;
  color: #061129;
  letter-spacing: -0.02em;
}
.partnershipPage .partnershipGridSection .partnerTypesList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  background: #FE084F;
  border-radius: 3px;
}
.partnershipPage .partnershipFormSection {
  margin-bottom: 10px;
}
.partnershipPage .partnershipFormSection .partnershipFormInner {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 100px 80px;
  position: relative;
  overflow: hidden;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 2;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField {
  background: rgba(220, 227, 236, 0.45);
  border: 1px solid #DCE3EC;
  border-radius: 5px;
  padding: 12px 12px 12px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 75px;
  transition: all 0.3s ease;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField {
  width: 100%;
  padding: 0;
  overflow: visible;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect {
  width: 100% !important;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect .select2-selection--single {
  height: 75px;
  border: none;
  border-radius: 5px;
  background: transparent;
  display: flex;
  align-items: center;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect .select2-selection__rendered {
  line-height: 60px;
  padding-left: 40px;
  padding-right: 56px;
  color: #061129;
  font-size: 16px;
  font-weight: 500;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow {
  height: 45px;
  width: 50px;
  right: 10px;
  top: 15px;
  border-radius: 12px;
  background: #fff;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow b {
  display: none;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect .select2-selection__arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowdown.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #061129;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transform-origin: center center;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField .select2-container.filterModalSelect.select2-container--open .select2-selection__arrow:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField .fieldLabel {
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField .fieldIcon {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061129;
  box-shadow: 0 4px 10px rgba(0, 0, 27, 0.03);
  transition: all 0.3s ease;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: text;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField .filterInput {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #061129;
  outline: none;
  font-family: "Space Grotesk", sans-serif;
  box-sizing: border-box;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField .filterInput::-moz-placeholder {
  color: #061129;
  opacity: 1;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField .filterInput::placeholder {
  color: #061129;
  opacity: 1;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField:has(.fieldUnit) .filterInput {
  padding-right: 190px;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField.textareaField {
  height: auto;
  min-height: 75px;
  align-items: stretch;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField.textareaField .filterInput {
  min-height: 72px;
  height: 72px;
  resize: vertical;
  padding: 22px 28px;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.inputField .fieldUnit {
  position: absolute;
  right: 24px;
  font-size: 13px;
  color: #959DAE;
  pointer-events: none;
  font-family: "Space Grotesk", sans-serif;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField.active {
  background: #FFF0F3;
  border-color: #FE084F;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow {
  background: #FE084F;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField.selectField.active .select2-container.filterModalSelect .select2-selection__arrow:after {
  background: #fff;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField:hover:not(.active):not(.inputField) {
  background: #E2E6EC;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterSubmitBtn {
  background: #061129;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  height: 75px;
  width: 205px;
  max-width: none;
  transition: all 0.3s ease;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterSubmitBtn:hover {
  background: #FF004D;
  box-shadow: 0 10px 20px rgba(255, 0, 77, 0.15);
}
.partnershipPage .partnershipFormSection .partnershipFormInner .select2-container.filterModalSelect.select2-container--open {
  z-index: 2505;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField {
  height: 75px;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField .filterInput::-moz-placeholder {
  color: #061129;
  opacity: 1;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterField .filterInput::placeholder {
  color: #061129;
  opacity: 1;
}
.partnershipPage .partnershipFormSection .partnershipFormInner .filterSubmitBtn {
  width: auto;
  min-width: 234px;
  margin-top: 56px;
  border-radius: 5px;
  font-weight: 600;
}
.partnershipPage .partnershipFormSection .formDecor {
  position: absolute;
  right: 100px;
  top: 66px;
  width: min(120px, 18%);
  aspect-ratio: 119/104;
  height: auto;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.partnershipPage .partnershipFormSection .formIntro {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.partnershipPage .partnershipFormSection .formIntro .formTitle {
  margin: 0;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.02em;
  max-width: 370px;
}
.partnershipPage .partnershipFormSection .formSeparator {
  position: relative;
  width: calc(100% + 150px);
  margin: 14px -75px 40px;
  height: 80px;
  z-index: 2;
}
.partnershipPage .partnershipFormSection .formSeparator svg {
  display: block;
  width: 100%;
  height: 100%;
}
.partnershipPage .partnershipFormSection .formSeparator .separatorPill {
  position: absolute;
  left: 110px;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #DCE3EC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnershipPage .partnershipFormSection .formSeparator .separatorPill .pillInner {
  width: 13px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 13px;
}
.partnershipPage .partnershipFormSection .partnershipForm {
  position: relative;
  z-index: 2;
  padding-right: 140px;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 12px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertSuccess {
  background: #EEF1F5;
  border: 1px solid #DCE3EC;
  color: #061129;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertSuccess .contactFormAlertIcon {
  background: #061129;
  border-radius: 8px;
  color: #FFFFFF;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertError {
  background: #FFF5F8;
  border: 1px solid rgba(254, 8, 79, 0.18);
  color: #061129;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertError .contactFormAlertIcon {
  background: #FE084F;
  border-radius: 8px;
  color: #FFFFFF;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertIcon {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertIcon svg {
  display: block;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertText {
  flex: 1;
  padding-top: 5px;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertList {
  margin: 0;
  padding-left: 18px;
}
.partnershipPage .partnershipFormSection .partnershipForm .contactFormAlertList li + li {
  margin-top: 4px;
}
.partnershipPage .partnershipClosingSection {
  margin-bottom: 10px;
}
.partnershipPage .partnershipClosingSection .introCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 65px 75px 80px;
}
.partnershipPage .partnershipClosingSection .introCard .redIcon {
  margin-bottom: 40px;
}
.partnershipPage .partnershipClosingSection .introText {
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
  color: #00001B;
  margin: 0;
}
.partnershipPage .partnershipClosingSection .introText strong {
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
}

.visionCardsArea {
  margin-bottom: 10px;
}
.visionCardsArea .sectionHeader {
  margin-bottom: 50px;
}
.visionCardsArea .sectionHeader h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #0F172A;
  margin: 0;
}
.visionCardsArea .visionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.visionCardsArea .visionCard {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.visionCardsArea .visionCard.leftCard {
  background-color: #f1f1f3;
}
.visionCardsArea .visionCard.leftCard .cardTop {
  gap: 20px;
  position: relative;
  z-index: 5;
  height: 560px;
  background-color: #F4F5F7;
}
.visionCardsArea .visionCard.leftCard .cardTop .title {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 80px 70px;
  gap: 60px;
}
.visionCardsArea .visionCard.leftCard .cardTop .title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #0F172A;
  margin: 0;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .globeImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FF004D;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(255, 0, 77, 0.4);
  animation: pulse 2s infinite;
  z-index: 15;
  transition: 0.3s ease all;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border-radius: 50%;
  background: rgba(255, 0, 77, 0.1);
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspot:hover {
  transform: translate(-50%, -50%) scale(1.2);
  animation: none;
}
.visionCardsArea .visionCard.leftCard .cardTop .globeWrapper .hotspotsContainer .hotspotLabel {
  position: absolute;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}
.visionCardsArea .visionCard.leftCard .cardTop .pumpsImg {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 55%;
  max-width: 350px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  /* Beyaz kutunun üstüne taşacak */
}
.visionCardsArea .visionCard.leftCard .cardBottom {
  background-color: #ffffff;
  padding: 55px 70px 65px;
  position: relative;
  z-index: 3;
  margin-top: auto;
}
.visionCardsArea .visionCard.leftCard .cardBottom p {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  color: #00001B;
}
.visionCardsArea .visionCard.rightCard {
  border: 1px solid #fff;
  padding: 60px 20px 0 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.visionCardsArea .visionCard.rightCard .cardTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-right: 50px;
}
.visionCardsArea .visionCard.rightCard .cardTop .leftArea {
  flex: 1;
}
.visionCardsArea .visionCard.rightCard .cardTop .leftArea .topRow {
  margin-bottom: 60px;
}
.visionCardsArea .visionCard.rightCard .cardTop .leftArea .contentRow {
  margin-bottom: 30px;
}
.visionCardsArea .visionCard.rightCard .cardTop .leftArea .contentRow .texts h3 {
  font-size: 36px;
  font-weight: 400;
  color: #00001B;
  margin: 0 0 25px 0;
  line-height: 1.2;
}
.visionCardsArea .visionCard.rightCard .cardTop .leftArea .contentRow .texts p {
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
  color: #00001B;
  margin: 0;
}
.visionCardsArea .visionCard.rightCard .cardTop .rightImg {
  aspect-ratio: 183/183;
  max-width: 183px;
  width: 100%;
}
.visionCardsArea .visionCard.rightCard .cardTop .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  gap: 35px;
  align-items: flex-end;
  justify-content: space-between;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .imgArea {
  aspect-ratio: 520/310;
  max-width: 520px;
  width: 100%;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .imgArea .certImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .certBtn {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 10;
  margin-bottom: 20px;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .certBtn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .certBtn span {
  font-size: 17px;
  font-weight: 500;
  color: #061129;
  line-height: 1.3;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .certBtn .arrowIcon {
  width: 70px;
  height: 54px;
  background-color: #E8E8E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visionCardsArea .visionCard.rightCard .cardImageWrapper .certBtn .arrowIcon img {
  width: 16px;
  height: auto;
}

.blogPage .blogGridSection {
  margin: 10px 0 75px;
  padding: 0 10px 10px;
}

.blogDetailPage {
  /* ---------- Full-width article card ---------- */
}
.blogDetailPage .blogDetailSection {
  margin: 10px 0;
}
.blogDetailPage .blogArticle {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 65px 75px 80px;
}
.blogDetailPage .blogArticle .redIcon {
  margin-bottom: 55px;
}
.blogDetailPage .blogArticle .articleBody {
  max-width: 1510px;
}
.blogDetailPage .blogArticle h2 {
  margin: 40px 0 14px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
}
.blogDetailPage .blogArticle h2:first-child {
  margin-top: 0;
}
.blogDetailPage .blogArticle p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 30px;
  color: #5E6B7D;
}
.blogDetailPage .blogArticle p:last-child {
  margin-bottom: 0;
}
.blogDetailPage .blogArticle a {
  color: #FE084F;
  text-decoration: none;
}
.blogDetailPage .blogArticle a:hover {
  text-decoration: underline;
}
.blogDetailPage {
  /* ---------- Related posts ---------- */
}
.blogDetailPage .blogRelatedSection {
  margin-bottom: 10px;
  padding: 0 10px;
}

.page404Section {
  margin: 10px;
}

.page404Grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 700px;
}

.page404Main {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #EEF1F5;
  background-image: url(../img/page404/page404-main-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  min-height: 700px;
}
.page404Main .page404MainContent {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
  padding: 105px 75px 140px;
  gap: 104px;
}
.page404Main .page404Lead {
  margin: 0;
  max-width: 836px;
  color: #6F799A;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 155% */
  letter-spacing: -0.4px;
}
.page404Main .page404Headline {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 104px;
}
.page404Main .page404Code {
  color: #061129;
  font-family: "Space Grotesk";
  font-size: 64px;
  font-weight: 700;
  line-height: 63px;
  /* 98.438% */
  letter-spacing: -1.28px;
}
.page404Main .page404Title {
  color: #061129;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 51px;
  /* 127.5% */
  letter-spacing: -0.8px;
  max-width: 380px;
}

.page404Side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 700px;
  min-width: 0;
}

.page404InfoCard {
  flex: 1;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 106px 48px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page404InfoCard .page404InfoText {
  color: #061129;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 51px; /* 127.5% */
  letter-spacing: -0.8px;
  padding-left: 45px;
}
.page404InfoCard .page404Seal {
  width: min(175px, 100%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 48px;
}

.page404Actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.page404ActionBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 112px;
  padding: 24px 20px 24px 24px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page404ActionBtn span:first-child {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #061129;
  letter-spacing: -0.02em;
}
.page404ActionBtn .btnArrow {
  flex-shrink: 0;
  width: 70px;
  height: 54px;
  background: #DCE3EC;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.page404ActionBtn .btnArrow img {
  width: 16px;
  height: auto;
  transition: 0.3s ease all;
}
.page404ActionBtn:hover {
  border-color: #FE084F;
}
.page404ActionBtn:hover span:first-child {
  color: #FE084F;
}
.page404ActionBtn:hover .btnArrow img {
  transform: translateX(2px);
}

.cookiePolicySection {
  margin-top: 6px;
  margin-bottom: 10px;
}

.cookiePolicyCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 75px 73px 125px;
}

.cookiePolicyGrid {
  display: grid;
  grid-template-columns: minmax(280px, 717px) minmax(0, 1fr);
  gap: 48px 120px;
  align-items: start;
}

.cookiePolicySidebar {
  position: sticky;
  top: 120px;
}
.cookiePolicySidebar .cookiePolicyUpdate {
  margin: 0;
  color: #061129;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.cookiePolicySidebar .cookiePolicyDivider {
  width: 100%;
  max-width: 717px;
  height: 1px;
  background: #DCE3EC;
  margin: 65px 0;
}
.cookiePolicySidebar .cookiePolicyTitle {
  margin: 0;
  color: #061129;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -1.28px;
  max-width: 520px;
}

.cookiePolicyContent {
  max-width: 767px;
  padding-top: 60px;
}

.cookiePolicyBlock + .cookiePolicyBlock {
  margin-top: 56px;
}
.cookiePolicyBlock h2 {
  margin: 0 0 24px;
  color: #061129;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.72px;
}
.cookiePolicyBlock p {
  margin: 0;
  color: #061129;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.cookiePolicyBlock p + p {
  margin-top: 16px;
}

.cookiePolicyList {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.cookiePolicyList li {
  position: relative;
  padding-left: 24px;
  color: #061129;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.cookiePolicyList li + li {
  margin-top: 0;
}
.cookiePolicyList li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #061129;
  font-size: 20px;
  line-height: 27px;
}

.cookiePolicyContact a {
  color: #061129;
  text-decoration: underline !important;
}
.cookiePolicyContact a:hover {
  color: #FE084F;
}

.mediaHero.productionHero .heroLeft .heroTitle {
  margin-bottom: 20px;
  max-width: 858px;
}
.mediaHero.productionHero .heroLeft .heroSubtitle {
  max-width: 770px;
}
.mediaHero.productionHero .heroLeft .scrollDownBtn {
  margin: 40px 0 0;
}
.mediaHero.productionHero .heroLeft .heroMeta {
  margin-top: auto;
}
.mediaHero.productionHero .heroRight {
  position: relative;
}
.mediaHero.productionHero .heroRight .heroBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.mediaCenterPage .mediaGridSection {
  margin: 7px 0 75px;
  padding: 0 10px;
}
.mediaCenterPage .mediaGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.mediaCenterPage .mediaCard {
  background: #FFFFFF;
  border-radius: 15px;
  min-height: 334px;
  overflow: hidden;
  transition: background 0.3s ease;
}
.mediaCenterPage .mediaCard .mediaCardLink {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: stretch;
  min-height: 334px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.mediaCenterPage .mediaCard .mediaCardContent {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 40px 16px 40px clamp(24px, 4vw, 73px);
}
.mediaCenterPage .mediaCard .mediaCardTitle {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #061129;
  letter-spacing: -0.48px;
  transition: color 0.3s ease;
  word-break: break-word;
}
.mediaCenterPage .mediaCard .mediaCardArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 58px;
  flex-shrink: 0;
  border: 1px solid #E2E6EC;
  border-radius: 14px;
  background: #FFFFFF;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.mediaCenterPage .mediaCard .mediaCardArrow img {
  width: 16px;
  height: auto;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.mediaCenterPage .mediaCard .mediaCardImage {
  min-width: 0;
  width: 100%;
  padding: 11px 11px 11px 0;
  display: flex;
  aspect-ratio: 300/310;
  max-width: 300px;
  margin: 0 auto;
  flex-shrink: 0;
}
.mediaCenterPage .mediaCard .mediaCardImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.mediaCenterPage .mediaCard:hover {
  background: #061129;
}
.mediaCenterPage .mediaCard:hover .mediaCardTitle {
  color: #FFFFFF;
}
.mediaCenterPage .mediaCard:hover .mediaCardArrow {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}
.mediaCenterPage .mediaCard:hover .mediaCardArrow img {
  filter: brightness(0) invert(1);
  transform: translateX(2px);
}

.mediaHeroDetail.productionHero .heroLeft .heroTitle {
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -1.2px;
}
.mediaHeroDetail.productionHero .heroLeft .scrollDownBtn {
  display: none;
}
.mediaHeroDetail.productionHero .heroLeft .heroMeta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.mediaHeroDetail.productionHero .heroLeft .mediaBackBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  background: transparent;
  transition: all 0.3s ease;
}
.mediaHeroDetail.productionHero .heroLeft .mediaBackBtn img {
  width: 16px;
  height: auto;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.mediaHeroDetail.productionHero .heroLeft .mediaBackBtn:hover {
  border-color: #FE084F;
  background: rgba(254, 8, 79, 0.12);
}
.mediaHeroDetail.productionHero .heroLeft .mediaBackBtn:hover img {
  transform: rotate(180deg) translateX(-2px);
}

.mediaCenterDetailPage .mediaGallerySection {
  margin: 7px 0 75px;
  padding: 0 10px;
}
.mediaCenterDetailPage .mediaGalleryGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.mediaCenterDetailPage .mediaGalleryItem {
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
}
.mediaCenterDetailPage .mediaGalleryItem a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.mediaCenterDetailPage .mediaGalleryItem a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(6, 17, 41, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mediaCenterDetailPage .mediaGalleryItem a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 54px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E") center/18px no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.mediaCenterDetailPage .mediaGalleryItem a:hover::before {
  opacity: 1;
}
.mediaCenterDetailPage .mediaGalleryItem a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mediaCenterDetailPage .mediaGalleryItem a:hover img {
  transform: scale(1.05);
}
.mediaCenterDetailPage .mediaGalleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

.editorContentArea {
  padding: 55px 90px;
}

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

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

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

textarea.form-control {
  height: unset;
}

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

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

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

.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%;
  -o-object-fit: contain;
     object-fit: contain;
}
.defaultPageSection .backgroundArea .circleArea .text {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 149px;
  z-index: 2;
  height: 77px;
  transform: translate(-50%, -50%);
}
.defaultPageSection .backgroundArea .circleArea .text img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.defaultPageSection .bannerContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 155px;
  padding-bottom: 140px;
}
.defaultPageSection .breadCrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 55px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.defaultPageSection .breadCrumb a {
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Space Grotesk", sans-serif;
  white-space: nowrap;
}
.defaultPageSection .breadCrumb a:after {
  content: "/";
  margin-left: 8px;
  color: #A4A4A4;
}
.defaultPageSection .breadCrumb a:last-child:after {
  content: "";
  margin-left: 0;
}
.defaultPageSection .breadCrumb a:hover {
  color: #000;
}
.defaultPageSection .breadCrumb a.active {
  color: #000;
  font-weight: 500;
}
.defaultPageSection .bannerLogo {
  margin-bottom: 55px;
}
.defaultPageSection .bannerLogo .bannerLogoImg {
  width: 29px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: tickRotate 15s linear infinite;
}
.defaultPageSection .bannerTitle {
  font-size: 54px;
  font-weight: 300;
  line-height: 61px;
  color: #000;
  margin-bottom: 115px;
  display: block;
  font-family: "Space Grotesk", sans-serif;
}
.defaultPageSection .introSection {
  max-width: 730px;
  display: block;
}
.defaultPageSection .introSection .introText {
  font-size: 23px;
  line-height: 33px;
  margin: 0;
}
.defaultPageSection .introSection .introText .lightText {
  color: #A4A4A4;
  font-weight: 300;
}
.defaultPageSection .introSection .introText .boldText {
  color: #000000;
  font-weight: 500;
}

.headerBtn {
  padding: 20px 27px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 300px;
  line-height: 20px;
  display: inline-flex;
}
.headerBtn.btn-white {
  background: #fff;
  color: #000;
}

.subpageHero {
  background: #061129;
  border-radius: 15px;
  position: relative;
  display: flex;
  margin: 10px 0;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  min-height: 550px;
}
.subpageHero .heroLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 80px 60px 80px;
  position: relative;
  z-index: 2;
}
.subpageHero .heroLeft .heroTitle {
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
  color: #FFFFFF;
  margin: 0 0 90px 0;
}
.subpageHero .heroLeft .scrollDownBtn {
  width: 58px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 80px;
}
.subpageHero .heroLeft .scrollDownBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  transform: translateY(3px);
}
.subpageHero .heroLeft .scrollDownBtn svg {
  width: 16px;
  height: 15px;
}
.subpageHero .heroLeft .heroTag {
  font-size: 14px;
  font-weight: 600;
  color: #959DAE;
}
.subpageHero .heroRight {
  border-radius: 15px;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  max-width: 1095px;
  width: 100%;
  background: #061129;
}
.subpageHero .heroRight .heroImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.subpageHero .heroRight:after {
  content: "";
  position: absolute;
  width: 848px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #061129 0%, rgba(6, 17, 41, 0) 100%);
  border-radius: 0;
}
.subpageHero.fullHero .heroLeft .heroFilterBar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.subpageHero.fullHero .heroLeft .heroFilterBar .scrollDownBtn {
  margin-bottom: 0;
}
.subpageHero.fullHero .heroLeft .heroFilterBar .heroFilterSelect {
  max-width: 269px;
}
.subpageHero.fullHero .heroLeft .heroFilterBar .heroFilterSelect select {
  height: 54px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0 44px 0 24px;
}
.subpageHero.fullHero .heroLeft .heroFilterBar .heroFilterSelect .selectArrow img {
  filter: brightness(0) invert(1);
}
.subpageHero.categoryHero {
  background: #061129;
}
.subpageHero.categoryHero .heroLeft {
  padding: 100px 90px 90px 90px;
}
.subpageHero.categoryHero .heroLeft .heroDesc {
  font-size: 14px;
  line-height: 22px;
  color: #959DAE;
  max-width: 830px;
  margin: 0;
}
.subpageHero.categoryHero .heroRight:after {
  background: linear-gradient(90deg, #061129 0%, rgba(0, 0, 27, 0) 100%);
}

.corporateIntroSection {
  margin: 10px 0;
  width: 100%;
}
.corporateIntroSection .introCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 100px 150px 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.corporateIntroSection .introCard .redIcon {
  margin-bottom: 50px;
}
.corporateIntroSection .introCard .introLeadText {
  font-size: 34px;
  font-weight: 400;
  line-height: 49px;
  color: #00001B;
  margin: 0 0 135px 0;
}
.corporateIntroSection .introCard .introColumns {
  position: relative;
  display: flex;
  gap: 75px;
  align-items: center;
  width: 100%;
}
.corporateIntroSection .introCard .introColumns:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 475px;
  width: calc(100% + 30px);
  background-image: url("../img/svg/dotarea.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
.corporateIntroSection .introCard .introColumns .introLeftCol {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-left: 75px;
  align-items: flex-end;
}
.corporateIntroSection .introCard .introColumns .introLeftCol .introParagraph {
  max-width: 720px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #00001B;
  margin: 0;
}
.corporateIntroSection .introCard .introColumns .introRightCol {
  position: relative;
  z-index: 2;
  max-width: 844px;
  width: 100%;
}
.corporateIntroSection .introCard .introColumns .introRightCol .imgArea {
  aspect-ratio: 844/419;
  flex-shrink: 0;
  width: 100%;
}
.corporateIntroSection .introCard .introColumns .introRightCol .introImg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .corporateIntroSection .introCard {
    padding: 40px 20px;
  }
  .corporateIntroSection .introCard .introLeadText {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .corporateIntroSection .introCard .introColumns {
    flex-direction: column;
    gap: 40px;
  }
  .corporateIntroSection .introCard .introColumns:before {
    display: none;
  }
  .corporateIntroSection .introCard .introColumns .introLeftCol {
    gap: 20px;
  }
}

.corporateVisionMissionSection {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.corporateVisionMissionSection .visionMissionCard {
  flex: 1;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 105px 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 480px;
}
.corporateVisionMissionSection .visionMissionCard .redIcon {
  margin-bottom: 60px;
}
.corporateVisionMissionSection .visionMissionCard .cardTitle {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  color: #00001B;
  margin: 0 0 150px 0;
}
.corporateVisionMissionSection .visionMissionCard .cardText {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #00001B;
  margin: 0;
  max-width: 620px;
}

.corporateValueChainSection {
  background-color: #DCE3EC;
  border-radius: 15px;
  position: relative;
  padding: 100px 0 170px;
  overflow: hidden;
  margin-bottom: 10px;
}
.corporateValueChainSection .bgImageWrapper {
  position: absolute;
  aspect-ratio: 1515/554;
  max-width: 1515px;
  width: 100%;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.corporateValueChainSection .bgImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.corporateValueChainSection .contentArea {
  position: relative;
  z-index: 2;
  width: 100%;
}
.corporateValueChainSection .redIcon {
  margin-bottom: 65px;
}
.corporateValueChainSection .sectionTitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 49px;
  color: #00001B;
  margin: 0 0 85px 0;
}
.corporateValueChainSection .sectionTag {
  font-size: 14px;
  font-weight: 600;
  color: #959DAE;
  margin-bottom: 75px;
}
.corporateValueChainSection .valueChainSwiper {
  width: 100%;
  overflow: hidden;
}
.corporateValueChainSection .valueChainSwiper .swiper-wrapper {
  display: flex;
}
.corporateValueChainSection .valueChainSwiper .swiper-slide {
  height: auto;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 65px 50px 85px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 27, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard .cardTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #00001B;
  transition: color 0.4s ease;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard .cardIcon {
  width: 33px;
  height: 33px;
  background-color: #DCE3EC;
  display: block;
  border-radius: 8px;
  position: relative;
  margin: 45px 0;
  transition: background-color 0.4s ease, transform 0.4s ease;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard .cardIcon:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  border-radius: 7px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.corporateValueChainSection .valueChainSwiper .valueChainCard .cardDesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #00001B;
  margin: 0;
  transition: color 0.4s ease;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard:hover {
  background: #00001B;
  box-shadow: 0 20px 40px rgba(0, 0, 27, 0.15);
}
.corporateValueChainSection .valueChainSwiper .valueChainCard:hover .cardTitle {
  color: #FFFFFF;
}
.corporateValueChainSection .valueChainSwiper .valueChainCard:hover .cardIcon {
  background-color: #FE084F;
  transform: scale(1.1);
}
.corporateValueChainSection .valueChainSwiper .valueChainCard:hover .cardDesc {
  color: rgba(255, 255, 255, 0.85);
}

.corporateProductionSection {
  padding: 135px 0 185px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
.corporateProductionSection .productionIntro {
  margin-bottom: 170px;
  max-width: 1674px;
}
.corporateProductionSection .productionIntro .introLead {
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  color: #00001B;
  margin: 0 0 40px 0;
}
.corporateProductionSection .productionIntro .introSub {
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  color: #00001B;
  margin: 0;
}
.corporateProductionSection .productionGallery {
  position: relative;
  display: flex;
  gap: 105px;
  align-items: flex-start;
  width: 100%;
  padding: 65px 0;
}
.corporateProductionSection .productionGallery:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-image: url("../img/dots.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 475px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.corporateProductionSection .productionGallery .galleryTag {
  font-size: 16px;
  font-weight: 600;
  color: #061129;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  width: 150px;
}
.corporateProductionSection .productionGallery .galleryImages {
  flex: 1;
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 2;
  max-width: 1265px;
}
.corporateProductionSection .productionGallery .galleryImages .imgCol {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 400/400;
}
.corporateProductionSection .productionGallery .galleryImages .imgCol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.corporateProductionSection .productionGallery .galleryImages .imgCol:hover img {
  transform: scale(1.05);
}
.corporateProductionSection .productionGallery .galleryImages .imgCol.wideImg {
  flex: 2;
  aspect-ratio: 800/400;
}

.corporateQualitySection {
  width: 100%;
  margin-bottom: 10px;
}
.corporateQualitySection .qualityTopRow {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: stretch;
}
.corporateQualitySection .qualityTopRow .numberCard {
  width: 310px;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.corporateQualitySection .qualityTopRow .numberCard .circleProgress {
  position: relative;
  width: 175px;
  height: 175px;
}
.corporateQualitySection .qualityTopRow .numberCard .circleProgress svg {
  width: 100%;
  height: 100%;
}
.corporateQualitySection .qualityTopRow .numberCard .circleProgress .bgCircle {
  stroke: #ECEFF4;
  stroke-width: 1.5px;
  fill: transparent;
}
.corporateQualitySection .qualityTopRow .numberCard .circleProgress .activeCircle {
  stroke: #FE084F;
  stroke-width: 1.5px;
  fill: transparent;
  stroke-dasharray: 283;
  stroke-dashoffset: 212;
  transform: rotate(-70deg);
  transform-origin: 50px 50px;
}
.corporateQualitySection .qualityTopRow .numberCard .circleProgress .number {
  font-size: 34px;
  font-weight: 500;
  color: #00001B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -0.02em;
}
.corporateQualitySection .qualityTopRow .textCard {
  flex: 1;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 75px 75px 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.corporateQualitySection .qualityTopRow .textCard .cardLead {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #00001B;
  margin: 0 0 40px 0;
}
.corporateQualitySection .qualityTopRow .textCard .cardSubTitle {
  font-size: 34px;
  font-weight: 600;
  color: #00001B;
  margin: 0;
}
.corporateQualitySection .qualityBottomRow {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.corporateQualitySection .qualityBottomRow .futureCard {
  flex: 1;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 70px 65px 75px 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.corporateQualitySection .qualityBottomRow .futureCard .cardText {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #00001B;
  margin: 75px 0;
}
.corporateQualitySection .qualityBottomRow .futureCard .cardTag {
  font-size: 16px;
  font-weight: 600;
  color: #00001B;
}
.corporateQualitySection .qualityBottomRow .imageCard {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  border: 2px solid #fff;
  padding: 40px 65px 0;
}
.corporateQualitySection .qualityBottomRow .imageCard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 15px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.corporateQualitySection .qualityBottomRow .imageCard:hover img {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  .corporateQualitySection .qualityTopRow {
    flex-direction: column;
  }
  .corporateQualitySection .qualityTopRow .numberCard {
    width: 100%;
    padding: 40px 0;
  }
  .corporateQualitySection .qualityTopRow .textCard {
    padding: 40px 30px;
  }
  .corporateQualitySection .qualityTopRow .textCard .cardLead {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .corporateQualitySection .qualityTopRow .textCard .cardSubTitle {
    font-size: 22px;
  }
  .corporateQualitySection .qualityBottomRow {
    flex-direction: column;
  }
  .corporateQualitySection .qualityBottomRow .futureCard {
    padding: 40px 30px;
  }
  .corporateQualitySection .qualityBottomRow .futureCard .redIcon {
    margin-bottom: 40px;
  }
  .corporateQualitySection .qualityBottomRow .futureCard .cardText {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .corporateQualitySection .qualityBottomRow .imageCard {
    width: 100%;
    aspect-ratio: 3/2;
  }
}

.mediaCenterPage .mediaHubNavSection {
  margin-top: 40px;
  padding-bottom: 40px;
}
.mediaCenterPage .mediaHubNavGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mediaCenterPage .mediaHubNavCard.active {
  outline: 2px solid #061129;
  outline-offset: -2px;
}
.mediaCenterPage .mediaHubNavCard .mediaCardText {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
}
.mediaCenterPage .mediaHubNavCard .mediaCardTitle {
  font-size: 20px;
  line-height: 28px;
}
.sectionIntro {
  max-width: 760px;
  margin: 0 auto 40px;
}
.sectionIntro .introText {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #4B5563;
}
.documentSection,
.certificateSection,
.faqSection {
  padding: 0 0 80px;
}
.documentCard,
.certificateCard {
  background: #fff;
  border: 1px solid #E2E6EC;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.documentCard {
  padding: 28px;
}
.documentCard .cardHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.documentCard .cardTitle {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #061129;
  white-space: pre-line;
}
.documentCard .cardDesc {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 24px;
  color: #6B7280;
  flex: 1;
}
.documentCard .cardActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.certificateCard .cardHeader {
  padding: 24px 24px 16px;
}
.certificateCard .cardSubtitle {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  color: #9CA3AF;
  text-transform: uppercase;
}
.certificateCard .cardTitle {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #061129;
}
.certificateCard .cardImage {
  margin-top: auto;
  padding: 0 24px 24px;
}
.certificateCard .cardImage a,
.certificateCard .cardImage img {
  display: block;
  width: 100%;
}
.certificateCard .cardImage img {
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 3/4;
  background: #F3F4F6;
}
.faqSection .faqIntro {
  margin-bottom: 32px;
}
.faqSection .faqGroup + .faqGroup {
  margin-top: 32px;
}
.faqSection .groupTitle {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9CA3AF;
}
@media (max-width: 991px) {
  .mediaCenterPage .mediaHubNavGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .mediaCenterPage .mediaHubNavGrid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */