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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Inter 18pt", sans-serif;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #D9D9D9;
}
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;
}
*:focus-visible {
  outline: 2px solid #E31E24 !important;
  outline-offset: 2px !important;
}

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

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

.customContainer {
  max-width: 1674px;
}

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

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

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

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

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

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

/* =========================================================
   Sectec — Premium interaction layer (layout-safe)
   Only transform / opacity / filter — no layout shifts
   ========================================================= */
html.lenis,
html.lenis body {
  height: auto;
}

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

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

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

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

@keyframes animHeaderIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================================
   Site intro — brand seal + Netflix fly-out
   Disable: add class "soanimation" on <html> (inc.header.php)
   ========================================================= */
html.is-introing,
body.is-introing {
  overflow: hidden;
}

body.is-introing .mainHeader {
  opacity: 0;
  pointer-events: none;
}

body.is-intro-reveal .mainHeader {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.siteIntro {
  --intro-red: #E31E24;
  position: fixed;
  inset: 0;
  z-index: 200000;
  background: radial-gradient(ellipse 70% 55% at 50% 42%, #1a1a1a 0%, #070707 72%);
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 1;
}

.siteIntro.is-done {
  display: none;
  pointer-events: none;
}

.siteIntroInner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  transform-origin: center center;
  will-change: transform, opacity, filter;
}

@keyframes siteIntroNetflix {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(16);
    opacity: 0;
    filter: blur(18px);
  }
}
@keyframes siteIntroFadeBg {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.siteIntro.is-out {
  animation: siteIntroFadeBg 0.15s linear 0.75s forwards;
  pointer-events: none;
}

.siteIntro.is-out .siteIntroInner {
  animation: siteIntroNetflix 1.05s cubic-bezier(0.55, 0, 0.92, 0.12) forwards;
}

.siteIntroMark {
  width: clamp(36px, 5.5vw, 52px);
  height: auto;
  opacity: 0;
  transform: scale(0.55);
  filter: drop-shadow(0 0 24px rgba(227, 30, 36, 0.35));
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.siteIntro.is-on .siteIntroMark {
  opacity: 1;
  transform: scale(1);
}

.siteIntroBrand {
  margin: 0;
  display: flex;
  gap: 0.02em;
  color: #f4f4f4;
  font-family: "Jockey One", sans-serif;
  font-size: clamp(42px, 8vw, 88px);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  text-indent: 0.18em;
  text-transform: uppercase;
  user-select: none;
}

.siteIntroBrand span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 1.1em, 0);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.siteIntro.is-typed .siteIntroBrand span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(1) {
  transition-delay: 0ms;
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(2) {
  transition-delay: 55ms;
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(3) {
  transition-delay: 110ms;
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(4) {
  transition-delay: 165ms;
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(5) {
  transition-delay: 220ms;
}

.siteIntro.is-typed .siteIntroBrand span:nth-child(6) {
  transition-delay: 275ms;
}

.siteIntroRule {
  display: block;
  width: min(42vw, 220px);
  height: 2px;
  border-radius: 2px;
  background: var(--intro-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.siteIntro.is-lined .siteIntroRule {
  transform: scaleX(1);
}

/* Navbar scroll polish — shadow/blur only */
.mainHeader .headerContainer {
  transition: box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-backdrop-filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.mainHeader.headerLight.is-scrolled .headerContainer {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}

/* Scroll reveal — small Y only (no X / no blur on full sections) */
html.js-reveal [data-reveal] {
  --reveal-duration: .8s;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-y: 16px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(0);
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease), filter var(--reveal-duration) var(--reveal-ease), clip-path calc(var(--reveal-duration) + 0.05s) var(--reveal-ease);
}
html.js-reveal [data-reveal][data-reveal=fade] {
  --reveal-y: 0;
  --reveal-duration: .7s;
}
html.js-reveal [data-reveal][data-reveal=fade-up], html.js-reveal [data-reveal][data-reveal=up], html.js-reveal [data-reveal][data-reveal=paragraph] {
  --reveal-y: 16px;
}
html.js-reveal [data-reveal][data-reveal=scale] {
  --reveal-y: 0;
  --reveal-scale: .97;
}
html.js-reveal [data-reveal][data-reveal=mask], html.js-reveal [data-reveal][data-reveal=clip] {
  --reveal-y: 0;
  clip-path: inset(10% 0 0 0);
}
html.js-reveal [data-reveal][data-reveal=image] {
  --reveal-y: 0;
  --reveal-scale: 1;
  clip-path: inset(0 0 12% 0);
}
html.js-reveal [data-reveal] {
  /* Card entrances — richer, still layout-safe */
}
html.js-reveal [data-reveal][data-reveal=fade-left], html.js-reveal [data-reveal][data-reveal=card-left] {
  --reveal-duration: .95s;
  --reveal-y: 10px;
  --reveal-scale: .96;
  transform: translate3d(-22px, 10px, 0) scale(0.96);
  filter: blur(3px);
}
html.js-reveal [data-reveal][data-reveal=fade-right], html.js-reveal [data-reveal][data-reveal=card-right] {
  --reveal-duration: .95s;
  --reveal-y: 10px;
  --reveal-scale: .96;
  transform: translate3d(22px, 10px, 0) scale(0.96);
  filter: blur(3px);
}
html.js-reveal [data-reveal][data-reveal=card-up] {
  --reveal-duration: 1s;
  --reveal-y: 28px;
  --reveal-scale: .95;
  transform: translate3d(0, 28px, 0) scale(0.95);
  filter: blur(4px);
}
html.js-reveal [data-reveal][data-reveal=card-scale] {
  --reveal-duration: .9s;
  --reveal-y: 0;
  --reveal-scale: .92;
  transform: scale(0.92);
  filter: blur(2px);
}
html.js-reveal [data-reveal].is-inview {
  opacity: 1;
  --reveal-y: 0;
  --reveal-scale: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

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

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

html.js-reveal .featuresShield[data-reveal] {
  --reveal-duration: 1.05s;
}

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

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

/* Soft hover polish — cards get more life */
html.js-enhance .offerSubmitBtn,
html.js-enhance .contactSubmitBtn,
html.js-enhance .pdActionCard,
html.js-enhance .errorLinkRow {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .offerSubmitBtn:hover,
html.js-enhance .contactSubmitBtn:hover,
html.js-enhance a.pdActionCard:hover,
html.js-enhance .errorLinkRow:hover {
  transform: translateY(-2px);
}
html.js-enhance .productCard,
html.js-enhance .productCard2,
html.js-enhance .blogInsightCard,
html.js-enhance .certificateCard,
html.js-enhance .solutionsSingleCard,
html.js-enhance .catCard,
html.js-enhance .techCell,
html.js-enhance .pdSpecBox,
html.js-enhance .pdActionCard,
html.js-enhance .addressCard {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .productCard:hover,
html.js-enhance .productCard2:hover,
html.js-enhance .blogInsightCard:hover,
html.js-enhance .certificateCard:hover,
html.js-enhance .solutionsSingleCard:hover,
html.js-enhance .catCard:hover,
html.js-enhance .addressCard:hover,
html.js-enhance .pdActionCard:hover,
html.js-enhance .pdSpecBox:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
html.js-enhance .pdSpecBox:hover {
  border-color: rgba(227, 30, 36, 0.35);
}
html.js-enhance .pdSpecBox .pdSpecIcon img,
html.js-enhance .pdSpecBox .pdSpecIconOnly img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .pdSpecBox:hover .pdSpecIcon img,
html.js-enhance .pdSpecBox:hover .pdSpecIconOnly img {
  transform: scale(1.08);
}
html.js-enhance .productCard:hover .cardImageArea img,
html.js-enhance .productCard2:hover .catCardImage img,
html.js-enhance .certificateCard:hover .certificateImage img,
html.js-enhance .pdActionCardCatalog:hover .pdCatalogImage img {
  transform: scale(1.04);
}
html.js-enhance .cardImageArea img,
html.js-enhance .certificateImage img,
html.js-enhance .catCardImage img,
html.js-enhance .pdCatalogImage img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .cardArrow img,
html.js-enhance .productBtn img,
html.js-enhance .pdActionArrow img,
html.js-enhance .catCardArrow img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js-enhance .productCard:hover .cardArrow img,
html.js-enhance .productCard2:hover .catCardArrow img,
html.js-enhance .blogInsightCard:hover .cardArrow img,
html.js-enhance .solutionsSingleCard:hover .cardArrow img,
html.js-enhance a:hover .pdActionArrow img {
  transform: rotate(5deg) scale(1.05);
}

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

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

@media (prefers-reduced-motion: reduce) {
  body.is-ready .mainHeader,
  html.js-reveal [data-reveal],
  html.js-enhance .offerSubmitBtn,
  html.js-enhance .contactSubmitBtn,
  html.js-enhance .productCard,
  html.js-enhance .productCard2,
  html.js-enhance .blogInsightCard,
  html.js-enhance .certificateCard,
  html.js-enhance .pdSpecBox {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
  .siteIntro,
  .scrollProgress {
    display: none !important;
  }
}
.mainHeader {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 100%;
  max-width: 1674px;
  padding: 0 45px;
  z-index: 1000;
  display: flex;
  justify-content: center;
}
.mainHeader .headerContainer {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  gap: 5px;
  height: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
  padding: 5px;
  position: relative;
}
.mainHeader .headerContainer:after {
  content: "";
  position: absolute;
  left: -25px;
  width: 105px;
  height: 25px;
  background-image: url(../img/svg/thenew.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-100%);
}
.mainHeader .headerContainer .headerSearch {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 64px;
  width: 54px;
  margin: 0;
  background-color: #121212;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.mainHeader .headerContainer .headerSearch .searchInput {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.mainHeader .headerContainer .headerSearch .searchInput::placeholder {
  color: #787878;
}
.mainHeader .headerContainer .headerSearch .searchSubmit {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 100%;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
  border-radius: 0 5px 5px 0;
}
.mainHeader .headerContainer .headerSearch .searchSubmit img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}
.mainHeader .headerContainer .headerSearch .searchSubmit:hover {
  background-color: #1a1a1a;
}
.mainHeader .headerContainer.searchActive .headerSearch {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: calc(100% - 136px);
}
.mainHeader .headerContainer.searchActive .searchBtn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mainHeader .headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 100%;
  background-color: #E31E24;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  flex-shrink: 0;
}
.mainHeader .headerLogo:hover {
  background-color: rgb(205.8794466403, 25.6205533597, 31.1106719368);
}
.mainHeader .headerLogo img {
  width: 26px;
  aspect-ratio: 26/30;
}
.mainHeader .headerNav {
  height: 100%;
  display: flex;
}
.mainHeader .headerNav .headerMenu {
  display: flex;
  height: 100%;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.mainHeader .headerNav .headerMenu .menuItem {
  height: 100%;
  display: flex;
  align-items: center;
}
.mainHeader .headerNav .headerMenu .menuItem.productsDropdown.active .menuLink {
  background-color: #E31E24;
  color: #FFFFFF;
}
.mainHeader .headerNav .headerMenu .menuItem.productsDropdown.active .megaDropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mainHeader .headerNav .headerMenu .menuItem.productsDropdown.active .menuLink .dropdownBadge img {
  transform: rotate(180deg);
}
.mainHeader .headerNav .headerMenu .menuItem .menuLink {
  display: flex;
  align-items: center;
  background: #121212;
  gap: 15px;
  padding: 0 15px;
  border-radius: 5px;
  height: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
  min-width: 150px;
  text-align: center;
  justify-content: center;
}
.mainHeader .headerNav .headerMenu .menuItem .menuLink:hover {
  background-color: #1a1a1a;
  color: #E31E24;
}
.mainHeader .headerNav .headerMenu .menuItem .menuLink:hover .dropdownBadge {
  background-color: #E31E24;
}
.mainHeader .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 23px;
  border-radius: 5px;
  background-color: #000;
  transition: background-color 0.3s ease;
}
.mainHeader .headerNav .headerMenu .menuItem .menuLink .dropdownBadge img {
  width: 9px;
  height: 9px;
  transition: transform 0.3s ease;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 1584px;
  max-width: calc(100vw - 60px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  cursor: default;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol {
  border-right: 1px solid #F5F5F5;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding: 55px 0 0;
  min-width: 0;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol:last-child {
  border-right: none;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productCategory {
  font-size: 13px;
  color: #9E9E9E;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0 0 25px 0;
  font-family: "Manrope", sans-serif;
  text-align: left;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 7px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn img {
  width: 13px;
  height: 13px;
  transition: filter 0.3s ease;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
  width: 100%;
  display: block;
  margin-top: auto;
  max-width: 240px;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol:hover .productBtn {
  background-color: #E31E24;
  border-color: #E31E24;
}
.mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol:hover .productBtn img {
  filter: brightness(0) invert(1);
}
.mainHeader .headerNav .headerMenu .solutionsDropdown.active .menuLink {
  background-color: #E31E24;
  color: #FFFFFF;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown.active .solutionsMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  transform: translateY(15px);
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  cursor: default;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsGrid {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 5px;
  padding: 20px 40px 25px;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  width: 100%;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem:last-child {
  border-bottom: none;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsIcon {
  width: 95px;
  height: 65px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsIcon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsContent {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-grow: 1;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin: 0;
  max-width: 275px;
  color: #000000;
  transition: color 0.3s ease;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsContent .productBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 7px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsContent .productBtn img {
  width: 13px;
  height: 13px;
  transition: filter 0.3s ease;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem .solutionsDesc {
  font-size: 14px;
  color: #929292;
  margin: 0;
  max-width: 205px;
  text-align: right;
  line-height: 1.5;
  font-weight: 400;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem:hover .solutionsContent .solutionsTitle {
  color: #E31E24;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem:hover .solutionsContent .productBtn {
  background-color: #E31E24;
  border-color: #E31E24;
}
.mainHeader .headerNav .headerMenu .solutionsDropdown .solutionsMenu .solutionsItem:hover .solutionsContent .productBtn img {
  filter: brightness(0) invert(1);
}
.mainHeader .headerNav .headerMenu .corporateDropdown.active .menuLink {
  background-color: #E31E24;
  color: #FFFFFF;
}
.mainHeader .headerNav .headerMenu .corporateDropdown.active .corporateMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  transform: translateY(15px);
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  cursor: default;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateGrid {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 5px;
  padding: 20px 40px 25px;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  width: 100%;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem:last-child {
  border-bottom: none;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem .corporateTitle {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  transition: color 0.3s ease;
  font-family: "Manrope", sans-serif;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem .corporateTitle .corporateSub {
  font-size: 15px;
  color: #787878;
  font-weight: 500;
  margin-left: 10px;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem .productBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 7px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem .productBtn img {
  width: 13px;
  height: 13px;
  transition: filter 0.3s ease;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem:hover .corporateTitle {
  color: #E31E24;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem:hover .productBtn {
  background-color: #E31E24;
  border-color: #E31E24;
}
.mainHeader .headerNav .headerMenu .corporateDropdown .corporateMenu .corporateItem:hover .productBtn img {
  filter: brightness(0) invert(1);
}
.mainHeader .headerAction {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  flex-shrink: 0;
  background: #1C1C1C;
  border-radius: 5px;
}
.mainHeader .headerAction.searchBtn {
  width: 54px;
}
.mainHeader .headerAction.searchBtn img {
  width: 15px;
  height: 15px;
}
.mainHeader .headerAction.searchBtn:hover {
  background-color: #1a1a1a;
}
.mainHeader .headerAction.langDropdown {
  width: 54px;
  position: relative;
  background: transparent;
}
.mainHeader .headerAction.langDropdown .langTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #787878;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: #1C1C1C;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.mainHeader .headerAction.langDropdown .langTrigger:hover {
  background-color: #1a1a1a;
  color: #FFFFFF;
}
.mainHeader .headerAction.langDropdown.active .langTrigger {
  background-color: #121212;
  color: #FFFFFF;
}
.mainHeader .headerAction.langDropdown.active .langList {
  opacity: 1;
  visibility: visible;
}
.mainHeader .headerAction.langDropdown .langList {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #1C1C1C;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1002;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.mainHeader .headerAction.langDropdown .langList li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mainHeader .headerAction.langDropdown .langList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: #C7C7C7;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mainHeader .headerAction.langDropdown .langList li a:hover, .mainHeader .headerAction.langDropdown .langList li a.active {
  color: #FFFFFF;
  background-color: #1a1a1a;
}
.mainHeader .headerAction.openMenuBtn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 56px;
  padding: 0;
}
.mainHeader .headerAction.openMenuBtn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.mainHeader .headerAction.openMenuBtn.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.mainHeader .headerAction.openMenuBtn.active span:nth-child(2) {
  opacity: 0;
}
.mainHeader .headerAction.openMenuBtn.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mainHeader.headerLight .headerContainer {
  background-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.mainHeader.headerLight .headerContainer:after {
  filter: invert(1) brightness(0);
}
.mainHeader.headerLight .headerContainer .headerNav .headerMenu .menuItem .menuLink {
  background: #fff !important;
  color: #000 !important;
}
.mainHeader.headerLight .headerContainer .headerNav .headerMenu .menuItem .menuLink:hover {
  background: #ececec !important;
  color: #000 !important;
}
.mainHeader.headerLight .headerContainer .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
  background-color: #e0e0e0 !important;
}
.mainHeader.headerLight .headerContainer .headerNav .headerMenu .menuItem .menuLink .dropdownBadge img {
  filter: brightness(0);
}
.mainHeader.headerLight .headerContainer .headerSearch {
  background-color: #fff !important;
}
.mainHeader.headerLight .headerContainer .headerSearch .searchInput {
  color: #000;
}
.mainHeader.headerLight .headerContainer .headerSearch .searchInput::placeholder {
  color: #999;
}
.mainHeader.headerLight .headerContainer .headerAction {
  background: #fff !important;
}
.mainHeader.headerLight .headerContainer .headerAction img {
  filter: brightness(0);
}
.mainHeader.headerLight .headerContainer .headerAction:hover {
  background-color: #ececec !important;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown {
  background: transparent !important;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown .langTrigger {
  background: #fff !important;
  color: #555 !important;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown .langTrigger:hover {
  background: #ececec !important;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown .langDropdownMenu {
  background-color: #fff !important;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown .langDropdownMenu li a {
  color: #333;
}
.mainHeader.headerLight .headerContainer .headerAction.langDropdown .langDropdownMenu li a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.mainHeader .headerNav .mobileNavHead {
  display: none;
}

.siteFooter {
  background: linear-gradient(180deg, #D1DCE3 0%, #EBF0F5 100%);
  padding: 0 0 60px;
  position: relative;
  overflow: hidden;
}
.siteFooter .container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.siteFooter .footerWatermark {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 8vw;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.015);
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  line-height: 1.1;
  user-select: none;
}
.siteFooter .footerTop {
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.siteFooter .footerTop .topArea {
  border-bottom: 1px solid #CAD7E0;
}
.siteFooter .footerTop .topArea .container {
  display: flex;
  align-items: center;
  gap: 45px;
}
.siteFooter .footerTop .topArea .footerLogo {
  border-right: 1px solid #CAD7E0;
  padding: 68px 45px 68px 0;
}
.siteFooter .footerTop .topArea .footerLogo img {
  aspect-ratio: 191/41;
  max-width: 191px;
  width: 100%;
  object-fit: contain;
}
.siteFooter .footerTop .topArea .text {
  color: #85929A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.923%;
  max-width: 340px;
}
.siteFooter .footerTop .topArea .text b {
  font-weight: 400;
}
.siteFooter .footerTop .topArea .imgArea {
  mix-blend-mode: multiply;
  aspect-ratio: 392/146;
  max-width: 392px;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
}
.siteFooter .footerTop .topArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
.siteFooter .footerTop .footerTopBottom {
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}
.siteFooter .footerTop .footerTopBottom .footerDescription {
  aspect-ratio: 1059/233;
  max-width: 1059px;
  width: 100%;
}
.siteFooter .footerTop .footerTopBottom .footerDescription img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.siteFooter .footerMiddle {
  margin-bottom: 60px;
}
.siteFooter .footerMiddle .footerAddresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 820px;
  margin-bottom: 55px;
}
.siteFooter .footerMiddle .footerContactCard .footerColTitle {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.923%;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.siteFooter .footerMiddle .footerContactCard .footerText {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 120.923%;
  margin: 0 0 10px;
  max-width: 280px;
}
.siteFooter .footerMiddle .footerContactCard .footerContacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.siteFooter .footerMiddle .footerContactCard .footerContacts .footerContactLink {
  color: #000;
  font-size: 13px;
  line-height: 120.923%;
  font-weight: 300;
  text-decoration: none;
}
.siteFooter .footerMiddle .footerContactCard .footerContacts .footerContactLink b {
  font-weight: 500;
}
.siteFooter .footerMiddle .footerContactCard .footerContacts .footerContactLink:hover {
  color: #E31E24;
}
.siteFooter .footerMiddle .footerMenus {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.siteFooter .footerMiddle .footerMenusMain {
  display: flex;
  flex-direction: column;
  gap: 45px;
  flex: 1;
  min-width: 0;
}
.siteFooter .footerMiddle .footerMenusRow {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  flex-wrap: wrap;
}
.siteFooter .footerMiddle .footerMenuBlock {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  min-width: 0;
}
.siteFooter .footerMiddle .footerMenuHead {
  width: 195px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CAD7E0;
}
.siteFooter .footerMiddle .footerMenuHead .arrowIcon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteFooter .footerMiddle .footerMenuHead .arrowIcon img {
  width: 12px;
  height: 12px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  filter: brightness(0);
}
.siteFooter .footerMiddle .footerMenuHead .footerColTitle {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.siteFooter .footerMiddle .footerLinksList {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 145px;
}
.siteFooter .footerMiddle .footerLinksList li {
  margin: 0;
}
.siteFooter .footerMiddle .footerLinksList li:last-child {
  margin-bottom: 0;
}
.siteFooter .footerMiddle .footerLinksList a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.76;
  text-decoration: none;
  transition: color 0.25s;
}
.siteFooter .footerMiddle .footerLinksList a:hover {
  color: #E31E24;
}
.siteFooter .footerMiddle .footerPartners {
  flex-shrink: 0;
  max-width: 334px;
  width: 100%;
}
.siteFooter .footerMiddle .footerPartners img {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.siteFooter .footerBottom {
  border-top: none;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 45px;
}
.siteFooter .footerSocials {
  display: flex;
  gap: 18px;
}
.siteFooter .footerSocials .socialLink {
  font-size: 13.5px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.siteFooter .footerSocials .socialLink:hover {
  color: #E31E24;
}
.siteFooter .footerBottomBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.siteFooter .footerCopyright p {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
.siteFooter .footerBadges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 15px;
}
.siteFooter .footerBottomLinks {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.siteFooter .footerBottomLinks a {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.siteFooter .footerBottomLinks a:hover {
  color: #E31E24;
}
.siteFooter .footerBottomLinks .sep {
  color: #000;
  font-size: 13px;
  opacity: 0.35;
}

@keyframes bannerAutoplayProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
section.mainBanner {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1010;
  overflow: hidden;
}
section.mainBanner .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.mainBanner .imgArea img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainBanner .imgArea:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
  pointer-events: none;
}
section.mainBanner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 120px 12px 60px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
section.mainBanner .bannerTopRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 55px;
  z-index: 3;
}
section.mainBanner .bannerContent {
  max-width: 680px;
  display: flex;
  flex-direction: column;
}
section.mainBanner .bannerContent .bannerSubtitle {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 55px;
}
section.mainBanner .bannerContent .bannerTitle {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.45;
  color: #999999;
  margin: 0;
}
section.mainBanner .bannerSeparator {
  width: 100%;
  height: 1px;
  background-color: #626262;
  margin-bottom: 75px;
  position: relative;
  z-index: 3;
}
section.mainBanner .bannerSeparator .progressBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #FFFFFF;
}
section.mainBanner .bannerActions {
  display: flex;
  gap: 40px;
  z-index: 3;
  margin-bottom: 10px;
}
section.mainBanner .bannerActions .bannerBtn {
  font-size: 20px;
  font-weight: 300;
  color: #C7C7C7;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: color 0.3s ease;
}
section.mainBanner .bannerActions .bannerBtn .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
  display: inline-block;
}
section.mainBanner .bannerActions .bannerBtn .arrow img {
  width: 14px;
  height: 14px;
  display: block;
  filter: invert(78%) sepia(0%) saturate(0%) hue-rotate(352deg) brightness(100%) contrast(100%);
  transition: filter 0.3s ease;
}
section.mainBanner .bannerActions .bannerBtn:hover {
  color: #E31E24;
}
section.mainBanner .bannerActions .bannerBtn:hover .arrow {
  transform: translate(3px, -3px);
}
section.mainBanner .bannerActions .bannerBtn:hover .arrow img {
  filter: invert(24%) sepia(85%) saturate(5437%) hue-rotate(352deg) brightness(98%) contrast(93%);
}
section.mainBanner .floatingWatermark {
  position: absolute;
  right: 45px;
  bottom: 45px;
  width: 56px;
  height: 56px;
  background-color: rgba(18, 18, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  z-index: 4;
}
section.mainBanner .floatingWatermark img {
  width: 20px;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}
section.mainBanner .floatingWatermark:hover {
  background-color: rgba(28, 28, 28, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
}
section.mainBanner .floatingWatermark:hover img {
  opacity: 0.35;
}
section.mainBanner .swiper-slide-active .progressBar {
  animation: bannerAutoplayProgress 5s linear forwards;
}

.productCardsSection {
  padding: 0;
  margin: 100px 0 115px;
}
.productCardsSection .container {
  padding: 0 20px;
}
.productCardsSection .productCardsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.productCardsSection .pageTitleArea {
  margin-bottom: 100px;
}

.featuresSection {
  padding: 80px 0 210px;
  position: relative;
}
.featuresSection > .container {
  padding: 0 20px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.featuresSection .pageTitleArea {
  margin-bottom: 120px;
}
.featuresSection .featuresInner {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  min-height: 480px;
}
.featuresSection .featuresShield {
  aspect-ratio: 712/823;
  flex-shrink: 0;
  position: absolute;
  z-index: 2;
  max-width: 712px;
  width: 100%;
  left: 20px;
  bottom: 0;
  z-index: 1;
}
.featuresSection .featuresShield img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform-origin: 50% 80%;
}
.featuresSection {
  /* Scroll / hover motion — layout-safe */
}
.featuresSection.is-features-ready .featuresShield img {
  animation: featuresShieldFloat 7s ease-in-out infinite;
}
.featuresSection .featureCard .featureNum,
.featuresSection .featureCard .featureIcon,
.featuresSection .featureCard .featureDesc,
.featuresSection .featureCard .featureTitle {
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.featuresSection .featureCard .featureCardInner {
  transition: background-color 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.featuresSection .featureCard:hover .featureCardInner {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.featuresSection .featureCard:hover .featureNum {
  color: #E31E24;
}
.featuresSection .featureCard:hover .featureIcon:not(.type1) {
  border-color: rgba(227, 30, 36, 0.45);
  transform: scale(1.06);
}
.featuresSection .featureCard:hover .featureIcon.type1 {
  transform: translateY(-2px);
}

@keyframes featuresShieldFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .featuresSection.is-features-ready .featuresShield img {
    animation: none !important;
  }
  .featuresSection .featureCard:hover .featureIcon {
    transform: none !important;
  }
}
.sectoralSection {
  background: #fff;
  padding: 180px 0 110px;
}
.sectoralSection .sectoralHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 30px;
}
.sectoralSection .sectoralHeaderLeft {
  display: flex;
  align-items: center;
  gap: 52px;
}
.sectoralSection .sectoralHeaderLeft .leftLogo {
  width: 115px;
  height: 27px;
}
.sectoralSection .sectoralHeaderLeft .leftLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sectoralSection .sectoralHeaderLeft .icon {
  border-radius: 10px;
  border: 1px solid #BFBFBF;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectoralSection .sectoralHeaderLeft .icon img {
  width: 18px;
  height: 20px;
  object-fit: contain;
}
.sectoralSection .sectoralHeaderLeft .title {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}
.sectoralSection .sectoralTabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.sectoralSection .sectoralTabBtn {
  border: none;
  outline: none;
  padding: 10px 24px;
  border-radius: 100px;
  font-family: "Jockey One", sans-serif;
  cursor: pointer;
  background: #EAEAEA;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.sectoralSection .sectoralTabBtn:hover {
  background: #DFDFDF;
  color: #444444;
}
.sectoralSection .sectoralTabBtn.active {
  background: #E31E24;
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(227, 30, 36, 0.25);
  transform: scale(1.03);
}
.sectoralSection .sectoralContentWrapper {
  --sectoral-dir: 1;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.sectoralSection .sectoralWatermarkText {
  position: absolute;
  z-index: 1;
  color: #D9D9D9;
  font-size: 216.451px;
  font-style: normal;
  font-weight: 250;
  line-height: 99.94%;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  will-change: transform, opacity, filter;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.sectoralSection .sectoralCardFrame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  background: rgba(205, 205, 205, 0.2);
  border-radius: 65px;
  padding: 25px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-sizing: border-box;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.sectoralSection .sectoralCardInner {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: #EAEAEA;
}
.sectoralSection .sectoralImageArea {
  position: relative;
  width: 100%;
  height: 520px;
}
.sectoralSection .sectoralImagePlaceholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  padding: 25px;
  background: rgba(205, 205, 205, 0.2);
}
.sectoralSection .sectoralImagePlaceholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  background: transparent;
  border-radius: 40px;
  box-shadow: 0 0 105.6px 0 rgba(0, 0, 0, 0.1);
  will-change: transform, opacity, filter;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.sectoralSection .sectoralBadge {
  position: absolute;
  top: 60px;
  left: 70px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: "Jockey One", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15);
  will-change: transform, opacity;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.sectoralSection .sectoralActionArea {
  position: absolute;
  bottom: 60px;
  left: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  will-change: transform, opacity;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.04s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}
.sectoralSection {
  /* Tab switch choreography */
}
.sectoralSection .sectoralContentWrapper.is-leaving .sectoralCardFrame {
  transform: scale(0.985);
}
.sectoralSection .sectoralContentWrapper.is-leaving .sectoralWatermarkText {
  opacity: 0;
  transform: translate3d(calc(var(--sectoral-dir) * -56px), 10px, 0) scale(0.96);
  filter: blur(5px);
}
.sectoralSection .sectoralContentWrapper.is-leaving .sectoralImagePlaceholder img {
  opacity: 0;
  transform: scale(1.045);
  filter: blur(7px);
}
.sectoralSection .sectoralContentWrapper.is-leaving .sectoralBadge {
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition-delay: 0.05s;
}
.sectoralSection .sectoralContentWrapper.is-leaving .sectoralActionArea {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition-delay: 0.08s;
}
.sectoralSection .sectoralContentWrapper.is-entering .sectoralWatermarkText {
  opacity: 0;
  transform: translate3d(calc(var(--sectoral-dir) * 56px), 10px, 0) scale(0.96);
  filter: blur(5px);
  transition: none;
}
.sectoralSection .sectoralContentWrapper.is-entering .sectoralImagePlaceholder img {
  opacity: 0;
  transform: scale(0.96);
  filter: blur(5px);
  transition: none;
}
.sectoralSection .sectoralContentWrapper.is-entering .sectoralBadge {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: none;
}
.sectoralSection .sectoralContentWrapper.is-entering .sectoralActionArea {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: none;
}
.sectoralSection .sectoralContentWrapper.is-entering .sectoralCardFrame {
  transform: scale(0.985);
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .sectoralSection .sectoralTabBtn,
  .sectoralSection .sectoralWatermarkText,
  .sectoralSection .sectoralCardFrame,
  .sectoralSection .sectoralImagePlaceholder img,
  .sectoralSection .sectoralBadge,
  .sectoralSection .sectoralActionArea {
    transition: none !important;
  }
  .sectoralSection .sectoralContentWrapper.is-leaving .sectoralWatermarkText,
  .sectoralSection .sectoralContentWrapper.is-leaving .sectoralImagePlaceholder img,
  .sectoralSection .sectoralContentWrapper.is-leaving .sectoralBadge,
  .sectoralSection .sectoralContentWrapper.is-leaving .sectoralActionArea,
  .sectoralSection .sectoralContentWrapper.is-leaving .sectoralCardFrame,
  .sectoralSection .sectoralContentWrapper.is-entering .sectoralWatermarkText,
  .sectoralSection .sectoralContentWrapper.is-entering .sectoralImagePlaceholder img,
  .sectoralSection .sectoralContentWrapper.is-entering .sectoralBadge,
  .sectoralSection .sectoralContentWrapper.is-entering .sectoralActionArea,
  .sectoralSection .sectoralContentWrapper.is-entering .sectoralCardFrame {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.sectoralSection .sectoralDiscoverBtn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #111111;
  padding: 15px 32px;
  border-radius: 39px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sectoralSection .sectoralDiscoverBtn:hover {
  background: #E31E24;
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(227, 30, 36, 0.25);
}
.sectoralSection .sectoralArrowBtn {
  width: 55px;
  height: 43px;
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sectoralSection .sectoralArrowBtn .arrowIcon {
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.sectoralSection .sectoralArrowBtn:hover {
  background: #E31E24;
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(227, 30, 36, 0.25);
}
.sectoralSection .sectoralArrowBtn:hover .arrowIcon {
  transform: translate(2px, -2px);
}
.sectoralSection .sectoralBottomText {
  margin-top: 60px;
}
.sectoralSection .sectoralBottomText p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.923%;
}

.brandOverviewTab {
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(-50%);
  width: 140px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/shape.png");
  background-color: #fff;
}
.brandOverviewTab img {
  height: 24px;
  width: auto;
  object-fit: contain;
}
.brandOverviewTab.type2 {
  background: #f6f6f6;
}
.brandOverviewTab.type3 {
  background: #eaeaea;
}

.brandOverviewSection {
  background: #1B1B1B;
  position: relative;
  overflow: hidden;
}
.brandOverviewSection .container {
  position: relative;
  z-index: 2;
  padding: 130px 0 100px;
}
.brandOverviewSection .brandOverviewWatermark {
  position: absolute;
  top: 120px;
  left: 75px;
  width: 378px;
  aspect-ratio: 378/454;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}
.brandOverviewSection .brandOverviewWatermark img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.brandOverviewSection .brandOverviewHeadline {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120.923%;
  margin-bottom: 105px;
}
.brandOverviewSection .brandOverviewCounters {
  margin-bottom: 85px;
}
.brandOverviewSection .brandOverviewFooter {
  max-width: 960px;
}
.brandOverviewSection .brandOverviewFooter .footerTitle {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  line-height: 120.923%;
  margin-bottom: 20px;
}
.brandOverviewSection .brandOverviewFooter .footerDesc {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  line-height: 120.923%;
}
.brandOverviewSection.type2 .brandOverviewTab {
  background: #000;
}
.brandOverviewSection.type3 .brandOverviewTab {
  background: #D9D9D9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pageBreadcrumb {
  position: relative;
  z-index: 5;
}
.pageBreadcrumb .breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageBreadcrumb .breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pageBreadcrumb .breadcrumbItem a {
  color: #8D8D8D;
  transition: color 0.25s;
  font-weight: 300;
}
.pageBreadcrumb .breadcrumbItem a:hover {
  color: #E31E24;
}
.pageBreadcrumb .breadcrumbItem.active span {
  color: #000;
}
.pageBreadcrumb .breadcrumbSep {
  color: #B5B5B5;
}
.pageBreadcrumb.breadcrumbLight .breadcrumbItem {
  color: rgba(255, 255, 255, 0.55);
}
.pageBreadcrumb.breadcrumbLight .breadcrumbItem.active span {
  color: #fff;
}

body.productDetailPage .pageBreadcrumb .breadcrumbItem,
body.solutionPage .pageBreadcrumb .breadcrumbItem {
  color: rgba(255, 255, 255, 0.55);
}
body.productDetailPage .pageBreadcrumb .breadcrumbItem.active span,
body.solutionPage .pageBreadcrumb .breadcrumbItem.active span {
  font-weight: 500;
  color: #373737;
}

.catalogGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.catalogCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E8E8E8;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
.catalogCard:hover {
  border-color: #E31E24;
  transform: translateY(-4px);
}
.catalogCard:hover .catalogAction {
  border-color: #E31E24;
  background: #E31E24;
}
.catalogCard:hover .catalogAction img {
  filter: brightness(0) invert(1);
}
.catalogCard .catalogImage {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #F7F7F7;
}
.catalogCard .catalogImage img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  max-height: 100%;
}
.catalogCard .catalogMeta {
  position: relative;
  padding: 28px 30px 35px;
}
.catalogCard .catalogCategory {
  display: block;
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.catalogCard .catalogTitle {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 50px 0 0;
}
.catalogCard .catalogAction {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 35px;
  height: 35px;
  border: 1px solid #D0D0D0;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.catalogCard .catalogAction img {
  width: 12px;
  height: 12px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}

.blogGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.blogGrid--related {
  margin-top: 20px;
}

.blogCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.blogCard:hover {
  transform: translateY(-4px);
}
.blogCard:hover .blogMore {
  color: #E31E24;
}
.blogCard .blogImage {
  height: 240px;
  overflow: hidden;
  margin-bottom: 22px;
  background: #F0F0F0;
}
.blogCard .blogImage img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}
.blogCard:hover .blogImage img {
  transform: scale(1.04);
}
.blogCard .blogDate {
  display: block;
  color: #8A8A8A;
  font-size: 13px;
  margin-bottom: 10px;
}
.blogCard .blogTitle {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 12px;
}
.blogCard .blogExcerpt {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.blogCard .blogMore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s;
}
.blogCard .blogMore img {
  width: 12px;
  height: 12px;
}

.certificatesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

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

.editorContentArea {
  padding: 55px 90px;
}

.form-group {
  margin-bottom: 45px;
}
.form-group.type2 {
  margin-bottom: 20px;
}
.form-group.selectFormGroup label {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.form-group.careerForm label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  /* 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;
  letter-spacing: 0.5px;
}
.customSelect select option {
  color: #000000;
  font-weight: 500;
}
.customSelect .selectArrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 36px;
  height: 36px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customSelect .selectArrow img {
  width: 12px;
  height: auto;
  filter: brightness(0);
}
.customSelect.type2 select {
  background: #EEEEEE;
}
.customSelect.type2 .selectArrow {
  background: transparent;
}
.customSelect.type2 .select2-container.recommendSelect .select2-selection--single {
  background: #EEEEEE !important;
}
.customSelect.type2 .select2-container.recommendSelect .select2-selection--single .select2-selection__arrow {
  background: transparent !important;
}

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

textarea.form-control {
  height: unset;
}

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

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

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

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

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

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

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

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

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

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

body.productsPage {
  background: #d9d9d9;
  overflow-x: hidden;
}

section.productsHero {
  position: relative;
  min-height: 1040px;
  padding: 170px 0 70px;
  overflow: hidden;
  background: #d9d9d9;
  margin-bottom: -140px;
  padding-bottom: 275px;
  gap: 147px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.productsHero .heroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.productsHero .heroBg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.productsHero .heroBg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.21%, #D9D9D9 100%);
}
section.productsHero .container {
  position: relative;
  z-index: 2;
}
section.productsHero .heroIcon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #FFFFFF;
  margin-bottom: 147px;
}
section.productsHero .heroIcon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
section.productsHero .heroText {
  max-width: 1167px;
  margin: 0;
  font-size: 48px;
  line-height: 1.25;
  color: #000;
}
section.productsHero .heroText .heroLight {
  font-weight: 300;
}
section.productsHero .heroText .heroBold {
  font-weight: 400;
}

.productCardsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

section.productsTechSection {
  padding: 0 20px 130px;
  margin-top: 140px;
}
section.productsTechSection .techLeft {
  padding: 70px 60px 70px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section.productsTechSection .techIcon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 12px;
  border: 1px solid #FFFFFF;
}
section.productsTechSection .techIcon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
section.productsTechSection .techLabel {
  display: block;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.5;
}
section.productsTechSection .techText {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
section.productsTechSection .techRight {
  display: flex;
  flex-direction: column;
}
section.productsTechSection .techCellFull {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.productsTechSection .techCellRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1;
}
section.productsTechSection .techCellRow .techCell:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.productsTechSection .techCell {
  border: 1px solid #fff;
}
section.productsTechSection .techCell .top {
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
section.productsTechSection .techCell .techCellHead {
  width: 60px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
section.productsTechSection .techCell .techCellHead .techNum {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
section.productsTechSection .techCell .techCellBody {
  flex: 1;
  padding: 45px 105px 55px;
  border-top: 1px solid #fff;
  width: 100%;
  position: relative;
}
section.productsTechSection .techCell .techCellBody:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(227, 30, 36, 0.3) 0%, rgba(227, 30, 36, 0) 70%);
  pointer-events: none;
}
section.productsTechSection .techCell .techCellBody .techTitle {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 55px;
  position: relative;
  z-index: 1;
}
section.productsTechSection .techCell .techCellBody .techCellIcon {
  width: 75px;
  height: 66px;
  position: relative;
  z-index: 1;
}
section.productsTechSection .techCell .techCellBody .techCellIcon img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  filter: invert(18%) sepia(95%) saturate(4000%) hue-rotate(348deg) brightness(90%) contrast(110%);
}
section.productsTechSection .techCell .techCellFoot {
  padding: 40px 105px;
}
section.productsTechSection .techCell .techDesc {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 530px;
  margin: 0;
}

body.productDetailPage {
  background: #d9d9d9;
  overflow-x: hidden;
}

section.pdHero {
  background: #fff;
  position: relative;
  padding: 0 0 40px;
}
section.pdHero .container {
  position: relative;
}
section.pdHero .brandOverviewTab {
  position: absolute;
  left: 0;
  top: unset;
  bottom: -91px;
  width: 140px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/shape.png");
}
section.pdHero .brandOverviewTab img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 24px;
  height: 24px;
}
section.pdHero .pdHeroLayout {
  position: relative;
  padding-top: 170px;
}
section.pdHero .pageBreadcrumb {
  margin-bottom: 26px;
}
section.pdHero .content {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 105px;
  align-items: start;
}
section.pdHero .pdHeroLeft .pdMark {
  display: flex;
  width: 38px;
  height: 38px;
  margin: 70px 0;
}
section.pdHero .pdHeroLeft .pdMark img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
section.pdHero .pdCategoryPill {
  height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 51px;
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
section.pdHero .pdTitleRow {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}
section.pdHero .pdTitleRow .pdTitle {
  margin: 0;
  font-size: 50px;
  line-height: 0.95;
  font-weight: 500;
  color: #000;
}
section.pdHero .pdTitleRow .pdBadge {
  padding-left: 15px;
  border-left: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  font-family: "Jockey One", sans-serif;
  font-size: 22px;
  line-height: 0.95;
  color: #848484;
  margin-top: 4px;
}
section.pdHero .pdTitleRow .pdBadge span:first-child {
  color: #000;
}
section.pdHero .pdSpecsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
section.pdHero .pdSpecBox {
  border: 1px solid #dedede;
  border-radius: 10px;
  min-height: 160px;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
}
section.pdHero .pdSpecBox .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}
section.pdHero .pdSpecBox .pdSpecLabel {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.25;
}
section.pdHero .pdSpecBox .pdSpecValue {
  display: block;
  font-family: "Jockey One", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.05;
}
section.pdHero .pdSpecBox .pdSpecIcon {
  display: inline-flex;
}
section.pdHero .pdSpecBox.pdSpecBoxIconOnly {
  align-items: center;
  justify-content: center;
  padding: 0;
}
section.pdHero .pdSpecBox.pdSpecBoxIconOnly .pdSpecIconOnly {
  width: 46px;
  height: 46px;
  display: inline-flex;
}
section.pdHero .pdSpecBox.pdSpecBoxIconOnly .pdSpecIconOnly img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.pdHero .pdHeroRight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 103px;
  gap: 120px;
  align-items: start;
  position: relative;
  margin-top: 70px;
}
section.pdHero .pdMainImage {
  height: 600px;
  width: 100%;
}
section.pdHero .pdMainImage .swiper-wrapper,
section.pdHero .pdMainImage .swiper-slide {
  height: 100%;
}
section.pdHero .pdMainImage .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pdHero .pdMainImage img {
  width: min(100%, 700px);
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.pdHero .pdThumbs {
  width: 103px;
  height: 430px;
  padding-top: 20px;
}
section.pdHero .pdThumbs .swiper-wrapper {
  height: 100%;
}
section.pdHero .pdThumbs .swiper-slide {
  height: 90px;
}
section.pdHero .pdThumbs .pdThumb {
  width: 103px;
  height: 90px;
  border: 0;
  border-radius: 10px;
  background: #efefef;
  padding: 8px;
  cursor: pointer;
  transition: 0.25s;
}
section.pdHero .pdThumbs .pdThumb img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.pdHero .pdThumbs .swiper-slide-thumb-active .pdThumb,
section.pdHero .pdThumbs .swiper-slide:hover .pdThumb {
  background: #e0e0e0;
}
section.pdHero .pdHeroActions {
  position: absolute;
  right: 0;
  bottom: -254px;
  display: grid;
  grid-template-columns: 216px 216px;
  gap: 10px;
}
section.pdHero .pdActionCard {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #D9D9D9;
  min-height: 202px;
  display: flex;
  flex-direction: column;
}
section.pdHero .pdActionCardWide {
  padding: 30px 22px;
}
section.pdHero .pdActionCardWide p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  /* 112.5% */
  margin-bottom: 15px;
}
section.pdHero .pdActionCardWide strong {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  /* 105.556% */
  text-transform: uppercase;
}
section.pdHero .pdActionArrow {
  margin-top: auto;
  width: 35px;
  height: 35px;
  border: 0.73px solid #d0d0d0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.pdHero .pdActionArrow img {
  width: 14px;
  filter: brightness(0);
  transform: rotate(45deg);
}
section.pdHero .pdActionCardCatalog {
  padding: 0;
  overflow: hidden;
}
section.pdHero .pdActionCardCatalog .pdCatalogImage {
  height: 190px;
}
section.pdHero .pdActionCardCatalog .pdCatalogImage img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.pdHero .pdActionCardCatalog .pdCatalogMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
}
section.pdHero .pdActionCardCatalog .pdCatalogMeta strong {
  font-size: 16px;
  line-height: 1.1;
  color: #000;
}
section.pdHero .pdActionCardCatalog .pdCatalogMeta strong b {
  font-weight: 800;
  display: block;
}
section.pdHero .pdActionCardCatalog .pdCatalogEye {
  width: 20px;
  height: 20px;
  display: inline-flex;
}
section.pdHero .pdActionCardCatalog .pdCatalogEye img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.pdHero .pdOptional {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
section.pdHero .pdOptional .pdOptionalIcon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 5px;
}
section.pdHero .pdOptional .pdOptionalIcon img {
  width: 100%;
}
section.pdHero .pdOptional .pdOptionalTitle {
  font-family: "Jockey One", sans-serif;
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1;
  color: #000;
}
section.pdHero .pdOptional .pdOptionalText {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  max-width: 605px;
}

.pdBand {
  padding: 150px 0;
}
.pdBand .pdBandText {
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.55;
}
.pdBand .pdBandText strong {
  font-weight: 500;
}

section.pdFeaturesSection {
  background: #d9d9d9;
}
section.pdFeaturesSection .pdFeaturesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 130px 0 290px;
}
section.pdFeaturesSection .techCell {
  border: 1px solid #fff;
  overflow: hidden;
}
section.pdFeaturesSection .techCell .top {
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
section.pdFeaturesSection .techCell .techCellHead {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
section.pdFeaturesSection .techCell .techCellHead img {
  width: 40px;
  height: 40px;
}
section.pdFeaturesSection .techCell .techCellBody {
  flex: 1;
  padding: 55px 95px 55px;
  border-top: 1px solid #fff;
  width: 100%;
  position: relative;
}
section.pdFeaturesSection .techCell .techCellBody:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -110%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(227, 30, 36, 0.3) 0%, rgba(227, 30, 36, 0) 70%);
  pointer-events: none;
}
section.pdFeaturesSection .techCell .techCellBody .techTitle {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
section.pdFeaturesSection .techCell .techCellBody .techCellIcon {
  width: 75px;
  height: 66px;
  position: relative;
  z-index: 1;
}
section.pdFeaturesSection .techCell .techCellBody .techCellIcon img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  filter: invert(18%) sepia(95%) saturate(4000%) hue-rotate(348deg) brightness(90%) contrast(110%);
}
section.pdFeaturesSection .techCell .techCellFoot {
  padding: 40px 95px;
}
section.pdFeaturesSection .techCell .techDesc {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 530px;
  margin: 0;
}

section.pdDrawingsSection {
  background: #fff;
  padding: 0 0 120px;
}
section.pdDrawingsSection .pdDrawingsGrid {
  background: rgba(255, 255, 255, 0.65);
  padding: 32px;
}
section.pdDrawingsSection .pdDrawingItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pdDrawingsSection .pdDrawingItem img {
  width: 100%;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}

.pdSectionHeader {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.pdSectionHeader .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.pdSectionHeader .pdSectionTitle {
  margin: 0;
  font-family: "Jockey One", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #000;
  border-right: 1px solid #fff;
  padding: 40px 40px 40px 0;
}
.pdSectionHeader .pdSectionIcon {
  width: 38px;
  height: 38px;
  display: inline-flex;
}
.pdSectionHeader .pdSectionIcon img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.pdSectionHeader.type2 {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.pdSectionHeader.type2 .pdSectionTitle {
  border-right: 1px solid #D9D9D9;
}

body.productCategoriesPage {
  background: #d9d9d9;
  overflow-x: hidden;
}

/* ── Hero ────────────────────────────────────────── */
section.catHero {
  position: relative;
  min-height: 1040px;
  background: #d9d9d9;
  overflow: hidden;
  padding-top: 170px;
  margin-bottom: -510px;
}
section.catHero .container {
  position: relative;
}
section.catHero .catHeroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.catHero .catHeroBg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  opacity: 0.95;
}
section.catHero .catHeroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.21%, #D9D9D9 100%);
}
section.catHero {
  /* Breadcrumb inside hero */
}
section.catHero .pageBreadcrumb {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-bottom: 26px;
}
section.catHero .pageBreadcrumb .container {
  padding: 0 20px;
}
section.catHero {
  /* Floating background images */
}
section.catHero .catHeroBgImages {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
section.catHero .catBgImg {
  position: absolute;
  bottom: 0;
  object-fit: contain;
}
section.catHero .catBgImg.catBgImg--left {
  left: 17%;
  height: 250px;
  opacity: 0.85;
  bottom: 240px;
}
section.catHero .catBgImg.catBgImg--center {
  left: 50%;
  transform: translateX(-50%);
  height: 420px;
  z-index: 2;
  bottom: 160px;
}
section.catHero .catBgImg.catBgImg--right {
  right: 17%;
  height: 230px;
  opacity: 0.85;
  bottom: 250px;
}
section.catHero {
  /* Top-right tagline box (reused style) */
}
section.catHero .solutionHeroTagline {
  position: absolute;
  top: -38px;
  right: 18px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  z-index: 12;
}
section.catHero .solutionHeroTagline .left {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 10px 13px 10px 20px;
}
section.catHero .solutionHeroTagline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
  background: linear-gradient(90deg, #000 5.5%, #848484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 97px;
}
section.catHero .solutionHeroTagline p span {
  font-weight: 300;
}
section.catHero .solutionHeroTagline p strong {
  font-weight: 600;
}
section.catHero .solutionHeroTagline .tagArrow {
  width: 50px;
  height: 100%;
  background: #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  overflow: hidden;
  margin-left: -4px;
}
section.catHero .solutionHeroTagline .tagArrow img {
  width: 55px;
  height: 68px;
  transform: translateX(-18px);
}

/* ── Product Grid ─────────────────────────────────── */
section.catProductsSection {
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
section.catProductsSection .catHeroTitleBox {
  width: 455px;
  height: 144px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  z-index: 12;
}
section.catProductsSection .catHeroTitleBox .catHeroIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.85);
}
section.catProductsSection .catHeroTitleBox .catHeroIcon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
section.catProductsSection .catHeroTitleBox .catHeroTitle {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding-left: 26px;
  text-transform: none;
}
section.catProductsSection .catProductsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 20px;
}

body.aboutPage {
  background: #000100;
  color: #fff;
}
body.aboutPage .pageBreadcrumb .breadcrumbItem {
  color: rgba(255, 255, 255, 0.55);
}
body.aboutPage .pageBreadcrumb .breadcrumbItem.active span {
  color: #fff;
}

section.aboutHero {
  position: relative;
  min-height: 1040px;
  padding: 170px 0 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.aboutHero .heroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.aboutHero .heroBg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.aboutHero .heroBg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 1, 0, 0) 33%, #000100 100%);
}
section.aboutHero .container {
  position: relative;
  z-index: 2;
}
section.aboutHero .aboutHeroContent {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 90px;
}
section.aboutHero .aboutHeroTitle {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 300;
  line-height: 77px;
}
section.aboutHero .aboutHeroText {
  margin: 0 0 40px;
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  text-align: right;
  max-width: 608px;
  margin-left: auto;
}
section.aboutHero .aboutHeroDivider {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  padding-bottom: 50px;
}
section.aboutHero .dividerIcon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
section.aboutHero .dividerIcon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 18px;
  height: 18px;
}
section.aboutHero .dividerLine {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

section.aboutIntroSection {
  padding: 0 0 80px;
  background: #000100;
}
section.aboutIntroSection .aboutIntroLead {
  margin: 0 0 110px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px;
}
section.aboutIntroSection .aboutTimeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: none;
}
section.aboutIntroSection .timelineItem {
  padding: 45px 40px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 420px;
  position: relative;
  min-height: 475px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.aboutIntroSection .timelineItem:last-child {
  border-right: none;
}
section.aboutIntroSection .timelineYear {
  font-family: "Jockey One", sans-serif;
  display: block;
  color: #E31E24;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 45px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 35px;
  border-right: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
section.aboutIntroSection .timelineItem p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
section.aboutIntroSection .aboutSummaryBox {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 80px 55px;
  text-align: center;
}
section.aboutIntroSection .aboutSummaryBox p {
  margin: 0 auto;
  max-width: 1297px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

section.aboutShowcaseSection {
  padding: 50px 0 0;
  background: #000100;
}
section.aboutShowcaseSection .aboutShowcaseImage {
  width: 100%;
  max-width: 1505px;
  margin: 0 auto;
  height: 520px;
}
section.aboutShowcaseSection .aboutShowcaseImage img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  object-position: center bottom;
}
section.aboutShowcaseSection .aboutWhyLayout {
  display: grid;
  grid-template-columns: 356px 1fr;
  gap: 120px;
  align-items: start;
  transform: translateY(-134px);
}
section.aboutShowcaseSection .aboutWhyLayout .aboutWhyLeft {
  padding-top: 20px;
}
section.aboutShowcaseSection .aboutWhyLayout .whyIcon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
section.aboutShowcaseSection .aboutWhyLayout .whyIcon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  width: 18px;
  height: 18px;
}
section.aboutShowcaseSection .aboutWhyLayout .aboutWhyTitle {
  margin: 0;
  color: #fff;
  font-size: 100px;
  font-weight: 100;
  line-height: 0.9;
  max-width: 356px;
}
section.aboutShowcaseSection .aboutWhyLayout .aboutWhyGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
section.aboutShowcaseSection .aboutWhyLayout .aboutWhyCard {
  position: relative;
  min-height: 600px;
  background: rgba(18, 18, 18, 0.6);
  border: 1px solid #E31E24;
  border-radius: 20px;
  padding: 90px 65px 60px;
  box-shadow: inset 8px -19px 77.3px 0 rgba(227, 30, 36, 0.56);
  transition: transform 0.3s;
  mix-blend-mode: passthrough;
  backdrop-filter: blur(1px);
}
section.aboutShowcaseSection .aboutWhyLayout .aboutWhyCard:hover {
  transform: translateY(-4px);
}
section.aboutShowcaseSection .aboutWhyLayout .whyCardTitle {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
  max-width: 320px;
}
section.aboutShowcaseSection .aboutWhyLayout .whyCardMark {
  display: block;
  width: 28px;
  height: 3px;
  background: #E31E24;
  margin-bottom: 90px;
}
section.aboutShowcaseSection .aboutWhyLayout .whyCardText {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  max-width: 320px;
}

section.aboutVisionSection {
  padding: 40px 0 40px;
  background: #000100;
}
section.aboutVisionSection .visionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
section.aboutVisionSection .visionCard {
  padding: 55px 70px 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
section.aboutVisionSection .visionCard:last-child {
  border-right: none;
}
section.aboutVisionSection .visionCard .visionText {
  margin-top: 70px;
}
section.aboutVisionSection .visionCard .visionText p {
  margin: 0 0 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
section.aboutVisionSection .visionCard .visionText p:last-child {
  margin-bottom: 0;
}

section.solutionHero {
  position: relative;
  min-height: 800px;
  padding: 170px 0 80px;
  overflow: hidden;
}
section.solutionHero .heroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.solutionHero .heroBg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.solutionHero .container {
  position: relative;
  z-index: 2;
}
section.solutionHero .container.flex {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.solutionHero .solutionHeroTagline {
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  z-index: 3;
}
section.solutionHero .solutionHeroTagline .left {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 10px 13px 10px 20px;
}
section.solutionHero .solutionHeroTagline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
  background: linear-gradient(90deg, #000 5.5%, #848484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 97px;
}
section.solutionHero .solutionHeroTagline p span {
  font-weight: 300;
}
section.solutionHero .solutionHeroTagline p strong {
  display: block;
  font-weight: 600;
}
section.solutionHero .solutionHeroTagline .tagArrow {
  width: 50px;
  height: 100%;
  background: #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  overflow: hidden;
  margin-left: -4px;
}
section.solutionHero .solutionHeroTagline .tagArrow img {
  width: 55px;
  height: 68px;
  transform: translateX(-18px);
}
section.solutionHero .solutionHeroCard {
  height: 144px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  z-index: 12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 0 30px rgba(0, 0, 0, 0.3);
}
section.solutionHero .solutionHeroCard .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.85);
}
section.solutionHero .solutionHeroCard .icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
section.solutionHero .solutionHeroCard .solutionHeroTitle {
  font-size: 36px;
  padding-right: 25px;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding-left: 26px;
  text-transform: none;
}

section.solutionIntroSection {
  background: #d9d9d9;
}
section.solutionIntroSection .container {
  padding: 135px 15px 65px;
  position: relative;
}
section.solutionIntroSection .solutionIntroText {
  max-width: 1130px;
  margin: 0 0 65px;
  text-align: left;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}
section.solutionIntroSection .solutionFeatureRows {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
section.solutionIntroSection .solutionFeatureRow {
  min-height: 74px;
  display: grid;
  grid-template-columns: 26px 270px 1fr;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding: 55px 0;
}
section.solutionIntroSection .solutionFeatureRow:first-child {
  border-top: 0;
}
section.solutionIntroSection .solutionFeatureRow .featureMark {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.solutionIntroSection .solutionFeatureRow .featureMark img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.solutionIntroSection .solutionFeatureRow h3 {
  margin: 0;
  font-size: 28px;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
section.solutionIntroSection .solutionFeatureRow p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  /* 177.273% */
}

section.solutionsSingleSection {
  padding: 30px 0 95px;
}
section.solutionsSingleSection .pdSectionHeader {
  margin-bottom: 90px;
}
section.solutionsSingleSection .solutionsSingleGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 90px;
}
section.solutionsSingleSection .solutionsSingleCard {
  background: #fff;
  text-decoration: none;
  color: #000;
  border: 1px solid #ececec;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
section.solutionsSingleSection .solutionsSingleCard:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
section.solutionsSingleSection .solutionsSingleCard:hover .cardArrow img {
  transform: rotate(45deg);
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardImage {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardImage img {
  max-width: 82%;
  max-height: 82%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardMeta {
  padding: 18px 26px 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardMeta .series {
  font-family: "Jockey One", sans-serif;
  color: #c7c7c7;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 94px;
  margin-bottom: 14px;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardMeta h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.28;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardMeta .cardArrow {
  margin-top: auto;
  width: 35px;
  height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.solutionsSingleSection .solutionsSingleCard .solutionsCardMeta .cardArrow img {
  width: 14px;
  filter: brightness(0);
  transition: transform 0.3s ease;
}
section.solutionsSingleSection .solutionsBottomText {
  max-width: 1180px;
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.45;
}

body.contactPage {
  background: #d9d9d9;
}

section.contactHero {
  position: relative;
}
section.contactHero .contactHeroMap {
  min-height: 800px;
  background: linear-gradient(180deg, #ececec 0%, #d9d9d9 100%);
  position: relative;
  overflow: hidden;
}
section.contactHero .contactMapFrame {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.contactHero .contactMapFrame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(0.85) brightness(1.08);
}
section.contactHero .contactMapOverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(232, 232, 232, 0.56);
}
section.contactHero .container {
  position: relative;
  z-index: 2;
  padding-top: 170px;
}
section.contactHero .container.flex {
  padding-top: 0;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.contactHero .solutionHeroTagline {
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  z-index: 3;
}
section.contactHero .solutionHeroTagline .left {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 10px 13px 10px 20px;
}
section.contactHero .solutionHeroTagline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
  background: linear-gradient(90deg, #000 5.5%, #848484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 97px;
}
section.contactHero .solutionHeroTagline p span {
  font-weight: 300;
}
section.contactHero .solutionHeroTagline p strong {
  display: block;
  font-weight: 600;
}
section.contactHero .solutionHeroTagline .tagArrow {
  width: 50px;
  height: 100%;
  background: #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  overflow: hidden;
  margin-left: -4px;
}
section.contactHero .solutionHeroTagline .tagArrow img {
  width: 55px;
  height: 68px;
  transform: translateX(-18px);
}
section.contactHero .solutionHeroCard {
  height: 144px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  z-index: 12;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 0 30px rgba(0, 0, 0, 0.3);
}
section.contactHero .solutionHeroCard .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.85);
}
section.contactHero .solutionHeroCard .icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
section.contactHero .solutionHeroCard .solutionHeroTitle {
  font-size: 36px;
  padding-right: 25px;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding-left: 26px;
  text-transform: none;
}
section.contactHero .contactAddresses {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 3;
  width: 100%;
}
section.contactHero .contactAddresses .container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 0;
}
section.contactHero .contactAddresses .addressCard {
  padding: 40px 45px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255, 255, 255);
  max-width: 455px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
}
section.contactHero .contactAddresses .addressCard h3 {
  font-size: 14.223px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.923%;
  transition: 0.3s ease all;
  color: #9C9C9C;
}
section.contactHero .contactAddresses .addressCard p {
  font-size: 15.172px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  transition: 0.3s ease all;
  color: #9C9C9C;
}
section.contactHero .contactAddresses .addressCard a {
  font-size: 14.223px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.923%;
  color: #9C9C9C;
  transition: 0.3s ease all;
}
section.contactHero .contactAddresses .addressCard a span {
  font-weight: 300;
}
section.contactHero .contactAddresses .addressCard .double {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
section.contactHero .contactAddresses .addressCard.active, section.contactHero .contactAddresses .addressCard:hover {
  opacity: 1;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
section.contactHero .contactAddresses .addressCard.active a,
section.contactHero .contactAddresses .addressCard.active p,
section.contactHero .contactAddresses .addressCard.active h3, section.contactHero .contactAddresses .addressCard:hover a,
section.contactHero .contactAddresses .addressCard:hover p,
section.contactHero .contactAddresses .addressCard:hover h3 {
  color: #000;
}

section.contactMainSection > .container:first-child {
  padding: 135px 15px 0;
  position: relative;
}
section.contactMainSection .contactLead {
  max-width: 950px;
  margin: 0 0 120px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 139.286% */
}
section.contactMainSection .pdSectionHeader {
  margin-bottom: 70px;
}
section.contactMainSection .pdSectionHeader .pdSectionTitle {
  max-width: 235px;
  padding: 52px 20px 52px 0;
}
section.contactMainSection .pdSectionHeader p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  /* 127.778% */
  max-width: 650px;
}
section.contactMainSection .contactFormSection {
  padding: 18px 0 66px;
}
section.contactMainSection .contactFormHeader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin-bottom: 30px;
}
section.contactMainSection .contactFormHeader .left {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.contactMainSection .contactFormHeader h2 {
  margin: 0;
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #000;
  max-width: 250px;
}
section.contactMainSection .contactFormHeader .formMark {
  width: 38px;
  height: 38px;
  display: inline-flex;
}
section.contactMainSection .contactFormHeader .formMark img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.contactMainSection .contactFormHeader p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  max-width: 520px;
}
section.contactMainSection .contactForm {
  max-width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
section.contactMainSection .fieldRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 20px;
}
section.contactMainSection .fieldRow.single {
  grid-template-columns: 1fr;
}
section.contactMainSection .selectFieldWrap {
  position: relative;
  width: calc(50% - 10px);
}
section.contactMainSection .selectFieldWrap::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #d2d2d2 url("../img/svg/arrowdown.svg") no-repeat center;
  background-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.contactMainSection .contactCustomSelect {
  position: relative;
  width: 100%;
}
section.contactMainSection .contactCustomSelectTrigger {
  width: 100%;
  height: 78px;
  border: 0;
  background: #efefef;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%;
  text-align: left;
  padding: 0 36px;
  cursor: pointer;
}
section.contactMainSection .contactCustomSelectDropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #efefef;
  box-shadow: 0 12px 28px rgba(6, 17, 41, 0.1);
  z-index: 20;
  display: none;
  padding: 8px;
}
section.contactMainSection .contactCustomSelectOption {
  width: 100%;
  border: 0;
  background: transparent;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%;
  text-align: left;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
section.contactMainSection .contactCustomSelectOption:hover, section.contactMainSection .contactCustomSelectOption.active {
  background: #1c1c1c;
  color: #fff;
}
section.contactMainSection .contactCustomSelect.open .contactCustomSelectDropdown {
  display: block;
}
section.contactMainSection .selectFieldWrap.open::after {
  transform: translateY(-50%) rotate(180deg);
}
section.contactMainSection .contactSubmitBtn {
  width: 259px;
  height: 64px;
  color: #FFF;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.518%;
  /* 20.478px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #000;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
section.contactMainSection .contactSubmitBtn:hover {
  background: #e31e24;
  border-color: #e31e24;
}

.contactTrustSection {
  border-top: 1px solid rgb(255, 255, 255);
}
.contactTrustSection .container {
  display: flex;
  height: 515px;
  align-items: center;
}
.contactTrustSection .trustLeft,
.contactTrustSection .trustRight {
  padding-top: 44px;
  display: flex;
  height: 100%;
  align-items: center;
}
.contactTrustSection .trustLeft {
  border-right: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 45px;
  padding-right: 80px;
}
.contactTrustSection .trustLeft h3 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 47px;
  /* 97.917% */
  max-width: 310px;
}
.contactTrustSection .trustLeft .trustMark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 30px;
}
.contactTrustSection .trustLeft .trustMark img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.contactTrustSection .trustRight {
  padding-left: 110px;
}
.contactTrustSection .trustRight p {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
}
.contactTrustSection .trustRight p b {
  font-weight: 500;
}

body.blogPage {
  background: #d9d9d9;
}

body.blogDetailPage {
  background: #d9d9d9;
}

body.blogPage section.certicateHero .heroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.21%, #D9D9D9 100%);
  pointer-events: none;
}

body.blogDetailPage section.certicateHero.blogDetailHero {
  margin-bottom: -382px;
}
body.blogDetailPage section.certicateHero.blogDetailHero .heroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.21%, #D9D9D9 100%);
  pointer-events: none;
}
body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
  min-height: 760px;
}
body.blogDetailPage section.certicateHero.blogDetailHero .container.flex {
  margin-top: 52px;
}
body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroCard {
  max-width: 878px;
}
body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTitle {
  max-width: 690px;
}

section.blogDetailContentSection {
  position: relative;
  z-index: 4;
  padding: 0 0 26px;
}
section.blogDetailContentSection .blogDetailMainImage {
  width: 100%;
}
section.blogDetailContentSection .blogDetailMainImage img {
  width: 100%;
  display: block;
}
section.blogDetailContentSection .blogDetailMeta {
  color: #4D4D4D;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 127.523%;
  padding-top: 20px;
  text-transform: uppercase;
}
section.blogDetailContentSection .blogDetailMeta strong {
  font-weight: 500;
  color: #000;
}
section.blogDetailContentSection .blogDetailHeading {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  /* 116.667% */
}
section.blogDetailContentSection .blogDetailLead {
  margin: 40px 0 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
}
section.blogDetailContentSection .blogDetailBody {
  margin-top: 44px;
  max-width: 930px;
}
section.blogDetailContentSection .blogDetailBody h3 {
  margin: 0 0 32px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
}
section.blogDetailContentSection .blogDetailBody p {
  margin-bottom: 24px;
  color: #000;
  font-family: "Inter 18pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
section.blogDetailContentSection .blogDetailBody ul {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.blogDetailContentSection .blogDetailBody ul li {
  list-style-type: none;
  padding-left: 30px;
  color: #000;
  font-family: "Inter 18pt";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
section.blogDetailContentSection .blogDetailBody ul li::after {
  top: 13px;
  transform: none;
  left: 8px;
}
section.blogDetailContentSection .blogContent {
  display: flex;
  gap: 90px;
  margin-top: 60px;
}
section.blogDetailContentSection .blogContent .blogDetailRight {
  max-width: 930px;
}

section.blogHero {
  position: relative;
  min-height: 520px;
  padding: 138px 0 66px;
  overflow: hidden;
}
section.blogHero .blogHeroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.blogHero .blogHeroBg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  opacity: 0.22;
}
section.blogHero .blogHeroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(235, 235, 235, 0.6) 0%, #d9d9d9 100%);
}
section.blogHero .blogHeroWaves {
  position: absolute;
  left: 50%;
  bottom: -280px;
  transform: translateX(-50%);
  width: 1800px;
  height: 760px;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.75;
  background: repeating-radial-gradient(ellipse at center, rgba(255, 255, 255, 0.52) 0 2px, rgba(255, 255, 255, 0) 2px 13px);
}
section.blogHero .pageBreadcrumb,
section.blogHero .container {
  position: relative;
  z-index: 3;
}
section.blogHero .pageBreadcrumb {
  margin-bottom: 24px;
}
section.blogHero .blogHeroTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.blogHero .blogHeroTitleCard {
  width: 560px;
  min-height: 144px;
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}
section.blogHero .blogHeroTitleCard .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
section.blogHero .blogHeroTitleCard .icon img {
  width: 38px;
  height: 38px;
}
section.blogHero .blogHeroTitleCard h1 {
  margin: 0;
  padding: 14px 24px;
  color: #171717;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.08;
}
section.blogHero .blogHeroTagline {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: stretch;
}
section.blogHero .blogHeroTagline p {
  margin: 0;
  padding: 12px 10px 10px 12px;
  color: #595959;
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
  max-width: 92px;
}
section.blogHero .blogHeroTagline p strong {
  font-weight: 600;
}
section.blogHero .blogHeroTagline .tagArrow {
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
}
section.blogHero .blogHeroTagline .tagArrow img {
  width: 12px;
  transform: rotate(-90deg);
  filter: brightness(0);
}

section.blogListSection {
  padding: 16px 0 125px;
  position: relative;
  z-index: 4;
}
section.blogListSection .blogCategoryFilter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
section.blogListSection .blogCategoryLink {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 7px;
  color: #000;
  background: rgba(255, 255, 255, 0.34);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
section.blogListSection .blogCategoryLink:hover, section.blogListSection .blogCategoryLink.active {
  color: #fff;
  border-color: #000;
  background: #000;
}
section.blogListSection .blogInsightsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
section.blogListSection .blogEmptyState {
  grid-column: 1/-1;
  padding: 48px 35px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.45);
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
section.blogListSection .blogPagination {
  margin-top: 32px;
}
section.blogListSection .blogInsightCard {
  border: 1px solid #fff;
  background: transparent;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
section.blogListSection .blogInsightCard .top {
  position: relative;
  overflow: hidden;
  padding: 54px 35px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(24px) saturate(180%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color 0.3s ease;
}
section.blogListSection .blogInsightCard .top h3 {
  color: #000;
  max-width: 275px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
section.blogListSection .blogInsightCard .top .num {
  color: #CECECE;
  font-family: "Jockey One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  transform: translateY(-5px);
  /* 105% */
}
section.blogListSection .blogInsightCard .top::before {
  content: "";
  position: absolute;
  left: -14%;
  top: -28%;
  width: 72%;
  height: 130%;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 28%, rgba(232, 80, 96, 0.24) 0%, rgba(232, 80, 96, 0.11) 42%, rgba(232, 80, 96, 0.04) 66%, rgba(232, 80, 96, 0) 100%);
  filter: blur(3px);
  pointer-events: none;
  transition: left 0.3s ease, top 0.3s ease, filter 0.3s ease;
}
section.blogListSection .blogInsightCard .bottom {
  height: 185px;
  display: flex;
  padding: 30px 35px;
  flex-direction: column;
  justify-content: space-between;
}
section.blogListSection .blogInsightCard .bottom p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  /* 118.75% */
}
section.blogListSection .blogInsightCard .bottom .cardArrow {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
section.blogListSection .blogInsightCard .bottom .cardArrow img {
  width: 13.663px;
  height: 13.663px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
section.blogListSection .blogInsightCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.92);
}
section.blogListSection .blogInsightCard:hover .top {
  background: rgba(255, 255, 255, 0.78);
}
section.blogListSection .blogInsightCard:hover .top::before {
  left: -10%;
  top: -23%;
  filter: blur(5px);
}
section.blogListSection .blogInsightCard:hover .bottom .cardArrow {
  background: #000;
  border-color: #000;
}
section.blogListSection .blogInsightCard:hover .bottom .cardArrow img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}
section.blogListSection .blogBottomNote {
  margin-top: 95px;
  padding-top: 115px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
section.blogListSection .blogBottomNote .container {
  display: flex;
  gap: 115px;
}
section.blogListSection .blogBottomNote .icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
section.blogListSection .blogBottomNote .icon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.blogListSection .blogBottomNote p {
  color: #000;
  font-family: "Inter 18pt";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 139.286% */
}

.blogDetailHero .heroBg {
  height: 1040px;
}

section.certicateHero {
  position: relative;
  margin-bottom: -340px;
}
section.certicateHero .contactHeroMap {
  min-height: 1040px;
  background: linear-gradient(180deg, #ececec 0%, #d9d9d9 100%);
  position: relative;
  overflow: hidden;
}
section.certicateHero .heroBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.certicateHero .heroBg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.certicateHero .heroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.21%, #D9D9D9 100%);
}
section.certicateHero .pageBreadcrumb {
  position: relative;
  z-index: 2;
}
section.certicateHero .contactMapFrame {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.certicateHero .contactMapFrame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(0.85) brightness(1.08);
}
section.certicateHero .contactMapOverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(232, 232, 232, 0.56);
}
section.certicateHero .container {
  position: relative;
  z-index: 2;
  padding-top: 170px;
}
section.certicateHero .container.flex {
  padding-top: 0;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
section.certicateHero .solutionHeroTagline {
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  transform: translateY(-65px);
  z-index: 3;
}
section.certicateHero .solutionHeroTagline .left {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 10px 13px 10px 20px;
}
section.certicateHero .solutionHeroTagline p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
  background: linear-gradient(90deg, #000 5.5%, #848484 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 97px;
}
section.certicateHero .solutionHeroTagline p span {
  font-weight: 300;
}
section.certicateHero .solutionHeroTagline p strong {
  display: block;
  font-weight: 600;
}
section.certicateHero .solutionHeroTagline .tagArrow {
  width: 50px;
  height: 100%;
  background: #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  overflow: hidden;
  margin-left: -4px;
}
section.certicateHero .solutionHeroTagline .tagArrow img {
  width: 55px;
  height: 68px;
  transform: translateX(-18px);
}
section.certicateHero .solutionHeroCard {
  position: relative;
  overflow: hidden;
  height: 144px;
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.08), inset 0 1px 13px rgba(0, 0, 0, 0.08);
  z-index: 12;
  /* Üst parlaklık */
}
section.certicateHero .solutionHeroCard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.02) 100%);
  z-index: 0;
}
section.certicateHero .solutionHeroCard {
  /* Sağ taraftaki ışık */
}
section.certicateHero .solutionHeroCard::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -6%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 45%, transparent 75%);
  filter: blur(5px);
  pointer-events: none;
  z-index: 0;
}
section.certicateHero .solutionHeroCard .icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
}
section.certicateHero .solutionHeroCard .icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
section.certicateHero .solutionHeroCard .solutionHeroTitle {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding-left: 26px;
  padding-right: 25px;
  color: #000;
  text-transform: none;
}
section.certicateHero .contactAddresses {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 3;
  width: 100%;
}
section.certicateHero .contactAddresses .container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 0;
}
section.certicateHero .contactAddresses .addressCard {
  padding: 40px 45px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255, 255, 255);
  max-width: 455px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
}
section.certicateHero .contactAddresses .addressCard h3 {
  font-size: 14.223px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.923%;
  transition: 0.3s ease all;
  color: #9C9C9C;
}
section.certicateHero .contactAddresses .addressCard p {
  font-size: 15.172px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  transition: 0.3s ease all;
  color: #9C9C9C;
}
section.certicateHero .contactAddresses .addressCard a {
  font-size: 14.223px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.923%;
  color: #9C9C9C;
  transition: 0.3s ease all;
}
section.certicateHero .contactAddresses .addressCard a span {
  font-weight: 300;
}
section.certicateHero .contactAddresses .addressCard .double {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
section.certicateHero .contactAddresses .addressCard.active, section.certicateHero .contactAddresses .addressCard:hover {
  opacity: 1;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
section.certicateHero .contactAddresses .addressCard.active a,
section.certicateHero .contactAddresses .addressCard.active p,
section.certicateHero .contactAddresses .addressCard.active h3, section.certicateHero .contactAddresses .addressCard:hover a,
section.certicateHero .contactAddresses .addressCard:hover p,
section.certicateHero .contactAddresses .addressCard:hover h3 {
  color: #000;
}

section.certificatesGridSection {
  padding: 20px 0 80px;
  position: relative;
  z-index: 2;
}
section.certificatesGridSection .certificatesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
section.certificatesGridSection .certificateCard {
  display: block;
  border: 1px solid #fff;
  background: transparent;
  transition: transform 0.3s ease;
}
section.certificatesGridSection .certificateCard:hover {
  transform: translateY(-4px);
}
section.certificatesGridSection .certificateCard .top {
  position: relative;
  overflow: hidden;
  padding: 35px 35px 0;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(24px) saturate(180%);
}
section.certificatesGridSection .certificateCard .top::before {
  content: "";
  position: absolute;
  left: -14%;
  top: -28%;
  width: 72%;
  height: 130%;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 28%, rgba(232, 80, 96, 0.24) 0%, rgba(232, 80, 96, 0.11) 42%, rgba(232, 80, 96, 0.04) 66%, rgba(232, 80, 96, 0) 100%);
  filter: blur(3px);
  pointer-events: none;
}
section.certificatesGridSection .certificateCard .top .certificateImage {
  aspect-ratio: 291/136;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 291px;
  position: relative;
  z-index: 2;
}
section.certificatesGridSection .certificateCard .top .certificateImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.certificatesGridSection .certificateCard .bottom {
  height: 125px;
  display: flex;
  align-items: center;
  padding: 15px 35px;
}
section.certificatesGridSection .certificateCard .bottom h3 {
  color: #000;
  max-width: 275px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

body.searchPage {
  background: #d9d9d9;
}

body.searchPage section.certicateHero.searchHero {
  margin-bottom: -260px;
}
body.searchPage section.certicateHero.searchHero .contactHeroMap {
  min-height: 860px;
}
body.searchPage section.certicateHero.searchHero .container.flex {
  margin-top: 40px;
}
body.searchPage section.certicateHero.searchHero .solutionHeroCard {
  max-width: 740px;
}
body.searchPage section.certicateHero.searchHero .solutionHeroTitle {
  max-width: 520px;
}
body.searchPage section.certicateHero.searchHero .searchHeroBottom {
  position: relative;
  z-index: 3;
  margin-top: 64px;
}
body.searchPage section.certicateHero.searchHero .searchPageForm {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 840px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(20px);
}
body.searchPage section.certicateHero.searchHero .searchPageForm .form-control {
  flex: 1;
  height: 58px;
  border: 0;
  background: #fff;
  padding: 0 20px;
  outline: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%;
}
body.searchPage section.certicateHero.searchHero .searchPageForm .form-control::placeholder {
  color: #6d6d6d;
}
body.searchPage section.certicateHero.searchHero .searchPageForm .bannerBtn {
  width: 58px;
  height: 58px;
  border: 0;
  background: #111;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.searchPage section.certicateHero.searchHero .searchPageForm .bannerBtn:hover {
  background: #e31e24;
}
body.searchPage section.certicateHero.searchHero .searchPageForm .bannerBtn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
body.searchPage section.certicateHero.searchHero .searchMeta {
  margin: 16px 0 0;
  color: #555;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}
body.searchPage section.certicateHero.searchHero .searchMeta strong {
  color: #000;
  font-weight: 600;
}

section.searchResultsSection {
  position: relative;
  z-index: 4;
  padding: 0 0 126px;
}
section.searchResultsSection .searchResultsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
section.searchResultsSection .searchResultItem {
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.46);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
section.searchResultsSection .searchResultItem .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px 0;
}
section.searchResultsSection .searchResultItem .bottom {
  display: flex;
  flex-direction: column;
  padding: 15px 26px 24px;
  flex: 1;
}
section.searchResultsSection .searchResultItem:hover {
  transform: translateY(-3px);
  border-color: #fff;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
section.searchResultsSection .resultType {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 26px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #ececec;
  color: #e31e24;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
section.searchResultsSection .resultNo {
  color: #cecece;
  font-family: "Jockey One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
section.searchResultsSection .resultTitle {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
section.searchResultsSection .resultDesc {
  margin: 14px 0 0;
  color: #3e3e3e;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
}
section.searchResultsSection .resultArrow {
  margin-top: auto;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.24s ease, border-color 0.24s ease;
}
section.searchResultsSection .resultArrow img {
  width: 13px;
  height: 13px;
  transition: transform 0.24s ease, filter 0.24s ease;
}
section.searchResultsSection .searchResultItem:hover .resultArrow {
  background: #000;
  border-color: #000;
}
section.searchResultsSection .searchResultItem:hover .resultArrow img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}
section.searchResultsSection .searchEmpty {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  padding: 58px 25px;
}
section.searchResultsSection .searchEmpty h3 {
  margin: 0;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
section.searchResultsSection .searchEmpty p {
  max-width: 690px;
  margin: 16px auto 0;
  color: #4e4e4e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
section.searchResultsSection .searchEmpty .bannerBtn {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 52px;
  border-radius: 0;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
section.searchResultsSection .searchEmpty .bannerBtn:hover {
  background: #e31e24;
  border-color: #e31e24;
}
section.searchResultsSection .searchHint {
  margin-top: 82px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
section.searchResultsSection .searchHint .icon img {
  width: 38px;
  display: block;
}
section.searchResultsSection .searchHint p {
  margin: 0;
  color: #000;
  font-family: "Inter 18pt";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
}

body.legalPage {
  background: #d9d9d9;
}

body.legalPage section.certicateHero.legalHero {
  margin-bottom: -250px;
}
body.legalPage section.certicateHero.legalHero .heroBg {
  height: 1040px;
}
body.legalPage section.certicateHero.legalHero .contactHeroMap {
  min-height: 760px;
}
body.legalPage section.certicateHero.legalHero .container.flex {
  margin-top: 40px;
}
body.legalPage section.certicateHero.legalHero .solutionHeroCard {
  max-width: 620px;
}
body.legalPage section.certicateHero.legalHero .solutionHeroTitle {
  max-width: 420px;
}

section.legalContentSection {
  position: relative;
  z-index: 4;
  padding: 0 0 130px;
}
section.legalContentSection .legalContentCard {
  background: #d9d9d9;
  border-radius: 70px 70px 0 0;
  padding: 110px 140px 95px;
}
section.legalContentSection .legalEditorContent {
  max-width: 1361px;
}
section.legalContentSection .legalEditorContent h2,
section.legalContentSection .legalEditorContent h3,
section.legalContentSection .legalEditorContent h4 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
section.legalContentSection .legalEditorContent h3,
section.legalContentSection .legalEditorContent h4 {
  margin-top: 25px;
}
section.legalContentSection .legalEditorContent h4 {
  margin-bottom: 30px;
}
section.legalContentSection .legalEditorContent p {
  margin-top: 24px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

body.offerPage {
  background: #d9d9d9;
}

body.offerPage section.certicateHero.offerHero {
  margin-bottom: -120px;
}
body.offerPage section.certicateHero.offerHero .contactHeroMap {
  min-height: 760px;
}
body.offerPage section.certicateHero.offerHero .container.flex {
  margin-top: 40px;
}
body.offerPage section.certicateHero.offerHero .solutionHeroCard {
  max-width: 800px;
}

section.offerFormSection {
  position: relative;
  z-index: 4;
  padding: 0 0 130px;
}
section.offerFormSection .widthContainer {
  max-width: 1650px;
}
section.offerFormSection .offerLead {
  max-width: 1360px;
  margin: 0 0 34px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
section.offerFormSection .offerLead strong {
  font-weight: 500;
}
section.offerFormSection .offerFormCard {
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: #D9D9D9;
  overflow: hidden;
}
section.offerFormSection .offerStep {
  border-top: 1px solid rgba(255, 255, 255, 0.66);
}
section.offerFormSection .offerStep:first-child {
  border-top: 0;
}
section.offerFormSection .stepHead {
  display: flex;
  align-items: center;
  gap: 80px;
  min-height: 130px;
  padding: 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
}
section.offerFormSection .stepNo {
  color: #FFF;
  font-family: "Jockey One";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 117.857% */
  text-transform: uppercase;
}
section.offerFormSection .stepHead h3 {
  margin: 0;
  color: #000;
  font-family: "Jockey One";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 117.857% */
  text-transform: uppercase;
}
section.offerFormSection .stepBody {
  padding: 45px 45px 45px 100px;
}
section.offerFormSection .optionGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
section.offerFormSection .checkItem {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%;
  /* 24.573px */
  cursor: pointer;
}
section.offerFormSection .checkItem em {
  font-style: normal;
  font-weight: 300;
}
section.offerFormSection .checkItem input {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  flex: 0 0 25px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}
section.offerFormSection .checkItem input::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 1px;
  background: #e31e24;
  transform: scale(0.35);
  opacity: 0;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
}
section.offerFormSection .checkItem input[type=radio]::after {
  border-radius: 3px;
}
section.offerFormSection .checkItem input:checked {
  border-color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.08);
}
section.offerFormSection .checkItem input:checked::after {
  transform: scale(1);
  opacity: 1;
}
section.offerFormSection .offerField {
  width: 100%;
  min-height: 64px;
  border: 0;
  background: #fff;
  padding: 0 26px;
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 136.518%;
  /* 24.573px */
  outline: 0;
}
section.offerFormSection .offerField::placeholder {
  color: #6d6d6d;
}
section.offerFormSection .offerTextarea {
  padding: 40px 50px;
  resize: vertical;
  min-height: 210px;
}
section.offerFormSection .uploadLead {
  max-width: 840px;
  margin: 0 0 30px;
  color: #000;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
}
section.offerFormSection .uploadDropzone {
  position: relative;
  border: 1px solid #d7d7d7;
  background: #fff;
  min-height: 84px;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  width: 372px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
section.offerFormSection .uploadDropzone::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #e31e24;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
section.offerFormSection .uploadDropzone::before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
  transform: rotate(-45deg);
  transform-origin: right center;
}
section.offerFormSection .uploadDropzone:hover {
  border-color: #cfcfcf;
  background: #f2f2f2;
}
section.offerFormSection .uploadDropzone input[type=file] {
  display: none;
}
section.offerFormSection .uploadIcon {
  width: 70px;
  min-height: 84px;
  border-right: 1px solid #d7d7d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
}
section.offerFormSection .uploadIcon img {
  width: 21px;
  height: 31px;
  object-fit: contain;
}
section.offerFormSection .uploadText {
  display: inline-flex;
  align-items: center;
  color: #6C6C6C;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 118.75% */
  padding: 0 20px;
  max-width: calc(100% - 70px);
}
section.offerFormSection .uploadMeta {
  margin: 30px 0 0;
  color: #6C6C6C;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  max-width: 370px;
}
section.offerFormSection .contactGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
section.offerFormSection .offerStep--contact .form-control.offerField--note {
  grid-column: 2/4;
}
section.offerFormSection .checkItem.checkItem--kvkk {
  margin-top: 45px;
  align-items: center;
  gap: 16px;
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.518%; /* 24.573px */
}
section.offerFormSection .checkItem.checkItem--kvkk input {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  border-radius: 2px;
}
section.offerFormSection .checkItem.checkItem--kvkk input::after {
  inset: 3px;
  border-radius: 2px;
}
section.offerFormSection .offerActions {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 22px;
}
section.offerFormSection .offerSubmitBtn {
  min-width: 454px;
  height: 64px;
  border: 1px solid #000;
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.94%;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
section.offerFormSection .offerSubmitBtn:hover {
  background: #e31e24;
  border-color: #e31e24;
}
section.offerFormSection .offerSecurity {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  /* 126.667% */
  max-width: 320px;
}
section.offerFormSection .offerSecurity img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex: 0 0 17px;
}

section.errorSection {
  background: #d9d9d9;
}
section.errorSection .errorHero {
  position: relative;
  height: 830px;
}
section.errorSection .errorHero .errorHeroBg {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  display: block;
  mix-blend-mode: darken;
}
section.errorSection .errorHero .errorHeroCode {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%) translateY(61px);
  aspect-ratio: 574/287;
  max-width: 574px;
  width: 100%;
}
section.errorSection .pdSectionHeader {
  margin-bottom: 90px;
}
section.errorSection .pdSectionHeader .pdSectionTitle {
  max-width: 325px;
  padding: 52px 50px 52px 0;
}
section.errorSection .pdSectionHeader p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  /* 127.778% */
  max-width: 860px;
}
section.errorSection .errorLinks {
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  max-width: 930px;
  margin: 0 auto 90px;
}
section.errorSection .errorLinkRow {
  display: grid;
  grid-template-columns: 24px 1fr 1.2fr;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
section.errorSection .errorLinkRow:hover {
  opacity: 0.75;
}
section.errorSection .errorLinkRow .mark img {
  width: 24px;
  display: block;
}
section.errorSection .errorLinkRow .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 139.286% */
}
section.errorSection .errorLinkRow .desc {
  text-align: right;
  color: #848484;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 131.818% */
  max-width: 415px;
  margin-left: auto;
}

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