@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: 1460px;
  }
  .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: 1460px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1460px;
  }
  .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: 1460px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Manrope", sans-serif;
  max-width: 100vw;
  background: #fff;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
body.grey {
  background: #E2E2E4;
}

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

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

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

.customContainer {
  max-width: 1674px;
}

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

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

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

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

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

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

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

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

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

.popupOpenMenu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  width: 100%;
  height: 100vh;
}
.popupOpenMenu .content {
  background: red;
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.popupOpenMenu.filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.popupOpenMenu.active {
  opacity: 1;
  pointer-events: auto;
}

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

header {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
header .container {
  position: relative;
  display: flex;
  align-items: center;
}
header .logo {
  aspect-ratio: 171/50;
  max-width: 171px;
  width: 100%;
  flex-shrink: 0;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
header .mobileMenuOpen {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  display: none;
}
header .mobileMenuOpen span {
  height: 6px;
  width: 100%;
  position: absolute;
  background: #000;
  border-radius: 8px;
  transition: 0.3s ease all;
}
header .mobileMenuOpen span:first-child {
  top: 0;
}
header .mobileMenuOpen span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .mobileMenuOpen span:last-child {
  bottom: 0;
}
header .mobileMenuOpen.active span {
  background: #000;
}
header .mobileMenuOpen.active span:first-child {
  transform: translate(0, 12px) rotate(45deg);
}
header .mobileMenuOpen.active span:nth-child(2) {
  opacity: 0;
}
header .mobileMenuOpen.active span:last-child {
  transform: translate(0, -12px) rotate(-45deg);
}
header .menu {
  margin-left: auto;
}
header .menu ul {
  display: flex;
  gap: 50px;
  align-items: center;
}
header .menu ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
header .menu ul li a .icon {
  width: 28px;
  background: rgba(239, 125, 0, 0.1);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 7px;
}
header .menu ul li a .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/dropdownicon.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}
header .phone {
  margin-left: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .phone .icon {
  width: 28px;
  background: rgba(239, 125, 0, 0.1);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 7px;
  flex-shrink: 0;
}
header .phone .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/phone.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}
header .rightMenu {
  margin-left: 65px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
header .rightMenu .language {
  padding-bottom: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .rightMenu .language .icon {
  width: 19px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E30A17;
  border-radius: 30px;
}
header .rightMenu .language .list {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .rightMenu .language .list a {
  color: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 800;
  transition: 0.3s ease all;
}
header .rightMenu .language .list a.active, header .rightMenu .language .list a:hover {
  color: #000;
}
header .rightMenu .configration {
  display: flex;
  padding: 23px 20px;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
}
header .rightMenu .configration .imgArea {
  aspect-ratio: 58/28;
  height: 28px;
}
header .rightMenu .configration .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
header .rightMenu .configration .text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
header .rightMenu .configration .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: auto;
  transition: 0.3s ease all;
}
header .rightMenu .configration .arrow:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  transform: translate(0, 0);
}
header .rightMenu .configration:hover .arrow {
  transform: translateX(10px);
}
header .rightMenu .megaMenu {
  position: absolute;
  right: 12px;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .rightMenu .megaMenu .item {
  padding: 50px 50px 55px 55px;
  display: flex;
  align-items: center;
  gap: 55px;
  height: 100%;
  border-right: 1px solid #F6F6F6;
}
header .rightMenu .megaMenu .item .imgArea {
  max-width: 155px;
  max-height: 86px;
  transition: 0.3s ease all;
}
header .rightMenu .megaMenu .item .imgArea img {
  object-fit: contain;
}
header .rightMenu .megaMenu .item .infoArea .title {
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
header .rightMenu .megaMenu .item .infoArea .text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
header .rightMenu .megaMenu .item:hover .imgArea {
  scale: 1.05;
}
header .rightMenu .megaMenu .row > div:nth-child(-n+3) .item {
  border-bottom: 1px solid #F6F6F6;
}
header .rightMenu .megaMenu .row > div:nth-child(3n) .item {
  border-right: none;
}
header .rightMenu .megaMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header .mobileMenu {
  position: fixed;
  padding-top: 110px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .mobileMenu .container {
  flex-direction: column;
}
header .mobileMenu .language {
  border: none;
  justify-content: center;
  padding: 0;
  margin-bottom: 25px;
}
header .mobileMenu .language .icon {
  display: none;
}
header .mobileMenu .language .list {
  gap: 10px;
  display: flex;
  align-items: center;
}
header .mobileMenu .language .list a.active {
  color: #000 !important;
  font-weight: 700;
}
header .mobileMenu .logo {
  margin-right: auto;
  margin-bottom: 30px;
  display: block !important;
}
header .mobileMenu .menu {
  margin: 0;
  display: block !important;
}
header .mobileMenu .menu ul {
  flex-direction: column;
  gap: 20px;
}
header .mobileMenu .menu ul li a {
  color: #000 !important;
}
header .mobileMenu .phone {
  display: flex !important;
  margin: 25px 0 0;
}
header .mobileMenu .phone img {
  width: 115px;
}
header .mobileMenu .rightMenu {
  margin: 20px 0 0;
  display: block !important;
  border: none;
}
header .mobileMenu .rightMenu .configration .text {
  color: #000 !important;
}
header .mobileMenu .rightMenu .configration .arrow:after {
  background: #000 !important;
}
header .mobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header.type2 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  left: 0;
  border-bottom: 0;
}
header.type2 .menu ul li a {
  color: #fff;
}
header.type2 .menu ul li a .icon {
  background: #EF7D00;
}
header.type2 .menu ul li a .icon:after {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
}
header.type2 .phone .icon {
  background: #EF7D00;
}
header.type2 .phone .icon:after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
}
header.type2 .rightMenu .language .list a {
  color: rgba(0, 0, 0, 0.4);
}
header.type2 .rightMenu .language .list a.active, header.type2 .rightMenu .language .list a:hover {
  color: #fff;
}
header.type2 .rightMenu .configration {
  background: rgba(255, 255, 255, 0.2);
}
header.type2 .rightMenu .configration .imgArea {
  aspect-ratio: 58/28;
  height: 28px;
}
header.type2 .rightMenu .configration .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
header.type2 .rightMenu .configration .text {
  color: #fff;
}
header.type2 .rightMenu .configration .arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  transform: translate(0, 0);
}

.footerTop {
  position: relative;
  z-index: 3;
}
.footerTop .container {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.footerTop .titleArea .subTitle {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footerTop .titleArea .title {
  max-width: 780px;
  color: #929292;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 75px;
}
.footerTop .footerImgArea {
  position: absolute;
  right: -90px;
  bottom: -90px;
}

.footerContact {
  background: #E2E2E4;
  position: relative;
}
.footerContact .container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.footerContact .contactLeft {
  display: flex;
  align-items: center;
  gap: 195px;
  padding: 60px 60px 60px 0;
}
.footerContact .contactLeft .logo {
  aspect-ratio: 171/50;
  max-height: 50px;
}
.footerContact .contactLeft .logo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.footerContact .contactLeft .contactAddress .title {
  font-size: 14px;
  color: #929292;
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 10px;
}
.footerContact .contactLeft .contactAddress .text {
  font-size: 14px;
  color: #929292;
  font-weight: 400;
}
.footerContact .phone {
  padding: 80px 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
}
.footerContact .phone .icon {
  width: 37px;
  background: #fff;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 9px;
}
.footerContact .phone .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/phone.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #EF7D00;
  transform: translate(-50%, -50%);
}
.footerContact .mail {
  font-size: 20px;
  color: #929292;
  font-weight: 400;
  padding-left: 30px;
}
.footerContact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.26);
  z-index: 1;
}

footer {
  background: #fff;
}
footer .footerMenus {
  display: flex;
  padding-top: 100px;
  position: relative;
}
footer .footerMenus .menus {
  display: flex;
  gap: 85px;
  justify-content: space-between;
  padding-right: 85px;
  width: 100%;
  border-bottom: 1px solid #EAEAEB;
  padding-bottom: 95px;
  margin-right: 55px;
}
footer .footerMenus .menus .menu .title {
  margin-bottom: 30px;
  color: #767676;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.7;
}
footer .footerMenus .menus .menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footerMenus .menus .menu ul li a {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s ease all;
}
footer .footerMenus .menus .menu ul li a:hover {
  color: #EF7D00;
}
footer .footerMenus .menus .menu .guide {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  margin-top: 35px;
  display: block;
  text-decoration: underline !important;
}
footer .footerMenus .socialLinks {
  min-width: 190px;
}
footer .footerMenus .socialLinks ul {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-shrink: 0;
}
footer .footerMenus .socialLinks ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerMenus .socialLinks ul li a img {
  width: 36px;
  height: 36px;
  display: block;
}
footer .footerMenus:after {
  content: "";
  aspect-ratio: 385/187;
  position: absolute;
  right: 220px;
  bottom: 0;
  height: 187px;
  background-image: url("../img/footerimg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footerBottom {
  display: flex;
}
footer .footerBottom .bottomButtons {
  display: flex;
}
footer .footerBottom .bottomButtons .bottomButton {
  display: flex;
  border-left: 1px solid #EAEAEB;
  padding: 20px 20px 50px;
  max-width: 290px;
  gap: 15px;
}
footer .footerBottom .bottomButtons .bottomButton .imgArea {
  flex-shrink: 0;
  aspect-ratio: 111/109;
  height: 109px;
  display: flex;
  align-items: center;
}
footer .footerBottom .bottomButtons .bottomButton .imgArea img {
  object-fit: contain;
}
footer .footerBottom .bottomButtons .bottomButton .textArea {
  margin-top: 25px;
}
footer .footerBottom .bottomButtons .bottomButton .textArea .text {
  font-size: 15px;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
  min-height: 66px;
  margin-bottom: 35px;
}
footer .footerBottom .bottomButtons .bottomButton .textArea .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  transition: 0.3s ease all;
  display: flex;
}
footer .footerBottom .bottomButtons .bottomButton .textArea .arrow:after {
  content: "";
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  transform: translate(0, 0);
}
footer .footerBottom .bottomButtons .bottomButton:hover .textArea .arrow {
  transform: translateX(20px);
}
footer .footerBottom .bottomButtons .bottomButton:last-child {
  border-right: 1px solid #EAEAEB;
}
footer .footerBottom .bottomButtons .bottomButton:last-child .textArea .text {
  color: #0B4556;
}
footer .footerBottom .policy {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
footer .footerBottom .policy .top {
  padding-left: 165px;
  display: flex;
  align-items: flex-end;
  gap: 105px;
  width: 100%;
}
footer .footerBottom .policy .top .links {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .footerBottom .policy .top .links a {
  color: #9C9C9C;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  transition: 0.3s ease all;
  white-space: nowrap;
}
footer .footerBottom .policy .top .links a:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
}
footer .footerBottom .policy .top .links a:last-child:after {
  display: none;
}
footer .footerBottom .policy .top .links a:hover {
  color: #000;
}
footer .footerBottom .policy .top .c25 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #9C9C9C;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
}
footer .footerBottom .policy .top .c25 .imgArea {
  aspect-ratio: 224/60;
  height: 60px;
}
footer .footerBottom .policy .top .c25 .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
footer .footerBottom .policy .stageLogo {
  margin-bottom: 35px;
  aspect-ratio: 59/22;
  width: 59px;
}
footer .footerBottom .policy .stageLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateX(-50%) translateY(-5px) rotate(90deg);
    opacity: 0;
  }
  30% {
    transform: translateX(-50%) translateY(25px) rotate(90deg);
    opacity: 1;
  }
  60% {
    transform: translateX(-50%) translateY(25px) rotate(90deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(55px) rotate(90deg);
    opacity: 0;
  }
}
@keyframes floatBig {
  0% {
    transform: translateX(-100%) translateY(0);
  }
  50% {
    transform: translateX(-95%) translateY(-10px);
  }
  100% {
    transform: translateX(-100%) translateY(0);
  }
}
@keyframes floatReverse {
  0% {
    transform: translateX(100%) translateY(0);
  }
  50% {
    transform: translateX(105%) translateY(10px);
  }
  100% {
    transform: translateX(100%) translateY(0);
  }
}
@keyframes move {
  0% {
    transform: translateX(-330px);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes move2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes float1 {
  0% {
    transform: rotate(20deg) translateX(0);
  }
  50% {
    transform: rotate(20deg) translateX(15px);
  }
  100% {
    transform: rotate(20deg) translateX(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(0);
  }
}
section.mainSlide {
  margin-bottom: 155px;
}
section.mainSlide .mainSlideContent {
  position: relative;
  min-height: 1000px;
}
section.mainSlide .mainSlideContent .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
section.mainSlide .mainSlideContent .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.mainSlide .mainSlideContent .content {
  padding-top: 340px;
  position: relative;
  z-index: 2;
  max-width: 670px;
}
section.mainSlide .mainSlideContent .content .title {
  font-size: 58px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
section.mainSlide .mainSlideContent .content .subTitle {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 90px;
}
section.mainSlide .mainSlideContent .content .text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 29px;
}
section.mainSlide .mainSlideContent .content .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 80px;
}
section.mainSlide .swiperActions {
  display: flex;
  z-index: 3;
  gap: 20px;
  align-items: center;
}
section.mainSlide .swiperActions .swiperButtons {
  flex-shrink: 0;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  width: 120px;
  height: 23px;
}
section.mainSlide .swiperActions .swiperButtons:after {
  display: none;
}
section.mainSlide .swiperActions .swiperButtons:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slidearrowlong.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
section.mainSlide .swiperActions .swiperButtons.swiper-button-next:before {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slidearrowlong2.svg");
}
section.mainSlide .swiperActions .swiperButtons.swiper-button-next.swiper-button-disabled {
  width: 60px;
}
section.mainSlide .swiperActions .swiperButtons.swiper-button-next.swiper-button-disabled:before {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slidearrow2.svg");
}
section.mainSlide .swiperActions .swiperButtons.swiper-button-disabled {
  width: 60px;
}
section.mainSlide .swiperActions .swiperButtons.swiper-button-disabled:before {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/slidearrow.svg");
}
section.mainSlide .swiperActions .slideCounter {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}

section.mainCorporate {
  margin-bottom: 180px;
}
section.mainCorporate .mainTitleArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
section.mainCorporate .mainTitleArea .title {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
section.mainCorporate .text {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  line-height: 55px;
  margin-bottom: 50px;
}
section.mainCorporate .text img {
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0 8px;
  vertical-align: middle;
}
section.mainCorporate .mainCorpateCards {
  border-top: 1px solid #EFEFEF;
}
section.mainCorporate .mainCorpateCards .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  border-bottom: 1px solid #EFEFEF;
  padding: 70px 30px 70px 65px;
  height: 100%;
}
section.mainCorporate .mainCorpateCards .item .imgArea {
  max-height: 105px;
  max-width: 200px;
}
section.mainCorporate .mainCorpateCards .item .titleArea .title {
  font-size: 35px;
  font-weight: 200;
  line-height: 38px;
}
section.mainCorporate .mainCorpateCards .item .titleArea .subTitle {
  font-size: 24px;
  line-height: 38px;
  font-weight: 200;
}
section.mainCorporate .mainCorpateCards .item.type2 {
  padding-left: 0;
  gap: 25px;
}
section.mainCorporate .mainCorpateCards .item.grayBg {
  background: #F8F8F8;
}
section.mainCorporate .mainCorpateCards .oimgArea {
  position: relative;
}
section.mainCorporate .mainCorpateCards .oimgArea .img {
  left: 60px;
  top: -30px;
  position: absolute;
  aspect-ratio: 360/321;
  width: 360px;
}
section.mainCorporate .mainCorpateCards .oimgArea .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}

section.mainProducts {
  overflow: hidden;
  margin-bottom: 285px;
}
section.mainProducts .titleArea {
  margin-bottom: 110px;
}
section.mainProducts .titleArea .title {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
section.mainProducts .titleArea .text {
  color: #000;
  line-height: 41px;
  font-size: 29px;
  font-weight: 300;
}
section.mainProducts .mainProductSlide {
  overflow: unset;
}
section.mainProducts .mainProductSlide .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
section.mainProducts .mainProductSlide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 465px;
  height: auto;
}

section.whyUs {
  margin-bottom: 155px;
  position: relative;
}
section.whyUs .blur {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 785px;
  background-image: url(../img/blur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}
section.whyUs .titleArea {
  position: relative;
  z-index: 3;
}
section.whyUs .titleArea .title {
  color: #929292;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}
section.whyUs .titleArea .text {
  margin: 15px 0 60px;
  color: #000000;
  font-size: 29px;
  line-height: 41px;
  font-weight: 300;
  max-width: 410px;
}
section.whyUs .titleArea .imgArea {
  aspect-ratio: 465/165;
  max-width: 465px;
}
section.whyUs .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.whyUs .whyUsSlideArea {
  position: relative;
}
section.whyUs .whyUsSlideArea .filters {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}
section.whyUs .whyUsSlideArea .filters:before {
  content: "";
  aspect-ratio: 1/1;
  width: 340px;
  background: #EF7D00;
  filter: blur(157px);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 285px;
  transform: translateY(-50%);
}
section.whyUs .whyUsSlideArea .filters:after {
  content: "";
  aspect-ratio: 837/324;
  background-image: url("../img/truckburn.png");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  top: -260px;
  right: 80px;
  width: 837px;
  z-index: 2;
  position: absolute;
}
section.whyUs .whyUsSlideArea:after {
  content: "";
  aspect-ratio: 517/476;
  width: 517px;
  background-image: url("../img/obig.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: -65px;
  left: -150px;
}
section.whyUs .whyUsSlideArea:before {
  content: "";
  aspect-ratio: 1/1;
  width: 340px;
  background: #EF7D00;
  filter: blur(157px);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
}
section.whyUs .whyUsSlide {
  position: relative;
  z-index: 3;
}
section.whyUs .whyUsSlide .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 421px;
  position: relative;
  z-index: 2;
}
section.whyUs .whyUsSlide .swiper-slide.swiper-slide-active .whyUsCard, section.whyUs .whyUsSlide .swiper-slide.swiper-slide-next .whyUsCard {
  filter: none;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(25px);
}
section.whyUs .whyUsSlide .swiper-slide.swiper-slide-active .whyUsCard {
  border: 3px solid rgba(255, 220, 183, 0.4);
}

section.getOffer {
  margin-bottom: 110px;
}
section.getOffer .content {
  background: #F8F8F8;
  margin-left: -110px;
  padding: 0 115px;
  width: calc(100% + 220px);
  display: flex;
  gap: 10px;
  align-items: center;
}
section.getOffer .content .titleArea {
  padding: 30px 0;
  max-width: 465px;
}
section.getOffer .content .titleArea .title {
  margin-bottom: 15px;
  color: #929292;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
section.getOffer .content .titleArea .text {
  margin-bottom: 75px;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  line-height: 41px;
}
section.getOffer .content .titleArea .buttons {
  gap: 20px;
  display: flex;
  align-items: center;
}
section.getOffer .content .imgArea {
  aspect-ratio: 952/500;
  max-width: 952px;
  width: 100%;
}
section.getOffer .content .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}

section.mainBanner {
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}
section.mainBanner .lineArea {
  position: absolute;
  top: 320px;
  z-index: 1;
  width: 100%;
  height: 307px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/line.png");
  background: #fff;
}
section.mainBanner .lineArea:after {
  content: "";
  height: 100%;
  width: 130px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(239, 125, 0, 0) 0%, rgb(239, 125, 0) 50%, rgba(239, 125, 0, 0) 100%);
  animation: move2 5s linear infinite;
}
section.mainBanner .lineArea:before {
  content: "";
  height: 100%;
  width: 335px;
  left: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(239, 125, 0, 0) 0%, rgba(239, 125, 0, 0.38) 50%, rgba(239, 125, 0, 0) 86%);
  animation: move 5s linear infinite;
  animation-delay: 3s;
  transform: translateX(-330px);
}
section.mainBanner .imgArea {
  aspect-ratio: 1920/930;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.mainBanner .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.mainBanner .imgArea .animationImg1 {
  position: absolute;
  width: 268px;
  height: 226px;
  right: 215px;
  top: 0;
  z-index: 3;
  transform: rotate(20deg);
  animation: float1 4s ease-in-out infinite;
}
section.mainBanner .imgArea .animationImg2 {
  position: absolute;
  width: 133px;
  height: 125px;
  left: 245px;
  bottom: 285px;
  z-index: 3;
  animation: float2 3s ease-in-out infinite;
}
section.mainBanner {
  /*   &:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    aspect-ratio: 1920/1088;
    width: 100%;
    background-image: url(../img/light.gif);
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: screen;
  } */
}

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

.editorContentArea {
  padding: 55px 90px;
}

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

.customInput {
  position: relative;
}
.customInput input,
.customInput textarea {
  display: flex;
  width: 100%;
  background: #F8F8F8;
  align-items: center;
  height: 70px;
  padding: 25px 40px;
  color: #929292;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  border: none;
  outline: none;
}
.customInput input::placeholder,
.customInput textarea::placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.customInput textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 135px;
}
.customInput label {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #929292;
  cursor: text;
  pointer-events: none;
}
.customInput label small {
  color: #DEDEDE;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  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;
  text-align: left;
  margin: 45px 0 40px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}
.customcheckbox1 .checkmark {
  width: 22px;
  height: 22px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 2px solid #F8F8F8;
}
.customcheckbox1 .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 {
  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;
}

.customcheckbox3 {
  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: 15px;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.customcheckbox3 input {
  display: none;
}
.customcheckbox3 input:checked ~ .checkmark {
  border-color: #EF7D00;
}
.customcheckbox3 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox3 .checkboxText {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.customcheckbox3 .checkboxText .text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.customcheckbox3 .checkboxText .price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  text-wrap: nowrap;
}
.customcheckbox3 .checkmark {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 2px solid #333;
  background: transparent;
  transition: 0.2s ease all;
}
.customcheckbox3 .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;
}
.customcheckbox3:last-child {
  margin-bottom: 0;
}

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

.select2-container.defaultStyle-md .select2-selection--single {
  background: #F8F8F8;
  transition: 0.3s ease all;
  height: auto;
  border: none;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__rendered {
  color: #929292;
  font-size: 15px;
  font-weight: 300;
  padding: 28px 40px;
  height: 70px;
  border: none;
  line-height: 15px;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 16px;
  width: 16px;
  background: #1C1B1F;
  right: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
  z-index: 2;
}
.select2-container.defaultStyle-md .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.defaultStyle-md.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.defaultStyle-md.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.defaultStyle-md .select2-dropdown {
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border: none;
}
.select2-container.defaultStyle-md .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-search {
  display: none;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}
.select2-container.dealerStyle .select2-selection--single {
  background: #F8F8F8;
  transition: 0.3s ease all;
  height: auto;
  border: none;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  padding: 28px 25px;
  height: 70px;
  border: none;
  line-height: 15px;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__placeholder {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 16px;
  width: 16px;
  background: #1C1B1F;
  right: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
  z-index: 2;
}
.select2-container.dealerStyle .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.dealerStyle.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.select2-container.dealerStyle.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 10px 10px;
}
.select2-container.dealerStyle.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg);
}
.select2-container.dealerStyle .select2-dropdown {
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border: none;
}
.select2-container.dealerStyle .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.dealerStyle .select2-dropdown .select2-search {
  display: none;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.dealerStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}
.select2-container.pc3FilterStyle .select2-selection--single, .select2-container.select2-container--default.pc3FilterStyle .select2-selection--single {
  background-color: #E8E8E8 !important;
  border: none !important;
  border-bottom: 2px solid #EF7D00 !important;
  border-radius: 0 !important;
  height: 60px !important;
  transition: border-color 0.2s;
}
.select2-container.pc3FilterStyle .select2-selection--single .select2-selection__rendered, .select2-container.select2-container--default.pc3FilterStyle .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 0 44px 0 16px !important;
  line-height: 58px !important;
}
.select2-container.pc3FilterStyle .select2-selection--single .select2-selection__placeholder, .select2-container.select2-container--default.pc3FilterStyle .select2-selection--single .select2-selection__placeholder {
  color: #1a1a1a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.select2-container.pc3FilterStyle .select2-selection--single .select2-selection__arrow, .select2-container.select2-container--default.pc3FilterStyle .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  height: 14px !important;
  width: 14px !important;
  background-color: #1a1a1a !important;
  right: 14px !important;
  transform: translateY(-50%) rotate(90deg) !important;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: transform 0.25s;
  z-index: 2;
}
.select2-container.pc3FilterStyle .select2-selection--single .select2-selection__arrow b, .select2-container.select2-container--default.pc3FilterStyle .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-container.pc3FilterStyle.select2-container--open .select2-selection--single, .select2-container.select2-container--default.pc3FilterStyle.select2-container--open .select2-selection--single {
  border-bottom-color: #EF7D00 !important;
}
.select2-container.pc3FilterStyle.select2-container--open .select2-selection__arrow, .select2-container.select2-container--default.pc3FilterStyle.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg) !important;
}
.select2-container.pc3FilterStyle .select2-dropdown, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown {
  background: #E8E8E8 !important;
  border: none !important;
  border-bottom: 2px solid #EF7D00 !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.select2-container.pc3FilterStyle .select2-dropdown.select2-dropdown--above, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown.select2-dropdown--above {
  border-top: 2px solid #EF7D00 !important;
  border-bottom: none !important;
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-search, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-search {
  display: none !important;
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options {
  max-height: 320px;
  overflow-y: auto;
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 18px 16px !important;
  color: #1a1a1a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  transition: background 0.15s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option:last-child, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option:last-child {
  border-bottom: none;
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #EF7D00 !important;
  background: rgba(239, 125, 0, 0.08) !important;
}
.select2-container.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container.select2-container--default.pc3FilterStyle .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: rgba(239, 125, 0, 0.12) !important;
  color: #EF7D00 !important;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  height: 90px;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader .configration {
  width: 100%;
}
.accordionItem .accordionHeader .configration .mainContent {
  display: flex;
  width: 100%;
  padding-right: 100px;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.accordionItem .accordionHeader .configration .mainContent .titleArea .title {
  color: #929292;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 5px;
}
.accordionItem .accordionHeader .configration .mainContent .titleArea .feature {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.accordionItem .accordionHeader .configration .mainContent .price {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.accordionItem .accordionHeader .configration .secondContent {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.accordionItem .accordionHeader:before {
  content: "";
  background: rgba(217, 217, 217, 0.32);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  border-radius: 11px;
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 15px;
  width: 15px;
  -webkit-mask-image: url(../img/svg/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  right: 50px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0 110px 0 40px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  background: #fff;
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
  z-index: 2;
  position: relative;
}
.accordionItem.active .accordionHeader {
  height: 60px;
}
.accordionItem.active .accordionHeader .configration .mainContent {
  display: none;
}
.accordionItem.active .accordionHeader .configration .secondContent {
  display: block;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(-90deg);
  right: 48px;
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: calc(100% - 90px);
  padding: 10px 110px 35px 40px;
  box-shadow: 0px 61px 99px 0px rgba(0, 0, 0, 0.05);
}

.dropdownItem {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.dropdownItem .dropdownHead {
  padding: 15px 38px 15px 15px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 70px;
  position: relative;
}
.dropdownItem .dropdownHead .headImg {
  width: 40px;
  height: 40px;
}
.dropdownItem .dropdownHead .headImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dropdownItem .dropdownHead .headTitle {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.dropdownItem .dropdownHead:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 18px;
  transition: 0.3s ease all;
  height: 18px;
  background: #EF7D00;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
}
.dropdownItem .dropdownBody {
  max-height: 0;
  opacity: 0;
  background: #fafafa;
  padding: 0 15px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.dropdownItem.active .dropdownHead:after {
  transform: translateY(-50%) rotate(-90deg);
}
.dropdownItem.active .dropdownBody {
  opacity: 1;
  padding: 30px 15px;
  max-height: 1000px;
}

.summaryAccordion {
  background: transparent;
}
.summaryAccordion .accordionItem {
  margin-bottom: 5px;
  background: transparent;
}
.summaryAccordion .accordionItem .accordionHeader {
  height: 70px;
  padding: 25px 40px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: #F6F6F6;
}
.summaryAccordion .accordionItem .accordionHeader:before {
  display: none;
}
.summaryAccordion .accordionItem .accordionHeader:after {
  right: 25px;
  width: 14px;
  height: 14px;
  background: #1a1a1a;
}
.summaryAccordion .accordionItem .accordionHeader .configration .mainContent {
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.summaryAccordion .accordionItem .accordionHeader .configration .mainContent .titleArea .title {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}
.summaryAccordion .accordionItem .accordionHeader .configration .mainContent .titleArea .feature {
  font-size: 12px;
  font-weight: 400;
  color: #555;
  line-height: 1.4;
  margin-top: 4px;
}
.summaryAccordion .accordionItem .accordionHeader .editIcon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: none;
}
.summaryAccordion .accordionItem .accordionHeader .editIcon svg {
  width: 100%;
  height: 100%;
  stroke: #1a1a1a;
  transition: 0.2s ease all;
}
.summaryAccordion .accordionItem .accordionHeader .editIcon:hover svg {
  stroke: #EF7D00;
}
.summaryAccordion .accordionItem .accordionBody {
  background: transparent;
  padding: 0 20px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 95px;
  justify-content: space-between;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem:last-child {
  border-bottom: none;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem .info .selectedText {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.4;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem .editIcon {
  width: 16px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.summaryAccordion .accordionItem .accordionBody .accordionContentItem .editIcon svg {
  width: 100%;
  height: 100%;
}
.summaryAccordion .accordionItem:last-child {
  margin: 0;
}
.summaryAccordion .accordionItem.active .accordionBody {
  padding: 25px 20px 20px 40px;
}

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

.pageTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 55px;
  margin-top: 30px;
}
.pageTitle .container {
  display: flex;
  position: relative;
  gap: 10px;
}
.pageTitle .title {
  color: #929292;
  font-size: 20px;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 20px;
}
.pageTitle .text {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
  max-width: 810px;
  margin-left: auto;
  width: 100%;
}
.pageTitle .imgArea {
  aspect-ratio: 273/131;
  max-width: 273px;
  width: 100%;
}
.pageTitle .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.pageTitle.type2 .text {
  max-width: 710px;
}
.pageTitle.type3 {
  position: relative;
}
.pageTitle.type3 .container {
  padding-bottom: 55px;
}
.pageTitle.type3 .imgArea {
  position: absolute;
  left: 330px;
  bottom: 0;
}
.pageTitle.type3 .title {
  max-width: 400px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  white-space: normal;
  margin-top: 5px;
}
.pageTitle.type3 .text {
  display: flex;
  gap: 20px;
  max-width: 850px;
}
.pageTitle.type3 .text .date {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}
.pageTitle.type4 .title {
  margin-right: 160px;
}
.pageTitle.type4 .text {
  max-width: 620px;
  display: flex;
  justify-content: flex-end;
}
.pageTitle.type5 {
  margin-bottom: 0;
}
.pageTitle.type5 .imgArea {
  aspect-ratio: 425/125;
  max-width: 425px;
  margin-left: 60px;
}
.pageTitle.type5 .text {
  max-width: 710px;
}

.pageTitle2 {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 90px;
}
.pageTitle2 .title {
  color: #000000;
  font-size: 40px;
  font-weight: 400;
}
.pageTitle2 .text {
  max-width: 710px;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
}

.configrationTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.configrationTitle .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.configrationTitle .titleArea .title {
  margin-bottom: 20px;
  color: #0C0C0C;
  font-size: 20px;
  font-weight: 300;
}
.configrationTitle .titleArea .title.type2 {
  margin-bottom: 0;
  color: #0C0C0C;
  font-size: 24px;
  font-weight: 500;
}
.configrationTitle .titleArea .text {
  color: #929292;
  font-size: 18px;
  font-weight: 300;
}
.configrationTitle .imgArea {
  aspect-ratio: 362/171;
  max-width: 362px;
  width: 100%;
}
.configrationTitle .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.configrationTitle .progressBar {
  height: 1px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.configrationTitle .progressBar .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  width: 20px;
  height: 20px;
  background: #FFF4E9;
  box-shadow: 0px 0px 28.5px 0px rgba(239, 125, 0, 0.6);
  border-radius: 50%;
  z-index: 2;
}
.configrationTitle .progressBar .circle:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 28.5px 0px rgba(239, 125, 0, 0.6);
  background: #EF7D00;
  position: absolute;
  z-index: 3;
}
.configrationTitle .progressBar:after {
  content: "";
  top: 0;
  height: 1px;
  width: 100%;
  background: #EF7D00;
  position: absolute;
}

.defaultBtn {
  transition: 0.3s ease all;
  padding: 19px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 223px;
  width: 100%;
  gap: 8px;
  border: 1px solid #fff;
}
.defaultBtn span {
  color: #BDBDBD;
}
.defaultBtn:hover {
  color: #fff;
  background: #000;
}
.defaultBtn.black {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.defaultBtn.black:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.defaultBtn.gray {
  background: #F3F2F2;
  color: #000;
  border: 1px solid #F3F2F2;
}
.defaultBtn.gray:hover {
  background: transparent;
  border: 1px solid #000;
}
.defaultBtn.orange {
  background: #EF7D00;
  color: #000;
}
.defaultBtn.orange:hover {
  color: #fff;
}
.defaultBtn.iconBtn {
  gap: 20px;
}
.defaultBtn.iconBtn .icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/locate.svg");
  width: 20px;
  height: 20px;
  position: relative;
  left: auto;
  top: auto;
  background: #1C1B1F;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
.defaultBtn.iconBtn:hover .icon {
  background: #fff;
}

.viewBtn {
  padding: 18px 45px;
  display: flex;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-radius: 100px;
}
.viewBtn .icon {
  position: relative;
  width: 8px;
  height: 13px;
  transition: 0.3s ease all;
}
.viewBtn .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowpixel.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #EF7D00;
  transform: translate(0, 0);
}
.viewBtn:hover .icon {
  transform: translateX(5px);
}

.productViewBtn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s ease all;
  background: transparent;
  display: flex;
}
.productViewBtn:after {
  content: "";
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000000;
  transform: translate(-50%, -50%);
}

.borderBtn {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: calc(50% - 10px);
  border: 1px solid #E2E2E4;
  transition: 0.3s ease all;
  color: #000;
  padding: 19px 30px;
  align-items: center;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
}
.borderBtn .icon {
  width: 19px;
  height: 22px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
  background: #000;
  transition: 0.3s ease all;
}
.borderBtn:hover {
  color: #EF7D00;
  border: 1px solid #EF7D00;
}
.borderBtn:hover .icon {
  background: #EF7D00;
}

.formBtn {
  background: #EF7D00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.3s ease all;
  width: 100%;
  max-width: 222px;
}
.formBtn:hover {
  color: #fff;
}

.defaultDealerOption {
  display: flex;
  gap: 20px;
  align-items: center;
  border: none;
  outline: none;
  width: 100%;
  height: 70px;
  padding: 28px 25px;
  background: #F8F8F8;
  cursor: pointer;
}
.defaultDealerOption .text {
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.defaultDealerOption .text span {
  color: #929292;
}

.configrationBtn {
  display: flex;
  color: #FFFFFF;
  background: #EF7D00;
  border-radius: 100px;
  width: 155px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease all;
}
.configrationBtn.black {
  max-width: 315px;
  width: 100%;
  height: 70px;
  background: #000;
  font-size: 22px;
  gap: 15px;
}
.configrationBtn.black .icon {
  width: 36px;
  height: 36px;
}
.configrationBtn.black .icon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.configrationBtn:hover {
  transform: scale(1.05);
}

.configBtn {
  transition: 0.3s ease all;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0FFE2;
  max-width: 223px;
  width: 100%;
  gap: 8px;
  border: none;
  outline: none;
  height: 70px;
}
.configBtn.blue {
  background: #EFFBFF;
}
.configBtn.gray {
  background: rgba(255, 255, 255, 0.5);
  color: #929292;
}
.configBtn:hover {
  scale: 1.08;
}

.buyBtn {
  transition: 0.3s ease all;
  padding: 20px 20px;
  height: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  background: #F0FFE2;
  width: 100%;
  gap: 25px;
  border: none;
  outline: none;
}
.buyBtn .icon {
  width: 20px;
  height: 20px;
}
.buyBtn .icon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.buyBtn .text {
  color: #698E60;
  font-size: 16px;
  font-weight: 500;
}
.buyBtn .text span {
  margin: 0 5px;
  color: #000;
  font-size: 20px;
}

.desingCode {
  background: #FFF4E9;
  padding: 20px 35px 15px;
}
.desingCode .codeTitle {
  margin-bottom: 5px;
  color: #EF7D00;
  font-size: 14px;
  font-weight: 300;
}
.desingCode .codeArea {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.desingCode .codeArea .code {
  color: #EF7D00;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.desingCode .codeArea span {
  color: #EF7D00;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}

.productCard {
  padding: 100px 80px 80px;
  background: #F8F8F8;
  border: 6px solid #F8F8F8;
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.productCard .productViewBtn {
  position: absolute;
  right: 32px;
  top: 34px;
}
.productCard .imgArea {
  aspect-ratio: 275/155;
  max-width: 275px;
  position: relative;
  z-index: 2;
}
.productCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.productCard .content {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.productCard .content .name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.productCard .content .prodcutInfo {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.productCard:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  aspect-ratio: 240/215;
  height: 215px;
  background-image: url("../img/ohover2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  z-index: 1;
}
.productCard:hover {
  background: transparent;
}
.productCard:hover .productViewBtn {
  border: 1px solid rgba(239, 125, 0, 0.2);
}
.productCard:hover .productViewBtn:after {
  background: #EF7D00;
}
.productCard:hover:after {
  background-image: url("../img/ohover1.png");
}

.whyUsCard {
  display: flex;
  flex-direction: column;
  padding: 55px;
  max-width: 420px;
  background: #F8F8F8;
  -webkit-backdrop-filter: blur(90px);
  border: 3px solid transparent;
  filter: blur(1.05px);
  border-radius: 18px;
  transition: 0.3s ease all;
}
.whyUsCard .number {
  margin-bottom: 70px;
  opacity: 0.7;
  color: #EF7D00;
  font-size: 32px;
  font-weight: 200;
}
.whyUsCard .title {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.whyUsCard .text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.prideCard {
  background: #F8F8F8;
  padding: 30px 45px 45px;
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prideCard .icon {
  max-width: 51px;
  height: 45px;
  width: 100%;
  background: linear-gradient(90deg, #ffe4c7 0%, #ffc17d 100%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
  transition: 0.3s ease all;
  margin-bottom: 20px;
}
.prideCard .title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.prideCard .text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.prideCard:hover {
  transform: scale(1.05);
}

.questionsCard {
  background: #F8F8F8;
  padding: 40px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.questionsCard .title {
  color: #000000;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  z-index: 2;
}
.questionsCard .text {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.questionsCard:after {
  content: "";
  background: linear-gradient(90deg, #ffe4c7 0%, #ffc17d 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.questionsCard:hover:after {
  opacity: 1;
}

.dealersCards {
  padding: 70px 65px 55px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dealersCards .dealerName {
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.dealersCards .address {
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.dealersCards .phone {
  margin-bottom: 15px;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
}
.dealersCards .services {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 45px;
}
.dealersCards .viewMap {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #EF7D00;
  font-size: 13px;
  font-weight: 600;
}
.dealersCards .viewMap .arrow {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  top: 0;
  background: #EF7D00;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
.dealersCards .viewMap:hover .arrow {
  transform: translateX(10px);
}

.productionCard {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 50px 40px;
  background: #F8F8F8;
  transition: 0.3s ease all;
}
.productionCard .icon {
  aspect-ratio: 1/1;
  width: 20px;
  background: #EF7D00;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.productionCard .content .title {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.productionCard .content .text {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.productionCard:hover {
  transform: scale(1.05);
}

.productionCard2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 55px 65px 55px 85px;
  background: transparent;
  transition: 0.3s ease all;
  height: 100%;
  border: 1px solid #F8F8F8;
}
.productionCard2 .iconArea {
  position: relative;
  width: 75px;
  height: 80px;
}
.productionCard2 .iconArea .icon {
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.productionCard2 .iconArea:after {
  content: "";
  position: absolute;
  aspect-ratio: 211/164;
  width: 211px;
  background-image: url("../img/olayer.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -77px;
  top: -48px;
  z-index: 1;
}
.productionCard2 .content {
  transition: 0.3s ease all;
}
.productionCard2 .content .title {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.productionCard2 .content .text {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.productionCard2.noBorder {
  border-right: none;
}
.productionCard2.type2 .iconArea {
  height: 50px;
  width: 55px;
}
.productionCard2.type3 {
  border: none;
  border-left: 1px solid rgba(239, 125, 0, 0.1);
}
.productionCard2.borderLeftNone {
  border-left: none;
}

.productionCard3 {
  display: flex;
  align-items: center;
  padding: 60px 40px;
  background: transparent;
  transition: 0.3s ease all;
  gap: 40px;
  height: 100%;
  border: 1px solid #F8F8F8;
}
.productionCard3 .iconArea {
  position: relative;
  width: 36px;
  height: 32px;
  display: flex;
  z-index: 1;
}
.productionCard3 .iconArea .icon {
  width: 36px;
  height: 32px;
  background: #000000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.productionCard3 .iconArea:after {
  content: "";
  position: absolute;
  aspect-ratio: 211/164;
  width: 211px;
  background-image: url("../img/olayer.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -80px;
  top: -64px;
  z-index: 1;
}
.productionCard3 .content {
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.productionCard3 .content .phone {
  display: block;
}
.productionCard3 .content .mail {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.productionCard3 .content .mail:last-child {
  margin: 0;
}
.productionCard3 .content .address {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  margin-bottom: 10px;
}
.productionCard3 .content .workingHours {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.productionCard3 .content .workingHours span {
  display: block;
  color: #929292;
}
.productionCard3.noBorder {
  border-right: none;
}
.productionCard3.type2 {
  gap: 30px;
}

.futureCards .pageTitle2 {
  margin: 0;
  position: relative;
  justify-content: flex-start;
  gap: 0;
}
.futureCards .pageTitle2 .imgArea {
  padding-bottom: 45px;
  position: relative;
}
.futureCards .pageTitle2 .imgArea:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  aspect-ratio: 350/105;
  width: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/futuretruck.png");
}
.futureCards .pageTitle2 .text {
  margin-left: auto;
}
.futureCards .bottomText {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
  color: #929292;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  margin-top: 120px;
}
.futureCards .bottomText span {
  color: #707070;
}
.futureCards.type2 .pageTitle2 {
  padding-bottom: 125px;
}
.futureCards.type2 .pageTitle2:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 350px;
  aspect-ratio: 350/105;
  width: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/futuretruck.png");
}

.patentCard {
  background: #F8F8F8;
  padding: 70px 70px 40px 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.patentCard .title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.patentCard .text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.newsCard {
  padding: 95px 95px 90px 80px;
  background: #F8F8F8;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.newsCard .dateArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.newsCard .dateArea .arrow {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow3.svg");
  width: 50px;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
.newsCard .dateArea .date {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
}
.newsCard .content {
  max-width: 390px;
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.newsCard .content .titleArea {
  margin-bottom: 20px;
}
.newsCard .content .titleArea .title {
  margin-bottom: 55px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.newsCard .content .titleArea .text {
  height: 95px;
  overflow: hidden;
  color: #929292;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.newsCard .readNew {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #EF7D00;
  font-size: 13px;
  font-weight: 600;
  margin-top: auto;
}
.newsCard .readNew .arrow {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  top: 0;
  background: #EF7D00;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
.newsCard.type2 {
  background: transparent;
  border: 1px solid #F8F8F8;
}
.newsCard:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease all;
  background: linear-gradient(-180deg, #FFEDD9 0%, #FFD7AC 100%);
}
.newsCard:hover:after {
  opacity: 0.3;
}
.newsCard:hover .readNew .arrow {
  transform: translateX(10px);
}

.productCard2 {
  background: #F8F8F8;
  padding: 65px 49px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.productCard2 .cardContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.productCard2 .productInfo {
  color: #000000;
  opacity: 0.3;
  font-size: 10px;
  font-weight: 400;
}
.productCard2 .imgArea {
  margin: 55px 0 35px;
  height: 134px;
  max-width: 226px;
}
.productCard2 .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.productCard2 .productName {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.productCard2 .text {
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 65px;
}
.productCard2 .buttons {
  display: flex;
  gap: 40px;
  align-items: center;
}
.productCard2 .buttons .discoverProduct {
  font-size: 15px;
  color: #EF7D00;
  display: block;
  font-weight: 600;
}
.productCard2 .buttons .configrationBtn {
  width: auto;
  min-width: 155px;
  padding: 0 16px;
  white-space: nowrap;
}
.productCard2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease all;
  background: linear-gradient(-180deg, #FFEDD9 0%, #FFD7AC 100%);
}
.productCard2:hover:after {
  opacity: 0.3;
}

.productCard3 {
  background: #F8F8F8;
  padding: 15px 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.productCard3 .cardContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.productCard3 .imgArea {
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 437/216;
}
.productCard3 .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.productCard3 .cardTitleArea {
  padding: 0 40px 40px;
  border-bottom: 1px solid rgba(146, 146, 146, 0.1);
}
.productCard3 .cardTitleArea .title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.productCard3 .cardTitleArea .text {
  opacity: 0.3;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.productCard3 .content {
  padding: 40px 40px 60px;
}
.productCard3 .content .productFeature {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.productCard3 .content .productFeature .item {
  display: flex;
  gap: 30px;
}
.productCard3 .content .productFeature .item .title {
  max-width: 130px;
  flex-shrink: 0;
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productCard3 .content .productFeature .item .title span {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.productCard3 .content .productFeature .item .text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.productCard3 .content .productFeature .item:last-child {
  margin-top: 30px;
}
.productCard3 .content .buttons {
  margin-top: 75px;
}
.productCard3 .buttons {
  display: flex;
  gap: 40px;
  align-items: center;
}
.productCard3 .buttons .discoverProduct {
  font-size: 15px;
  color: #EF7D00;
  display: block;
  font-weight: 600;
}
.productCard3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease all;
  background: linear-gradient(-180deg, #FFEDD9 0%, #FFD7AC 100%);
}
.productCard3:hover:after {
  opacity: 0.3;
}

.certificateCard {
  border: 1px solid #F8F8F8;
  background: #fff;
  padding: 45px 40px 30px 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.certificateCard .text {
  color: #BABABA;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
}
.certificateCard .imgArea {
  aspect-ratio: 16/21;
  max-width: 16px;
  width: 100%;
}
.certificateCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.certificateCard .name {
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 23px;
}
.certificateCard .licanseText {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.selectTreilerCard {
  background: #F8F8F8;
  padding: 15px 30px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  border: 1px solid #F8F8F8;
  transition: 0.3s ease all;
}
.selectTreilerCard .imgArea {
  justify-content: center;
  display: flex;
  margin-bottom: auto;
}
.selectTreilerCard .imgArea img {
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.selectTreilerCard .content {
  margin-top: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.selectTreilerCard .content .title {
  font-size: 16px;
  font-weight: 600;
  color: #929292;
}
.selectTreilerCard .content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAD2B7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.selectTreilerCard .content .check img {
  aspect-ratio: 12/10;
  max-width: 12px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.selectTreilerCard.type2 {
  flex-direction: row;
  align-items: center;
  gap: 55px;
  padding: 14px 45px 14px 55px;
  position: relative;
}
.selectTreilerCard.type2 .imgArea {
  margin-bottom: 0;
  flex-shrink: 0;
  align-items: center;
}
.selectTreilerCard.type2 .imgArea img {
  max-height: 62px;
  max-width: 80px;
}
.selectTreilerCard.type2 .content {
  margin: 0;
}
.selectTreilerCard.type2 .content .title {
  font-size: 12px;
  line-height: 15px;
}
.selectTreilerCard.type2 .content .check {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.selectTreilerCard.selected, .selectTreilerCard:hover {
  border: 1px solid #FFC98D;
  background: linear-gradient(-180deg, rgba(255, 237, 217, 0.3) 0%, rgba(255, 215, 172, 0.3) 100%);
}
.selectTreilerCard.selected .content .title, .selectTreilerCard:hover .content .title {
  color: #C46B08;
}
.selectTreilerCard.selected .content .check, .selectTreilerCard:hover .content .check {
  opacity: 1;
}

.axlesCard {
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  height: 100%;
  cursor: pointer;
  border: 1px solid #F8F8F8;
  transition: 0.3s ease all;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.axlesCard .title {
  font-size: 12px;
  font-weight: 600;
  color: #929292;
}
.axlesCard .check {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAD2B7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.axlesCard .check img {
  aspect-ratio: 12/10;
  max-width: 12px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.axlesCard.selected, .axlesCard:hover {
  border: 1px solid #FFC98D;
  background: linear-gradient(-180deg, rgba(255, 237, 217, 0.3) 0%, rgba(255, 215, 172, 0.3) 100%);
}
.axlesCard.selected .title, .axlesCard:hover .title {
  color: #C46B08;
}
.axlesCard.selected .check, .axlesCard:hover .check {
  opacity: 1;
}

.finishTreilerCard {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.finishTreilerCard .cardContent {
  padding: 65px 60px 30px;
}
.finishTreilerCard .cardContent .title {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 80px;
}
.finishTreilerCard .cardContent .imgArea {
  margin-bottom: 55px;
  max-width: 100%;
  max-height: 220px;
}
.finishTreilerCard .cardContent .imgArea img {
  object-fit: contain;
  mix-blend-mode: multiply;
}
.finishTreilerCard .cardContent .treilerInfo {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}
.finishTreilerCard .cardContent .treilerPrice {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.finishTreilerCard .buttons {
  display: flex;
  gap: 25px;
  padding: 40px 60px;
  border-top: 1px solid #EDEDED;
  margin-top: auto;
}
.finishTreilerCard .buttons a {
  color: #929292;
  font-size: 15px;
  font-weight: 600;
}
.finishTreilerCard .buttons a.getOffer {
  color: #EF7D00 !important;
}
.finishTreilerCard .buttons a:hover {
  color: #000;
}
.finishTreilerCard.white {
  color: #FFFFFF;
}

.breadcrumb {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
}
.breadcrumb a {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.breadcrumb a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 11px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  background: #000;
}
.breadcrumb a:last-child {
  color: #000;
}
.breadcrumb a:last-child:after {
  display: none;
}

.whyCounter {
  position: relative;
  margin-top: 120px;
  z-index: 6;
}
.whyCounter .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.whyCounter .item {
  width: calc(33.3333333333% - 20px);
  display: flex;
  justify-content: center;
  gap: 100px;
}
.whyCounter .item .textArea .counter {
  color: #565656;
  font-size: 29px;
  font-weight: 600;
  line-height: 41px;
  width: 200px;
}
.whyCounter .item .textArea .text {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
}
.whyCounter.type2 {
  display: flex;
  justify-content: space-between;
}
.whyCounter.type2 .container {
  gap: 0;
}
.whyCounter.type2 .item {
  padding: 75px 40px;
  width: 33.3333333333%;
}
.whyCounter.type2 .item:first-child {
  background: #F8F8F8;
}
.whyCounter.type2 .item:nth-child(2) {
  background: rgba(248, 248, 248, 0.5);
}
.whyCounter.type2 .item:last-child {
  background: rgba(248, 248, 248, 0.2);
}
.whyCounter:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 385px;
  filter: blur(20px);
  backdrop-filter: blur(25px);
  bottom: 55px;
  background: rgba(231, 233, 234, 0.2);
  display: none;
}

.bottomContact {
  margin-bottom: 105px;
  background: #F8F8F8;
  padding: 60px 0 55px 105px;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}
.bottomContact .content .title {
  color: #929292;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 15px;
}
.bottomContact .content .text {
  margin-bottom: 50px;
  max-width: 590px;
  color: #000000;
  font-weight: 300;
  font-size: 25px;
  line-height: 41px;
}
.bottomContact .content .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bottomContact .content .buttons .defaultBtn {
  flex-shrink: 0;
}
.bottomContact .imgArea {
  aspect-ratio: 754/388;
  max-width: 754px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.bottomContact .imgArea img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.bottomContact .imgArea:after {
  content: "";
  position: absolute;
  left: -65px;
  top: 25px;
  aspect-ratio: 257/225;
  height: 225px;
  background-image: url("../img/notfiltero.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.bottomContact.type2 {
  padding: 60px 180px 55px 105px;
}
.bottomContact.type2 .imgArea {
  aspect-ratio: 602/323;
  max-width: 602px;
}
.bottomContact.type2 .imgArea:after {
  right: -75px;
  left: auto;
  top: 0;
}
.bottomContact.type3 {
  gap: 65px;
  justify-content: flex-start;
}
.bottomContact.type3 .imgArea {
  aspect-ratio: 642/295;
  max-width: 642px;
}
.bottomContact.type3 .imgArea:after {
  display: none;
}
.bottomContact.type3 .content .buttons .orange {
  color: #fff;
}

.productDetailBottom {
  margin-bottom: 105px;
  background: linear-gradient(-180deg, rgba(255, 237, 217, 0.3) 0%, rgba(255, 215, 172, 0.3) 100%);
  padding: 60px 105px 55px 105px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.productDetailBottom .imgArea {
  aspect-ratio: 450/165;
  max-width: 450px;
  width: 100%;
  flex-shrink: 0;
}
.productDetailBottom .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.productDetailBottom .content .titleArea {
  display: flex;
  gap: 55px;
  align-items: center;
  margin-bottom: 55px;
}
.productDetailBottom .content .titleArea .title {
  color: #929292;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 15px;
  max-width: 295px;
  width: 100%;
}
.productDetailBottom .content .titleArea .text {
  color: #000000;
  font-weight: 300;
  font-size: 25px;
  line-height: 41px;
}
.productDetailBottom .content .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.productDetailBottom .content .buttons .defaultBtn {
  flex-shrink: 0;
}
.productDetailBottom .content .buttons .defaultBtn.orange {
  color: #fff;
}

section.corporate .corporateBanner {
  margin-bottom: 115px;
  padding-bottom: 95px;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
section.corporate .corporateBanner .titleArea {
  margin-bottom: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section.corporate .corporateBanner .titleArea .title {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  line-height: 61px;
  margin-bottom: 50px;
  max-width: 860px;
}
section.corporate .corporateBanner .titleArea .title b {
  font-weight: 400;
}
section.corporate .corporateBanner .titleArea .title img {
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0 8px;
  vertical-align: middle;
}
section.corporate .corporateBanner .titleArea .trailerBtn {
  border: 1px solid #F8F8F8;
  display: flex;
  padding: 16px 20px 16px 30px;
  gap: 55px;
  align-items: center;
  transition: 0.3s ease all;
  cursor: pointer;
}
section.corporate .corporateBanner .titleArea .trailerBtn .text {
  max-width: 95px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  transition: 0.3s ease all;
  line-height: 19px;
}
section.corporate .corporateBanner .titleArea .trailerBtn .icon {
  width: 23px;
  height: 23px;
  position: relative;
  display: flex;
}
section.corporate .corporateBanner .titleArea .trailerBtn .icon:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/play.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  transform: translate(0, 0);
  transition: 0.3s ease all;
}
section.corporate .corporateBanner .titleArea .trailerBtn:hover {
  background: #000;
  border: 1px solid #000;
}
section.corporate .corporateBanner .titleArea .trailerBtn:hover .text {
  color: #fff;
}
section.corporate .corporateBanner .titleArea .trailerBtn:hover .icon:after {
  background: #fff;
}
section.corporate .corporateBanner .imgArea {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1344/706;
  min-height: 706px;
  z-index: 1;
  pointer-events: none;
}
section.corporate .corporateBanner .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.corporate .corporateBanner .bottomText {
  max-width: 950px;
  color: #000;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
section.corporate .history > .subTitle {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
}
section.corporate .history .titleArea {
  display: flex;
  gap: 10px;
  margin-bottom: 150px;
}
section.corporate .history .titleArea .title {
  max-width: 365px;
  flex-shrink: 0;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  margin-top: 25px;
}
section.corporate .history .titleArea .imgArea {
  aspect-ratio: 296/259;
  max-height: 259px;
  height: 100%;
  flex-shrink: 0;
}
section.corporate .history .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.corporate .history .titleArea .text {
  margin-top: 25px;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
  margin-left: 60px;
}
section.corporate .history .titleArea .text b {
  font-weight: 500;
}
section.corporate .history .historyTable {
  padding: 85px;
  background: #FFF9F3;
  position: relative;
  display: flex;
  gap: 103px;
  margin-bottom: 120px;
}
section.corporate .history .historyTable .item {
  position: relative;
}
section.corporate .history .historyTable .item .year {
  margin-bottom: 30px;
  color: #000000;
  opacity: 0.2;
  font-size: 32px;
  font-weight: 200;
}
section.corporate .history .historyTable .item .text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
section.corporate .history .historyTable .item.active .year {
  color: #EF7D00;
  opacity: 1;
}
section.corporate .history .historyTable .item:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 86px;
  transform: translateX(100%);
  right: -4px;
  background: linear-gradient(to right, #FFFFFF 0%, #EF7D00 100%);
}
section.corporate .history .historyTable .item:last-child:after {
  display: none;
}
section.corporate .history .historyTable:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #FFFFFF 0%, #EF7D00 100%);
}
section.corporate .history .historyTable:before {
  content: "";
  position: absolute;
  left: 55px;
  top: -75px;
  aspect-ratio: 138/125;
  height: 138px;
  background-image: url("../img/ohistory.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
section.corporate .history .visionMission {
  margin-bottom: 125px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
section.corporate .history .visionMission .item .title {
  color: #929292;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
section.corporate .history .visionMission .item .text {
  font-size: 36px;
  color: #000;
  font-weight: 300;
  line-height: 56px;
}
section.corporate .history .visionMission .item.type2 .text {
  max-width: 1140px;
}
section.corporate .history .counterHistory {
  border: 1px solid #F8F8F8;
  display: flex;
  gap: 130px;
  padding: 85px 95px 105px 0;
}
section.corporate .history .counterHistory .imgArea {
  position: relative;
  aspect-ratio: 351/226;
  max-width: 336px;
  width: 100%;
}
section.corporate .history .counterHistory .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
section.corporate .history .counterHistory .imgArea:before {
  content: "";
  position: absolute;
  right: -35px;
  top: -50px;
  aspect-ratio: 138/125;
  height: 138px;
  background-image: url("../img/ohistory.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
section.corporate .history .counterHistory .content .title {
  margin-bottom: 35px;
  color: #929292;
  font-size: 24px;
  font-weight: 400;
}
section.corporate .history .counterHistory .content .text {
  font-size: 36px;
  line-height: 56px;
  font-weight: 300;
}
section.corporate .history .counterHistory .content .text b {
  font-weight: 500;
}
section.corporate .history .slideTexts {
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}
section.corporate .history .slideTexts .slideText {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  height: 90px;
  top: 90px;
  overflow-x: hidden;
}
section.corporate .history .slideTexts .slideText .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 12s linear infinite;
}
section.corporate .history .slideTexts .slideText .track span {
  display: inline-block;
  margin-right: 65px;
  font-size: 43px;
  font-weight: 200;
  position: relative;
  color: rgba(0, 0, 0, 0.25);
}
section.corporate .history .slideTexts .slideText .track span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #EF7D00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  border-radius: 50%;
}
section.corporate .history .slideTexts .imgArea {
  aspect-ratio: 642/302;
  max-width: 642px;
}
section.corporate .history .slideTexts .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}

section.dealer {
  margin-bottom: 80px;
}
section.dealer .dealersPride {
  margin-bottom: 105px;
}
section.dealer .dealersPride .titleArea {
  display: flex;
  position: relative;
  margin-bottom: 70px;
  align-items: center;
  z-index: 1;
}
section.dealer .dealersPride .titleArea .title {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 50px;
}
section.dealer .dealersPride .titleArea .text {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
  max-width: 520px;
  margin-left: 30px;
}
section.dealer .dealersPride .titleArea .imgArea {
  aspect-ratio: 293/327;
  max-width: 293px;
  flex-shrink: 0;
}
section.dealer .dealersPride .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.dealer .dealersPride .titleArea:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 349px;
  background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 46%);
  bottom: -170px;
}
section.dealer .dealersPride .content {
  z-index: 2;
  position: relative;
}
section.dealer .dealerQuestion > .title {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 400;
}
section.dealer .findDealer {
  margin-bottom: 130px;
}
section.dealer .findDealer .titleArea {
  margin-bottom: 35px;
}
section.dealer .findDealer .titleArea .title {
  color: #929292;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}
section.dealer .findDealer .titleArea .text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}
section.dealer .findDealer .dealerFilters {
  margin-bottom: 55px;
}
section.dealer .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
section.dealer .signature .title {
  margin-bottom: 45px;
  color: #929292;
  font-size: 20px;
  font-weight: 400;
}
section.dealer .signature .imgArea {
  aspect-ratio: 384/436;
  max-width: 384px;
  width: 100%;
  position: relative;
  z-index: 1;
}
section.dealer .signature .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.dealer .signature .imgArea:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 349px;
  top: 230px;
  background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 46%);
}
section.dealer .signature .text {
  position: relative;
  z-index: 2;
  max-width: 1151px;
  text-align: center;
  font-size: 32px;
  line-height: 59px;
  font-weight: 400;
  transform: translateY(-80px);
}

.signatureContent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.signatureContent .item {
  position: relative;
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
}
.signatureContent .item:after {
  content: "/";
  position: absolute;
  right: -30px;
  top: 50%;
  color: #EF7D00;
  font-size: 20px;
  font-weight: 400;
  transform: translate(50%, -50%);
}
.signatureContent .item:last-child:after {
  display: none;
}

section.production {
  margin-bottom: 60px;
}
section.production .productionBanner {
  position: relative;
  margin-top: 90px;
}
section.production .productionBanner .content {
  position: relative;
  min-height: 645px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 70px;
}
section.production .productionBanner .content .title {
  position: relative;
  z-index: 3;
  color: #000;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
}
section.production .productionBanner .content .imgArea {
  position: absolute;
  aspect-ratio: 1345/615;
  width: 100%;
  max-width: 1345px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
section.production .productionBanner .content .text {
  padding-bottom: 35px;
  max-width: 1335px;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  position: relative;
  z-index: 3;
  text-align: center;
}
section.production .productionBanner .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 310px;
  bottom: -35px;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgb(226, 226, 228) 46%);
  filter: blur(120px);
}
section.production .productionBanner .discover {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
}
section.production .productionBanner .discover .text {
  margin-bottom: 40px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
section.production .productionBanner .discover .goBottom {
  background: linear-gradient(180deg, #E2E2E4 25%, #FFFFFF 100%);
  width: 40px;
  height: 75px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
section.production .productionBanner .discover .goBottom:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 14px;
  height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow2.svg");
  background: #000;
  animation: slideDown 2s infinite;
}
section.production .productionBanner.type2 .content {
  align-items: center;
  gap: 35px;
  min-height: auto;
}
section.production .productionBanner.type2 .content .imgArea {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  aspect-ratio: 744/364;
  width: 100%;
  max-width: 744px;
}
section.production .productionBanner.type2 .content .imgArea .oBig {
  position: absolute;
  transform: translateX(-100%);
  left: -50px;
  top: -90px;
  aspect-ratio: 224/204;
  width: 224px;
  animation: floatBig 6s ease-in-out infinite;
}
section.production .productionBanner.type2 .content .imgArea .oReverse {
  position: absolute;
  transform: translateX(100%);
  right: -30px;
  bottom: 50px;
  aspect-ratio: 90/83;
  width: 90px;
  animation: floatReverse 5s ease-in-out infinite;
}
section.production .productionBanner.type2 .content:after {
  display: none;
}
section.production .productionGallery {
  margin-bottom: 105px;
}
section.production .productionGallery .productionImgArea {
  overflow: hidden;
}
section.production .productionGallery .productionImgArea a {
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.3s ease all;
}
section.production .productionGallery .productionImgArea a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.production .productionGallery .productionImgArea a:hover {
  transform: scale(1.05) rotate(2deg);
}
section.production .productionGallery .productionSlide {
  padding-left: 240px;
}
section.production .productionGallery .productionSlide .swiper-slide {
  aspect-ratio: 465/350;
  max-width: 465px;
}
section.production .productionContent {
  margin-bottom: 110px;
}
section.production .productionArt {
  border: 1px solid #D4D4D4;
  margin-bottom: 60px;
}
section.production .productionArt .topBar {
  border-bottom: 1px solid #D4D4D4;
  padding: 90px 120px 100px;
  display: flex;
  align-items: center;
}
section.production .productionArt .topBar .title {
  max-width: 385px;
  width: 100%;
  color: #000;
  font-size: 64px;
  line-height: 78px;
  font-weight: 200;
}
section.production .productionArt .topBar .imgArea {
  aspect-ratio: 812/271px;
}
section.production .productionArt .content {
  padding: 60px 120px;
}
section.production .productionArt .content .text {
  color: #929292;
  font-size: 36px;
  font-weight: 200;
  line-height: 50px;
  max-width: 1085px;
}
section.production .productionCards {
  margin-bottom: 105px;
}
section.production .qualityPerfect {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 215px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 85px;
}
section.production .qualityPerfect .title {
  margin-bottom: 45px;
  color: #000000;
  font-size: 40px;
  line-height: 53px;
  font-weight: 400;
}
section.production .qualityPerfect .text {
  max-width: 1185px;
  color: #000000;
  font-size: 24px;
  line-height: 39px;
  font-weight: 400;
}
section.production .qualityPerfect .imgArea {
  margin: 75px 0 90px;
  aspect-ratio: 540/180;
  max-width: 540px;
  width: 100%;
}
section.production .qualityPerfect .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.production .patentQuality {
  margin-bottom: 170px;
}

section.news {
  margin-bottom: 60px;
}
section.news .newsDetail .imgArea {
  aspect-ratio: 1435/500;
  width: 100%;
}
section.news .newsDetail .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
section.news .newsDetail .content {
  margin-top: 105px;
  margin-bottom: 60px;
}
section.news .newsDetail .content .title {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 52px;
}
section.news .newsDetail .content .text {
  padding-left: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  line-height: 39px;
}

section.contact .contactButtons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 70px 0;
}
section.contact .contactContent {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact .contactContent .title {
  margin-bottom: 20px;
  color: #929292;
  font-size: 15px;
  font-weight: 300;
}
section.contact .contactContent .text {
  margin-bottom: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}
section.contact .contactForm {
  margin-bottom: 140px;
}
section.contact .contactForm .title {
  margin-bottom: 70px;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}

section.product {
  margin-bottom: 130px;
}
section.product .productContent {
  margin-top: 50px;
}

section.productCategory {
  margin-bottom: 130px;
}
section.productCategory .titleArea {
  margin-bottom: 80px;
  margin-top: 70px;
}
section.productCategory .titleArea .title {
  color: #929292;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
section.productCategory .titleArea .text {
  color: #555555;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
section.productCategory .productCategoryContent {
  margin-bottom: 20px;
}

section.productDetail .titleArea {
  margin-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 65px;
}
section.productDetail .titleArea .subTitle {
  color: #929292;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
section.productDetail .titleArea .title {
  max-width: 1310px;
  color: #555;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
section.productDetail .titleArea.type2 {
  margin-bottom: 70px;
}
section.productDetail .titleArea.type2 .title {
  max-width: 1440px;
}
section.productDetail .productDetailSlide {
  margin-bottom: 110px;
}
section.productDetail .productDetailSlide .swiper-slide {
  aspect-ratio: 950/500;
  max-width: 950px;
  width: 100%;
}
section.productDetail .productDetailSlide .swiper-slide .imgArea {
  width: 100%;
  height: 100%;
}
section.productDetail .productDetailSlide .swiper-slide .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.productDetail .bestFeatures {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
}
section.productDetail .bestFeatures .title {
  color: #929292;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
section.productDetail .bestFeatures .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  width: 100%;
}
section.productDetail .bestFeatures .content .featuresItem {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  background: #F8F8F8;
  padding: 30px 25px;
}
section.productDetail .bestFeatures .content .featuresItem .name {
  color: #929292;
  font-size: 16px;
  font-weight: 500;
}
section.productDetail .bestFeatures .content .featuresItem .text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
section.productDetail .bestFeatures .content .featuresItem.certificate {
  min-width: 220px;
}
section.productDetail .productDetailConfigration {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
}
section.productDetail .productDetailConfigration .title {
  max-width: 1435px;
  color: #555;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 85px;
}
section.productDetail .productDetailConfigration .content .imgArea {
  margin-top: 100px;
  aspect-ratio: 333/123;
  max-width: 333px;
  width: 100%;
}
section.productDetail .productDetailConfigration .content .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.productDetail .productDetailTabs {
  margin-bottom: 85px;
}
section.productDetail .productDetailCertificate {
  margin-bottom: 90px;
}
section.productDetail .productDetailCertificate .title {
  margin: 0 auto 60px;
  max-width: 1310px;
  color: #555;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
}
section.productDetail .useArea {
  margin-bottom: 125px;
}
section.productDetail .useArea > .content {
  background: linear-gradient(-180deg, rgba(255, 237, 217, 0.3) 0%, rgba(255, 215, 172, 0.3) 100%);
}
section.productDetail .definition {
  margin-bottom: 100px;
}
section.productDetail .definition .title {
  margin-bottom: 35px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.productDetailTabItem .item {
  display: flex;
  border-bottom: 1px solid #D4D4D4;
  padding: 40px 0;
  justify-content: space-between;
  gap: 20px;
}
.productDetailTabItem .item .title {
  color: #929292;
  font-size: 15px;
  font-weight: 400;
}
.productDetailTabItem .item .text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

section.photoGallery {
  margin-bottom: 125px;
}
section.photoGallery .content {
  margin-top: 40px;
}
section.photoGallery .content > .title {
  margin-bottom: 45px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
section.photoGallery .content .galleryArea {
  margin-top: 45px;
}
section.photoGallery .content .galleryArea .imgArea {
  aspect-ratio: 465/300;
  width: 100%;
  max-width: 465px;
  overflow: hidden;
}
section.photoGallery .content .galleryArea .imgArea a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
}
section.photoGallery .content .galleryArea .imgArea a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.photoGallery .content .galleryArea .imgArea a:hover {
  transform: scale(1.09) rotate(2deg);
}
section.photoGallery .content .galleryArea .videoImgArea {
  aspect-ratio: 707/430;
  width: 100%;
  max-width: 707px;
  overflow: hidden;
  position: relative;
}
section.photoGallery .content .galleryArea .videoImgArea a {
  display: flex;
  width: 100%;
  height: 100%;
}
section.photoGallery .content .galleryArea .videoImgArea a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  transition: 0.3s ease all;
}
section.photoGallery .content .galleryArea .videoImgArea .videoContent {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 75px;
  pointer-events: none;
}
section.photoGallery .content .galleryArea .videoImgArea .videoContent .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
section.photoGallery .content .galleryArea .videoImgArea .videoContent .text {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}
section.photoGallery .content .galleryArea .videoImgArea .videoContent .icon {
  width: 37px;
  height: 37px;
}
section.photoGallery .content .galleryArea .videoImgArea .videoContent .icon img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.photoGallery .content .galleryArea .videoImgArea:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.63;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
section.photoGallery .content .galleryArea .videoImgArea:hover a img {
  transform: scale(1.05);
}

.galleryItem {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 65px 65px 65px 85px;
}
.galleryItem .title {
  margin-bottom: 20px;
  color: #929292;
  font-size: 24px;
  font-weight: 400;
}
.galleryItem .text {
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 41px;
}
.galleryItem .buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.galleryItem.type2 {
  padding: 95px 65px 95px 100px;
}

section.productConfigration .content > .titleArea {
  box-shadow: 0px 80px 151.5px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 0 125px;
  margin-bottom: -100px;
}
section.productConfigration .content > .titleArea .title {
  font-size: 16px;
  font-weight: 300;
}
section.productConfigration .content .selectProduct {
  margin-bottom: 45px;
}
section.productConfigration .content .selectProduct .selectTreiler {
  margin-bottom: 20px;
}
section.productConfigration .content .selectProduct .selectTreilerFeature {
  margin-bottom: 20px;
}
section.productConfigration .content .treilerDetail {
  margin-bottom: 80px;
}
section.productConfigration .content .finishProduct {
  margin-bottom: 110px;
}
section.productConfigration .content .finishProduct .titleArea {
  margin-bottom: 65px;
}
section.productConfigration .content .finishProduct .titleArea .title {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
section.productConfigration .content .finishProduct .titleArea .text {
  color: #929292;
  font-size: 18px;
  font-weight: 300;
}

section.productConfigration2 .content > .titleArea {
  padding: 20px 0 125px;
}
section.productConfigration2 .content > .titleArea .title {
  font-size: 16px;
  font-weight: 300;
}
section.productConfigration2 .content .productConfigrationArea {
  margin-bottom: 90px;
  margin-top: 45px;
}
section.productConfigration2 .content .productConfigrationArea .productTitle {
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 580px;
  margin-bottom: 45px;
}
section.productConfigration2 .content .productConfigrationArea .productTitleArea {
  margin-bottom: 45px;
}
section.productConfigration2 .content .productConfigrationArea .productTitleArea .title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.productConfigration2 .content .productConfigrationArea .productTitleArea .text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationDetails .topCard {
  background: #EF7D00;
  padding: 35px 70px;
  margin-bottom: 35px;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationDetails .topCard .text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationDetails .topCard .text span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationDetails > .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationDetails .accordionArea {
  padding-right: 20px;
  max-height: 447px;
  overflow: hidden;
  overflow-y: auto;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationImgArea {
  background: #FFFFFF;
  padding: 75px 70px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationImgArea .title {
  font-size: 16px;
  color: #929292;
  font-weight: 500;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationImgArea .imgArea {
  aspect-ratio: 548/331;
  width: 100%;
  max-width: 548px;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationImgArea .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.productConfigration2 .content .productConfigrationArea .productConfigrationImgArea .price {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
section.productConfigration2 .content .productDetailTabItem {
  margin-bottom: 45px;
}
section.productConfigration2 .content .productDetailTabItem .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: column;
  text-align: center;
}
section.productConfigration2 .content .productDetailTabItem .titleArea .title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}
section.productConfigration2 .content .productDetailTabItem .titleArea .text {
  max-width: 685px;
  color: #555555;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
section.productConfigration2 .content .productDetailTabItem .productActions {
  margin-top: 45px;
}
section.productConfigration2 .content .productDetailTabItem .productActions .buttons {
  display: flex;
  gap: 20px;
}
section.productConfigration2 .content .configrationContactForm {
  background: #fff;
  padding: 115px 105px;
  position: relative;
  min-height: 745px;
  margin-bottom: 110px;
}
section.productConfigration2 .content .configrationContactForm .titleArea {
  max-width: 415px;
}
section.productConfigration2 .content .configrationContactForm .titleArea .title {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.productConfigration2 .content .configrationContactForm .titleArea .text {
  color: #929292;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}
section.productConfigration2 .content .configrationContactForm .titleArea .text b {
  color: #000;
}
section.productConfigration2 .content .configrationContactForm .buttons {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
section.productConfigration2 .content .configrationContactForm:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 390/353;
  max-width: 390px;
  width: 100%;
  background-image: url("../img/configrationformimg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.productConfigration2 .content .finishProduct {
  margin-bottom: 110px;
}
section.productConfigration2 .content .finishProduct .titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
section.productConfigration2 .content .finishProduct .titleArea .title {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
section.productConfigration2 .content .finishProduct .titleArea .text {
  color: #929292;
  font-size: 24px;
  font-weight: 300;
  max-width: 685px;
  text-align: center;
}

section.productConfigration2.type2 {
  padding-bottom: 150px;
}
section.productConfigration2.type2 .content .pc3TypeTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}
section.productConfigration2.type2 .content .pc3TypeTabs .pc3TypeTab {
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 21px 25px;
  cursor: pointer;
  transition: 0.3s ease all;
  outline: none;
  white-space: nowrap;
}
section.productConfigration2.type2 .content .pc3TypeTabs .pc3TypeTab:hover {
  background: #1a1a1a;
}
section.productConfigration2.type2 .content .pc3TypeTabs .pc3TypeTab.active {
  background: #EF7D00;
  color: #fff;
}
section.productConfigration2.type2 .content .pc3FilterBar {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
section.productConfigration2.type2 .content .pc3FilterBar .pc3FilterGroup {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
section.productConfigration2.type2 .content .pc3FilterBar .pc3FilterGroup .select2-container {
  width: auto !important;
  min-width: 160px;
}
section.productConfigration2.type2 .content .pc3ProductCard {
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease all;
  padding: 45px 40px 60px 45px;
}
section.productConfigration2.type2 .content .pc3ProductCard .description {
  max-width: 345px;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}
section.productConfigration2.type2 .content .pc3ProductCard .imgArea {
  margin: 80px 0;
  aspect-ratio: 385/185px;
}
section.productConfigration2.type2 .content .pc3ProductCard .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
section.productConfigration2.type2 .content .pc3ProductCard .productTechnic {
  margin-bottom: 20px;
}
section.productConfigration2.type2 .content .pc3ProductCard .productTechnic ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.productConfigration2.type2 .content .pc3ProductCard .productTechnic ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
section.productConfigration2.type2 .content .pc3ProductCard .productTechnic ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}
section.productConfigration2.type2 .content .pc3ProductCard .bottomArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}
section.productConfigration2.type2 .content .pc3ProductCard .bottomArea .price {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
section.productConfigration2.type2 .content .pc3ProductCard .bottomArea .price span {
  font-weight: 700;
  display: flex;
}
section.productConfigration2.type2 .content .pc3ProductCard .bottomArea .configrationBtn {
  font-size: 16px;
  font-weight: 600;
  width: auto;
  padding: 0 20px 0 15px;
  height: 50px;
}
section.productConfigration2.type2 .content .pc3ProductCard .bottomArea .configrationBtn .icon {
  width: 27px;
  height: 27px;
}
section.productConfigration2.type2 .content .pc3ProductCard:hover {
  border-color: #DEDEDE;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
section.productConfigration2.type2 .content .pc3TopTabs {
  border-bottom: 1px solid #E8E8E8;
  padding: 40px 0;
}
section.productConfigration2.type2 .content .pc3TopTabs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
section.productConfigration2.type2 .content .pc3TopTabs a {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
section.productConfigration2.type2 .content .pc3TopTabs a.active, section.productConfigration2.type2 .content .pc3TopTabs a:hover {
  color: #EF7D00;
}
section.productConfigration2.type2 .content .leftArea {
  padding-top: 65px;
}
section.productConfigration2.type2 .content .pc3OptionGroup {
  margin-bottom: 45px;
}
section.productConfigration2.type2 .content .pc3OptionGroup .pc3OgTitle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
section.productConfigration2.type2 .content .pc3OptionGroup .pc3OgContent {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
section.productConfigration2.type2 .content .pc3OptionGroup .pc3OgContent .pc3OgImage {
  width: 220px;
  flex-shrink: 0;
  border: 1px solid #D4D4D4;
  padding: 50px 15px;
  background: #fff;
}
section.productConfigration2.type2 .content .pc3OptionGroup .pc3OgContent .pc3OgImage img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  aspect-ratio: 190/115;
}
section.productConfigration2.type2 .content .pc3OptionGroup .pc3OgContent .pc3OgList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.productConfigration2.type2 .content .pc3SummaryCard {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
  padding-top: 85px;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScTitle {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScImage {
  margin-bottom: 60px;
  padding: 0 50px;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScImage img {
  width: 100%;
  height: auto;
  display: block;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScBtnWrapper {
  text-align: center;
  margin-bottom: 40px;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScBtnWrapper .pc3ScBtn {
  display: inline-flex;
  background: #000;
  color: #fff;
  padding: 18px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
section.productConfigration2.type2 .content .pc3SummaryCard .pc3ScBtnWrapper .pc3ScBtn:hover {
  background: #EF7D00;
}

.pc3OverviewPage {
  padding: 40px 0 80px;
}
.pc3OverviewPage .pc3OpHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
}
.pc3OverviewPage .pc3OpHeader .pc3OpTitle {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.pc3OverviewPage .pc3OpHeader .pc3OpAction .btnQuote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF5E8;
  border-bottom: 3px solid #EF7D00;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 21px 50px;
  text-decoration: none;
  transition: 0.2s ease all;
}
.pc3OverviewPage .pc3OpHeader .pc3OpAction .btnQuote:hover {
  background: #EF7D00;
  color: #fff;
}
.pc3OverviewPage .pc3OpImage {
  aspect-ratio: 885/405;
  max-width: 885px;
  margin: 0 auto 230px;
  position: relative;
  cursor: crosshair;
  /* veya none yaparak lensin içindeyken standart imleci gizleyebilirsiniz */
}
.pc3OverviewPage .pc3OpImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pc3OverviewPage .pc3OpImage .zoom-lens {
  position: absolute;
  width: 150px;
  /* Büyüteç karesinin genişliği */
  height: 100px;
  /* Büyüteç karesinin yüksekliği */
  border: 2px solid #EF7D00;
  background-repeat: no-repeat;
  pointer-events: none;
  /* Mouse event'lerinin resmi tetiklemesi için şart */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  border-radius: 8px;
  /* Tam kare isterseniz 0 yapabilirsiniz */
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.pc3OverviewPage .pc3OpImage .zoom-lens.active {
  opacity: 1;
  visibility: visible;
}
.pc3OverviewPage .pc3OpGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColHeader {
  background: #F6F6F6;
  padding: 26px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody {
  padding: 35px 30px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .infoArea {
  padding-right: 65px;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .infoArea .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .infoArea .desc {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .editIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .editIcon img,
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .editIcon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease all;
}
.pc3OverviewPage .pc3OpGrid .pc3OpCol .pc3OpColBody .pc3OpItem .editIcon:hover {
  opacity: 0.7;
}

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