@charset "UTF-8";
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zalando Sans Expert";
  src: url("fonts/ZalandoSans_Expanded-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-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: 1455px;
  }
  .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: 1455px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1455px;
  }
  .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: 1455px;
  }
}
.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: "Zalando Sans Expert";
  max-width: 100vw;
  background: #1b1b1b;
  font-feature-settings: "kern", "liga";
}
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.darkBg {
  background: #121212;
}
body.bg0f {
  background: #0f0f0f;
}

* {
  font-family: "Zalando Sans Expert";
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "kern", "liga";
}
*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

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

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

a {
  color: #000;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none !important;
}

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

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

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

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

.rowCenter {
  justify-content: center;
}

.customCol {
  max-width: 343px;
}

.colCustom2 {
  max-width: 464px;
}

.colCustom3 {
  max-width: 465px;
}

.colCustom4 {
  max-width: 249px;
}

.colCustom5 {
  max-width: 310px;
}

.colCustom6 {
  max-width: 246px;
}

header {
  padding: 45px 0;
  position: relative;
  z-index: 999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logoArea {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .logoArea .logoText {
  color: #9D7E7E;
  font-size: 8.5px;
  line-height: 10px;
  font-weight: 600;
}
header .headerMenuArea {
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34);
  position: relative;
  background: #1E1E1E;
  border: 1px solid #662020;
  padding: 10px 35px 10px 10px;
  border-radius: 10px;
  align-items: center;
  gap: 30px;
  transition: 0.3s ease all;
  display: flex;
  /*   &:after{
      content: "";
      box-shadow: inset 20px 10px 51.4px 0 rgba(212, 54, 54, 0.21);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  } */
}
header .headerMenuArea .menu {
  box-shadow: 0 0 26px 0 rgba(255, 0, 0, 0.34);
  display: flex;
  width: 120px;
  border-radius: 10px;
  height: 55px;
  position: relative;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #DE6B6B 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
header .headerMenuArea .menu .icon {
  width: 15px;
  height: 12px;
  display: flex;
  box-shadow: 0 0 17.8px 0 #FF6565;
  position: relative;
}
header .headerMenuArea .menu .icon:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/openmenu.svg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DF7070;
}
header .headerMenuArea .menu:after {
  content: "";
  box-shadow: inset 3px 5px 8.8px 0 rgba(0, 0, 0, 0.31);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
}
header .headerMenuArea .menu:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #404040 0%, #363535 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
header .headerMenuArea .searchArea {
  position: relative;
  width: 420px;
}
header .headerMenuArea .searchArea label {
  font-size: 13px;
  font-weight: 500;
  background: linear-gradient(90deg, #5E5E5E 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
header .headerMenuArea .searchArea input {
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  z-index: 2;
  color: #fff;
}
header .headerMenuArea .searchArea input:focus {
  outline: none;
}
header .headerMenuArea .searchArea.filled label {
  opacity: 0;
  transform: translateY(-50%) translateX(5px);
}
header .headerMenuArea .openMenu {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: #1E1E1E;
  left: -1px;
  border: 1px solid #662020;
  border-top: none;
  border-radius: 0 0 15px 15px;
  width: calc(100% + 2px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .headerMenuArea .openMenu ul {
  padding: 20px 55px 25px;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
header .headerMenuArea .openMenu ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #888888 0%, #ffffff 50%, #888888 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease;
}
header .headerMenuArea .openMenu ul li a:hover {
  background-position: 100% 50%;
}
header .headerMenuArea .openMenu .getOffer {
  padding: 25px 55px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid #662020;
  font-family: "Share Tech", sans-serif;
}
header .headerMenuArea .openMenu .getOffer .imgArea {
  aspect-ratio: 1/1;
  width: 53px;
}
header .headerMenuArea .openMenu .getOffer .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .headerMenuArea .openMenu:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  aspect-ratio: 264/126;
  max-width: 264px;
  width: 100%;
  background-image: url(../img/menugun.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
header .headerMenuArea.active {
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
}
header .headerMenuArea.active .openMenu {
  transform: translateY(100%);
  opacity: 1;
  pointer-events: all;
}
header .lang {
  position: relative;
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34);
  border-radius: 10px;
}
header .lang .activeLang {
  cursor: pointer;
  background: #111;
  color: #F4A0A0;
  font-weight: 800;
  width: 80px;
  height: 75px;
  display: flex;
  background: rgba(30, 30, 30, 0.12);
  border: 1px solid #662020;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease all;
  z-index: 11;
  position: relative;
  border-radius: 10px;
}
header .lang .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34);
  background: #111;
  border: 1px solid #662020;
  border-top: none;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  border-radius: 0 0 10px 10px;
  transition: 0.3s ease all;
  overflow: hidden;
}
header .lang .list li {
  padding: 10px 14px;
  cursor: pointer;
  list-style: none;
  color: #ccc;
}
header .lang .list li:hover {
  background: #222;
  color: #fff;
}
header .lang .list a {
  color: #fff;
}
header .lang.open .activeLang {
  border-radius: 10px 10px 0 0;
}
header .lang.open .list {
  opacity: 1;
  pointer-events: auto;
}
header .mobileArea {
  justify-content: flex-end;
  gap: 10px;
  display: none;
}
header .mobileArea .openMenuBtn {
  box-shadow: 0 0 26px 0 rgba(255, 0, 0, 0.34);
  display: flex;
  width: 55px;
  border-radius: 10px;
  height: 55px;
  position: relative;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #DE6B6B 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
header .mobileArea .openMenuBtn .icon {
  width: 15px;
  height: 12px;
  display: flex;
  box-shadow: 0 0 17.8px 0 #FF6565;
  position: relative;
}
header .mobileArea .openMenuBtn .icon:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/openmenu.svg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DF7070;
}
header .mobileArea .openMenuBtn:after {
  content: "";
  box-shadow: inset 3px 5px 8.8px 0 rgba(0, 0, 0, 0.31);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
}
header .mobileArea .openMenuBtn:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #404040 0%, #363535 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
header .mobileArea .searchMenuBtn {
  box-shadow: 0 0 26px 0 rgba(255, 0, 0, 0.34);
  display: flex;
  width: 55px;
  border-radius: 10px;
  height: 55px;
  position: relative;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #DE6B6B 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
header .mobileArea .searchMenuBtn .icon {
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}
header .mobileArea .searchMenuBtn .icon:after {
  content: "";
  position: absolute;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/search.svg");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DF7070;
}
header .mobileArea .searchMenuBtn:after {
  content: "";
  box-shadow: inset 3px 5px 8.8px 0 rgba(0, 0, 0, 0.31);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
}
header .mobileArea .searchMenuBtn:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #404040 0%, #363535 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
header .mobileArea .searchMobileMenu {
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  transform: translateY(100%);
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
header .mobileArea .searchMobileMenu .inputArea {
  width: 100%;
}
header .mobileArea .searchMobileMenu .inputArea input {
  padding: 25px 20px;
  height: 70px;
}
header .mobileArea .searchMobileMenu .beautifulBtn {
  position: absolute;
  background: transparent;
  border-radius: 10px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 90px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #1E1E1E;
  background: #1b1b1b;
}
header .mobileArea .searchMobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header .mobileArea .headerMobileMenu {
  position: absolute;
  background: #1b1b1b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 65px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .mobileArea .headerMobileMenu .container {
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
header .mobileArea .headerMobileMenu .topMenu {
  padding-top: 45px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
}
header .mobileArea .headerMobileMenu .mobileLang {
  margin-bottom: 25px;
}
header .mobileArea .headerMobileMenu .mobileLang .list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
header .mobileArea .headerMobileMenu .mobileLang li {
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
header .mobileArea .headerMobileMenu .mobileLang a {
  color: #fff;
}
header .mobileArea .headerMobileMenu ul {
  flex-direction: column;
  display: flex;
  gap: 15px;
}
header .mobileArea .headerMobileMenu ul li {
  display: flex;
  justify-content: center;
}
header .mobileArea .headerMobileMenu ul li a {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(90deg, #888888 0%, #ffffff 50%, #888888 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease;
}
header .mobileArea .headerMobileMenu ul li a:hover {
  background-position: 100% 50%;
}
header .mobileArea .headerMobileMenu .getOffer {
  margin-top: auto;
  padding: 0 55px 25px 55px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Share Tech", sans-serif;
}
header .mobileArea .headerMobileMenu .getOffer .imgArea {
  aspect-ratio: 1/1;
  width: 53px;
}
header .mobileArea .headerMobileMenu .getOffer .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .mobileArea .headerMobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.footerTop {
  position: relative;
  z-index: 3;
}
.footerTop .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 80px;
}
.footerTop .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(90deg, #616161 0%, #292929 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 525px;
}
.footerTop .text b {
  background: linear-gradient(90deg, #888888 0%, #ffffff 50%, #888888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footerTop .socialArea {
  display: flex;
  gap: 10px;
}
.footerTop .socialArea .socialItem {
  cursor: pointer;
  background: #111;
  color: #F4A0A0;
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34);
  border-radius: 10px;
  font-weight: 800;
  width: 80px;
  height: 75px;
  display: flex;
  background: rgba(30, 30, 30, 0.12);
  border: 1px solid #662020;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease all;
  z-index: 11;
  position: relative;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.footerTop .socialArea .socialItem:hover {
  box-shadow: 0 0 27px 0 rgba(255, 0, 0, 0.34);
}

footer {
  margin-top: 65px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
footer .container {
  min-height: 465px;
  padding-left: 80px;
  padding-top: 90px;
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #949494;
}
footer .footerBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: color-dodge;
  overflow: hidden;
}
footer .footerBg img {
  opacity: 0.15;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
footer .footerContact {
  padding-right: 95px;
  position: relative;
  z-index: 2;
}
footer .footerContact .logoArea {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .footerContact .logoArea .logoText {
  color: #9D7E7E;
  font-size: 8.5px;
  line-height: 10px;
  font-weight: 600;
}
footer .footerContact .footerPhone {
  margin-bottom: 20px;
}
footer .footerContact .footerPhone .title {
  background: linear-gradient(90deg, #717171 0%, #FF8383 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
}
footer .footerContact .footerPhone .phone {
  color: #989898;
  font-size: 16px;
  font-weight: 300;
}
footer .footerContact .footerPhone .phone b {
  font-weight: 600;
}
footer .footerContact .address {
  color: #989898;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}
footer .footerContact .address b {
  display: block;
  color: #6E6E6E;
}
footer .footerContact .mail {
  color: #989898;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
footer .footerArea {
  position: relative;
  z-index: 2;
}
footer .footerArea .menus {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
footer .footerArea .menus .menu .title {
  margin-bottom: 20px;
  color: #484848;
  font-weight: 700;
  font-size: 14px;
}
footer .footerArea .menus .menu ul {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
footer .footerArea .menus .menu ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #7B7B7B;
  transition: 0.3s ease all;
}
footer .footerArea .menus .menu ul li a:hover {
  color: #ff0000;
}
footer .footerArea .footerAreaBottom {
  margin-top: 30px;
  padding-right: 115px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}
footer .footerArea .footerAreaBottom .footerOffer {
  background: rgba(30, 30, 30, 0.12);
  display: flex;
  align-items: center;
  gap: 15px;
  -webkit-backdrop-filter: blur(83.75px);
          backdrop-filter: blur(83.75px);
  padding: 5px 7px 5px 30px;
  border-radius: 100px;
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34);
  position: relative;
}
footer .footerArea .footerAreaBottom .footerOffer .text {
  color: #fff;
  width: 165px;
  font-family: "Share Tech", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
footer .footerArea .footerAreaBottom .footerOffer:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #404040 0%, #363535 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
footer .footerArea .footerAreaBottom:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  background-image: url("../img/footergun.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 168/37;
  background-position: right;
  width: 168px;
}
footer .footerBottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  padding-right: 70px;
}
footer .footerBottom .rights {
  font-size: 13px;
  font-weight: 700;
  color: #6E6E6E;
}
footer .footerBottom .policy {
  display: flex;
  gap: 25px;
}
footer .footerBottom .policy .item {
  position: relative;
  color: #6E6E6E;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease all;
}
footer .footerBottom .policy .item:after {
  content: "|";
  position: absolute;
  left: -14px;
  top: 50%;
  color: #6E6E6E;
  transform: translateY(-50%);
}
footer .footerBottom .policy .item:hover {
  color: #ff0000;
}
footer .stageLogo {
  transform: translateX(-36px);
  display: flex;
  margin: 0 auto;
  width: 88px;
  aspect-ratio: 88/33;
  position: relative;
  z-index: 3;
}
footer:after {
  content: "";
  background-image: url("../img/dot_1.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  max-width: 1080px;
  aspect-ratio: 1080/981;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(55%);
  z-index: 2;
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0.8;
}

@keyframes spin360Smooth {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
section.mainSlide {
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent {
  padding: 185px 0 100px;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.mainSlide .slideContent .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainSlide .slideContent .content {
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent .content > .title {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 920px;
  width: 100%;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
section.mainSlide .slideContent .content > .imgArea {
  aspect-ratio: 1400/338;
  max-width: 1400px;
  width: 100%;
  position: relative;
}
section.mainSlide .slideContent .content > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent .content > .imgArea:after {
  content: "";
  position: absolute;
  left: 50%;
  aspect-ratio: 1435/365;
  width: 100%;
  max-width: 1435px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/mainbannertext.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
section.mainSlide .slideContent .content .bottomArea {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.mainSlide .slideContent .content .bottomArea .paginationArea .text {
  max-width: 535px;
  font-family: "Share Tech", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
}
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global,
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  bottom: unset;
  left: unset;
}
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet,
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #584646;
  flex-shrink: 0;
  background: transparent;
  color: #584646;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease all;
  opacity: 1 !important;
}
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet.swiper-pagination-bullet-active, section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet:hover,
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.mainSlide .slideContent .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet:hover {
  border: 1px solid #CA9F9F;
  color: #CA9F9F;
}
section.mainSlide .slideContent2 {
  padding: 185px 0 100px;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent2 .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
section.mainSlide .slideContent2 .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainSlide .slideContent2 .backgroundDot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  z-index: 1;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
section.mainSlide .slideContent2 .backgroundDot img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  mix-blend-mode: screen;
}
section.mainSlide .slideContent2 .content {
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent2 .content > .title {
  margin: 0 auto;
  text-align: center;
  max-width: 875px;
  width: 100%;
  font-size: 74px;
  font-weight: 600;
  line-height: 75px;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent2 .content > .imgArea {
  aspect-ratio: 1235/309;
  max-width: 1235px;
  width: 100%;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 140px;
  transform: translateX(-50%);
}
section.mainSlide .slideContent2 .content > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent2 .content .bottomArea {
  max-width: 970px;
  width: 100%;
  margin: 160px auto 0;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent2 .content .bottomArea .paginationArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .text {
  max-width: 535px;
  font-family: "Share Tech", sans-serif;
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
  text-align: center;
}
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination-global,
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  bottom: unset;
  left: unset;
}
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet,
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #584646;
  flex-shrink: 0;
  background: transparent;
  color: #584646;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease all;
  opacity: 1 !important;
}
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet.swiper-pagination-bullet-active, section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet:hover,
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.mainSlide .slideContent2 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet:hover {
  border: 1px solid #CA9F9F;
  color: #CA9F9F;
}
section.mainSlide .slideContent2 .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 190px;
  top: 130px;
  width: 100%;
  aspect-ratio: 1620/871;
  max-width: 1620px;
  background-image: url("../img/titlebannerimg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
section.mainSlide .slideContent3 {
  padding: 185px 0 100px;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent3 .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
section.mainSlide .slideContent3 .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainSlide .slideContent3 .backgroundDot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  z-index: 1;
}
section.mainSlide .slideContent3 .backgroundDot img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  mix-blend-mode: screen;
}
section.mainSlide .slideContent3 > .imgArea {
  aspect-ratio: 976/321;
  max-width: 976px;
  width: 100%;
  position: absolute;
  left: -95px;
  bottom: 190px;
}
section.mainSlide .slideContent3 > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent3 .content {
  position: relative;
  z-index: 2;
}
section.mainSlide .slideContent3 .content > .title {
  margin: 0 auto;
  max-width: 875px;
  width: 100%;
  font-size: 74px;
  font-weight: 600;
  line-height: 75px;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: 90px;
}
section.mainSlide .slideContent3 .content .rightCardArea {
  margin-left: auto;
  width: 630px;
}
section.mainSlide .slideContent3 .content .rightCardArea .row {
  justify-content: flex-end;
}
section.mainSlide .slideContent3 .content .bottomArea {
  width: 100%;
  margin: 160px auto 0;
}
section.mainSlide .slideContent3 .content .bottomArea .paginationArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .text {
  max-width: 535px;
  font-family: "Share Tech", sans-serif;
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global,
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination {
  padding-left: 75px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  bottom: unset;
  left: unset;
}
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet,
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #584646;
  flex-shrink: 0;
  background: transparent;
  color: #584646;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease all;
  opacity: 1 !important;
}
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet.swiper-pagination-bullet-active, section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination-global .swiper-pagination-bullet:hover,
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.mainSlide .slideContent3 .content .bottomArea .paginationArea .swiper-pagination .swiper-pagination-bullet:hover {
  border: 1px solid #CA9F9F;
  color: #CA9F9F;
}
section.mainSlide .mainSlider {
  position: relative;
  z-index: 2;
}
section.mainSlide .mainSlider .swiper-slide .subTitle {
  max-width: 535px;
  font-family: "Share Tech", sans-serif;
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin: 20px auto 0;
  display: none;
}
section.mainSlide .mainSlider .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pagebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

section.mainGuns {
  background: #0F0F0F;
  border-radius: 0 0 100px 100px;
  position: relative;
  z-index: 10;
}
section.mainGuns .container {
  position: relative;
}
section.mainGuns .gridArea {
  display: flex;
  border-right: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.mainGuns .gridArea .item {
  width: 33.3333333333;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 85px;
}
section.mainGuns .gridArea .item:nth-child(2) {
  border-right: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  align-items: center;
}
section.mainGuns .gridArea .item:nth-child(2) img {
  margin-bottom: 150px;
}
section.mainGuns .gridArea:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 844px;
  width: 100%;
  background-size: contain;
  background-image: url("../img/dot_1.gif");
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%) translateY(130px);
}
section.mainGuns .contentArea {
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 110px 0 170px;
}
section.mainGuns .contentArea .armsCard {
  margin-top: 20px;
  width: 50%;
  background: #1B1B1B;
  border-radius: 50px;
  padding: 110px 55px 50px 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.mainGuns .contentArea .armsCard .text {
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  max-width: 550px;
  text-align: right;
  font-family: "Share Tech", sans-serif;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.mainGuns .contentArea .armsCard .bottomArea {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}
section.mainGuns .contentArea .armsCard .bottomArea .logoArea {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section.mainGuns .contentArea .armsCard .bottomArea .logoArea .logoText {
  color: #666666;
  font-size: 8.5px;
  line-height: 10px;
  font-weight: 600;
}
section.mainGuns .contentArea .armsCard .bottomArea .arrow {
  width: 106px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #666666;
}
section.mainGuns .contentArea .armsCard .bottomArea .arrow .icon {
  width: 33px;
  height: 31px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #ff0000;
  transition: 0.3s ease all;
}
section.mainGuns .contentArea .armsCard .bottomArea .arrow:hover .icon {
  transform: translateX(10px);
}
section.mainGuns .contentArea .rightCards {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
section.mainGuns:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110px;
  aspect-ratio: 1579/220;
  width: 100%;
  max-width: 1579px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/thesalixtext.png");
  z-index: 2;
}

section.mainSignificant {
  position: relative;
  z-index: 9;
  background: #1B1B1B;
  padding-top: 230px;
  transform: translateY(-110px);
  border-radius: 0 0 100px 100px;
  margin-bottom: -110px;
}
section.mainSignificant .titleArea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 115px;
}
section.mainSignificant .titleArea .title {
  max-width: 725px;
  font-size: 64px;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  line-height: 68px;
  background: linear-gradient(90deg, #fff 0%, #999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.mainSignificant .titleArea .title span {
  display: flex;
  align-items: flex-end;
}
section.mainSignificant .titleArea .title span img {
  transform: translateY(-13px) translateX(-5px);
}
section.mainSignificant .titleArea .text {
  max-width: 650px;
  color: #8F8F8F;
  font-family: "Share Tech", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
}
section.mainSignificant .content {
  display: flex;
  flex-wrap: wrap;
}
section.mainSignificant .content .item25 {
  width: 25%;
  border-left: 1px solid #2D2D2D;
  height: 218px;
}
section.mainSignificant .content .item25 .itemContent {
  padding: 50px 55px;
}
section.mainSignificant .content .item25 .itemContent .title {
  background: linear-gradient(90deg, #FF4242 0%, #3A3A3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 900;
  line-height: 68px;
  text-shadow: 0 0 100px #ff0000;
  display: flex;
  align-items: center;
}
section.mainSignificant .content .item25 .itemContent .title span {
  width: 190px;
  display: flex;
}
section.mainSignificant .content .item25 .itemContent .subTitle {
  color: #FFB4B4;
  font-size: 20px;
  font-weight: 900;
  line-height: 52px;
}
section.mainSignificant .content .item25 .itemContent.green {
  padding-top: 40px;
}
section.mainSignificant .content .item25 .itemContent.green .title {
  font-size: 44px;
  line-height: 47px;
  background: linear-gradient(90deg, #94E6A4 0%, #282828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 78px #3E9D4F;
}
section.mainSignificant .content .item25 .itemContent.green .subTitle {
  color: #D2FFDA;
}
section.mainSignificant .content .item25.borderRight {
  border-right: 1px solid #2D2D2D;
}
section.mainSignificant .content .item50 {
  width: 50%;
  height: 250px;
  border-right: 1px solid #2D2D2D;
  transform: translateX(1px);
  display: flex;
  align-items: center;
  position: relative;
}
section.mainSignificant .content .item50 .arrow {
  width: 106px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #666666;
}
section.mainSignificant .content .item50 .arrow .icon {
  width: 33px;
  height: 31px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #ff0000;
  transition: 0.3s ease all;
}
section.mainSignificant .content .item50 .arrow:hover .icon {
  transform: translateX(10px);
}
section.mainSignificant .content .item50 .arrowArea {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.mainSignificant .content .item50 .arrowArea .text {
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(90deg, #505050 0%, #6D6D6D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.mainSignificant .content .item50 .imgArea {
  aspect-ratio: 719/129;
  width: 100%;
  position: relative;
  z-index: 2;
}
section.mainSignificant .content .item50 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainSignificant .content .item50.centerBorder {
  transform: none;
}
section.mainSignificant .content .item50.centerBorder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #2D2D2D;
}
section.mainSignificant .content .item50.borderTop {
  border-top: 1px solid #2D2D2D;
}

section.mainSupplier {
  padding: 230px 0 130px;
  transform: translateY(-110px);
  border-radius: 0 0 100px 100px;
  position: relative;
  z-index: 8;
  background: #060606;
  overflow: hidden;
}
section.mainSupplier .title {
  text-align: center;
  font-size: 100px;
  line-height: 114px;
  background: linear-gradient(90deg, #525252 0%, #202020 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 auto 60px;
  font-weight: 600;
  text-transform: uppercase;
}
section.mainSupplier .title b {
  font-weight: 600;
  background: linear-gradient(90deg, #62F8FF 0%, #010356 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.mainSupplier .title img {
  display: inline-block;
  height: 1.05em;
  margin: 0 0.2em;
  vertical-align: middle;
  opacity: 0.85;
}
section.mainSupplier .content {
  position: relative;
  z-index: 2;
}
section.mainSupplier .content .cardArea {
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.mainSupplier .content .bottomText {
  max-width: 1235px;
  font-family: "Share Tech", sans-serif;
  color: #8F8F8F;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin: 85px auto 0;
}
section.mainSupplier:after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(50%);
  bottom: 0;
  background-image: url("../img/globe.gif");
  mix-blend-mode: screen;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 710/710;
  max-width: 710px;
  width: 100%;
}

section.policy {
  padding: 270px 0 200px;
}
section.policy .navlist1 {
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}

section.noModel {
  padding: 235px 0 165px;
}
section.noModel .content {
  position: relative;
}
section.noModel .content .title {
  max-width: 745px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0 auto 60px;
  text-align: center;
}
section.noModel .content .imgArea {
  transform: translateX(10px);
}
section.noModel .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.noModel .content .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.noModel .content .bottomText {
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  line-height: 30px;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 900px;
  margin: 60px auto 0;
  text-align: center;
}
section.noModel .content .noModelArea {
  position: relative;
  z-index: 2;
}
section.noModel .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 35px;
  width: 100%;
  aspect-ratio: 1435/907;
  background-image: url("../img/titlebannerimg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

section.page404 {
  padding: 150px 0 165px;
}
section.page404 .content {
  position: relative;
}
section.page404 .content .title {
  font-size: 281px;
  font-weight: 600;
  text-align: center;
  line-height: 320px;
  text-align: center;
  background: linear-gradient(90deg, #460000 0%, #FF0000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.page404 .content .imgArea {
  transform: translateX(10px);
}
section.page404 .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.page404 .content .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.page404 .content .bottomText {
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  line-height: 30px;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 900px;
  margin: 60px auto 0;
  text-align: center;
}
section.page404 .content .noModelArea {
  position: relative;
  z-index: 2;
}
section.page404 .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 115px;
  width: 100%;
  aspect-ratio: 1435/907;
  background-image: url("../img/titlebannerimg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

section.fqa {
  padding: 260px 0 65px;
}
section.fqa .navlist1 {
  margin-bottom: 40px;
}

section.sources {
  padding: 215px 0 125px;
}
section.sources .navlist1 {
  margin-bottom: 40px;
}
section.sources .content {
  position: relative;
  z-index: 2;
}

section.blogDetail {
  padding: 200px 0 100px;
}
section.blogDetail .blogImgArea {
  max-width: 875px;
  width: 100%;
  aspect-ratio: 875/528;
  display: flex;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
}
section.blogDetail .blogImgArea .vectorArea {
  position: absolute;
  bottom: -4px;
  left: -3px;
  width: calc(100% + 6px);
  height: 83px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/blogvector.svg");
  background: #2B2B2B;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
section.blogDetail .blogImgArea .vectorArea .date {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
}
section.blogDetail .blogText {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  line-height: 30px;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 424px;
}
section.blogDetail .bottomText {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 70px 0 100px;
  text-align: center;
}
section.blogDetail .content {
  position: relative;
  z-index: 2;
}

section.blog {
  padding: 170px 0 240px;
}
section.blog .pageTitle {
  margin-bottom: 110px;
}
section.blog .content {
  position: relative;
  z-index: 2;
}

section.productDetail {
  padding: 235px 0 160px;
}
section.productDetail .content {
  position: relative;
  z-index: 2;
}
section.productDetail .content .productArea {
  margin-bottom: 45px;
}
section.productDetail .content .productArea .productImgArea {
  border: 1px solid #CACACA;
  border-radius: 37px;
  padding: 110px 30px 30px;
  margin-bottom: 25px;
}
section.productDetail .content .productArea .productImgArea .model3d {
  margin: 20px auto;
  aspect-ratio: 1165/400;
  max-width: 1165px;
  width: 100%;
}
section.productDetail .content .productArea .productImgArea .mainImgArea .imgArea {
  margin: 20px auto;
  aspect-ratio: 1165/400;
  width: 100%;
  max-width: 1165px;
}
section.productDetail .content .productArea .thumbSlideArea .swiper-slide {
  aspect-ratio: 111/104;
  max-width: 111px;
  max-height: 104px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
section.productDetail .content .productArea .thumbSlideArea .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetail .content .productArea .bottomButtons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.productDetail .content .productArea .bottomButtons .button3d {
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 75px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #662020;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  box-shadow: 0 0 97px 0 rgba(255, 0, 0, 0.34), inset 20px 10px 51px 0 rgba(212, 54, 54, 0.21);
}
section.productDetail .content .productArea .bottomButtons .button3d .imgArea {
  position: relative;
  width: 37px;
  height: 37px;
}
section.productDetail .content .productArea .bottomButtons .button3d .imgArea .img3d {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 11px;
}
section.productDetail .content .productArea .bottomButtons .button3d .imgArea .img3d2 {
  animation: spin360Smooth 6s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
section.productDetail .content .productArea .bottomButtons .items {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}
section.productDetail .content .productArea .bottomButtons .items .item {
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(90deg, #828282 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Share Tech", sans-serif;
  display: inline-flex;
}
section.productDetail .content .tabs {
  margin-bottom: 70px;
}
section.productDetail .content .textArea {
  max-width: 1265px;
  margin: 0 auto;
}
section.productDetail .content .textArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Share Tech", sans-serif;
  background: linear-gradient(90deg, #828282 0%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
  text-align: center;
}
section.productDetail .content .textArea p:last-child {
  margin: 0;
}
section.productDetail .content .pdfCards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 55px;
}
section.productDetail .content .pdfCards .item {
  border: 1px solid #3B3B3B;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  min-height: 100%;
  padding: 10px 20px 10px 10px;
  max-width: 377px;
}
section.productDetail .content .pdfCards .item .pdfArea {
  width: 73px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border-radius: 9px;
  position: relative;
  box-shadow: inset 3px 5px 8.8px rgba(0, 0, 0, 0.31), 8px 8px 15.9px rgba(0, 0, 0, 0.56), 0 0 26.3px rgba(255, 2, 2, 0.3), 11px 10px 31.8px rgba(0, 0, 0, 0);
}
section.productDetail .content .pdfCards .item .pdfArea .pdf {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #DE6B6B 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
}
section.productDetail .content .pdfCards .item .pdfArea:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  z-index: 1;
  background: linear-gradient(45deg, #404040 0%, #1F1F1F 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
section.productDetail .content .pdfCards .item .text {
  background: linear-gradient(90deg, #DE6B6B 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
section.productDetail .content .productVideoGallery {
  margin: 70px 0 180px;
}
section.productDetail .content .productMiddleArea {
  display: flex;
  margin-bottom: 185px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
section.productDetail .content .productMiddleArea .item {
  max-width: 310px;
  z-index: 3;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
section.productDetail .content .productMiddleArea .imgArea {
  position: absolute;
  aspect-ratio: 1017/306;
  max-width: 1017px;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
section.productDetail .content .productMiddleArea:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
  background-size: contain;
  aspect-ratio: 500/500;
  max-width: 844px;
  width: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  background-image: url(../img/dot_1.gif);
}
section.productDetail .content .bottomProducts {
  margin-bottom: 130px;
}
section.productDetail .content .bottomGlobal .imgArea {
  padding-bottom: 20px;
  aspect-ratio: 750/237;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}
section.productDetail .content .bottomGlobal .imgArea img {
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
section.productDetail .content .bottomGlobal .bottomText {
  background: linear-gradient(90deg, #fff 0%, #828282 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.product {
  padding: 200px 0 80px;
}
section.product .content {
  position: relative;
  z-index: 2;
  margin-top: 175px;
}

section.productFilter {
  padding: 215px 0 125px;
}
section.productFilter .smartFiltering {
  display: flex;
  align-items: center;
  padding: 5px 6px 5px 25px;
  gap: 15px;
  background: rgba(30, 30, 30, 0.12);
  border-radius: 100px;
  color: #fff;
  font-family: "Share Tech", sans-serif;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  -webkit-backdrop-filter: blur(83px);
          backdrop-filter: blur(83px);
  border: 1px solid #868686;
  box-shadow: 0 0 81px rgba(255, 0, 0, 0.34), inset 16px 8px 43px rgba(212, 54, 54, 0.21);
}
section.productFilter .smartFiltering .imgArea {
  border-radius: 50%;
  box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.56), 0 0 28px rgba(255, 2, 2, 0.3), 10px 6px 27px rgba(0, 0, 0, 0.19), inset 3px 5px 9px rgba(0, 0, 0, 0.31);
}
section.productFilter .pageTitle {
  margin-bottom: 90px;
}
section.productFilter .pageTitle .titleArea {
  position: relative;
  z-index: 2;
}
section.productFilter .pageTitle .titleArea .title {
  font-size: 40px;
  line-height: 49px;
}
section.productFilter .pageTitle .rightText {
  display: flex;
  align-items: center;
  gap: 40px;
}
section.productFilter .content {
  position: relative;
  z-index: 2;
}
section.productFilter .content .bottomText {
  margin-top: 90px;
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #8F8F8F;
}
section.productFilter .openerMenu {
  opacity: 0;
  pointer-events: none;
}
section.productFilter .openerMenu .filter {
  z-index: 1001;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
section.productFilter .openerMenu.active {
  opacity: 1;
  pointer-events: auto;
}
section.productFilter .smartFilteringMenu {
  position: absolute;
  border-radius: 40px 40px 0 0;
  top: 50%;
  left: 50%;
  max-width: 1060px;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #121212;
  z-index: 1002;
  padding: 45px 50px;
}
section.productFilter .smartFilteringMenu .titleArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 65px;
  position: relative;
}
section.productFilter .smartFilteringMenu .titleArea .title {
  max-width: 340px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  background: linear-gradient(90deg, #828282 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.productFilter .smartFilteringMenu .titleArea .logoArea {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section.productFilter .smartFilteringMenu .titleArea .logoArea .logoText {
  color: #464646;
  font-size: 8.5px;
  line-height: 10px;
  font-weight: 600;
}
section.productFilter .smartFilteringMenu .titleArea .closeBtn {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
section.productFilter .smartFilteringMenu .titleArea:after {
  content: "";
  position: absolute;
  left: -50px;
  top: -95px;
  background-image: url(../img/line1.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 662/202;
  max-width: 662px;
  width: 100%;
}
section.productFilter .smartFilteringMenu button {
  margin-top: 40px;
  display: flex;
  max-width: 220px;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #181818;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #880000;
  border-radius: 10px;
  box-shadow: inset 9px -8px 22px #ff0000, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: 0.3s ease all;
}
section.productFilter .smartFilteringMenu button:hover {
  box-shadow: inset 9px -8px 22px transparent, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
}

section.aboutUs {
  padding: 175px 0 180px;
}
section.aboutUs .banner {
  margin-bottom: 150px;
}
section.aboutUs .banner .aboutBannerAera {
  width: 100%;
  border: 14px solid #191919;
  border-radius: 68px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}
section.aboutUs .banner .aboutBannerAera .cardContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 85px 70px;
  z-index: 2;
}
section.aboutUs .banner .aboutBannerAera .cardContent .title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 39px;
}
section.aboutUs .banner .aboutBannerAera .cardContent .rightText {
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  color: #D5A3A3;
}
section.aboutUs .banner .aboutBannerAera .vectorArea {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/aboutvector.svg");
  background: #0F0F0F;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transform: translateY(2px);
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
section.aboutUs .banner .aboutBannerAera .imgArea {
  max-width: 895px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
  z-index: 4;
}
section.aboutUs .banner .aboutBannerAera .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.aboutUs .banner .aboutBannerAera:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  transform: translateX(-50%);
  aspect-ratio: 1182/635;
  max-width: 1182px;
  width: 100%;
  background-image: url(../img/mountain.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
section.aboutUs .banner .aboutBannerAera:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 54px;
  background-image: url("../img/cardbgimgred3.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
}
section.aboutUs .banner .halfText {
  transform: translateY(-35px);
  color: #262626;
  font-size: 67px;
  line-height: 74px;
  font-weight: 600;
  z-index: 1;
  padding-left: 65px;
}
section.aboutUs .banner .bottomText {
  margin-top: 30px;
  color: #8F8F8F;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 85px;
  max-width: 1270px;
  width: 100%;
  font-family: "Share Tech", sans-serif;
}
section.aboutUs .ourRoots {
  background: #121212;
  padding: 95px 0 105px;
}
section.aboutUs .ourRoots .content {
  position: relative;
  background-image: url(../img/ourroots.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 878px;
  padding: 0 155px 50px 220px;
}
section.aboutUs .ourRoots .content .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
section.aboutUs .ourRoots .content .titleArea > .title {
  max-width: 690px;
  font-size: 67px;
  font-weight: 600;
  line-height: 74px;
  background: linear-gradient(0deg, #828282 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.aboutUs .ourRoots .content .titleArea .cards {
  padding-bottom: 80px;
  max-width: 310px;
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
section.aboutUs .ourRoots .content > .text {
  max-width: 830px;
  font-family: "Share Tech", sans-serif;
  color: #868686;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
section.aboutUs .ourPower .titleAera {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  padding-right: 140px;
}
section.aboutUs .ourPower .titleAera .title {
  font-family: "Share Tech", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
  background: linear-gradient(90deg, #fff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 545px;
  width: 100%;
}
section.aboutUs .ourPower .titleAera .numberArea {
  font-size: 195px;
  font-weight: 900;
  color: #3A3A3A;
  position: relative;
  text-shadow: 0 0 300px #878787;
}
section.aboutUs .ourPower .titleAera .numberArea span {
  color: #1B1B1B;
}
section.aboutUs .ourPower .titleAera .numberArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: var(--number-bg-image, url(../img/ourpowergun.png));
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 609/112;
}
section.aboutUs .ourPower .content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #2D2D2D;
}
section.aboutUs .ourPower .content .item25 {
  width: 25%;
  border-left: 1px solid #2D2D2D;
  position: relative;
}
section.aboutUs .ourPower .content .item25 .itemContent {
  padding: 45px 65px;
}
section.aboutUs .ourPower .content .item25 .itemContent .title {
  background: linear-gradient(90deg, #FF4242 0%, #3A3A3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 900;
  line-height: 68px;
  text-shadow: 0 0 100px #ff0000;
  display: flex;
  align-items: center;
}
section.aboutUs .ourPower .content .item25 .itemContent .title span {
  width: 190px;
  display: flex;
}
section.aboutUs .ourPower .content .item25 .itemContent .title span.width190 {
  width: 120px;
}
section.aboutUs .ourPower .content .item25 .itemContent .subTitle {
  color: #FFB4B4;
  font-size: 20px;
  font-weight: 900;
  line-height: 52px;
}
section.aboutUs .ourPower .content .item25 .itemContent .text {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 20px;
  font-family: "Share Tech", sans-serif;
  margin-top: 70px;
}
section.aboutUs .ourPower .content .item25 .itemContent.green .title {
  background: linear-gradient(90deg, #94E6A4 0%, #282828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 78px #3E9D4F;
}
section.aboutUs .ourPower .content .item25 .itemContent.green .subTitle {
  color: #D2FFDA;
}
section.aboutUs .ourPower .content .item25:first-child {
  border-left: 0;
}
section.aboutUs .ourPower .content .item25:first-child:before {
  display: none;
}
section.aboutUs .ourPower .content .item25.borderRight {
  border-right: 1px solid #2D2D2D;
}
section.aboutUs .ourPower .content .item25:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -45px;
  transform: translate(50%, 50%);
  width: 44px;
  height: 44px;
  background: linear-gradient(to right, transparent 50%, red calc(50% - 1px), red calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, red calc(50% - 1px), red calc(50% + 1px), transparent 50%);
}

section.tolerance {
  padding: 175px 0 180px;
}
section.tolerance .banner {
  margin-bottom: 55px;
}
section.tolerance .banner .aboutBannerAera {
  width: 100%;
  border: 14px solid #191919;
  border-radius: 68px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}
section.tolerance .banner .aboutBannerAera .cardContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 85px 70px;
  z-index: 2;
}
section.tolerance .banner .aboutBannerAera .cardContent .title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 39px;
}
section.tolerance .banner .aboutBannerAera .cardContent .rightText {
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  color: #D5A3A3;
}
section.tolerance .banner .aboutBannerAera .vectorArea {
  height: 456px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transform: translateY(2px);
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
section.tolerance .banner .aboutBannerAera .vectorArea .imgArea {
  width: 100%;
  height: 100%;
}
section.tolerance .banner .aboutBannerAera .vectorArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.tolerance .banner .aboutBannerAera:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 54px;
  background-image: url("../img/cardbgimg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
}
section.tolerance .banner .bottomText {
  margin-top: 45px;
  color: #8F8F8F;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 85px;
  max-width: 1270px;
  width: 100%;
  font-family: "Share Tech", sans-serif;
}
section.tolerance .pinnacle {
  padding: 165px 0;
  position: relative;
  background: #121212;
}
section.tolerance .pinnacle .container {
  position: relative;
  z-index: 2;
}
section.tolerance .pinnacle .container > .title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 130px;
  font-size: 67px;
  line-height: 74px;
  font-weight: 600;
  background: linear-gradient(0deg, #828282 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.tolerance .pinnacle:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1920/847;
  background-image: url("../img/mountain2.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
section.tolerance .production {
  padding: 150px 0 0;
}
section.tolerance .production .titleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}
section.tolerance .production .titleArea .arrow {
  width: 106px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #666666;
}
section.tolerance .production .titleArea .arrow .icon {
  width: 33px;
  height: 31px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #ff0000;
  transition: 0.3s ease all;
  transform: rotate(90deg);
}
section.tolerance .production .titleArea .arrow:hover .icon {
  transform: rotate(90deg) translateX(10px);
}
section.tolerance .production .titleArea .title {
  max-width: 940px;
  color: #2D2D2D;
  font-size: 78px;
  font-weight: 700;
  line-height: 81px;
}
section.tolerance .production .titleArea:after {
  content: "";
  background-image: url("../img/blurgun2");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 35px;
  aspect-ratio: 894/165;
  max-width: 894px;
  width: 100%;
  pointer-events: none;
}
section.tolerance .production .content {
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
  display: flex;
  align-items: center;
}
section.tolerance .production .content .leftImgArea {
  max-width: 483px;
  padding: 20px 20px 20px 0;
  border-right: 1px solid #2D2D2D;
  position: relative;
  flex-shrink: 0;
}
section.tolerance .production .content .leftImgArea .area {
  background: #272727;
  border-radius: 32px;
  padding: 15px;
  position: relative;
}
section.tolerance .production .content .leftImgArea .area .text {
  position: absolute;
  top: 40px;
  right: 55px;
  color: #A1907E;
  font-size: 25px;
  font-weight: 700;
}
section.tolerance .production .content .leftImgArea .area .imgArea {
  width: 100%;
  aspect-ratio: 432/469;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.tolerance .production .content .leftImgArea:after {
  content: "";
  position: absolute;
  top: 0;
  right: -44px;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: linear-gradient(to right, transparent 50%, #ff0000 calc(50% - 1px), #ff0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #ff0000 calc(50% - 1px), #ff0000 calc(50% + 1px), transparent 50%);
}
section.tolerance .production .content .leftImgArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -44px;
  transform: translate(-50%, 50%);
  width: 44px;
  height: 44px;
  background: linear-gradient(to right, transparent 50%, #ff0000 calc(50% - 1px), #ff0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #ff0000 calc(50% - 1px), #ff0000 calc(50% + 1px), transparent 50%);
}
section.tolerance .production .content > .text {
  width: 100%;
  padding-left: 95px;
}
section.tolerance .production .content > .text p {
  font-family: "Share Tech", sans-serif;
  color: #8F8F8F;
  margin-bottom: 55px;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}
section.tolerance .production .content > .text p:last-child {
  margin: 0;
}
section.tolerance .ourPower {
  padding-top: 160px;
}
section.tolerance .ourPower .titleAera {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
section.tolerance .ourPower .titleAera .title {
  font-family: "Share Tech", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
  background: linear-gradient(90deg, #fff 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 545px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 100px #878787;
}
section.tolerance .ourPower .titleAera .numberArea {
  font-size: 195px;
  font-weight: 900;
  color: #3A3A3A;
  position: relative;
  text-shadow: 0 0 300px #878787;
  margin-top: -50px;
}
section.tolerance .ourPower .titleAera .numberArea:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 75px;
  background-image: url(../img/titlegun.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 687px;
  aspect-ratio: 687/136;
}
section.tolerance .ourPower .content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #2D2D2D;
}
section.tolerance .ourPower .content .item25 {
  width: 33.3333333333%;
  border-left: 1px solid #2D2D2D;
  position: relative;
}
section.tolerance .ourPower .content .item25 .itemContent {
  padding: 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
section.tolerance .ourPower .content .item25 .itemContent .title {
  background: linear-gradient(90deg, #F9E655 0%, #3A3A3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
  text-shadow: 0 0 100px #B4A951;
  display: flex;
  align-items: center;
  padding: 0 50px 0 70px;
}
section.tolerance .ourPower .content .item25 .itemContent .text {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 20px;
  font-family: "Share Tech", sans-serif;
  margin-top: 45px;
  padding: 0 70px;
}
section.tolerance .ourPower .content .item25:first-child {
  border-left: 0;
}
section.tolerance .ourPower .content .item25:first-child:before {
  display: none;
}
section.tolerance .ourPower .content .item25.borderRight {
  border-right: 1px solid #2D2D2D;
}
section.tolerance .ourPower .content .item25:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -45px;
  transform: translate(50%, 50%);
  width: 44px;
  height: 44px;
  background: linear-gradient(to right, transparent 50%, #F5E354 calc(50% - 1px), #F5E354 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #F5E354 calc(50% - 1px), #F5E354 calc(50% + 1px), transparent 50%);
}

section.produce {
  padding: 210px 0 140px;
}
section.produce .banner {
  padding-bottom: 180px;
}
section.produce .banner .produceTitle {
  padding-left: 240px;
  margin-bottom: 65px;
  position: relative;
}
section.produce .banner .produceTitle .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
section.produce .banner .produceTitle .titleArea .title {
  max-width: 620px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 39px;
}
section.produce .banner .produceTitle .titleArea .rightText {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #686868;
}
section.produce .banner .produceTitle .titleArea .rightText b {
  color: #8F8F8F;
}
section.produce .banner .produceTitle .text {
  font-family: "Share Tech", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #8F8F8F;
  max-width: 1110px;
  position: relative;
  z-index: 2;
}
section.produce .banner .produceTitle:after {
  content: "";
  width: 128px;
  aspect-ratio: 1/1;
  position: absolute;
  left: -28px;
  background-image: url(../img/titledot.png);
  top: -41px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.produce .banner .content .imgArea {
  width: 100%;
  aspect-ratio: 1435/254;
  position: relative;
  margin-bottom: 90px;
}
section.produce .banner .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.produce .banner .content .imgArea:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 38px;
  transform: translateY(100%);
  bottom: 0;
  background-image: url(../img/svg/imgvector.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.produce .banner .content .bottomText {
  background: linear-gradient(90deg, #A82626 0%, #BE7979 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Share Tech", sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.produce .produceCards {
  background: #121212;
  padding-bottom: 140px;
}
section.produce .produceCards .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.produce .produceCards .content .item25 {
  width: 33.3333333333%;
  border-left: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
  position: relative;
  min-height: 460px;
}
section.produce .produceCards .content .item25 .itemContent {
  padding: 0 75px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
section.produce .produceCards .content .item25 .itemContent .title {
  background: linear-gradient(90deg, #F95555 0%, #3A3A3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
  text-shadow: 0 0 100px #C22D2D;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
section.produce .produceCards .content .item25 .itemContent .text {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 22px;
  font-family: "Share Tech", sans-serif;
  min-height: 110px;
}
section.produce .produceCards .content .item25 .itemContent .number {
  margin-top: 45px;
  font-size: 26px;
  font-weight: 200;
  background: linear-gradient(90deg, #F95555 0%, #3A3A3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.produce .produceCards .content .item25:first-child {
  border-left: 0;
}
section.produce .produceCards .content .item25:first-child:before {
  display: none;
}
section.produce .produceCards .content .item25:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -45px;
  transform: translate(50%, 50%);
  width: 44px;
  height: 44px;
  z-index: 2;
  background: linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%);
}
section.produce .ourEnergy {
  padding-top: 140px;
}
section.produce .ourEnergy .title {
  font-size: 64px;
  font-weight: 900;
  line-height: 73px;
  max-width: 1145px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(90deg, #94E6A4 0%, #282828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 78px #3E9D4F;
}
section.produce .ourEnergy .content {
  position: relative;
  max-width: 990px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 325px;
  margin: 0 auto;
}
section.produce .ourEnergy .content .text {
  background: linear-gradient(90deg, #94E6A4 0%, #282828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 295px #3E9D4F;
  font-size: 240px;
  line-height: 179px;
  font-weight: 900;
}
section.produce .ourEnergy .content .imgArea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 894/166;
  max-width: 894px;
  width: 100%;
}
section.produce .ourEnergy .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.produce .ourEnergy .content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #76B181 calc(50% - 1px), #76B181 calc(50% + 1px), transparent 50%);
  background-size: 44px 44px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-repeat: no-repeat;
}
section.produce .ourEnergy .bottomText {
  max-width: 1215px;
  width: 100%;
  margin: 50px auto 0;
  color: #A7A7A7;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}

section.supplier {
  padding: 175px 0 220px;
}
section.supplier .banner .aboutBannerAera {
  width: 100%;
  border: 14px solid #191919;
  border-radius: 68px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}
section.supplier .banner .aboutBannerAera .cardContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 85px 70px;
  z-index: 2;
}
section.supplier .banner .aboutBannerAera .cardContent .title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 39px;
  max-width: 695px;
}
section.supplier .banner .aboutBannerAera .cardContent .rightText {
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  color: #D5A3A3;
}
section.supplier .banner .aboutBannerAera .vectorArea {
  height: 456px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transform: translateY(2px);
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
section.supplier .banner .aboutBannerAera .vectorArea .imgArea {
  width: 100%;
  height: 100%;
}
section.supplier .banner .aboutBannerAera .vectorArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.supplier .banner .aboutBannerAera:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 54px;
  background-image: url("../img/supplierimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
}
section.supplier .banner .bottomText {
  margin-top: 90px;
  color: #8F8F8F;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 85px;
  max-width: 1270px;
  width: 100%;
  font-family: "Share Tech", sans-serif;
}
section.supplier .supplierCards {
  background: #121212;
  position: relative;
  padding-top: 120px;
}
section.supplier .supplierCards .container {
  position: relative;
  z-index: 2;
}
section.supplier .supplierCards .content {
  margin-bottom: 135px;
}
section.supplier .supplierCards .bottomTruck {
  aspect-ratio: 1154/358;
  max-width: 1154px;
  width: 100%;
  margin: 0 auto;
}
section.supplier .supplierCards .bottomTruck img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.supplier .supplierCards:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -130px;
  width: 100%;
  aspect-ratio: 1920/847;
  background-image: url("../img/titlebannerimg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
section.supplier .b2b {
  padding-top: 155px;
}
section.supplier .b2b .container > .title {
  color: #424242;
  font-size: 78px;
  max-width: 1025px;
  width: 100%;
  margin: 0 auto 45px;
  text-align: center;
  font-weight: 700;
}
section.supplier .b2b .container > .title b {
  color: #888787;
}
section.supplier .b2b .content {
  position: relative;
}
section.supplier .b2b .content .imgArea {
  display: flex;
  align-items: center;
  min-height: 100%;
}
section.supplier .b2b .content .imgArea .img1 {
  margin-left: -30px;
  aspect-ratio: 451/351;
  max-width: 451px;
  width: 100%;
}
section.supplier .b2b .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.supplier .b2b .content:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 120px;
  aspect-ratio: 1442/259;
  background-image: url(../img/shotgun2.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1442px;
  width: 100%;
}

section.weRespond {
  position: relative;
  z-index: 4;
  padding: 215px 0 175px;
}
section.weRespond .banner .pageTitle {
  margin-bottom: 75px;
}
section.weRespond .banner .content {
  position: relative;
  z-index: 4;
}
section.weRespond .banner .content form {
  margin-bottom: 80px;
}
section.weRespond .banner .content form button {
  margin-top: 45px;
  display: flex;
  max-width: 220px;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #181818;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #880000;
  border-radius: 10px;
  box-shadow: inset 9px -8px 22px #ff0000, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: 0.3s ease all;
}
section.weRespond .banner .content form button:hover {
  box-shadow: inset 9px -8px 22px transparent, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
}
section.weRespond .why .content {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.weRespond .why .content > .title {
  color: #747474;
  font-size: 62px;
  font-weight: 600;
  line-height: 68px;
  max-width: 465px;
  flex-shrink: 0;
}
section.weRespond .why .content > .title b {
  color: #A9A9A9;
}
section.weRespond .why .row {
  width: 100%;
}

section.contact {
  padding: 215px 0 120px;
}
section.contact .pageTitle .title {
  max-width: 775px;
  font-size: 64px;
  font-weight: 600;
  line-height: 62px;
}
section.contact .content {
  position: relative;
  z-index: 2;
}
section.contact .content .blogCard .vectorArea {
  -webkit-mask-position: bottom left;
  -webkit-mask-size: cover;
  border-radius: 0 0 30px 30px;
}
section.contact .content .middleText {
  margin: 50px 0;
  font-family: "Share Tech", sans-serif;
  max-width: 995px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  background: linear-gradient(90deg, #828282 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.contact .content form button {
  margin-top: 45px;
  display: flex;
  max-width: 220px;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #181818;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #880000;
  border-radius: 10px;
  box-shadow: inset 9px -8px 22px #ff0000, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: 0.3s ease all;
}
section.contact .content form button:hover {
  box-shadow: inset 9px -8px 22px transparent, 8px 8px 15px rgba(0, 0, 0, 0.56), 0 0 26px rgba(255, 0, 0, 0.3), inset 10px 6px 25px rgba(0, 0, 0, 0.19);
}

.editorContent ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  background: linear-gradient(90deg, #828282 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editorContent h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  background: linear-gradient(90deg, #828282 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editorContent p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  background: linear-gradient(90deg, #828282 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editorContent a {
  text-decoration: underline !important;
}

.editorContentArea {
  background: #fff;
  padding: 75px 85px;
  border-radius: 20px;
  margin-bottom: 35px;
}

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

.customInput1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 25px 35px;
  gap: 10px;
  border-bottom: 1px solid #4E6D86;
  position: relative;
}
.customInput1 label {
  white-space: nowrap;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  /* 193.75% */
}
.customInput1 label span {
  color: #E30613;
}
.customInput1 input {
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  border: 0;
  background: transparent;
  width: 100%;
}
.customInput1 input.placeholder {
  color: #B0D5D7;
}
.customInput1 input:-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 input::-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 input:-ms-input-placeholder {
  color: #B0D5D7;
}
.customInput1 input::-webkit-input-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea {
  resize: none;
  border: 0;
  background: transparent;
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  max-width: 100%;
  width: 100%;
}
.customInput1 textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.customInput1 textarea.placeholder {
  color: #B0D5D7;
}
.customInput1 textarea:-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea::-moz-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea:-ms-input-placeholder {
  color: #B0D5D7;
}
.customInput1 textarea::-webkit-input-placeholder {
  color: #B0D5D7;
}
.customInput1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 215px;
  height: 1px;
  background: #B0D5D7;
}
.customInput1.type2 input,
.customInput1.type2 textarea {
  color: #4E6D86;
}
.customInput1.type2 input::-moz-placeholder, .customInput1.type2 textarea::-moz-placeholder {
  color: #4E6D86;
}
.customInput1.type2 input::placeholder,
.customInput1.type2 textarea::placeholder {
  color: #4E6D86;
}

.customInput2 {
  position: relative;
}
.customInput2 label {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  color: #B0D5D7;
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
}
.customInput2 input {
  border: 1px solid #B0D5D7;
  border-radius: 6px;
  background: #fff;
  padding: 10px 25px;
  width: 100%;
  display: block;
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 170% */
}
.customInput2 input::-moz-placeholder {
  color: #4E6D86;
}
.customInput2 input::placeholder {
  color: #4E6D86;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.customcheckbox1 .checkmark {
  width: 18px;
  height: 18px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #2C2C2C;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #2C2C2C;
  transition: 0.2s ease all;
  opacity: 0;
}

.inputArea input {
  color: #FFFFFF;
  padding: 30px 40px;
  height: 80px;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: flex;
  border: 1px solid #4E4E4E;
  border-radius: 10px;
  background: #181818;
  box-shadow: inset 9px -8px 22px 0 rgba(196, 196, 196, 0.24), 8px 8px 15px 0 rgba(0, 0, 0, 0.56), 0 0 46px #000, inset 10px 6px 25px 0 rgba(0, 0, 0, 0.19) !important;
}
.inputArea input::-moz-placeholder {
  color: #FFFFFF;
}
.inputArea input::placeholder {
  color: #FFFFFF;
}
.inputArea textarea {
  color: #FFFFFF;
  padding: 30px 40px;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  height: 170px;
  display: flex;
  border: 1px solid #4E4E4E;
  border-radius: 10px;
  background: #181818;
  box-shadow: inset 9px -8px 22px 0 rgba(196, 196, 196, 0.24), 8px 8px 15px 0 rgba(0, 0, 0, 0.56), 0 0 46px #000, inset 10px 6px 25px 0 rgba(0, 0, 0, 0.19) !important;
}
.inputArea textarea::-moz-placeholder {
  color: #FFFFFF;
}
.inputArea textarea::placeholder {
  color: #FFFFFF;
}

.customSelect {
  position: relative;
  width: 100%;
}
.customSelect .selectTrigger {
  position: relative;
  height: 80px;
  width: 100%;
  display: flex;
  border: 1px solid #4E4E4E;
  flex-direction: column;
  background: #181818;
  border-radius: 10px;
  justify-content: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: inset 9px -8px 22px 0 rgba(196, 196, 196, 0.24), 8px 8px 15px 0 rgba(0, 0, 0, 0.56), 0 0 46px #000, inset 10px 6px 25px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s ease all;
}
.customSelect .selectTrigger span {
  color: #8E8E8E;
  font-size: 10px;
  font-weight: 700;
}
.customSelect .selectTrigger .text {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
}
.customSelect .selectTrigger:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 11px;
  height: 14px;
  background: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.customSelect.open .selectTrigger {
  border-radius: 10px 10px 0 0;
}
.customSelect.open .selectTrigger:after {
  transform: translateY(-50%) rotate(0);
}
.customSelect.open .selectOptions {
  pointer-events: auto;
  opacity: 1;
}
.customSelect .selectOptions {
  position: absolute;
  left: 0;
  border-radius: 0 0 10px 10px;
  right: 0;
  top: 100%;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  padding: 20px 0;
  box-shadow: inset 9px -8px 22px 0 rgba(196, 196, 196, 0.24), 8px 8px 15px 0 rgba(0, 0, 0, 0.56), 0 0 46px #000, inset 10px 6px 25px 0 rgba(0, 0, 0, 0.19);
}
.customSelect .selectOptions li {
  padding: 14px 40px;
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.customSelect .selectOptions li:hover {
  background: rgba(255, 255, 255, 0.08);
}

.accordionItem {
  background: #181818;
  border: 1px solid #4E4E4E;
  width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 10px;
  border-radius: 10px;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  padding: 33px 85px 33px 38px;
  color: #A8A8A8;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 170% */
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 11px;
  width: 14px;
  -webkit-mask-image: url(../img/svg/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 35px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0 38px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px; /* 155.556% */
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(0deg);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 1000px;
  padding: 0 38px 35px;
}

.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;
  gap: 20px;
}
.navlist1 li {
  width: calc((100% - 100px) / 6);
}
.navlist1 li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 35px 28px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
  height: 190px;
  border: 6px solid #191919;
  border-radius: 33px;
  position: relative;
}
.navlist1 li a .imgArea {
  position: relative;
  z-index: 2;
}
.navlist1 li a .text {
  position: relative;
  z-index: 2;
}
.navlist1 li a:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
  filter: saturate(0);
}
.navlist1 li a.active:after, .navlist1 li a:hover:after {
  filter: saturate(1.5);
}
.navlist1 li.width50 {
  width: calc((100% - 100px) / 6 * 2 + 20px);
}
.navlist1.type2 li a .text {
  height: 46px;
}

.navlist2 {
  display: flex;
}
.navlist2 li {
  width: 33.3333333333%;
  height: 75px;
  display: flex;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #686868;
}
.navlist2 li a {
  color: #686868;
  font-size: 16px;
  width: 100%;
  height: calc(100% - 10px);
  font-weight: 800;
  line-height: 23px;
  padding: 30px 28px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid transparent;
}
.navlist2 li a .imgArea {
  position: relative;
  z-index: 2;
}
.navlist2 li a .text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.navlist2 li a .text .number {
  margin-right: 10px;
}
.navlist2 li a:after {
  content: "";
  position: absolute;
  left: -31px;
  border-radius: 0 0 10px 0;
  height: calc(100% - 10px);
  width: 30px;
  bottom: -11px;
  border-right: 1px solid #686868;
  opacity: 0;
  background: #121212;
  border-bottom: 1px solid #686868;
}
.navlist2 li a:before {
  content: "";
  position: absolute;
  right: -31px;
  border-radius: 0 0 0 10px;
  height: calc(100% - 10px);
  width: 30px;
  bottom: -11px;
  border-left: 1px solid #686868;
  border-bottom: 1px solid #686868;
  opacity: 0;
  background: #121212;
}
.navlist2 li a.active {
  border-top: 1px solid #686868 !important;
  border-right: 1px solid #686868;
  border-left: 1px solid #686868;
  border-bottom: 0;
  color: #fff;
}
.navlist2 li a.active .text .number {
  color: #FF0000;
}
.navlist2 li a.active:before, .navlist2 li a.active:after {
  opacity: 1;
}
.navlist2 li:first-child a:after {
  border-bottom: 0;
  border-radius: 0;
}
.navlist2 li:last-child a:before {
  border-radius: 0;
  border-bottom: 0;
}
.navlist2 li:after {
  content: "";
  transition: 0.3s ease all;
  width: 105px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  position: absolute;
  background: #ff0000;
  box-shadow: 0 0 24px 0 #ff0000;
  opacity: 0;
}
.navlist2 li:has(a.active) {
  border-bottom: 1px solid transparent;
}
.navlist2 li:has(a.active):after {
  opacity: 1;
  transition-delay: 0.2s;
}
.navlist2 li:has(+ li a.active) {
  border-bottom-right-radius: 10px;
}
.navlist2 li:has(a.active) + li {
  border-bottom-left-radius: 10px;
}

.pageTitle {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.pageTitle .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.pageTitle .titleArea .title {
  font-size: 44px;
  font-weight: 600;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pageTitle .titleArea .title.type3 {
  font-size: 96px;
}
.pageTitle .titleArea .title.type4 {
  font-size: 115px;
  line-height: 115px;
}
.pageTitle .titleArea .rightText {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #686868;
  white-space: nowrap;
}
.pageTitle .titleArea .rightText b {
  color: #8F8F8F;
}
.pageTitle .titleArea.type2 .title {
  font-size: 32px;
  line-height: 41px;
}
.pageTitle .text {
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1040px;
  position: relative;
  z-index: 2;
}
.pageTitle:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1435/907;
  background-image: url("../img/titlebannerimg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.pageTitle.type2:after {
  display: none;
}
.pageTitle.type3:after {
  top: 60px;
}

.pageBg:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1880/1080;
  background-image: url("../img/pagebg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.pageBg .container {
  position: relative;
  z-index: 2;
}

.pdfCard {
  max-width: 126px;
  width: 100%;
  background: #191919;
  padding: 3px;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  display: block;
}
.pdfCard .content {
  position: relative;
  z-index: 2;
  padding: 12px 12px 10px 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.pdfCard .vectorArea {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector.svg");
  background: #000;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
}
.pdfCard:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 5px;
  border-radius: 12px;
  right: 3px;
  background-image: url("../img/cardbgimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.pdfCard:hover:after {
  filter: saturate(1.5);
}

.productCard {
  width: 100%;
  border: 6px solid #191919;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  display: block;
}
.productCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 20px 25px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.productCard .cardContent .title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  text-align: right;
  margin-bottom: 6px;
}
.productCard .cardContent .imgArea {
  aspect-ratio: 191/56;
  max-width: 191px;
  width: 100%;
}
.productCard .cardContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard .vectorArea {
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 17px 25px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector2.svg");
  background: #000;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  transform: translateY(2px);
  -webkit-mask-size: cover !important;
  -webkit-mask-position: bottom left !important;
}
.productCard .vectorArea .number {
  margin-bottom: 15px;
  color: #9D9D9D;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease all;
}
.productCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.productCard.pistol .cardContent .imgArea {
  margin-left: 20px;
}
.productCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.productCard:hover:after {
  filter: saturate(1.5);
}
.productCard:hover .vectorArea .number {
  color: #FF8251;
}
.productCard.type3 {
  border-radius: 50px;
}
.productCard.type3 .cardContent .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.productCard.type3 .cardContent .imgArea {
  aspect-ratio: 420/121;
  max-width: 420px;
}
.productCard.type3 .vectorArea {
  height: 239px;
  padding: 35px 65px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector7.svg");
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.productCard.type3 .vectorArea .number {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 25px;
}
.productCard.type3 .vectorArea .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.productCard.type4 {
  border-radius: 34px;
}
.productCard.type4 .cardContent {
  padding: 20px 30px 0 0;
}
.productCard.type4 .cardContent .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  text-align: right;
  margin-bottom: 6px;
}
.productCard.type4 .cardContent .imgArea {
  aspect-ratio: 265/86;
  max-width: 256px;
  width: 100%;
}
.productCard.type4 .vectorArea {
  height: 159px;
  padding: 25px 40px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector10.svg");
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.productCard.type4 .vectorArea .number {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 200;
  transition: 0.3s ease all;
}
.productCard.type4 .vectorArea .text {
  font-size: 16px;
  font-weight: 400;
}

.gunCard {
  width: 100%;
  background: #191919;
  padding: 3px;
  border-radius: 33px;
  position: relative;
  overflow: hidden;
  display: block;
}
.gunCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 35px 33px 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.gunCard .cardContent .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.gunCard .vectorArea {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 50px 30px 30px 35px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector3.svg");
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
  background: #000;
  position: relative;
  border-radius: 0 0 8px 8px;
  z-index: 2;
}
.gunCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.gunCard:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 5px;
  border-radius: 26px;
  right: 3px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.gunCard:hover:after {
  filter: saturate(1.5);
}
.gunCard:hover .vectorArea .number {
  color: #FF8251;
}

.supplierCard {
  width: 100%;
  border: 6px solid #191919;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.supplierCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 45px 30px 40px 35px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.supplierCard .cardContent .cardTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.supplierCard .vectorArea {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 45px 35px 30px 35px;
  color: #FFFFFF;
  margin-top: auto;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector4.svg");
  background: #000;
  -webkit-mask-size: cover !important;
  -webkit-mask-position: bottom left !important;
  position: relative;
  border-radius: 0 0 29px 29px;
  z-index: 2;
}
.supplierCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  height: 38px;
  display: flex;
  align-items: center;
}
.supplierCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url("../img/cardbgimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
}
.supplierCard:hover:after {
  filter: saturate(1.5);
}
.supplierCard:hover .vectorArea .number {
  color: #FF8251;
}

.pdfCard2 {
  border: 1px solid #3B3B3B;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 35px 38px;
}
.pdfCard2 .pdfArea {
  width: 73px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181818;
  border-radius: 9px;
  position: relative;
  box-shadow: inset 3px 5px 8.8px rgba(0, 0, 0, 0.31), 8px 8px 15.9px rgba(0, 0, 0, 0.56), 0 0 26.3px rgba(255, 2, 2, 0.3), 11px 10px 31.8px rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}
.pdfCard2 .pdfArea .pdf {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #DE6B6B 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
}
.pdfCard2 .pdfArea:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  z-index: 1;
  background: linear-gradient(45deg, #404040 0%, #1F1F1F 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.pdfCard2 .text {
  background: linear-gradient(90deg, #DE6B6B 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.policyCard {
  border: 1px solid #3B3B3B;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 35px 28px 0;
  gap: 35px;
}
.policyCard .imgArea {
  aspect-ratio: 144/99;
  max-width: 144px;
  width: 100%;
}
.policyCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.policyCard .text {
  background: linear-gradient(90deg, #DE6B6B 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.galleryCard {
  width: 100%;
  aspect-ratio: 461/250;
  overflow: hidden;
  display: flex;
}
.galleryCard img {
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.galleryCard:hover img {
  scale: 1.05;
}

.videoItem {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 466/275;
  height: 100%;
}
.videoItem img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease all;
}
.videoItem .videoContent {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 45px;
  gap: 25px;
}
.videoItem .videoContent .iconArea {
  width: 79px;
  height: 74px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border: 1px solid #662020;
  box-shadow: inset 19px 9px 51px rgba(212, 54, 54, 0.21), 0 0 100px rgba(255, 0, 0, 0.34);
}
.videoItem .videoContent .iconArea .icon {
  width: 15px;
  height: 20px;
}
.videoItem .videoContent .title {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  min-height: 56px;
  display: flex;
  align-items: flex-end;
}
.videoItem:after {
  content: "";
  transition: 0.3s ease all;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.53);
}
.videoItem:hover img {
  transform: scale(1.05);
}

.blogCard {
  border-radius: 34px;
  display: flex;
  position: relative;
  flex-direction: column;
  border: 8px solid #0f0f0f;
  min-height: 100%;
  padding-bottom: 84px;
  overflow: hidden;
}
.blogCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 30px 35px;
}
.blogCard .cardContent .subTitle {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
}
.blogCard .cardContent .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.blogCard .vectorArea {
  position: absolute;
  bottom: -2px;
  width: calc(100% + 3px);
  height: 83px;
  left: -1px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/blogvector2.svg");
  background: #000;
  border-radius: 0 0 8px 8px;
  z-index: 4;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.blogCard .vectorArea .date {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
}
.blogCard .vectorArea .address {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: auto;
  padding-bottom: 30px;
}
.blogCard .vectorArea .number {
  display: flex;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #8F8F8F;
  margin-top: auto;
  padding-bottom: 40px;
}
.blogCard .vectorArea .number b {
  color: #fff;
  margin-left: 5px;
}
.blogCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.blogCard:hover:after {
  filter: saturate(1.5);
}
.blogCard.type2 {
  padding-bottom: 152px;
}
.blogCard.type2 .vectorArea {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/blogvector3.svg");
  height: 152px;
  line-height: 19px;
  font-size: 14px;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.blogCard.gun:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 50px;
  width: 200px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/blurpistol.png);
  z-index: 3;
}

.productItem {
  display: flex;
  gap: 25px;
  height: 80px;
  align-items: center;
  padding: 20px 35px;
  border-radius: 10px;
  border: 1px solid #4E4E4E;
  box-shadow: inset 9px -8px 22px 0 rgba(196, 196, 196, 0.24), 8px 8px 15px 0 rgba(0, 0, 0, 0.56), 0 0 46px 0 #000, inset 10px 6px 25px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s ease all;
}
.productItem .title {
  color: #8E8E8E;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.productItem .text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.productItem:hover {
  transform: translateY(-10px);
}

.productGunCard {
  width: 100%;
  border: 7px solid #191919;
  padding: 3px;
  border-radius: 33px;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 153px;
}
.productGunCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 20px 35px;
}
.productGunCard .cardContent .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.productGunCard .vectorArea {
  height: 153px;
  aspect-ratio: 304/153;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 40px 20px;
  color: #FFFFFF;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector5.svg");
  background: #000;
  position: absolute;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  bottom: -1px;
  left: -4px;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.productGunCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.productGunCard:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 26px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  pointer-events: none;
}
.productCard2 {
  width: 100%;
  border: 7px solid #191919;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 140px;
}
.productCard2 .cardContent {
  position: relative;
  z-index: 2;
  padding: 25px 25px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.productCard2 .cardContent .title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-left: auto;
  text-align: right;
}
.productCard2 .cardContent .imgArea {
  aspect-ratio: 276/75;
  width: 100%;
  margin: 30px 0 0;
}
.productCard2 .cardContent .imgArea img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard2 .vectorArea {
  height: 133px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  padding: 50px 40px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector6.svg");
  background: #000;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.productCard2 .vectorArea .text {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
}
.productCard2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url("../img/cardbgimgred2.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.productCard2:hover:after {
  filter: saturate(1.5);
}
.productCard2:hover .vectorArea .number {
  color: #FF8251;
}

.rootCard {
  width: 100%;
  border: 7px solid #191919;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 140px;
  max-width: 310px;
}
.rootCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 20px 35px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}
.rootCard .cardContent .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.rootCard .vectorArea {
  height: 137px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  padding: 35px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/svgvector8.svg");
  background: #000;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.rootCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
}
.rootCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url("../img/cardbgimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.rootCard:hover:after {
  filter: saturate(1.5);
}
.rootCard:hover .vectorArea .number {
  color: #FF8251;
}

.pinnacleCard {
  width: 100%;
  border: 7px solid #191919;
  border-radius: 51px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pinnacleCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 40px 35px 45px 55px;
}
.pinnacleCard .cardContent .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  min-height: 90px;
  display: flex;
  height: 100%;
  align-items: center;
}
.pinnacleCard .vectorArea {
  height: 290px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  bottom: -2px;
  padding: 65px 60px 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  background: #000;
  position: relative;
  z-index: 2;
  margin-top: 38px;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.pinnacleCard .vectorArea .text {
  color: #8F8F8F;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
.pinnacleCard .vectorArea:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateY(-100%);
  height: 38px;
  width: 210px;
  background: #000;
  -webkit-clip-path: polygon(0 8px, 2px 4px, 4px 2px, 8px 0, 150px 0, 170px 14px, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 8px, 2px 4px, 4px 2px, 8px 0, 150px 0, 170px 14px, 100% 100%, 100% 100%, 0% 100%);
}
.pinnacleCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url("../img/pinnaclebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.pinnacleCard:hover:after {
  filter: saturate(1.5);
}
.pinnacleCard:hover .vectorArea .number {
  color: #FF8251;
}
.pinnacleCard.type2 .vectorArea {
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.pinnacleCard.type2 .vectorArea .text {
  color: #8F8F8F;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Share Tech", sans-serif;
}

.b2bCard {
  border: 1px solid #2D2D2D;
  padding: 80px 70px 80px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background: #1b1b1b;
  z-index: 2;
}
.b2bCard .title {
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
  background: linear-gradient(90deg, #FF0000 0%, #FFFEFE 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 100px #ff0000;
  min-height: 180px;
}
.b2bCard .number {
  margin: 40px 0;
  color: #6D4848;
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
}
.b2bCard .text {
  color: #8E8E8E;
  font-family: "Share Tech", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.b2bCard:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  background: linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%);
  background-size: 44px 44px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-repeat: no-repeat;
}
.b2bCard.first:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  background: linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%);
  background-size: 44px 44px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-repeat: no-repeat;
}
.b2bCard.second:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  background: linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%);
  /* sağ alt */
  background-size: 44px 44px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-repeat: no-repeat;
}
.b2bCard.last:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  background: linear-gradient(to right, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, transparent calc(50% - 1px), transparent calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to right, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%), linear-gradient(to bottom, transparent 50%, #FF0000 calc(50% - 1px), #FF0000 calc(50% + 1px), transparent 50%);
  /* sağ alt */
  background-size: 44px 44px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-repeat: no-repeat;
}

.contactCard {
  border-radius: 34px;
  display: flex;
  position: relative;
  flex-direction: column;
  border: 8px solid #0f0f0f;
  min-height: 100%;
  padding-bottom: 152px;
}
.contactCard .cardContent {
  position: relative;
  z-index: 2;
  padding: 30px 35px;
}
.contactCard .cardContent .subTitle {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
}
.contactCard .cardContent .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.contactCard .vectorArea {
  position: absolute;
  bottom: -2px;
  width: calc(100% + 3px);
  height: 152px;
  left: -1px;
  display: flex;
  padding: 20px 30px 35px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/halfvector.svg");
  background: #000;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
  z-index: 4;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom left;
}
.contactCard .vectorArea .mailItem {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.contactCard:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.contactCard:hover:after {
  filter: saturate(1.5);
}

.contactCard2 {
  border-radius: 34px;
  display: flex;
  position: relative;
  flex-direction: column;
  border: 8px solid #0f0f0f;
  min-height: 100%;
  justify-content: center;
}
.contactCard2 .cardContent {
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 45px;
}
.contactCard2 .cardContent .text {
  color: #898989;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}
.contactCard2 .cardContent .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  mix-blend-mode: overlay;
}
.contactCard2 .cardContent:after {
  content: "";
  position: absolute;
  left: 26px;
  top: 98px;
  transform: translateY(-50%);
  background-image: url(../img/svg/offerdot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 75px #ff0000;
  border-radius: 50%;
}
.contactCard2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-image: url("../img/cardbgimgred.png");
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0);
  transition: 0.3s ease all;
  pointer-events: none;
}
.contactCard2:hover:after {
  filter: saturate(1.5);
}

.pageBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
  border-radius: 14px;
  background: #181818;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #880000;
  cursor: pointer;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.43);
  transition: all 0.3s ease;
}
.pageBtn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 9px -8px 15px #FF0000;
  pointer-events: none;
  transition: 0.3s ease all;
}
.pageBtn:hover {
  color: #fff;
  box-shadow: 0 0 60px rgba(255, 0, 0, 0.8);
  transform: translateY(-2px);
}
.pageBtn:hover:before {
  box-shadow: inset 9px -8px 10px transparent;
}
.pageBtn.type2 {
  padding: 21px 23px;
}

.bottomGlobal {
  padding: 15px 0 145px;
  position: relative;
  z-index: 2;
}
.bottomGlobal .title {
  color: #575757;
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
}
.bottomGlobal .title b {
  color: #A2A2A2;
}
.bottomGlobal .imgArea {
  aspect-ratio: 798/349;
  max-width: 798px;
  transform: translateY(-40px);
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.bottomGlobal .imgArea img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bottomGlobal .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bottomGlobal .bottomText {
  background: linear-gradient(90deg, #828282 0%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Share Tech", sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
  max-width: 585px;
  position: relative;
  margin: auto auto 0;
  z-index: 2;
  text-align: center;
  top: 30px;
}/*# sourceMappingURL=style.css.map */