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

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1556px;
  }
  .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: 1556px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1556px;
  }
  .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: 1556px;
  }
}
.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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 28;
  max-width: 100vw;
  background: linear-gradient(90deg, #141414 0%, #000000 100%);
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}

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

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

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: #6D6D6D;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #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;
}
.row.centerRow {
  justify-content: center;
}
.row.colZero {
  margin: 0;
}

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

.textShadowWhite {
  text-shadow: 0px 0px 15px #fff;
}

.textShadowRed {
  text-shadow: 0px 0px 15px #ff0000;
}

.textShadow {
  text-shadow: 0px 0px 15px #fff;
  transition: 0.3s ease all;
}
.textShadow.active, .textShadow:hover {
  text-shadow: 0px 0px 15px #ff0000;
}

.linearText1 {
  background: linear-gradient(90deg, #BABABA 0%, #626262 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linearText2 {
  background: linear-gradient(90deg, #505050 0%, #C2C2C2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cardDots {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cardDots:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/3px 3px no-repeat;
}
.cardDots:hover:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/20% 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/3px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/20% 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/3px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/20% 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/3px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/20% 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/3px 20% no-repeat;
}

.cardDotsHover {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cardDotsHover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/3px 3px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/3px 3px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/3px 3px no-repeat;
}

.borderedTitle {
  padding: 18px 55px;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 29px;
  text-align: center;
}
.borderedTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/9px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 9px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/9px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 9px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/9px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 9px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/9px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 9px no-repeat;
}

.customContainer1 {
  max-width: 1168px;
}

.hoverEffect {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hoverEffect.visible {
  opacity: 1;
  transform: translateY(0);
}

.hoverEffect1 {
  transition-delay: 0.1s;
}

.hoverEffect2 {
  transition-delay: 0.2s;
}

.hoverEffect3 {
  transition-delay: 0.3s;
}

.hoverEffect4 {
  transition-delay: 0.4s;
}

.hoverEffect5 {
  transition-delay: 0.5s;
}

.rightContainer {
  max-width: 100%;
}

header {
  background: #111111;
  padding: 28px 0;
  position: relative;
  z-index: 999;
}
header .container {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
header .headerText img {
  opacity: 0;
  transform: translateX(-30px);
  animation: headerFadeIn 0.9s ease-out forwards;
  margin-bottom: 5px;
}
header .headerText img:nth-child(1) {
  animation-delay: 0s;
}
header .headerText img:nth-child(2) {
  animation-delay: 0.3s;
}
header .headerText img:nth-child(3) {
  animation-delay: 0.6s;
  margin-bottom: 0;
}
header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 210/255;
  max-width: 210px;
  width: 100%;
  bottom: -148px;
  transition: 0.3s ease all;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .logo:hover {
  transform: translateX(-50%) scale(1.03);
}
header .searchMenu {
  margin-right: 20px;
}
header .searchMenu .openMenu {
  position: relative;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 76px;
  height: 62px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .searchMenu .openMenu .icon {
  width: 28px;
  height: 28px;
  background: #ff0000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/search.svg");
}
header .searchMenu .openMenu:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) top/100% 1px no-repeat, linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) left/1px 100% no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) right/1px 100% no-repeat;
  transition: 0.3s ease all;
}
header .searchMenu .menu {
  padding: 30px 40px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -28px;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(78, 78, 78, 0.45);
  -webkit-backdrop-filter: blur(98px);
          backdrop-filter: blur(98px);
  box-shadow: 0px 54px 158.8px rgba(0, 0, 0, 0.87);
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .searchMenu .menu .inputArea {
  width: 100%;
}
header .searchMenu .menu .inputArea input {
  padding: 20px 30px;
  height: 60px;
}
header .searchMenu .menu .beautifulBtn {
  background: transparent;
  height: 62px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .searchMenu.marginLeft {
  margin-left: auto;
}
header .searchMenu.active .menu {
  opacity: 1;
  pointer-events: all;
}
header .languageMenu {
  position: relative;
  margin-right: 20px;
}
header .languageMenu .openMenu .currentLang {
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-size: 18px;
  font-weight: 400;
}
header .languageMenu .menu {
  min-width: 100px;
  width: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(100%);
  padding: 10px 0;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
header .languageMenu .menu a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Share Tech Mono", monospace;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}
header .languageMenu .menu a:hover, header .languageMenu .menu a.active {
  color: #FF0000;
  background: rgba(255, 255, 255, 0.05);
}
header .headerMenuOpenBtn {
  position: relative;
  display: flex;
  width: 76px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
header .headerMenuOpenBtn span {
  position: absolute;
  height: 4.3px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
header .headerMenuOpenBtn span:first-child {
  width: 31px;
  background: #434343;
  top: calc(50% - 10px);
}
header .headerMenuOpenBtn span:nth-child(2) {
  width: 44px;
  background: #FF0000;
  filter: drop-shadow(0px 0px 12.32px #ff0000);
}
header .headerMenuOpenBtn span:last-child {
  width: 36px;
  background: #353535;
  top: calc(50% + 10px);
}
header .headerMenuOpenBtn.active span {
  right: 24px;
}
header .headerMenuOpenBtn.active span:first-child {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
header .headerMenuOpenBtn.active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: #ff0000;
  width: 25px;
}
header .headerMenuOpenBtn.active span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 25px;
  background: #ff0000;
}
header .headerMenuOpenBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) top/100% 1px no-repeat, linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) left/1px 100% no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) right/1px 100% no-repeat;
  transition: 0.3s ease all;
}
header .headerMenu {
  position: absolute;
  width: calc(100% - 20px);
  bottom: -28px;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(78, 78, 78, 0.45);
  -webkit-backdrop-filter: blur(98px);
          backdrop-filter: blur(98px);
  box-shadow: 0px 54px 158.8px rgba(0, 0, 0, 0.87);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
}
header .headerMenu > ul {
  border-right: 1px solid rgba(78, 78, 78, 0.45);
  padding: 43px 20px 43px 30px;
  display: inline-flex;
  gap: 30px;
}
header .headerMenu > ul li {
  position: relative;
}
header .headerMenu > ul li a {
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease all;
}
header .headerMenu > ul li a:hover {
  color: #FF0000;
}
header .headerMenu > ul li ul {
  position: absolute;
  left: 0;
  bottom: -43px;
  transform: translateY(100%);
  border: 1px solid rgba(78, 78, 78, 0.45);
  min-width: 195px;
  opacity: 0;
  pointer-events: 0;
  transition: 0.3s ease all;
  background: rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(98px);
          backdrop-filter: blur(98px);
  box-shadow: 0px 54px 158.8px rgba(0, 0, 0, 0.87);
}
header .headerMenu > ul li ul li {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.45);
}
header .headerMenu > ul li ul li:last-child {
  border: none;
}
header .headerMenu > ul li ul.active {
  opacity: 1;
  pointer-events: auto;
}
header .headerMenu > ul li:first-child ul {
  left: -36px;
}
header .headerMenu > ul li.headerDropdown {
  padding-right: 25px;
}
header .headerMenu > ul li.headerDropdown > a {
  position: relative;
}
header .headerMenu > ul li.headerDropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pixelarrow.svg");
  background: #FF0000;
  width: 12px;
  height: 8px;
  transition: 0.3s ease all;
}
header .headerMenu > ul li.headerDropdown.active {
  opacity: 1;
  pointer-events: auto;
}
header .headerMenu > ul li.headerDropdown.active > a {
  color: #FF0000;
  text-shadow: 0px 0px 15px #ff0000;
}
header .headerMenu > ul li.headerDropdown.active > a:after {
  transform: translateY(-50%);
}
header .headerMenu > ul li.headerDropdown.active ul {
  opacity: 1;
  pointer-events: auto;
}
header .headerMenu .phone {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 25px;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 17px;
  font-family: "Share Tech Mono", monospace;
}
header .headerMenu .phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 48px;
}
header .headerMenu .phone .icon:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
}
header .headerMenu .searchArea {
  position: relative;
  margin-left: auto;
  padding-right: 20px;
}
header .headerMenu .searchArea .inputArea {
  width: 100%;
}
header .headerMenu .searchArea .inputArea label {
  left: 20px;
}
header .headerMenu .searchArea .inputArea input {
  padding: 20px 91px 20px 10px;
  height: 60px;
  max-width: 235px;
  width: 100%;
}
header .headerMenu .searchArea .beautifulBtn {
  background: transparent;
  height: 42px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
header .headerMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header .mobileMenu {
  position: absolute;
  width: 100vw;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(78, 78, 78, 0.45);
  -webkit-backdrop-filter: blur(98px);
          backdrop-filter: blur(98px);
  box-shadow: 0px 54px 158.8px rgba(0, 0, 0, 0.87);
  transition: 0.3s ease all;
  display: none;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
}
header .mobileMenu .top {
  padding: 27px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .mobileMenu .searchArea {
  position: relative;
  margin: 20px auto;
  max-width: calc(100% - 24px);
}
header .mobileMenu .searchArea .inputArea {
  width: 100%;
}
header .mobileMenu .searchArea .inputArea label {
  left: 20px;
}
header .mobileMenu .searchArea .inputArea input {
  padding: 20px 91px 20px 10px;
  height: 60px;
  width: 100%;
}
header .mobileMenu .searchArea .beautifulBtn {
  background: transparent;
  height: 42px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
header .mobileMenu > ul {
  padding: 43px 35px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  height: 100%;
  overflow-y: auto;
  max-height: calc(100% - 550px);
  min-height: 350px;
  width: 100%;
}
header .mobileMenu > ul li {
  position: relative;
  text-align: center;
}
header .mobileMenu > ul li a {
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease all;
}
header .mobileMenu > ul li a:hover {
  color: #FF0000;
}
header .mobileMenu > ul li ul {
  min-width: 195px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
}
header .mobileMenu > ul li ul li {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.45);
}
header .mobileMenu > ul li ul li:last-child {
  border: none;
}
header .mobileMenu > ul li:first-child ul {
  left: -36px;
}
header .mobileMenu > ul li.headerDropdown > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
header .mobileMenu > ul li.headerDropdown > a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -25px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pixelarrow.svg");
  background: #FF0000;
  width: 12px;
  height: 8px;
  transition: 0.3s ease all;
}
header .mobileMenu > ul li.headerDropdown.active {
  opacity: 1;
  pointer-events: auto;
}
header .mobileMenu > ul li.headerDropdown.active > a {
  color: #FF0000;
  text-shadow: 0px 0px 15px #ff0000;
}
header .mobileMenu > ul li.headerDropdown.active:after {
  transform: translateY(-50%) rotate(-180deg);
}
header .mobileMenu > ul li.headerDropdown.active ul {
  opacity: 1;
  pointer-events: auto;
  max-height: 500px;
}
header .mobileMenu .phone {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 12px;
  margin-top: 25px;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 17px;
  font-family: "Share Tech Mono", monospace;
  margin-bottom: 25px;
}
header .mobileMenu .phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 48px;
}
header .mobileMenu .phone .icon:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
}
header .mobileMenu .language {
  display: none;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
header .mobileMenu .language a {
  font-family: "Share Tech Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease all;
}
header .mobileMenu .language a.active {
  color: #FF0000;
  font-weight: 600;
}
header .mobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}
header.headerWhite {
  background: #F4F4F4;
}
header.headerWhite .buyBtn:before {
  background: linear-gradient(to right, #ff0000 20%, transparent 20%, transparent 80%, #ff0000 80%) top/100% 1px no-repeat, linear-gradient(to right, #ff0000 20%, transparent 20%, transparent 80%, #ff0000 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, #ff0000 20%, transparent 20%, transparent 80%, #ff0000 80%) left/1px 100% no-repeat, linear-gradient(to bottom, #ff0000 20%, transparent 20%, transparent 80%, #ff0000 80%) right/1px 100% no-repeat;
}
header.headerWhite .searchMenu .openMenu:before {
  background: linear-gradient(to right, #000000 20%, transparent 20%, transparent 80%, #000000 80%) top/100% 1px no-repeat, linear-gradient(to right, #000000 20%, transparent 20%, transparent 80%, #000000 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, #000000 20%, transparent 20%, transparent 80%, #000000 80%) left/1px 100% no-repeat, linear-gradient(to bottom, #000000 20%, transparent 20%, transparent 80%, #000000 80%) right/1px 100% no-repeat;
}
header.headerWhite .searchMenu .menu {
  background: rgba(0, 0, 0, 0.82);
}
header.headerWhite .headerMenuOpenBtn:before {
  background: linear-gradient(to right, #000000 20%, transparent 20%, transparent 80%, #000000 80%) top/100% 1px no-repeat, linear-gradient(to right, #000000 20%, transparent 20%, transparent 80%, #000000 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, #000000 20%, transparent 20%, transparent 80%, #000000 80%) left/1px 100% no-repeat, linear-gradient(to bottom, #000000 20%, transparent 20%, transparent 80%, #000000 80%) right/1px 100% no-repeat;
}
header.headerWhite .headerMenu {
  background: rgba(0, 0, 0, 0.82);
}

footer {
  background: #000;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
footer .footerTop {
  position: relative;
  display: flex;
  align-items: center;
}
footer .footerTop .borderTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid #4E4E4E;
}
footer .footerTop .borderTop:after {
  content: "";
  width: 4px;
  height: 4px;
  top: -3px;
  right: -1px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .borderTop:before {
  content: "";
  width: 4px;
  height: 4px;
  top: -3px;
  left: -1px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .borderBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #4E4E4E;
}
footer .footerTop .borderBottom:after {
  content: "";
  width: 4px;
  height: 4px;
  bottom: -3px;
  right: -1px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .borderBottom:before {
  content: "";
  width: 4px;
  height: 4px;
  bottom: -3px;
  left: -1px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .logo {
  border-right: 1px solid #4E4E4E;
  position: relative;
  padding: 10px;
}
footer .footerTop .logo:before {
  content: "";
  width: 4px;
  height: 4px;
  bottom: -1.5px;
  right: -2.5px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .logo:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #4E4E4E;
  bottom: 0;
  height: 672px;
  transform: translateY(100%);
}
footer .footerTop .footerText {
  padding: 70px 50px;
}
footer .footerTop .footerText img {
  margin-bottom: 5px;
}
footer .footerTop .footerText img:nth-child(3) {
  margin-bottom: 0;
}
footer .footerTop .footerContact {
  margin-left: auto;
  border-left: 1px solid #4E4E4E;
  position: relative;
  display: flex;
  gap: 25px;
  padding: 40px 0;
  padding: 92px 40px;
}
footer .footerTop .footerContact:before {
  content: "";
  width: 4px;
  height: 4px;
  bottom: -1.5px;
  left: -2.5px;
  position: absolute;
  background: #FF0000;
}
footer .footerTop .footerContact .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 60px;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 17px;
  font-family: "Share Tech Mono", monospace;
  height: 48px;
  padding-left: 12px;
  position: relative;
}
footer .footerTop .footerContact .phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .footerTop .footerContact .phone:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 48px;
  left: -1px;
  top: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
}
footer .footerTop .footerContact .addressArea {
  display: flex;
  flex-direction: column;
  max-width: 270px;
  gap: 15px;
}
footer .footerTop .footerContact .addressArea .address {
  font-size: 15px;
  color: #6D6D6D;
  font-weight: 400;
}
footer .footerTop .footerContact .addressArea .mail {
  font-size: 15px;
  font-weight: 300;
  color: #404040;
}
footer .footerContent {
  padding: 120px 0 55px;
}
footer .footerContent .container {
  position: relative;
}
footer .footerContent .footerMenu {
  display: flex;
  max-width: 955px;
  margin-left: auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
footer .footerContent .footerMenu .menu .title {
  display: inline-flex;
  position: relative;
  padding: 5px 15px;
  color: #FF0000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
  margin-bottom: 30px;
  transform: translateX(-15px);
  animation: footertitle 2s ease-out forwards;
  opacity: 0;
  animation-play-state: paused;
}
footer .footerContent .footerMenu .menu .title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: -1px;
  top: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 7px no-repeat;
}
footer .footerContent .footerMenu .menu.in-view .title {
  animation-play-state: running;
}
footer .footerContent .footerMenu .menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footerContent .footerMenu .menu ul li a {
  color: #6D6D6D;
  font-size: 15px;
  transition: 0.3s ease all;
}
footer .footerContent .footerMenu .menu ul li a:hover {
  color: #ff0000;
}
footer .footerContent .footerMenu .menu:nth-child(1) .title {
  animation-delay: 0.2s;
}
footer .footerContent .footerMenu .menu:nth-child(2) .title {
  animation-delay: 0.3s;
}
footer .footerContent .footerMenu .menu:nth-child(3) .title {
  animation-delay: 0.6s;
}
footer .footerContent .footerMenu .menu:nth-child(4) .title {
  animation-delay: 0.9s;
}
footer .footerContent .footerMenu .menu:nth-child(5) .title {
  animation-delay: 1.1s;
}
footer .footerContent .imgArea {
  position: absolute;
  left: -90px;
  top: -85px;
  mix-blend-mode: exclusion;
  z-index: 3;
  pointer-events: none;
}
footer .footerContent .imgArea:after {
  content: "";
  position: absolute;
  top: 89px;
  background-image: url("../img/footerammo.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 180/23;
  left: 60%;
  width: 180px;
  mix-blend-mode: exclusion;
  animation: footerammo 1.7s ease-out forwards;
  animation-play-state: paused;
}
footer .footerContent .imgArea.in-view:after {
  animation-play-state: running;
}
footer .google {
  padding-top: 80px;
  margin-bottom: 20px;
}
footer .google .item {
  color: #6D6D6D;
  font-weight: 900;
  font-size: 13px;
  position: relative;
  padding: 8px;
  display: inline-flex;
}
footer .google .item:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: -1px;
  top: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 7px no-repeat;
}
footer .google .item:hover:before {
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 35% no-repeat;
}
footer .footerBottom {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
}
footer .footerBottom .border {
  position: relative;
  padding: 8px;
  display: inline-flex;
}
footer .footerBottom .border:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: -1px;
  top: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 7px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/7px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 7px no-repeat;
}
footer .footerBottom .border:hover:before {
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 35% no-repeat;
}
footer .footerBottom .policy {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
footer .footerBottom .certificate {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6D6D6D;
  font-weight: 900;
  font-size: 13px;
}
footer .footerBottom .text {
  font-weight: 400;
  color: #6D6D6D;
  font-size: 16px;
  margin: 0 auto;
}
footer .footerBottom .text b {
  font-weight: 300;
}
footer .footerBottom .social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 40px;
}
footer .footerBottom .social .item {
  padding: 8px 13px;
  color: #FF0000;
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
}
footer .footerBottom .policyItems {
  display: flex;
  gap: 17px;
}
footer .footerBottom .policyItems .item {
  color: #6D6D6D;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
footer .stageLogo {
  margin: 0 auto;
  width: 110px;
  height: 80px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/stagelogo.svg");
  background: #6D6D6D;
  display: block;
}
footer:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 5%;
  width: 1529px;
  height: 1016px;
  top: 400px;
  transform: translateY(-100%);
  max-width: 90%;
  background-image: url(../img/ellipse3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes footerammo {
  0% {
    left: 60%;
  }
  100% {
    left: 1520px;
  }
}
@keyframes footertitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin360Smooth {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bulletMove {
  0% {
    left: 20%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 60%;
    opacity: 1;
  }
}
@keyframes textFill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 15px #ff0000;
    opacity: 0.9;
  }
  50% {
    box-shadow: 0 0 40px #ff0000;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 15px #ff0000;
    opacity: 0.9;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(120%);
  }
  50% {
    transform: translateX(-100%);
  }
  51% {
    transform: translateX(120%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
section.mainBanner {
  position: relative;
  min-height: 980px;
}
section.mainBanner > .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.mainBanner > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}
section.mainBanner > .imgArea:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/slidebg1.png);
}
section.mainBanner .content {
  position: relative;
  z-index: 2;
  padding: 175px 0 105px;
}
section.mainBanner .content .titleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 125px;
}
section.mainBanner .content .titleArea .title {
  font-weight: 400;
  font-size: 32px;
}
section.mainBanner .content .titleArea .title small {
  font-weight: 300;
}
section.mainBanner .content .titleArea .imgArea {
  margin: 0 35px 0 15px;
  position: relative;
  width: 190px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mainBanner .content .titleArea .imgArea:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/21px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 21px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/21px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 21px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/21px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 21px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/21px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 21px no-repeat;
  transition: 0.3s ease all;
}
section.mainBanner .content .titleArea .imgArea:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainBanner .content .titleArea .text {
  max-width: 600px;
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 300;
}
section.mainBanner .content .row {
  overflow: hidden;
}
section.mainBanner .content .bottomText {
  text-align: center;
  margin: 75px auto 0;
  font-size: 17px;
  font-weight: 400;
  max-width: 375px;
  font-family: "Share Tech Mono", monospace;
}

section.mainBeautiful {
  padding: 75px 0 125px;
  background: #0A0A0A;
  position: relative;
}
section.mainBeautiful .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.mainBeautiful .titleArea .text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  gap: 8px;
}
section.mainBeautiful .titleArea .text span {
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5px;
  color: #FF0000;
}
section.mainBeautiful .titleArea .text span:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
  animation: pulseScale 2.2s ease-in-out infinite;
}
section.mainBeautiful .container {
  position: relative;
  z-index: 2;
}

section.mainHistory {
  padding: 120px 0 160px;
}
section.mainHistory .leftArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-right: 20px;
  height: 100%;
}
section.mainHistory .leftArea .numberImg {
  position: relative;
  width: 173px;
  text-align: center;
}
section.mainHistory .leftArea .numberImg .number {
  color: #FF0000;
  font-size: 70px;
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0px 0px 92.5px rgb(255, 0, 0);
}
section.mainHistory .leftArea .numberImg .imgArea {
  position: absolute;
  left: 50%;
  width: 173px;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.mainHistory .leftArea .numberImg .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainHistory .titleArea {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
}
section.mainHistory .titleArea .title {
  color: #6D6D6D;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}
section.mainHistory .col-xxl-8 .imgArea {
  aspect-ratio: 1145/479;
  max-width: 1145px;
  width: 100%;
}
section.mainHistory .col-xxl-8 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

section.mainCollections {
  background: #0A0A0A;
  padding-top: 75px;
}
section.mainCollections .titleArea .mainImageArea {
  margin-left: auto;
  aspect-ratio: 624/573;
  height: 573px;
  max-height: 573px;
}
section.mainCollections .titleArea .mainImageArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}
section.mainCollections .rightCard {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
section.mainCollections .rightCard .ammoImg {
  aspect-ratio: 452/80;
  max-width: 452px;
  width: 100%;
  margin: 0 auto 0 0;
}
section.mainCollections .rightCard .ammoImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainCollections .rightCard .text {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
  background: linear-gradient(90deg, #505050 0%, #C2C2C2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.whatsGoing {
  padding: 130px 0 95px;
  background: linear-gradient(90deg, #141414 0%, #000000 100%);
}
section.whatsGoing .titleArea {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.whatsGoing .titleArea .title {
  margin-bottom: 70px;
  height: auto;
}
section.whatsGoing .titleArea .viewAll {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 63px;
}
section.whatsGoing .titleArea .viewAll .cross {
  position: relative;
  width: 49px;
  height: 41px;
}
section.whatsGoing .titleArea .viewAll .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
section.whatsGoing .titleArea .viewAll .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
section.whatsGoing .titleArea .viewAll .text {
  text-transform: uppercase;
  color: #ff0000;
}
section.whatsGoing .titleArea .imgArea {
  margin-top: auto;
}
section.whatsGoing .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.whatsGoing .bottomText {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 55px;
}
section.whatsGoing .bottomText .red {
  color: #ff0000;
}

section.mainQuestion {
  background: #121212;
  padding: 90px 0;
}

section.secondBanner .index2slide {
  padding: 105px 0 70px;
}
section.secondBanner .secondBannerContent .topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.secondBanner .secondBannerContent .topBar .slideNumber {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  position: relative;
  color: #fff;
}
section.secondBanner .secondBannerContent .topBar .slideNumber .numberArea {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 120px;
  height: 101px;
  justify-content: center;
}
section.secondBanner .secondBannerContent .topBar .slideNumber .numberArea .number {
  font-size: 70px;
  font-weight: 200;
  color: #ff0000;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.8), 0 0 30px rgba(255, 0, 0, 0.6);
}
section.secondBanner .secondBannerContent .topBar .slideNumber .numberArea .imgArea {
  display: flex;
  align-items: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  aspect-ratio: 120/21;
  width: 120px;
}
section.secondBanner .secondBannerContent .topBar .slideNumber .numberArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.secondBanner .secondBannerContent .topBar .slideNumber .numberArea:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/13px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 13px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/13px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 13px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/13px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 13px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/13px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 13px no-repeat;
  transition: 0.3s ease all;
}
section.secondBanner .secondBannerContent .topBar .slideNumber .text {
  font-size: 29px;
  font-weight: 300;
  color: #636363;
  white-space: nowrap;
}
section.secondBanner .secondBannerContent .topBar .topDropdowns {
  display: flex;
  gap: 15px;
}
section.secondBanner .secondBannerContent .middleText {
  color: #636363;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  max-width: 535px;
  margin: 55px auto;
}
section.secondBanner .secondBannerContent .middleText b {
  font-weight: 700;
}
section.secondBanner .secondBannerContent .middleVideos {
  position: relative;
  display: flex;
  justify-content: center;
}
section.secondBanner .secondBannerContent .middleVideos .backgroundGif {
  aspect-ratio: 1079/347;
  width: 100%;
  max-width: 1079px;
  overflow: hidden;
  border-radius: 1000px;
}
section.secondBanner .secondBannerContent .middleVideos .backgroundGif img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.16;
  mix-blend-mode: luminosity;
}
section.secondBanner .secondBannerContent .middleVideos .imgArea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  aspect-ratio: 1547/236;
  max-width: 1547px;
  width: 100%;
}
section.secondBanner .secondBannerContent .middleVideos .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  mix-blend-mode: screen;
}
section.secondBanner .secondBannerContent .middleVideos .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 920/418;
  width: 100%;
  max-width: 920px;
}
section.secondBanner .secondBannerContent .middleVideos .text img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.secondBanner .secondBannerContent .middleVideos .text2 {
  text-align: center;
  position: absolute;
  max-width: 350px;
  font-family: "Share Tech Mono", monospace;
  text-transform: uppercase;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #505050 0%, #C2C2C2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions {
  position: absolute;
  bottom: -50px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 20px;
  cursor: pointer;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea {
  position: relative;
  width: 37px;
  height: 37px;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea .img3d {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 11px;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d .imgArea .img3d2 {
  animation: spin360Smooth 6s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .button3d:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .customSwiperBtn {
  width: 76px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
  transition: 0.3s ease all;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .customSwiperBtn:after {
  width: 24px;
  height: 21px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  background: #ff0000;
  color: transparent;
  transition: 0.3s ease all;
  box-shadow: 0 0 23.1px 0 rgb(255, 0, 0);
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .customSwiperBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/14px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 14px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/14px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 14px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/14px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 14px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/14px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 14px no-repeat;
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .customSwiperBtn.swiper-button-next:after {
  transform: rotate(180deg);
}
section.secondBanner .secondBannerContent .middleVideos .rightActions .customSwiperBtn.swiper-button-disabled:after {
  background: #717171;
  box-shadow: 0 0 23.1px 0 #717171;
}
section.secondBanner .secondBannerContent .bottomInfos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 110px;
}
section.secondBanner .secondBannerContent .bottomInfos .item {
  position: relative;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 134px;
}
section.secondBanner .secondBannerContent .bottomInfos .item span {
  font-family: "Share Tech Mono", monospace;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
}
section.secondBanner .secondBannerContent .bottomInfos .item .text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
section.secondBanner .secondBannerContent .bottomInfos .item:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 15px no-repeat;
  transition: 0.3s ease all;
}
section.secondBanner .secondBannerContent .bottomInfos .item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 20px;
  background: #fff;
  filter: blur(25px);
  z-index: -1;
  transition: 0.3s ease all;
  opacity: 0;
}
section.secondBanner .secondBannerContent .bottomInfos .item:hover:before {
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 15px no-repeat;
}
section.secondBanner .secondBannerContent .bottomInfos .item:hover:after {
  opacity: 1;
}
section.secondBanner .secondBannerContent .bottomText {
  text-align: center;
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 500;
  margin-top: 35px;
}
section.secondBanner .secondBannerContent .bottomText b {
  font-weight: 700;
}

section.aboutUs {
  padding: 100px 0;
}
section.aboutUs .cornersHelper {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
section.aboutUs .cornersHelper::before, section.aboutUs .cornersHelper::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #ff0000;
  z-index: 10;
}
section.aboutUs .cornersHelper::before {
  top: -2px;
  right: -2px;
}
section.aboutUs .cornersHelper::after {
  bottom: -2px;
  left: -2px;
}
section.aboutUs .aboutTopContent .topText {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.aboutUs .aboutTopContent .topImage {
  display: flex;
  width: 100%;
  height: 100%;
}
section.aboutUs .aboutTopContent .topImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.8;
}
section.aboutUs .gridBox.padding {
  padding: 14px;
}
section.aboutUs .textOnlyBox {
  padding: 75px 130px 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.aboutUs .textOnlyBox .bodyText {
  max-width: 785px;
  margin: 0;
  padding-left: 75px;
  border-left: 3px solid #ff0000;
}
section.aboutUs .productBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 65px 90px 75px;
  height: 100%;
  gap: 80px;
}
section.aboutUs .productBox .productImage {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
section.aboutUs .pistolBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 65px 90px 75px;
  gap: 50px;
  height: 100%;
}
section.aboutUs .pistolBox .pistolImage {
  width: 180px;
  margin-bottom: 25px;
}
section.aboutUs .exportBox {
  display: flex;
  align-items: center;
  padding: 40px;
  height: 100%;
  gap: 30px;
}
section.aboutUs .exportBox .exportGraphic {
  font-family: "Share Tech Mono", monospace;
  color: #ff0000;
  font-size: 64px;
  font-weight: 400;
  flex-shrink: 0;
}
section.aboutUs .exportBox .exportGraphic span {
  display: block;
  font-size: 26px;
  line-height: 30px;
  margin-top: 5px;
}
section.aboutUs .exportBox .imgArea {
  aspect-ratio: 1/1;
  width: 153px;
  margin-right: -50px;
  display: flex;
}
section.aboutUs .exportBox .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.aboutUs .exportBox .bodyText {
  margin: 0;
  max-width: 410px;
  font-size: 20px;
}
section.aboutUs .bodyText {
  color: #939393;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}
section.aboutUs .bodyText b {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
section.aboutUs .bodyText.type2 {
  font-size: 26px;
  color: #939393;
}
section.aboutUs .highlightText {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
}
section.aboutUs .captionText {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
section.aboutUs .captionText strong {
  color: #fff;
  font-weight: 700;
}
section.aboutUs .bottomArea {
  margin-top: 60px;
  padding-left: 55px;
  border-left: 3px solid #ff0000;
}
section.aboutUs .bottomArea .bottomText {
  color: #939393;
  font-size: 20px;
  max-width: 1310px;
  line-height: 27px;
}
section.aboutUs .bottomArea .bottomText strong {
  color: #fff;
  font-weight: 600;
}

section.production {
  padding: 100px 0;
}
section.production .headerSection {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
section.production .headerSection .topTag {
  color: #ff0000;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-family: "Oswald", sans-serif;
}
section.production .headerSection .titleWrapper {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
}
section.production .headerSection .titleWrapper::before, section.production .headerSection .titleWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a00;
}
section.production .headerSection .titleWrapper::before {
  left: 0;
  border-left: 2px solid #a00;
}
section.production .headerSection .titleWrapper::after {
  right: 0;
  border-right: 2px solid #a00;
}
section.production .headerSection .titleWrapper .bottomCorners {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
section.production .headerSection .titleWrapper .bottomCorners::before, section.production .headerSection .titleWrapper .bottomCorners::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #a00;
}
section.production .headerSection .titleWrapper .bottomCorners::before {
  left: 0;
  border-left: 2px solid #a00;
}
section.production .headerSection .titleWrapper .bottomCorners::after {
  right: 0;
  border-right: 2px solid #a00;
}
section.production .headerSection .titleWrapper .mainTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}
section.production .headerSection .titleWrapper .subHeading {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #444;
  margin-top: 15px;
  letter-spacing: -0.5px;
}
section.production .borderBox {
  position: relative;
}
section.production .borderBox::before, section.production .borderBox::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ff0000;
}
section.production .borderBox::before {
  top: -1px;
  left: -1px;
  box-shadow: 1px 1px 5px rgba(255, 0, 0, 0.5);
}
section.production .borderBox::after {
  bottom: -1px;
  right: -1px;
  box-shadow: -1px -1px 5px rgba(255, 0, 0, 0.5);
}
section.production .centerImageArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
  height: 100%;
}
section.production .centerImageArea .centerText {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 10px;
}
section.production .centerImageArea .rifleImage {
  max-width: 500px;
  width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.8));
}
section.production .footerContent {
  text-align: center;
  margin-top: 145px;
  position: relative;
}
section.production .footerContent .footerText {
  color: #B9B9B9;
  font-size: 32px;
  max-width: 1350px;
  margin: 0 auto 70px;
  line-height: 46px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
section.production .footerContent .footerText strong {
  font-weight: 700;
}
section.production .footerContent .borderedTitle {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 25px;
  position: relative;
  z-index: 2;
}
section.production .footerContent .borderedTitle:hover {
  color: #fff;
}
section.production .footerContent .borderedTitle:hover:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/20% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/20% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/20% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 20% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/20% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 20% no-repeat;
}
section.production .footerContent:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  aspect-ratio: 1120/215;
  max-width: 1120px;
  width: 100%;
  background-image: url(../img/blurgun.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section.production .productionTextArea {
  margin-bottom: 100px;
}
section.production .productionTextArea .textBox {
  padding: 55px 60px 55px 70px;
}
section.production .productionTextArea .textBox .textParagraph {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #888;
  margin-bottom: 20px;
}
section.production .productionTextArea .textBox .textParagraph strong {
  color: #fff;
  font-weight: 400;
}
section.production .productionTextArea .imgArea {
  aspect-ratio: 368/361;
  overflow: hidden;
}
section.production .productionTextArea .imgArea 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;
}
section.production .productionTextArea .imgArea:hover img {
  transform: scale(1.05);
}

section.productionTech {
  position: relative;
  padding: 100px 0 155px;
}
section.productionTech .descText {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #b0b0b0;
  margin-bottom: 80px;
  font-weight: 300;
}
section.productionTech .descText strong {
  color: #ff0000;
  font-weight: 700;
}
section.productionTech .processWrapper {
  position: relative;
  padding: 20px 0;
}
section.productionTech .processWrapper .bgProsesText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.productionTech .processWrapper .bgProsesText img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productionTech .processBox {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(10, 10, 10, 0.6);
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s;
}
section.productionTech .processBox:hover {
  border-color: rgba(255, 0, 0, 0.5);
}
section.productionTech .processBox span {
  font-size: 15px;
  font-weight: 400;
  color: #ddd;
  text-align: center;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
section.productionTech .processBox .boxTarget {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.productionTech .processBox .boxTarget::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #ff0000;
  border-radius: 50%;
}
section.productionTech .processBox .boxTarget::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #444;
  transform: rotate(90deg);
}
section.productionTech .processBox .boxTarget .targetH {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #444;
}
section.productionTech .corners::before, section.productionTech .corners::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ff0000;
}
section.productionTech .corners::before {
  top: -2px;
  left: -2px;
}
section.productionTech .corners::after {
  bottom: -2px;
  right: -2px;
}
section.productionTech .bssLogoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 30px;
}
section.productionTech .footerNote {
  margin-top: 40px;
  color: #555;
  font-size: 14px;
  max-width: 350px;
  line-height: 1.5;
}

section.productionDetail {
  padding: 140px 0 80px;
}
section.productionDetail .titleArea {
  color: #5E5E5E;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  max-width: 1030px;
  text-align: center;
  margin: 0 auto 65px;
}
section.productionDetail .titleArea b {
  font-weight: 500;
  color: #fff;
}
section.productionDetail .productionImg {
  position: relative;
}
section.productionDetail .productionImg .imgArea {
  overflow: hidden;
  aspect-ratio: 952/550;
  display: flex;
  width: 100%;
  height: 100%;
}
section.productionDetail .productionImg .imgArea 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;
}
section.productionDetail .productionImg .imgArea:hover img {
  transform: scale(1.05);
}
section.productionDetail .productionImg .text {
  position: absolute;
  left: 45px;
  top: 45px;
  color: #FF0000;
  font-size: 17px;
}
section.productionDetail .productionImg .text span {
  margin-right: 20px;
}
section.productionDetail .bottomText {
  margin: 80px auto;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  max-width: 1030px;
  text-align: center;
  max-width: 1220px;
}
section.productionDetail .bottomText b {
  font-weight: 700;
  color: #ff0000;
}
section.productionDetail .bottomText span {
  font-weight: 700;
  color: #fff;
}
section.productionDetail .bottomText p {
  margin-bottom: 35px;
}
section.productionDetail .bottomText p:last-child {
  margin: 0;
}
section.productionDetail .buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

section.productDetail {
  padding: 0 0 70px;
}
section.productDetail .container {
  position: relative;
}
section.productDetail .productTopArea {
  padding: 110px 0 60px;
  background: #fff;
}
section.productDetail .productTopArea .titleArea {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
section.productDetail .productTopArea .titleArea .subTitle {
  font-family: "Share Tech Mono", monospace;
  color: #FF0000;
  font-size: 18px;
  font-weight: 400;
}
section.productDetail .productTopArea .titleArea .subTitle span {
  margin-right: 15px;
}
section.productDetail .productTopArea .titleArea .subTitle.type2 {
  font-size: 18px;
}
section.productDetail .productTopArea .titleArea .subTitle.type2 span {
  margin: 0;
}
section.productDetail .productTopArea .titleArea .title {
  color: #000000;
  font-size: 34px;
  font-weight: 800;
}
section.productDetail .productTopArea .model3d {
  margin: 20px 0;
  aspect-ratio: 1127/577;
  width: 100%;
}
section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea {
  margin: 20px 0;
  aspect-ratio: 1127/577;
  width: 100%;
}
section.productDetail .productTopArea .mainImgArea .mainSwiper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.productDetail .productTopArea .bottomText {
  max-width: 710px;
  margin: 0 auto;
  color: #BCBCBC;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
section.productDetail .productTopArea .bottomInfos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
section.productDetail .productTopArea .bottomInfos .button3d {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 20px;
  cursor: pointer;
}
section.productDetail .productTopArea .bottomInfos .button3d .imgArea {
  position: relative;
  width: 37px;
  height: 37px;
}
section.productDetail .productTopArea .bottomInfos .button3d .imgArea .img3d {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 11px;
}
section.productDetail .productTopArea .bottomInfos .button3d .imgArea .img3d2 {
  animation: spin360Smooth 6s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
section.productDetail .productTopArea .bottomInfos .button3d:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 15px no-repeat;
  transition: 0.3s ease all;
}
section.productDetail .productTopArea .bottomInfos .item {
  position: relative;
  padding: 13.5px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 134px;
}
section.productDetail .productTopArea .bottomInfos .item span {
  font-family: "Share Tech Mono", monospace;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
}
section.productDetail .productTopArea .bottomInfos .item .text {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
section.productDetail .productTopArea .bottomInfos .item:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
  transition: 0.3s ease all;
}
section.productDetail .thumbSlideArea {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
section.productDetail .thumbSlideArea .swiper-slide {
  aspect-ratio: 111/104;
  max-width: 111px;
  max-height: 104px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
section.productDetail .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 .tabContent .tab {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -41px;
}
section.productDetail .tabContent .tab .title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
section.productDetail .tabContent .tab .pdfCardArea {
  padding: 45px 0 50px;
}
section.productDetail .tabContent .tab .tabBorder {
  border: 1px solid #4E4E4E;
  padding: 40px 65px 60px;
  min-height: 628px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
}
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard span {
  color: #BCBCBC;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Share Tech Mono", monospace;
}
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard .text {
  color: #FFFFFF;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard.security span,
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard.security .text {
  color: #FF9292;
}
section.productDetail .tabContent .tab .tabBorder .gunFeatureCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
  transition: 0.3s ease all;
}
section.productDetail .tabContent .tab .tabBorder .editorContent {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #fff;
  max-width: 870px;
  margin: auto;
  text-align: center;
}
section.productDetail .tabContent .tab .tabBorder .editorContent span {
  margin-top: 30px;
  color: #bcbcbc;
  display: block;
}
section.productDetail .bottomVideoGallery {
  margin-top: 35px;
}
section.productDetail .bottomGunCard {
  margin-top: 60px;
}
section.productDetail .bottomGunCard > .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 60px;
  font-weight: 600;
  text-shadow: 0px 0px 27px rgba(255, 255, 255, 0.82);
}
section.productDetail .bottomContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  margin-top: 70px;
}
section.productDetail .bottomContent .bottomText {
  color: #CFCFCF;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  text-align: center;
}
section.productDetail .bottomContent .bottomText2 {
  color: #CFCFCF;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}
section.productDetail .bottomContent .bottomText2 b {
  font-weight: 500;
}

section.collections {
  padding: 100px 0;
}
section.collections .colelctionCardArea {
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
}
section.collections .slideContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 45px 70px 0 60px;
  max-width: 1145px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  scale: 0.95;
  opacity: 0.5;
  transition: 0.3s ease all;
  overflow: hidden;
}
section.collections .slideContent .collectionCard {
  transition: 0.3s ease all;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  max-width: 400px;
  width: 100%;
  gap: 50px;
  padding-bottom: 45px;
}
section.collections .slideContent .collectionCard .cardTitleArea {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.collections .slideContent .collectionCard .cardTitleArea .subTitle {
  color: #6D6D6D;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
}
section.collections .slideContent .collectionCard .cardTitleArea .title {
  font-size: 22px;
  text-shadow: 0px 0px 15px #ff0000;
  font-weight: 400;
  color: #FF0000;
  text-transform: uppercase;
}
section.collections .slideContent .collectionCard .imgArea {
  height: 110px;
  width: 100%;
}
section.collections .slideContent .collectionCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.collections .slideContent .collectionCard .serialNumber {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 50px;
}
section.collections .slideContent .collectionCard .serialNumber .text {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 16px;
  max-width: 280px;
}
section.collections .slideContent .collectionCard .serialNumber .cross {
  position: relative;
  width: 49px;
  height: 41px;
  flex-shrink: 0;
}
section.collections .slideContent .collectionCard .serialNumber .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
section.collections .slideContent .collectionCard .serialNumber .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
section.collections .slideContent .collectionCard .serialNumber .cross:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.collections .slideContent .collectionCard.blk1911:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  background-image: url("../img/svg/blk1911.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 55px;
  right: 35px;
}
section.collections .slideContent > .imgArea {
  aspect-ratio: 420/410;
  max-width: 420px;
  display: flex;
}
section.collections .slideContent > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.collections .slideContent:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 75px no-repeat;
}
section.collections .slideContent:hover:before {
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/25% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 25% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/25% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 25% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/25% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 25% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/25% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 25% no-repeat;
}
section.collections .slideContent.autoHover {
  opacity: 1;
  scale: 1.05;
}
section.collections .bottomText {
  margin: 65px auto;
  color: #5E5E5E;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  text-align: center;
  max-width: 1220px;
}
section.collections .bottomText span {
  font-weight: 700;
  color: #CFCFCF;
}
section.collections .bottomText p {
  margin-bottom: 35px;
}
section.collections .bottomText p:last-child {
  margin: 0;
}
section.collections .bottomText.type2 {
  text-align: center;
  color: #CFCFCF;
  font-size: 16px;
}
section.collections .bottomText.type2 p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.collections .bottomText.type2 b {
  font-size: 22px;
  font-weight: 400;
  color: #CFCFCF;
}
section.collections .buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

section.gunCollection {
  padding: 100px 0 110px;
}
section.gunCollection .middleText {
  margin: 140px 0 130px;
  font-family: "Share Tech Mono", monospace;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
section.gunCollection .bottomCards {
  margin-top: 95px;
}
section.gunCollection .bottomArea {
  margin-top: 105px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.gunCollection .bottomArea .text {
  margin-bottom: 50px;
  text-align: center;
  color: #CFCFCF;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
}

section.policy {
  padding: 100px 0 40px;
}
section.policy .policyText {
  padding: 20px 75px;
  border-left: 3px solid #ff0000;
  display: flex;
  flex-direction: column;
  color: #939393;
  font-size: 20px;
  font-weight: 200;
  line-height: 29px;
  max-width: 1210px;
}
section.policy .policyText b {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
}
section.policy .policyText.type2 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  max-width: 1415px;
}
section.policy .accordionArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0 40px;
}

section.page404 {
  padding: 150px 0 100px;
}
section.page404 .page404Title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.page404 .page404Title .subTitle {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #a2a2a2 0%, #3c3c3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.page404 .page404Title .title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
section.page404 .page404Title .title .titleText {
  background: linear-gradient(-90deg, #ff0000 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 128px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 149.4px #FF0000;
  max-width: 260px;
  animation: textFill 1s ease-out forwards;
  transition: 0.3s ease all;
  text-transform: uppercase;
}
section.page404 .page404Title .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 787/130;
  max-width: 40.5%;
  width: 100%;
  background-image: url("../img/page404gun.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section.page404 .page404Title .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  aspect-ratio: 512/69;
  max-width: 512px;
  width: 100%;
  background-image: url("../img/page404ammo.png");
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
  mix-blend-mode: exclusion;
  animation: bulletMove 1s ease-out forwards;
}
section.page404 .page404Title .title.type2 .titleText {
  font-size: 38px;
  max-width: 650px;
  line-height: 50px;
}
section.page404 .page404Title .title.type2:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  transform: none;
  aspect-ratio: 402/217;
  max-width: 21%;
  width: 100%;
  background-image: url("../img/page404gun2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section.page404 .page404Title .title.type2:before {
  top: 0;
}
section.page404 .page404Title .text {
  color: #6D6D6D;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  max-width: 1000px;
  text-align: center;
  margin: 60px 0;
}
section.page404 .page404Title .text b {
  color: #fff;
}
section.page404 .page404Title .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.page404 .page404Title .buttons a {
  display: flex;
  width: 174px;
  height: 71px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
section.page404 .page404Title.type2 .title {
  font-size: 128px;
  line-height: 138px;
}
section.page404 .page404Title.type2 .text {
  font-size: 18px;
  line-height: 27px;
}

section.resources .content {
  min-height: 715px;
  padding-bottom: 40px;
}
section.resources .content .resourcesFilters {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
section.resources .content .galleryArea .galleryTitle {
  margin: 0 0 45px;
  color: #FF0000;
  font-size: 18px;
  font-weight: 500;
}
section.resources .content .galleryArea .galleryItems a {
  display: flex;
  overflow: hidden;
  aspect-ratio: 368/200;
  height: 100%;
}
section.resources .content .galleryArea .galleryItems a img {
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.resources .content .galleryArea .galleryItems a:hover img {
  transform: scale(1.05);
}

section.blog {
  padding: 100px 0 80px;
}
section.blog .pagetitle .text {
  color: #CFCFCF;
  font-size: 22px;
  font-weight: 200;
}
section.blog .filterButtons {
  margin-bottom: 55px;
  gap: 20px;
  display: flex;
}
section.blog .bottomText {
  text-align: center;
  color: #CFCFCF;
  font-size: 22px;
  font-weight: 20;
  margin: 80px 0 50px;
}
section.blog .buttons {
  display: flex;
  justify-content: center;
}

section.blogDetail {
  padding: 100px 0 60px;
}
section.blogDetail .blogDetailContentArea {
  border: 1px solid #4E4E4E;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.blogDetail .blogDetailContentArea .title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  padding: 32px 75px;
  border-left: 3px solid #ff0000;
  border-bottom: 1px solid #4E4E4E;
}
section.blogDetail .blogDetailContentArea .textArea {
  padding: 60px 60px 60px 75px;
}
section.blogDetail .blogDetailContentArea .textArea p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
section.blogDetail .blogDetailContentArea .textArea p:last-child {
  margin: 0;
}
section.blogDetail .blogDetailContent {
  margin-top: 120px;
}
section.blogDetail .blogDetailContent .titleArea .title {
  font-family: "Share Tech Mono", monospace;
  font-size: 22px;
  color: #ff0000;
  font-weight: 400;
  margin-bottom: 10px;
}
section.blogDetail .blogDetailContent .titleArea .date {
  font-family: "Share Tech Mono", monospace;
  color: #797979;
  font-size: 16px;
  font-weight: 400;
}
section.blogDetail .blogDetailContent .blogDetailItem {
  margin-bottom: 40px;
  max-width: 800px;
}
section.blogDetail .blogDetailContent .blogDetailItem .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 15px 75px;
  border-left: 3px solid #ff0000;
}
section.blogDetail .blogDetailContent .blogDetailItem .textArea {
  padding: 60px 30px 0 75px;
}
section.blogDetail .blogDetailContent .blogDetailItem .textArea p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
section.blogDetail .blogDetailContent .blogDetailItem .textArea p:last-child {
  margin: 0;
}
section.blogDetail .blogDetailTopContent .blogDetailImgArea {
  display: flex;
  width: 100%;
  height: 100%;
}
section.blogDetail .blogDetailTopContent .blogDetailImgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.blogDetail .bottomText {
  text-align: center;
  color: #CFCFCF;
  font-size: 22px;
  line-height: 31px;
  font-weight: 200;
  padding-top: 70px;
  border-top: 1px solid #4E4E4E;
  margin: 0 auto 50px;
  max-width: 1260px;
}
section.blogDetail .buttons {
  display: flex;
  justify-content: center;
}
section.blogDetail .bottomBlogs {
  margin-top: 65px;
}

section.newsDetail {
  padding: 100px 0 60px;
}
section.newsDetail .newsDetailTop {
  display: flex;
  border: 1px solid #4E4E4E;
  margin-bottom: 30px;
}
section.newsDetail .newsDetailTop .titleArea {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #4E4E4E;
  min-height: 100%;
  padding: 30px 95px 30px 60px;
  justify-content: center;
  gap: 10px;
}
section.newsDetail .newsDetailTop .titleArea .text {
  color: #ff0000;
  font-size: 22px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
}
section.newsDetail .newsDetailTop .titleArea .date {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
}
section.newsDetail .newsDetailTop .title {
  color: #fff;
  max-width: 885px;
  margin-left: auto;
  padding: 40px 130px;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}
section.newsDetail .bottomText {
  text-align: center;
  color: #CFCFCF;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  padding-top: 70px;
  border-top: 1px solid #4E4E4E;
  margin: 30px auto 50px;
  max-width: 1260px;
}
section.newsDetail .imgArea {
  margin-bottom: 80px;
}
section.newsDetail .imgArea .newsDetailImgArea {
  aspect-ratio: 756/493;
  width: 100%;
}
section.newsDetail .imgArea .newsDetailImgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.newsDetail .buttons {
  display: flex;
  justify-content: center;
}
section.newsDetail .bottomBlogs {
  margin-top: 65px;
}
section.newsDetail .newsDetailItem {
  text-align: center;
  max-width: 1380px;
  margin: 0 auto 55px;
}
section.newsDetail .newsDetailItem .title {
  margin-bottom: 50px;
  color: #BFBFBF;
  font-size: 28px;
  font-weight: 400;
}
section.newsDetail .newsDetailItem .text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}
section.newsDetail .newsDetailItem .text.type2 {
  color: #BFBFBF;
  font-size: 18px;
  line-height: 26px;
}

section.contact {
  padding: 100px 0 110px;
}
section.contact .pageTitle {
  margin-bottom: 35px;
  text-align: center;
}
section.contact .pageTitle .subTitle {
  font-size: 18px;
}
section.contact .pageTitle .text {
  color: #fff;
  font-size: 22px;
  line-height: 31px;
}
section.contact .contactMap {
  margin-bottom: 110px;
}
section.contact .contactMap #map0 {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
section.contact .contactInfoArea {
  margin-bottom: 35px;
}
section.contact .contactInfoArea .addressArea {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  align-items: flex-start;
  padding: 30px 80px;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  position: relative;
  color: #6D6D6D;
  font-weight: 300;
  font-size: 18px;
}
section.contact .contactInfoArea .addressArea b {
  font-weight: 400;
}
section.contact .contactInfoArea .addressArea:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
section.contact .contactInfoArea .addressArea:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 35% no-repeat;
}
section.contact .contactInfoArea .contactMailArea {
  display: flex;
  align-items: center;
  padding: 30px 50px;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  position: relative;
}
section.contact .contactInfoArea .contactMailArea .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 60px;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 17px;
  font-family: "Share Tech Mono", monospace;
  height: 48px;
  padding-left: 12px;
  position: relative;
}
section.contact .contactInfoArea .contactMailArea .phone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.contact .contactInfoArea .contactMailArea .phone:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 48px;
  left: -1px;
  top: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
}
section.contact .contactInfoArea .contactMailArea .mailItems {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.contact .contactInfoArea .contactMailArea .mailItems .item {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
section.contact .contactInfoArea .contactMailArea:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
section.contact .contactInfoArea .contactMailArea:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 35% no-repeat;
}
section.contact .checkboxArea {
  margin: 35px 0 55px;
}
section.contact .marker {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 22px;
  width: 270px;
  height: 62px;
  justify-content: center;
}
section.contact .marker img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 37px 0 #ff0000;
  animation: glowPulse 1.8s ease-in-out infinite;
}
section.contact .marker span {
  font-family: "Share Tech Mono", monospace;
  color: #BCBCBC;
  font-weight: 400;
  font-size: 14px;
}
section.contact .marker .text {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
section.contact .marker:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/16px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 16px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/16px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 16px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/16px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 16px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/16px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 16px no-repeat;
}

.editorContent ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.editorContent ul li {
  position: relative;
  padding-left: 15px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  display: inline;
}
.editorContent ul li b {
  font-weight: 600;
}
.editorContent ul li:after {
  content: "*";
  position: absolute;
  left: 0;
  top: 4px;
}
.editorContent h1,
.editorContent h2,
.editorContent h3,
.editorContent h4,
.editorContent h5,
.editorContent h6 {
  color: #FFFFFF;
  text-align: center;
}
.editorContent p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.editorContent p b,
.editorContent p strong {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
}
.editorContent p b {
  display: block;
}
.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;
}

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: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.customcheckbox1 .checkboxText a {
  color: #6D6D6D !important;
  font-weight: 500;
  text-decoration: underline !important;
}
.customcheckbox1 .checkmark {
  width: 21px;
  height: 21px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 13px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}

.inputArea {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.inputArea input,
.inputArea textarea {
  height: 74px;
  width: 100%;
  display: flex;
  border: none;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 27px 40px;
}
.inputArea input::-moz-placeholder, .inputArea textarea::-moz-placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.inputArea input::placeholder,
.inputArea textarea::placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.inputArea textarea {
  min-height: 74px;
  min-width: 100%;
  max-width: 100%;
}
.inputArea label {
  position: absolute;
  top: 50%;
  left: 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.inputArea label b {
  color: #ff0000;
}
.inputArea.is-focus label {
  opacity: 0;
  visibility: hidden;
}
.inputArea:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.inputArea:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 35% no-repeat;
}

.customSelect {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.customSelect .selectTrigger {
  position: relative;
  height: 74px;
  width: 100%;
  display: flex;
  border: none;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 27px 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.customSelect .selectTrigger::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  width: 12px;
  height: 8px;
  background: #ff0000;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pixelarrow.svg");
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.customSelect.open .selectTrigger:after {
  transform: translateY(-50%) rotate(0);
}
.customSelect.open .selectOptions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.customSelect .selectOptions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease;
}
.customSelect .selectOptions li {
  padding: 14px 20px;
  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);
}
.customSelect:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.customSelect:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 35% no-repeat;
}

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

.accordionItem {
  position: relative;
  width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 35px 75px 35px 50px;
  color: #FF0000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 170% */
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 15px #ff0000;
  gap: 30px;
}
.accordionItem .accordionHeader .cross {
  position: relative;
  width: 49px;
  height: 41px;
  flex-shrink: 0;
}
.accordionItem .accordionHeader .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
.accordionItem .accordionHeader .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
.accordionItem .accordionHeader .cross:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.accordionItem .accordionHeader:after {
  content: "";
  height: 11px;
  width: 20px;
  -webkit-mask-image: url(../img/svg/pixelarrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #FF0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 50px;
  transition: 0.3s ease all;
}
.accordionItem .accordionBody {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  /* 155.556% */
  position: relative;
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
}
.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 1000px;
  padding: 33px 50px;
}
.accordionItem.active:before {
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/25% 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/25% 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/25% 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/25% 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 49px no-repeat;
}
.accordionItem:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/49px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/49px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/49px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 49px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/49px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 49px no-repeat;
  transition: 0.3s ease all;
}
.accordionItem.type2 .accordionHeader {
  color: #fff;
  text-shadow: none;
}
.accordionItem.type2 .accordionHeader:after {
  display: none;
}
.accordionItem.type3 .accordionHeader {
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.accordionItem.type3 .accordionHeader:after {
  display: none;
}
.accordionItem.type3 .accordionBody {
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 70px 0 130px;
}
.accordionItem.type3.active .accordionBody {
  padding: 33px 70px 33px 130px;
}

.category-dropdown {
  position: relative;
  width: 214px;
}
.category-dropdown .dropdown-trigger {
  width: 100%;
  height: 62px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 25px;
  cursor: pointer;
  color: #fff;
  transition: all 0.25s ease;
  text-align: left;
}
.category-dropdown .dropdown-trigger .label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #B46363;
  font-family: "Share Tech Mono", monospace;
}
.category-dropdown .dropdown-trigger .value {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Share Tech Mono", monospace;
  height: 22px;
}
.category-dropdown .dropdown-trigger .value.type2 {
  font-size: 26px;
}
.category-dropdown .dropdown-trigger .arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 8px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pixelarrow.svg");
  transform: translateY(-50%) rotate(180deg);
  background: #ff0000;
  transition: 0.3s ease all;
}
.category-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.25s ease;
  z-index: 10;
  background: #1A1A1A;
}
.category-dropdown .dropdown-menu li {
  padding: 20px 25px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease all;
  text-shadow: 0px 0px 15px #fff;
}
.category-dropdown .dropdown-menu li:last-child {
  border: none;
}
.category-dropdown .dropdown-menu li:hover {
  color: #ff0000;
  text-shadow: 0px 0px 15px #ff0000;
}
.category-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.category-dropdown:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 15px no-repeat;
  transition: 0.3s ease all;
}
.category-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 25px;
  background: #ff0000;
  filter: blur(35px);
  z-index: -1;
}
.category-dropdown.open .arrow {
  transform: translateY(-50%) rotate(0);
}

.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;
  margin-bottom: 40px;
}
.navlist1 li {
  max-width: calc(33.3333333333% - 10px);
  width: 100%;
}
.navlist1 li a {
  padding: 20px 35px 30px 45px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease all;
}
.navlist1 li a .number {
  margin-left: auto;
  font-size: 48px;
  transition: 0.3s ease all;
  font-weight: 200;
}
.navlist1 li a .text {
  max-width: 210px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease all;
  line-height: 22px;
}
.navlist1 li a:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.navlist1 li a:hover, .navlist1 li a.active {
  color: #ff0000;
}
.navlist1 li a:hover:before, .navlist1 li a.active:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 15px no-repeat;
}

.navlist2 {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #4E4E4E;
}
.navlist2 li {
  max-width: 25%;
  width: 100%;
}
.navlist2 li a {
  padding: 20px 43px;
  color: #4E4E4E;
  height: 100%;
  align-items: center;
  position: relative;
  display: flex;
  width: 100%;
  gap: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease all;
}
.navlist2 li a .number {
  font-size: 20px;
  transition: 0.3s ease all;
  font-weight: 200;
  position: relative;
}
.navlist2 li a .number:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #4E4E4E;
  right: -22px;
  bottom: 3px;
  transition: 0.3s ease all;
}
.navlist2 li a .text {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease all;
  line-height: 22px;
}
.navlist2 li a:after {
  content: "";
  position: absolute;
  top: -3px;
  height: 3px;
  width: 100%;
  left: 0;
  background: #ff0000;
  opacity: 0;
  transition: 0.3s ease all;
}
.navlist2 li a:hover .number, .navlist2 li a.active .number {
  color: #ff0000;
}
.navlist2 li a:hover .number:after, .navlist2 li a.active .number:after {
  background: #ff0000;
}
.navlist2 li a:hover .text, .navlist2 li a.active .text {
  text-shadow: 0px 0px 15px #fff;
  color: #fff;
}
.navlist2 li a:hover:after, .navlist2 li a.active:after {
  opacity: 1;
}
.navlist2.type2 li {
  max-width: 33.3333333333%;
}
.navlist2.type2 li a {
  padding: 30px 43px;
  display: flex;
  justify-content: center;
}

.pageTitle .subTitle {
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.pageTitle .subTitle span {
  margin-right: 15px;
}
.pageTitle .subTitle.type2 {
  font-size: 18px;
}
.pageTitle .subTitle.type2 span {
  margin: 0;
}
.pageTitle .title {
  color: #6D6D6D;
  font-size: 50px;
  font-weight: 100;
  max-width: 560px;
  height: 165px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pageTitle .title b {
  color: #242424;
  font-weight: 400;
}
.pageTitle.type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}
.pageTitle.type2 .subTitle {
  text-align: center;
}
.pageTitle.type2 .title {
  text-align: center;
  height: auto;
}
.pageTitle.type3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}
.pageTitle.type3 .subTitle {
  text-align: center;
}
.pageTitle.type3 .title {
  text-align: center;
  height: auto;
  font-size: 160px;
  max-width: 100%;
  position: relative;
}
.pageTitle.type3 .title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  background-image: url("../img/pistol2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  mix-blend-mode: exclusion;
  aspect-ratio: 414/108;
  width: 414px;
}
.pageTitle.type4 {
  margin-bottom: 40px;
}
.pageTitle.type4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageTitle.type4 .subTitle {
  text-align: center;
}
.pageTitle.type4 .bigTitle span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 171px;
  font-weight: 800;
  color: #040404;
  -webkit-text-stroke: 3px transparent;
  background: linear-gradient(90deg, rgb(42, 40, 40) 0%, rgb(163, 3, 3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  line-height: 200px;
  white-space: break-spaces;
}
.pageTitle.type4 .bigTitle span img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 126px;
}
.pageTitle.type4 .text {
  max-width: 1070px;
  margin: 0 auto;
  color: #5E5E5E;
  font-size: 20px;
  font-weight: 200;
  line-height: 29px;
  text-align: center;
}
.pageTitle.type4 .text b {
  color: #fff;
}

.collectionTitle {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collectionTitle .subTitle {
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 110px;
}
.collectionTitle .subTitle span {
  margin-right: 15px;
}
.collectionTitle .text {
  color: #CFCFCF;
  font-size: 22px;
  line-height: 31px;
  max-width: 910px;
  text-align: center;
  padding-bottom: 50px;
}
.collectionTitle .text b {
  color: #242424;
  font-weight: 400;
}
.collectionTitle .bigTitle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.collectionTitle .bigTitle span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 110px;
  font-weight: 800;
  color: #040404;
  -webkit-text-stroke: 3px transparent;
  background: linear-gradient(90deg, rgb(42, 40, 40) 0%, rgb(163, 3, 3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  line-height: 220px;
}
.collectionTitle .bigTitle span:after {
  content: "";
  position: absolute;
  left: -90px;
  top: -50px;
  aspect-ratio: 1/1;
  width: 125px;
  background-image: url("../img/guvence2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.collectionTitle .bigTitle.type2 span {
  font-size: 208px;
  line-height: 248px;
}
.collectionTitle.type2 {
  padding-bottom: 80px;
  margin-bottom: 10px;
}

.policyTitle {
  display: flex;
  justify-content: center;
}
.policyTitle .subTitle {
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
  line-height: 18px;
}
.policyTitle .subTitle span {
  margin-right: 15px;
}

.pageTitleWhite {
  background: #fff;
  padding: 100px 0 35px;
}
.pageTitleWhite .subTitle {
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0px 0px 15px #ff0000;
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}
.pageTitleWhite .subTitle span {
  margin-right: 5px;
}
.pageTitleWhite .text {
  max-width: 830px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  text-align: center;
}

.beautifulBtn {
  position: relative;
  display: inline-flex;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF !important;
  text-shadow: 0px 0px 15px #ff0000;
  font-family: "Share Tech Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
}
.beautifulBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 12px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/12px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 12px no-repeat;
}
.beautifulBtn:hover:before {
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 55% no-repeat;
}

.filterBtn {
  position: relative;
  width: calc(25% - 10px);
  padding: 30px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  transition: 0.3s ease all;
  cursor: pointer;
}
.filterBtn span {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
}
.filterBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.filterBtn:hover, .filterBtn.active {
  color: #ff0000;
}
.filterBtn:hover:before, .filterBtn.active:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 15px no-repeat;
}

.watchBtn {
  position: relative;
  display: inline-flex;
  padding: 18px 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #BCBCBC;
  font-family: "Share Tech Mono", monospace;
  font-size: 21px;
  text-transform: uppercase;
}
.watchBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/21px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 21px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/21px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 21px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/21px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 21px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/21px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 21px no-repeat;
}
.watchBtn:hover:before {
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 55% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/55% 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 55% no-repeat;
}

.filterBtn2 {
  position: relative;
  width: calc(25% - 10px);
  padding: 18px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background: transparent;
  text-align: left;
}
.filterBtn2 .title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.3s ease all;
  margin-bottom: 8px;
}
.filterBtn2 span {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
}
.filterBtn2:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.filterBtn2:hover .title, .filterBtn2.active .title {
  color: #ff0000;
}
.filterBtn2:hover:before, .filterBtn2.active:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 15px no-repeat;
}

.filterBtn3 {
  position: relative;
  padding: 25px 51px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background: transparent;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.3s ease all;
  font-family: "Share Tech Mono", monospace;
  margin-bottom: 8px;
}
.filterBtn3:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.filterBtn3:hover, .filterBtn3.active {
  color: #ff0000;
}
.filterBtn3:hover:before, .filterBtn3.active:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 15px no-repeat;
}

.buyBtn {
  position: relative;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 76px;
  height: 62px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;
}
.buyBtn .icon {
  width: 24px;
  height: 24px;
}
.buyBtn .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.buyBtn:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  animation: pulseScale 2.2s ease-in-out infinite;
  pointer-events: none;
  background: linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) top/100% 1px no-repeat, linear-gradient(to right, white 20%, transparent 20%, transparent 80%, white 80%) bottom/100% 1px no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) left/1px 100% no-repeat, linear-gradient(to bottom, white 20%, transparent 20%, transparent 80%, white 80%) right/1px 100% no-repeat;
  transition: 0.3s ease all;
}

.quessBtn {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 65px;
  flex-wrap: wrap;
}
.quessBtn .cross {
  position: relative;
  width: 49px;
  height: 41px;
}
.quessBtn .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
.quessBtn .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
.quessBtn .cross:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.quessBtn .text {
  color: #FF0000;
  font-size: 16px;
  font-weight: 400;
}

.productCard {
  transition: 0.3s ease all;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
  justify-content: space-between;
  transition: 0.3s ease all;
  background: transparent;
}
.productCard .cardTitleArea {
  display: flex;
  gap: 25px;
  align-items: center;
}
.productCard .cardTitleArea .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  line-height: 200;
  width: 56px;
  height: 48px;
  color: #fff;
}
.productCard .cardTitleArea .number:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #fff 100%, transparent 0) top left/7px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top left/1px 7px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) top right/7px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) top right/1px 7px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom left/7px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom left/1px 7px no-repeat, linear-gradient(to right, #fff 100%, transparent 0) bottom right/7px 1px no-repeat, linear-gradient(to bottom, #fff 100%, transparent 0) bottom right/1px 7px no-repeat;
  transition: 0.3s ease all;
}
.productCard .cardTitleArea .number:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard .cardTitleArea .title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.productCard .imgArea {
  height: 110px;
  width: 100%;
}
.productCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard .serialNumber {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.productCard .serialNumber .number {
  color: #636363;
  font-size: 14px;
  font-weight: 800;
}
.productCard .serialNumber .cross {
  position: relative;
  width: 49px;
  height: 41px;
}
.productCard .serialNumber .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
.productCard .serialNumber .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
.productCard .serialNumber .cross:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 75px no-repeat;
}
.productCard:hover:before {
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 55% no-repeat;
}

.productCard2 {
  transition: 0.3s ease all;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 38px 20px 38px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  gap: 12px;
}
.productCard2 .cardTitleArea {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.productCard2 .cardTitleArea .subTitle {
  color: #6D6D6D;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
}
.productCard2 .cardTitleArea .title {
  font-size: 22px;
  text-shadow: 0px 0px 15px #ff0000;
  font-weight: 400;
  color: #FF0000;
  text-transform: uppercase;
}
.productCard2 .imgArea {
  height: 110px;
  width: 100%;
}
.productCard2 .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.productCard2 .serialNumber {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.productCard2 .serialNumber .text {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 16px;
  max-width: 280px;
}
.productCard2 .serialNumber .cross {
  position: relative;
  width: 49px;
  height: 41px;
  flex-shrink: 0;
}
.productCard2 .serialNumber .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
.productCard2 .serialNumber .cross:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 10px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/10px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 10px no-repeat;
  transition: 0.3s ease all;
}
.productCard2 .serialNumber .cross:before img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productCard2:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/75px 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 75px no-repeat;
}
.productCard2:hover {
  background: linear-gradient(to bottom, #121212 0%, #1a1a1a 100%);
}
.productCard2:hover:before {
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/1px 55% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/55% 1px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/1px 55% no-repeat;
}
.productCard2.blk1911:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  background-image: url("../img/svg/blk1911.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 55px;
  right: 35px;
}
.productCard2.type2 {
  gap: 50px;
}
.productCard2.type2 .imgArea {
  max-width: 500px;
}
.productCard2.type2 .serialNumber {
  justify-content: flex-start;
  gap: 50px;
  align-items: center;
}

.beautifulCard {
  transition: 0.3s ease all;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 35px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  gap: 25px;
  justify-content: space-between;
}
.beautifulCard .title {
  color: #FF0000;
  text-shadow: 0px 0px 15px #ff0000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
  text-transform: uppercase;
  line-height: 23px;
  height: 46px;
  display: flex;
  align-items: flex-end;
}
.beautifulCard .text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.beautifulCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/75px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/1px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/75px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/1px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/75px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/1px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/75px 1px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/1px 75px no-repeat;
}

.blogCard {
  transition: 0.3s ease all;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 45px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  gap: 12px;
}
.blogCard .title {
  color: #FF0000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Share Tech Mono", monospace;
}
.blogCard .text {
  margin: 25px 0 35px;
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.blogCard .date {
  color: #FF0000;
  font-size: 14px;
  font-family: "Share Tech Mono", monospace;
  text-transform: uppercase;
}
.blogCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/75px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 75px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/75px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 75px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/75px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 75px no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/75px 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 75px no-repeat;
}
.blogCard:hover {
  background: linear-gradient(90deg, #121212 0%, #1A1A1A 100%);
}
.blogCard:hover:before {
  background: linear-gradient(to right, #ff0000 100%, transparent 0) top left/35% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top left/1px 35% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) top right/35% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) top right/1px 35% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom left/35% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom left/1px 35% no-repeat, linear-gradient(to right, #ff0000 100%, transparent 0) bottom right/35% 1px no-repeat, linear-gradient(to bottom, #ff0000 100%, transparent 0) bottom right/1px 35% no-repeat;
}

.featureCard {
  padding: 80px 50px 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  background: linear-gradient(to bottom, #121212 0%, #1a1a1a 100%);
}
.featureCard .featureTitle {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-family: "Share Tech Mono", monospace;
}
.featureCard .featureHighlight {
  font-size: 26px;
  font-weight: 800;
  color: #ff0000;
  text-transform: uppercase;
  line-height: 32px;
}
.featureCard .featureSubHighlight {
  font-size: 16px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  color: #ff0000;
  margin-top: 4px;
}

.productionCard {
  padding: 55px 40px;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 90px;
  height: 100%;
}
.productionCard .cross {
  position: absolute;
  width: 38px;
  height: 38px;
  left: 40px;
  top: 55px;
}
.productionCard .cross:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/cross.svg");
  background: #5E5E5E;
  width: 29px;
  height: 29px;
}
.productionCard .cross:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: #ff0000;
  transition: 0.3s ease all;
}
.productionCard .imgArea {
  max-width: 140px;
  max-height: 130px;
  margin-left: auto;
}
.productionCard .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
}
.productionCard .text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: auto;
}

.productionWideCard {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.productionWideCard .imgArea {
  margin: 0 auto;
  aspect-ratio: 1/1;
  width: 215px;
}
.productionWideCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.productionWideCard .text {
  color: #5E5E5E;
  font-size: 20px;
  font-weight: 300;
  max-width: 565px;
  line-height: 27px;
}

.pdfCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 45px 60px;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
  justify-content: space-between;
}
.pdfCard .text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.pdfCard .icon {
  text-shadow: 0px 0px 15px #fff;
}
.pdfCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.pdfCard:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 25% no-repeat;
}

.certificateCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 35px 40px 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 35px;
  justify-content: space-between;
}
.certificateCard .text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.certificateCard .imgArea {
  aspect-ratio: 228/258;
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
}
.certificateCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.certificateCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 15px no-repeat;
}
.certificateCard:hover:before {
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/1px 25% no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/25% 1px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/1px 25% no-repeat;
}

.newsCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newsCard .title {
  color: #797979;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.newsCard .text {
  margin: 55px 0 45px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}
.newsCard .dateArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 15px;
}
.newsCard .dateArea .date {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
}
.newsCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/75px 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/2px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/75px 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/2px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/75px 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/2px 75px no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/75px 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/2px 75px no-repeat;
}
.newsCard:hover:before {
  background: linear-gradient(to right, #797979 100%, transparent 0) top left/35% 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top left/2px 35% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) top right/35% 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) top right/2px 35% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom left/35% 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom left/2px 35% no-repeat, linear-gradient(to right, #797979 100%, transparent 0) bottom right/35% 2px no-repeat, linear-gradient(to bottom, #797979 100%, transparent 0) bottom right/2px 35% no-repeat;
}

.historyCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  flex-direction: column;
  gap: 35px;
  padding: 50px;
  align-items: center;
}
.historyCard .text {
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
}
.historyCard .text b {
  font-weight: 500;
}
.historyCard:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  transition: 0.3s ease all;
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/75px 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/2px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/75px 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/2px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/75px 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/2px 75px no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/75px 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/2px 75px no-repeat;
}
.historyCard:hover:before {
  background: linear-gradient(to right, #FF0000 100%, transparent 0) top left/35% 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top left/2px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) top right/35% 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) top right/2px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom left/35% 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom left/2px 35% no-repeat, linear-gradient(to right, #FF0000 100%, transparent 0) bottom right/35% 2px no-repeat, linear-gradient(to bottom, #FF0000 100%, transparent 0) bottom right/2px 35% no-repeat;
}

.videoItem {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 756/372;
  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: 60px 70px;
  gap: 45px;
}
.videoItem .videoContent .title {
  font-size: 22px;
  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);
}
.videoItem.type2 .videoContent {
  padding: 40px 50px;
  gap: 35px;
}
.videoItem.type2 .videoContent .title {
  font-size: 16px;
}

.pdfCard2 {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 23px 35px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: 0.3s ease all;
}
.pdfCard2 .text {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.pdfCard2 .text .lang {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 25px;
}
.pdfCard2 .text .lang a {
  display: flex;
  position: relative;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
}
.pdfCard2 .text .lang a:after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 400;
  font-family: "Share Tech Mono", monospace;
}
.pdfCard2 .text .lang a:last-child:after {
  display: none;
}
.pdfCard2 .text b {
  font-family: "Share Tech Mono", monospace;
  color: #BCBCBC;
  font-weight: 400;
  margin-left: 5px;
}
.pdfCard2:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: -1px;
  right: -1px;
  pointer-events: none;
  background: linear-gradient(to right, #BCBCBC 100%, transparent 0) top left/15px 2px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top left/2px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) top right/15px 2px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) top right/2px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom left/15px 2px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom left/2px 15px no-repeat, linear-gradient(to right, #BCBCBC 100%, transparent 0) bottom right/15px 2px no-repeat, linear-gradient(to bottom, #BCBCBC 100%, transparent 0) bottom right/2px 15px no-repeat;
  transition: 0.3s ease all;
}
.pdfCard2:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */