@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: 1524px;
  }

  .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: 1524px;
  }
}

@media (min-width: 1920px) {

  .container-3xl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1524px;
  }

  .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: 1524px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .col-3xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-3xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

body {
  font-family: "Manrope", sans-serif;
  max-width: 100vw;
}

body.preload * {
  transition: none !important;
}

body.noscroll {
  overflow: hidden;
  height: 100vh;
}

* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  box-shadow: unset !important;
  outline: unset !important;
}

.borderedSection {
  border-radius: 0 0 20px 20px;
  border: 7px solid #E0E6F1;
  border-top: none;
  margin: 0 auto 20px;
  max-width: calc(100% - 40px);
}

.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: #fff;
}

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

::-webkit-scrollbar-thumb {
  background: #4E6D86;
}

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

.owl-carousel:not(.owl-loaded) .owl-stage {
  display: flex;
}

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

.owl-carousel .owl-nav.disabled {
  display: none;
}

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

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

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

.popupOpenMenu {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  width: 100%;
  height: 100vh;
}

.popupOpenMenu .content {
  background: red;
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 2;
}

.popupOpenMenu.filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.popupOpenMenu.active {
  opacity: 1;
  pointer-events: auto;
}

.customContainer1 {
  max-width: 1700px;
}

.textAnimation {
  color: #6F7A8B;
  /* Fallback */
  background-image: linear-gradient(to right, #000000 var(--p, 0%), #6F7A8B var(--p, 0%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header {
  padding-top: 30px;
  width: calc(100% - 40px);
  position: relative;
  z-index: 999;
  border-radius: 20px 20px 0 0;
  border: 7px solid #E0E6F1;
  border-bottom: none;
  margin: 20px 20px 0;
}

body.headerAbs header {
  position: absolute;
  padding-top: 70px;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
}

body.headerType2 header {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E0E6F1;
  padding-bottom: 65px;
}

body.headerNoBorder header {
  border-bottom: none;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  aspect-ratio: 126/37;
  max-width: 126px;
}

header .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

header .headerMenu {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #FFFFFF;
  border: 1px solid rgba(178, 178, 178, 0.3);
  padding: 6px 25px 6px 8px;
  border-radius: 150px;
  position: relative;
  transition: 0.3s ease all;
}

header .headerMenu.active .searchMenu .searchForm {
  opacity: 1;
  pointer-events: all;
  width: 100%;
}

header .headerMenu .searchMenu .searchArea {
  width: 57px;
  height: 43px;
  border-radius: 105px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 12;
  position: relative;
  transition: 0.3s ease all;
}

header .headerMenu .searchMenu .searchArea img {
  width: 18px;
  height: 18px;
}

header .headerMenu .searchMenu .searchForm {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 150px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 20px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: 0.4s ease all;
}

header .headerMenu .searchMenu .searchForm input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 150px;
  white-space: nowrap;
}

header .headerMenu .searchMenu .searchForm input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .headerMenu .searchMenu .searchForm input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .headerMenu .menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

header .headerMenu .menu ul li {
  position: relative;
}

header .headerMenu .menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #53657B;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}

header .headerMenu .menu ul li:hover a,
header .headerMenu .menu ul li.active a {
  color: #000;
}

header .headerMenu .menu ul li:hover:after,
header .headerMenu .menu ul li.active:after {
  opacity: 1;
}

header .headerMenu .menu ul li:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -13px;
  top: -13px;
  left: -12px;
  right: -12px;
  background: #F3F3F3;
  border-radius: 100px;
  opacity: 0;
  transition: 0.3s ease all;
}

header .headerMenu .getOffer {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

header .getOffer {
  padding: 16px 55px;
  border-radius: 120px;
  font-size: 16px;
  font-weight: 700;
}

header .mobileHeaderActions {
  display: none;
  align-items: center;
  gap: 15px;
}

header .mobileHeaderActions .actionBtn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease all;
}

header .mobileHeaderActions .actionBtn:active {
  transform: scale(0.95);
}

header .mobileHeaderActions .actionBtn img {
  width: 20px;
  height: 20px;
}

header .mobileHeaderActions .actionBtn .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
}

header .mobileHeaderActions .actionBtn .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 4px;
  transition: 0.3s all;
}

header .mobileHeaderActions .actionBtn .hamburger span:nth-child(1),
header .mobileHeaderActions .actionBtn .hamburger span:nth-child(3) {
  width: 60%;
  margin-left: auto;
}

.mobileMenuWrapper {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mobileMenuWrapper.active {
  opacity: 1;
  pointer-events: all;
}

.mobileMenuWrapper .mobileMenuHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 32px 20px;
  border-bottom: 1px solid #eee;
}

.mobileMenuWrapper .mobileMenuHeader .logo {
  max-width: 110px;
}

.mobileMenuWrapper .mobileMenuHeader .logo img {
  width: 100%;
}

.mobileMenuWrapper .mobileMenuHeader .closeMobileMenu {
  cursor: pointer;
  padding: 5px;
}

.mobileMenuWrapper .mobileMenuContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}

.mobileMenuWrapper .mobileMenuContent ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.mobileMenuWrapper .mobileMenuContent ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: block;
  text-align: center;
}

.mobileMenuWrapper .mobileMenuContent .mobileMenuFooter {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.mobileSearchWrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 12px;
  width: calc(100% - 24px);
  background: #fff;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  padding: 15px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  transform: translateY(0);
  transition: 0.3s ease all;
  margin-top: -4px;
}

.mobileSearchWrapper.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(10px);
}

.mobileSearchWrapper .closeMobileSearch {
  display: none;
}

.mobileSearchWrapper .mobileSearchInner {
  width: 100%;
}

.mobileSearchWrapper .mobileSearchInner form {
  position: relative;
}

.mobileSearchWrapper .mobileSearchInner form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #E0E6F1;
  padding: 10px 40px 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border-radius: 0;
}

.mobileSearchWrapper .mobileSearchInner form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.mobileSearchWrapper .mobileSearchInner form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.mobileSearchWrapper .mobileSearchInner form input:focus {
  border-color: #000;
}

.mobileSearchWrapper .mobileSearchInner form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobileSearchWrapper .mobileSearchInner form button img {
  width: 20px;
  height: 20px;
  filter: none;
}

.footerTop {
  background: #E0E6F1;
  border-radius: 20px 20px 0 0;
  transform: translateY(22px);
  padding: 50px 0 80px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.footerTop .container {
  display: flex;
  align-items: flex-end;
  gap: 55px;
}

.footerTop .container .title {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  line-height: 24px;
}

.footerTop .container .desc {
  color: #5A6570;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 620px;
  margin-right: auto;
}

footer {
  padding-bottom: 50px;
  background: #FFFFFF;
  border: 6px solid #E0E6F1;
  border-radius: 20px;
  padding: 70px 60px 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

footer .footerMain {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  row-gap: 0;
  flex-wrap: wrap;
}

footer .aboutCol {
  flex: 1;
  max-width: 430px;
  min-width: 300px;
}

footer .aboutCol .footerLogo {
  display: block;
  max-width: 130px;
  margin-bottom: 30px;
}

footer .aboutCol .footerLogo img {
  width: 100%;
  height: auto;
}

footer .aboutCol .footerDesc {
  font-size: 16px;
  line-height: 24px;
  color: #53657B;
  margin-bottom: 30px;
}

footer .aboutCol .turkkepBox {
  border: 1px solid #D9DEE6;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  max-width: 170px;
  margin-bottom: 0;
  position: relative;
}

footer .aboutCol .turkkepBox .turkkepLogo {
  aspect-ratio: 127/33;
  max-width: 127px;
}

footer .aboutCol .turkkepBox .turkkepLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .aboutCol .turkkepBox .turkkepText {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  text-align: center;
}

footer .aboutCol .turkkepBox:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #D9DEE6;
}

footer .footerLinks {
  flex: 2;
  display: flex;
  gap: 85px;
  padding-top: 72px;
  justify-content: flex-end;
  padding-right: 45px;
}

footer .footerLinks .footerCol .menuTitle {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}

footer .footerLinks .footerCol ul li {
  margin-bottom: 20px;
}

footer .footerLinks .footerCol ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: 0.3s ease all;
}

footer .footerLinks .footerCol ul li a:hover {
  color: #53657B;
}

footer .footerInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

footer .footerInfo .address {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  max-width: 100%;
}

footer .footerInfo .contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}

footer .footerInfo .contact span {
  color: #000;
  font-weight: 400;
}

footer .footerInfo .contact a {
  color: #000;
  transition: 0.3s ease all;
  font-family: "Rubik", sans-serif;
}

footer .footerInfo .contact a:hover {
  color: #53657B;
}

footer .footerInfo .socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

footer .footerInfo .socials a {
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease all;
  font-family: "Rubik", sans-serif;
}

footer .footerInfo .socials a:hover {
  background: #000;
  color: #fff;
}

.footerCopy {
  padding: 30px 0;
}

.footerCopy .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.footerCopy .container p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.footerCopy .container .copyLinks {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footerCopy .container .copyLinks a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: 0.3s ease all;
  position: relative;
}

.footerCopy .container .copyLinks a:hover {
  color: #53657B;
}

.footerCopy .container .copyLinks a:after {
  content: "|";
  position: absolute;
  right: -14px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.footerCopy .container .copyLinks a:last-child:after {
  display: none;
}

.footerCopy .container .stageLogo {
  display: flex;
  width: 100px;
  height: 30px;
}

.footerCopy .container .footer3Item {
  width: 33.3333333333%;
  display: flex;
}

.footerCopy .container .footer3Item:nth-child(2) {
  justify-content: center;
}

.footerCopy .container .footer3Item:nth-child(3) {
  justify-content: flex-end;
}

@keyframes glowShadowRotate {
  0% {
    box-shadow: inset 3px 0 3px 0 #00FFA6, inset -5px -3px 9px 0 #003CFF;
  }

  12.5% {
    box-shadow: inset 2.12px 2.12px 3px 0 #00FFA6, inset -3.5px -5px 9px 0 #003CFF;
  }

  25% {
    box-shadow: inset 0 3px 3px 0 #00FFA6, inset 0 -6px 9px 0 #003CFF;
  }

  37.5% {
    box-shadow: inset -2.12px 2.12px 3px 0 #00FFA6, inset 3.5px -5px 9px 0 #003CFF;
  }

  50% {
    box-shadow: inset -3px 0 3px 0 #00FFA6, inset 5px 0 9px 0 #003CFF;
  }

  62.5% {
    box-shadow: inset -2.12px -2.12px 3px 0 #00FFA6, inset 3.5px 5px 9px 0 #003CFF;
  }

  75% {
    box-shadow: inset 0 -3px 3px 0 #00FFA6, inset 0 6px 9px 0 #003CFF;
  }

  87.5% {
    box-shadow: inset 2.12px -2.12px 3px 0 #00FFA6, inset -3.5px 5px 9px 0 #003CFF;
  }

  100% {
    box-shadow: inset 3px 0 3px 0 #00FFA6, inset -5px -3px 9px 0 #003CFF;
  }
}

section.mainSlider {
  width: 100%;
  width: calc(100% - 52px);
  margin: 0 auto;
  border: 6px solid #E0E6F1;
  margin-top: 20px;
  border-radius: 20px;
}

section.mainSlider .swiper-container,
section.mainSlider .swiper-wrapper,
section.mainSlider .swiper-slide {
  width: 100%;
  height: 100%;
}

section.mainSlider .swiper-container {
  position: relative;
}

section.mainSlider .swiper-slide {
  position: relative;
}

section.mainSlider .swiper-slide.slideLeft .slideContent {
  padding-top: 200px;
  padding-bottom: 175px;
  align-items: flex-start;
  justify-content: flex-end;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .topBadges {
  display: flex;
  justify-content: flex-start;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .midBadges {
  display: flex;
  justify-content: flex-start;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .glassBadge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 13px 35px 13px 13px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 150px;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .glassBadge .icon {
  width: 63px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 68px 0 #9FAEC2;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .glassBadge .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .glassBadge span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #8BA2BD;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .glassBadge.blue {
  box-shadow: 0 30px 68px 0 #9FAEC2;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .mainTitle {
  text-align: left;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #000;
  margin: 25px 0 35px;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .description {
  font-size: 22px;
  line-height: 32px;
  color: #53657B;
  font-weight: 400;
  max-width: 750px;
  margin-top: 45px;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof .avatars {
  display: flex;
  align-items: center;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof .avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #fff;
  margin-left: -15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof .avatars img:first-child {
  margin-left: 0;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof .proofText {
  font-size: 13px;
  line-height: 16px;
  color: #6F7A8B;
}

section.mainSlider .swiper-slide.slideLeft .slideContent .contentWrapper .actionArea .socialProof .proofText span {
  font-weight: 700;
  color: #000;
}

section.mainSlider .swiper-slide .slideImage {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.mainSlider .swiper-slide .slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.mainSlider .swiper-slide .slideContent {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 170px;
}

section.mainSlider .swiper-slide .slideContent .contentTop {
  margin-bottom: 350px;
}

section.mainSlider .swiper-slide .slideContent .contentTop .mainTitle {
  font-size: 51px;
  font-weight: 400;
  line-height: 59px;
  color: #000000;
  text-align: right;
  max-width: 750px;
  margin-left: auto;
}

section.mainSlider .swiper-slide .slideContent .contentTop .mainTitle br {
  display: block;
}

section.mainSlider .swiper-slide .slideContent .contentTop .mobileText {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  text-align: center;
  display: none;
}

section.mainSlider .swiper-slide .slideContent .contentTop .mobileBtn {
  display: none;
}

section.mainSlider .swiper-slide .slideContent .contentBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea {
  display: flex;
  align-items: center;
  gap: 30px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .btnPrimary {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 23px 33px;
  border-radius: 80px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof .avatars {
  display: flex;
  align-items: center;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof .avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #fff;
  margin-left: -12px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof .avatars img:first-child {
  margin-left: 0;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof .proofText {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  max-width: 350px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .buttonArea .socialProof .proofText span {
  color: #fff;
  font-weight: 600;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes {
  display: flex;
  gap: 20px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(210px);
  backdrop-filter: blur(210px);
  border-radius: 10px;
  padding: 30px 20px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 170px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox .boxContent p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox .boxContent .stat {
  font-size: 48px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox {
  max-width: 360px;
  padding: 30px 27px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent {
  position: relative;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: none;
  opacity: 1;
  margin-bottom: 15px;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent .bottomText {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent .subText {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.6;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent .icon {
  width: 40px;
  height: 40px;
  display: flex;
}

section.mainSlider .swiper-slide .slideContent .contentBottom .infoBoxes .infoBox.leafBox .boxContent .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

section.mainSlider .sliderFooter {
  width: 100%;
  background: #E0E6F1;
  padding: 65px 0 50px;
  display: flex;
  z-index: 10;
  transform: translateY(-20px);
  margin-bottom: -20px;
}

section.mainSlider .sliderFooter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.mainSlider .sliderFooter .container .footerText {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #6F7A8B;
  max-width: 710px;
}

section.mainSlider .sliderFooter .container .starIcon {
  width: 43px;
  height: 41px;
}

section.mainSlider .sliderFooter .container .starIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

section.whyUs {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

section.whyUs .bgImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  max-width: 1700px;
  height: 570px;
  width: 100%;
}

section.whyUs .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

section.whyUs .content {
  position: relative;
  z-index: 2;
}

section.whyUs .content .titleArea {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 95px;
  justify-content: space-between;
}

section.whyUs .content .titleArea .title {
  font-size: 43px;
  font-weight: 500;
  line-height: 46px;
  color: #FFFFFF;
}

section.whyUs .content .titleArea .star {
  width: 43px;
  height: 41px;
}

section.whyUs .content .titleArea .star img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.mainWork {
  padding: 80px 0;
  background: #fff;
}

.mainWork .mainWorkBorder {
  border: 1px solid #E0E6F1;
  border-radius: 20px;
  padding: 120px 100px 85px;
  max-width: 1700px;
}

.mainWork .workHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.mainWork .workHeader .headerLeft .badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 400;
  color: #000;
}

.mainWork .workHeader .headerLeft .badge .dot {
  width: 10px;
  height: 10px;
  background: #0047FF;
  border-radius: 50%;
}

.mainWork .workHeader .headerRight .headerDesc {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  text-align: right;
}

.mainWork .workHeader .headerRight .headerDesc br {
  display: block;
}

.mainIncentive {
  padding: 120px 0;
  background: #fff;
}

.mainIncentive .incentiveHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.mainIncentive .incentiveHeader .headerLeft .badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.mainIncentive .incentiveHeader .headerLeft .badge .dot {
  width: 10px;
  height: 10px;
  background: #0047FF;
  border-radius: 50%;
}

.mainIncentive .incentiveHeader .headerRight .sectionTitle {
  font-size: 50px;
  font-weight: 300;
  line-height: 53px;
  text-align: right;
  color: #000;
}

.mainIncentive .incentiveGrid {
  display: flex;
  gap: 24px;
}

.mainIncentive .incentiveFooter {
  margin-top: 60px;
}

.mainIncentive .incentiveFooter .viewAllLink {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #0047FF;
  text-decoration: none;
  transition: 0.3s ease all;
}

.mainIncentive .incentiveFooter .viewAllLink .arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  width: 21px;
  height: 21px;
}

.mainIncentive .incentiveFooter .viewAllLink .arrow img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.mainIncentive .incentiveFooter .viewAllLink:hover .arrow {
  transform: translate(5px, -5px);
}

section.future {
  padding: 120px 0;
  background: #fff;
}

section.future .futureFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

section.future .futureLeft {
  flex: 1;
  max-width: 500px;
}

section.future .futureLeft .sectionTitle {
  font-size: 50px;
  line-height: 53px;
  font-weight: 300;
  color: #000;
  margin-bottom: 180px;
}

section.future .futureLeft .sectionTitle br {
  display: block;
}

section.future .futureLeft .futureSubText {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  max-width: 410px;
}

section.future .futureLeft .futureSubText p span {
  color: #000;
  font-weight: 600;
}

section.future .futureRight {
  flex: 1.8;
}

section.future .futureRight .futureGrid {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.editorContent ul li {
  position: relative;
  padding-left: 10px;
  color: #203B79;
  line-height: 33px;
}

.editorContent ul li b {
  font-weight: 600;
}

.editorContent ul li:after {
  content: "*";
  position: absolute;
  left: 0;
}

.editorContent p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #203B79;
}

.editorContent p b,
.editorContent p strong {
  font-size: 18px;
  line-height: 26px;
  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;
  margin-bottom: 10px;
}

.customInput1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 25px 35px;
  gap: 10px;
  border-bottom: 1px solid #4E6D86;
  position: relative;
}

.customInput1 label {
  white-space: nowrap;
  color: #4E6D86;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
}

.customInput1 label span {
  color: #E30613;
}

.customInput1 input {
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  border: 0;
  background: transparent;
  width: 100%;
}

.customInput1 input.placeholder {
  color: #B0D5D7;
}

.customInput1 input:-moz-placeholder {
  color: #B0D5D7;
}

.customInput1 input::-moz-placeholder {
  color: #B0D5D7;
}

.customInput1 input:-ms-input-placeholder {
  color: #B0D5D7;
}

.customInput1 input::-webkit-input-placeholder {
  color: #B0D5D7;
}

.customInput1 textarea {
  resize: none;
  border: 0;
  background: transparent;
  color: #B0D5D7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  max-width: 100%;
  width: 100%;
}

.customInput1 textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}

.customInput1 textarea.placeholder {
  color: #B0D5D7;
}

.customInput1 textarea:-moz-placeholder {
  color: #B0D5D7;
}

.customInput1 textarea::-moz-placeholder {
  color: #B0D5D7;
}

.customInput1 textarea:-ms-input-placeholder {
  color: #B0D5D7;
}

.customInput1 textarea::-webkit-input-placeholder {
  color: #B0D5D7;
}

.customInput1.type2 input,
.customInput1.type2 textarea {
  color: #4E6D86;
}

.customInput1.type2 input::-moz-placeholder,
.customInput1.type2 textarea::-moz-placeholder {
  color: #4E6D86;
}

.customInput1.type2 input::placeholder,
.customInput1.type2 textarea::placeholder {
  color: #4E6D86;
}

.customInput2 {
  position: relative;
}

.customInput2 label {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  color: #B0D5D7;
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.customInput2 input {
  border: 1px solid #B0D5D7;
  border-radius: 6px;
  background: #fff;
  padding: 10px 25px;
  width: 100%;
  display: block;
  color: #4E6D86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.customInput2 input::-moz-placeholder {
  color: #4E6D86;
}

.customInput2 input::placeholder {
  color: #4E6D86;
}

textarea.form-control {
  height: unset;
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.customcheckbox1 input {
  display: none;
}

.customcheckbox1 input:checked~.checkmark:after {
  opacity: 1;
}

.customcheckbox1 .checkboxText {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.customcheckbox1 .checkmark {
  width: 18px;
  height: 18px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #2C2C2C;
}

.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/leaf2.svg");
  background: #2C2C2C;
  transition: 0.2s ease all;
  opacity: 0;
}

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.customcheckbox2 input {
  display: none;
}

.customcheckbox2 input:checked~.checkmark {
  background: #4E6D86;
}

.customcheckbox2 input:checked~.checkmark:after {
  opacity: 1;
}

.customcheckbox2 .checkboxText {
  color: #4E6D86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.customcheckbox2 .checkboxText b {
  font-size: 16px;
  font-weight: 500;
}

.customcheckbox2 .checkboxText a {
  color: #4E6D86;
  text-decoration: underline !important;
}

.customcheckbox2 .checkmark {
  width: 25px;
  height: 25px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 3px;
  border: 1px solid #4E6D86;
}

.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}

.sssSelectArea {
  max-width: 415px;
}

/* Base Analysis Input/Label Styles */
.analysisFormGroup .analysisFormLabel {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}

.analysisFormGroup .analysisFormLabel .dot {
  width: 13px;
  height: 13px;
  background: #003CFF;
  border-radius: 50%;
}

.analysisFormGroup .analysisInput {
  background: #fff;
  border: 3px solid #D9DEE6;
  border-radius: 10px;
  height: 65px;
  padding: 0 23px;
  font-size: 16px;
  color: #000;
  width: 100%;
  font-weight: 500;
  transition: 0.3s ease all;
  right: 28px;
}

.analysisFormGroup .analysisInput::-moz-placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.analysisFormGroup .analysisInput::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.analysisFormGroup .analysisInput:focus {
  border-color: #003CFF;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 60, 255, 0.1);
}

.analysisFormGroup.hasSubtext {
  position: relative;
}

.analysisFormGroup.hasSubtext .analysisInput {
  padding-top: 10px;
  padding-bottom: 25px;
  line-height: normal;
}

.analysisFormGroup.hasSubtext .analysisInput::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.analysisFormGroup.hasSubtext .analysisInput::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.analysisFormGroup.hasSubtext .analysisInput:not(:-moz-placeholder-shown)~span {
  opacity: 0;
  visibility: hidden;
}

.analysisFormGroup.hasSubtext .analysisInput:focus~span,
.analysisFormGroup.hasSubtext .analysisInput:not(:placeholder-shown)~span {
  opacity: 0;
  visibility: hidden;
}

.analysisFormGroup.hasSubtext span {
  position: absolute;
  left: 28px;
  top: 34px;
  font-size: 13px;
  color: #A3AFBD;
  font-weight: 400;
  pointer-events: none;
  line-height: normal;
  transition: 0.3s ease all;
}

.analysisFormGroup.hasSubtext textarea.analysisInput {
  padding-top: 20px;
  padding-bottom: 20px;
}

.analysisFormGroup.hasSubtext.textArea span {
  top: 50px;
}

.analysisFormGroup textarea.analysisInput {
  height: 140px;
  padding: 20px 25px;
  resize: none;
  display: block;
  border-radius: 15px;
}

.contactFormGroup .contactInput {
  background: #fff;
  border: 3px solid #D9DEE6;
  border-radius: 10px;
  height: 65px;
  padding: 0 25px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  width: 100%;
  transition: 0.3s ease all;
}

.contactFormGroup .contactInput::-moz-placeholder {
  color: #000;
  font-weight: 500;
  opacity: 1;
}

.contactFormGroup .contactInput::placeholder {
  color: #000;
  font-weight: 500;
  opacity: 1;
}

.contactFormGroup .contactInput:focus {
  border-color: #003CFF;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 60, 255, 0.05);
}

.contactFormGroup textarea.contactInput {
  padding-top: 20px;
  height: 65px;
  resize: none;
}

/* Global Unified Custom Select */
.customSelect {
  position: relative;
  background: #fff;
  border: 3px solid #D9DEE6;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease all;
  width: 100%;
}

.customSelect .selectHeader {
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 59px;
}

.customSelect .selectHeader .selectedTitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

.customSelect .selectHeader .selectedSubtext {
  font-size: 12px;
  color: #A3AFBD;
  font-weight: 500;
  margin-top: 3px;
  line-height: normal;
  display: block;
}

.customSelect .selectHeader span:not(.selectedTitle):not(.selectedSubtext) {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.customSelect .selectHeader .m-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  background-color: #000;
  transition: 0.3s ease all;
  pointer-events: none;
}

.customSelect .selectBody {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 3px solid #D9DEE6;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease all;
  z-index: 100;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.customSelect .selectBody .selectOptions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customSelect .selectBody .selectOptions .option {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #6F7A8B;
  transition: 0.2s ease all;
}

.customSelect .selectBody .selectOptions .option:hover {
  background: #F4F5F7;
  color: #003CFF;
}

.customSelect .selectBody .selectOptions .option.active {
  background: #F4F5F7;
  color: #000;
}

.customSelect.active {
  border-color: #003CFF;
}

.customSelect.active .selectHeader .m-icon {
  transform: translateY(-50%) rotate(180deg);
  background-color: #003CFF;
}

.customSelect.active .selectBody {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.customSelect.type1 .selectHeader {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.customSelect:hover:not(.active) {
  border-color: #C0C8D6;
}

.customcheckboxAnalysis {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.customcheckboxAnalysis input {
  display: none;
}

.customcheckboxAnalysis input:checked~.checkmark {
  border-color: #003CFF;
}

.customcheckboxAnalysis input:checked~.checkmark:after {
  opacity: 1;
}

.customcheckboxAnalysis .checkboxText {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.customcheckboxAnalysis .checkboxText a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.customcheckboxAnalysis .checkmark {
  width: 25px;
  height: 25px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  border: 2px solid #D9DEE6;
  transition: 0.3s ease all;
}

.customcheckboxAnalysis .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check2.svg");
  background: #003CFF;
  transition: 0.2s ease all;
  opacity: 0;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  border: 3px solid #E0E6F1;
  border-radius: 20px;
}

.accordionItem .accordionHeader {
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 70px 30px 35px;
}

.accordionItem .accordionHeader:after {
  content: "";
  height: 11px;
  width: 20px;
  -webkit-mask-image: url(../img/svg/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 40px;
  transition: 0.3s ease all;
}

.accordionItem .accordionBody {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0 35px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s linear all;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.accordionItem.active .accordionHeader {
  border-radius: 20px 20px 0 0;
}

.accordionItem.active .accordionHeader:after {
  transform: translateY(-50%) rotate(180deg);
}

.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.5s ease all;
  max-height: 1000px;
  padding: 15px 35px 35px;
}

.customTabContent {
  position: relative;
}

.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.customTabContent .tab ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  position: relative;
}

.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}

.sectionBadge {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 25px;
}

.sectionBadge .dot {
  width: 13px;
  height: 13px;
  background: #003CFF;
  border-radius: 50%;
}

.sectionTitle {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

.mainNumbers {
  padding: 120px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.mainNumbers .containerNumbers {
  display: flex;
  flex-direction: column;
  gap: 125px;
  position: relative;
  z-index: 2;
}

.mainNumbers .gridBackground {
  position: absolute;
  left: 0;
  bottom: -115px;
  z-index: -1;
  max-width: 1129px;
  width: 100%;
  aspect-ratio: 1129/673;
}

.mainNumbers .gridBackground img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.mainNumbers .numbersTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.mainNumbers .numbersTop .numbersTitle {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  max-width: 260px;
}

.mainNumbers .numbersTop .statRow.topRow {
  display: flex;
  gap: 24px;
  padding-right: 195px;
}

.mainNumbers .numbersBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.mainNumbers .numbersBottom .numbersDesc {
  font-size: 30px;
  line-height: 36px;
  color: #53657B;
  font-weight: 400;
  max-width: 715px;
  margin-bottom: 25px;
}

.mainNumbers .numbersBottom .numbersDesc span {
  color: #000;
  font-weight: 600;
}

.mainNumbers .numbersBottom .statRow.bottomRow {
  display: flex;
  gap: 24px;
}

.btnGlow {
  padding: 20px 32px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: glowShadowRotate 4s infinite linear;
  transform: translateZ(0);
  background-clip: padding-box;
  outline: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  border: 1px solid transparent !important;
  cursor: pointer;
  text-align: center;
}

.btnGlow:hover {
  transform: translateY(-2px);
  color: #000;
  border: 1px solid #000 !important;
  background: #fff;
}

.filterBtn {
  border-radius: 10px;
  padding: 19px 25px 19px 35px;
  border: 1px solid #DDDDDD;
  background: linear-gradient(90deg, #F9F9F9 0%, #EDEDED 100%);
  transition: 0.3s ease all;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}

.filterBtn .btnTitle {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.filterBtn .btnDesc {
  color: #7D7D7D;
  font-size: 13px;
  font-weight: 400;
}

.filterBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-image: url(../img/svg/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  opacity: 0;
}

.filterBtn.active {
  opacity: 1;
}

.filterBtn.active:after {
  opacity: 1;
}

.workCard {
  background: #E0E6F1;
  padding: 8px 8px 95px 8px;
  border-radius: 20px;
}

.workCard .contentArea {
  background: #fff;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  position: relative;
  padding: 55px 55px 40px 45px;
}

.workCard .contentArea .text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.workCard .contentArea .title {
  max-width: 196px;
  width: 100%;
  font-size: 40px;
  line-height: 43px;
  color: #878E9C;
  font-weight: 200;
}

.workCard .contentArea .imgArea {
  aspect-ratio: 143/191;
  max-width: 143px;
  width: 100%;
  position: absolute;
  right: 60px;
  bottom: -70px;
  transition: 0.3s ease all;
}

.workCard .contentArea .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: darken;
}

.workCard:hover .contentArea .imgArea {
  transform: translateY(-15px);
}

.statCard {
  background: #fff;
  border-radius: 20px;
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 310px;
  width: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transition: 0.3s ease all;
}

.statCard .statValue {
  font-size: 90px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 110px;
  display: flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.statCard .statValue span {
  margin-left: 5px;
  flex-shrink: 0;
}

.statCard .statValue span.counter {
  margin-left: 0;
  min-width: 1.2ch;
  display: inline-block;
  text-align: center;
}

.statCard .statLabel {
  font-size: 22px;
  line-height: 30px;
  color: #7D7D7D;
  font-weight: 400;
}

.statCard.blueCard {
  background: linear-gradient(90deg, #003CFF 0%, #0084FF 100%);
  border: 1px solid #0133D9;
}

.statCard.blueCard .statLabel {
  color: #fff;
}

.statCard.blueCard .statValue {
  color: #fff;
}

.statCard.blueCard .statValue span {
  color: #3CA1FF;
}

.statCard.blueCard .statValue span.counter {
  color: #fff;
}

.statCard.greyCard {
  background: linear-gradient(90deg, #F9F9F9 0%, #EDEDED 100%);
  border: 1px solid #DDDDDD;
}

.statCard.greyCard .statValue span {
  color: #C2C2C2;
}

.statCard.greyCard .statValue span.counter {
  color: #000;
}

.statCard.lightBlueCard {
  background: linear-gradient(90deg, #E0E6F1 0%, #D3E2FF 100%);
  border: 1px solid #B2BBCC;
}

.statCard.lightBlueCard .statValue span {
  margin-left: 0;
  margin-right: 5px;
  color: #929FB8;
}

.statCard.lightBlueCard .statValue span.counter {
  color: #000;
}

.statCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.incentiveCard {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E0E6F1;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
}

.incentiveCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.incentiveCard .cardTop {
  padding: 35px 55px 35px 45px;
  background: #fff;
  flex: 1;
}

.incentiveCard .cardTop p {
  font-size: 18px;
  line-height: 22px;
  color: #5A6570;
  font-weight: 400;
}

.incentiveCard .cardBottom {
  padding: 25px 45px;
  background: #E0E6F1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.incentiveCard .cardBottom h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}

.incentiveCard .cardBottom .date {
  font-size: 14px;
  font-weight: 400;
  color: #5A6570;
  margin-top: auto;
}

.futureCard {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 40px 45PX;
  position: relative;
  transition: 0.3s ease all;
}

.futureCard .cardTop .cardDesc {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 40px;
}

.futureCard .cardBottom h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.futureCard .cardLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease all;
  margin-bottom: 60px;
  margin-top: auto;
}

.futureCard .cardLink .arrow {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  justify-content: center;
  border-radius: 50%;
}

.futureCard .cardLink .arrow img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.futureCard .cardLink:hover .arrow {
  transform: translate(5px, -5px);
}

.futureCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.futureCard.consultancyCard {
  background: #fff;
  border: 1px solid #E0E6F1;
  width: 90%;
  max-width: 360px;
  flex-shrink: 0;
}

.futureCard.consultancyCard .cardDesc {
  color: #6F7A8B;
  margin-bottom: 100px;
}

.futureCard.consultancyCard .cardLink {
  color: #0047FF;
}

.futureCard.consultancyCard .cardBottom h4 {
  color: #6F7A8B;
}

.futureCard.consultancyCard:hover {
  border-color: #003CFF;
}

.futureCard.imageCard {
  background: #D0D9E7;
  min-width: 170px;
  max-width: 170px;
  padding: 0;
  justify-content: flex-start;
  flex-shrink: 0;
}

.futureCard.imageCard .cardTop {
  padding: 30px;
  z-index: 2;
}

.futureCard.imageCard .cardTop .floatingIcon {
  aspect-ratio: 136px;
  max-width: 136px;
  width: 100%;
}

.futureCard.imageCard .cardTop .floatingIcon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.futureCard.imageCard .cardImage {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  aspect-ratio: 153/308;
  max-width: 153px;
}

.futureCard.imageCard .cardImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.futureCard.imageCard:hover .cardTop .floatingIcon img {
  transform: scale(1.1) rotate(5deg);
}

.futureCard.imageCard:hover .cardImage img {
  transform: scale(1.05) translateY(-5px);
}

.futureCard.imageCard .cardBottom {
  z-index: 2;
  margin-top: auto;
  margin-bottom: 40px;
}

.futureCard.imageCard .cardBottom .glassBadge {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px 0 0 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  transform: translateX(15px);
  gap: 10px;
  width: calc(100% + 15px);
  color: #fff;
}

.futureCard.imageCard .cardBottom .glassBadge .badgeIconArea {
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 65px;
}

.futureCard.imageCard .cardBottom .glassBadge .badgeIconArea img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.futureCard.imageCard .cardBottom .glassBadge .badgeText p {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.futureCard.digitalCard {
  background: linear-gradient(90deg, #00218E 0%, #003CFF 100%);
  width: 100%;
  color: #fff;
  width: 90%;
  max-width: 360px;
  flex-shrink: 0;
}

.futureCard.digitalCard .cardTop {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.futureCard.digitalCard .cardTop .cardDesc {
  color: rgba(255, 255, 255, 0.8);
}

.futureCard.digitalCard .tagCloud {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}

.futureCard.digitalCard .tagCloud .tag {
  background: #fff;
  color: #0033CC;
  font-size: 11px;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease all;
  display: inline-block;
}

.futureCard.digitalCard .tagCloud .tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.futureCard.digitalCard .cardLink {
  color: #fff;
  margin-top: auto;
}

.futureCard.digitalCard .cardLink .arrow {
  border-color: rgba(255, 255, 255, 0.5);
}

.futureCard.digitalCard .cardBottom h4 {
  color: rgba(255, 255, 255, 0.6);
}

.futureCard.digitalCard:hover .cardLink .arrow {
  border-color: #fff;
}

.whyCard {
  background: #fff;
  border: 1px solid #D0D9E7;
  border-radius: 20px;
  padding: 85px 60px 125px 85px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease all;
}

.whyCard .cardDesc {
  font-size: 18px;
  line-height: 24px;
  color: #53657B;
  font-weight: 400;
  min-height: 185px;
  margin-bottom: 25px;
}

.whyCard .cardDesc b {
  font-weight: 700;
}

.whyCard .number {
  font-size: 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #003CFF;
  line-height: 1;
  position: relative;
}

.whyCard .number:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
  width: 390px;
  height: 173px;
  background-image: url(../img/vector.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.whyCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: #003CFF;
}

.corporateWhyCard {
  background: #fff;
  border-radius: 20px;
  padding: 53px 54px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100%;
  transition: 0.3s ease all;
  border: 7px solid #E0E6F1;
}

.corporateWhyCard .cardIcon {
  width: 63px;
  height: 63px;
  background: #F1F4F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.corporateWhyCard .cardIcon img {
  width: 27px;
  height: 27px;
}

.corporateWhyCard .cardIcon.active {
  background: #FF0000;
}

.corporateWhyCard h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
  color: #6F7A8B;
  margin-bottom: 80px;
}

.corporateWhyCard p {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}

.corporateWhyCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.teamCard {
  background: #E0E6F1;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease all;
  border: 6px solid #E0E6F1;
}

.teamCard .imgArea {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 347/355;
}

.teamCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease all;
}

.teamCard .cardBody {
  padding: 30px 40px 35px;
}

.teamCard .cardBody h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.teamCard .cardBody p {
  font-size: 16px;
  font-weight: 400;
  color: #53657B;
}

.teamCard:hover {
  transform: translateY(-10px);
}

.teamCard:hover .imgArea img {
  transform: scale(1.05);
}

.serviceMainCard {
  border-radius: 20px;
  padding: 65px 45px 50px 65px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease all;
  position: relative;
  overflow: hidden;
  min-height: 284px;
  text-decoration: none;
  background: #F4F5F7;
  border: 1px solid #E0E6F1;
}

.serviceMainCard .cardTop {
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
}

.serviceMainCard .cardTop h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #000;
  transition: 0.3s ease all;
  min-height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.serviceMainCard .cardBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  position: relative;
  z-index: 2;
  gap: 40px;
}

.serviceMainCard .cardBottom .subLabel {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #878E9C;
  transition: 0.3s ease all;
}

.serviceMainCard .cardBottom .mLogo {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease all;
  position: relative;
}

.serviceMainCard .cardBottom .mLogo:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/m.svg");
  width: 29px;
  height: 21px;
  transition: 0.3s ease all;
  background: #EEEEEE;
}

.serviceMainCard:after {
  content: "";
  background: linear-gradient(90deg, #00138E 0%, #007AFF 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease all;
}

.serviceMainCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.serviceMainCard:hover .cardTop h3 {
  color: #fff;
}

.serviceMainCard:hover .cardBottom .subLabel {
  color: #BECDFF;
}

.serviceMainCard:hover .cardBottom .mLogo:after {
  background: #003CFF;
}

.serviceMainCard:hover:after {
  opacity: 1;
}

.blogCard {
  background: #fff;
  border: 2px solid #E0E6F1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease all;
  text-decoration: none;
  padding: 7px;
}

.blogCard .cardImage {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 347/235;
  overflow: hidden;
  border-bottom: 1px solid #E0E6F1;
}

.blogCard .cardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s ease all;
}

.blogCard .cardContent {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blogCard .cardContent h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
  transition: 0.3s ease all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.blogCard .cardContent .date {
  font-size: 13px;
  color: #E0E6F1;
  font-weight: 500;
  margin-top: auto;
  font-family: "Rubik", sans-serif;
}

.blogCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: #003CFF;
}

.blogCard:hover .cardImage img {
  transform: scale(1.05);
}

.blogCard:hover .cardContent h3 {
  color: #003CFF;
}

.supportItemCard {
  background: #fff;
  border: 7px solid #E0E6F1;
  border-radius: 20px;
  padding: 65px 50px;
  height: 100%;
  transition: 0.3s ease all;
}

.supportItemCard .cardTitle {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}

.supportItemCard .cardIconArea {
  margin: 40px 0 35px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E6F1;
}

.supportItemCard .cardIconArea img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.supportItemCard .cardDesc {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}

.supportItemCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.advantageCard {
  background: #EFEFEF;
  padding: 8px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
  border: 1px solid #E0E6F1;
}

.advantageCard .cardTop {
  padding: 55px 185px 55px 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  background: #fff;
  border-radius: 17px;
  position: relative;
}

.advantageCard .cardTop .cardText {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  max-width: 210px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.advantageCard .cardTop .cardImg {
  position: absolute;
  right: 45px;
  top: 35px;
  aspect-ratio: 122/165;
  max-width: 122px;
  width: 100%;
}

.advantageCard .cardTop .cardImg img {
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.advantageCard .cardFooter {
  padding: 25px 45px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.advantageCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: #003CFF;
}

.section404 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 100px;
  background: #fff;
  position: relative;
}

.section404 .container {
  position: relative;
  z-index: 2;
}

.section404 .content404 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.section404 .content404 .errorCode {
  font-size: 128px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin-bottom: 35px;
  font-family: "Rubik", sans-serif;
}

.section404 .content404 .errorTitle {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}

.section404 .content404 .actionButtons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.section404 .content404 .errorDesc {
  font-size: 20px;
  line-height: 30px;
  color: #53657B;
  max-width: 860px;
  margin: 0 auto;
  font-weight: 400;
}

.section404 .bottomImage {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  aspect-ratio: 1864/436;
  width: 100%;
}

.section404 .bottomImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.sectionCorporate {
  padding-top: 65px;
  padding-bottom: 150px;
  background: #fff;
}

.sectionCorporate .corporateHero {
  margin-bottom: 120px;
}

.sectionCorporate .corporateHero .sectionBadge {
  margin-top: 15px;
}

.sectionCorporate .corporateHero .heroTitle {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: -1px;
  text-align: right;
}

.sectionCorporate .corporateHero .heroDesc {
  font-size: 24px;
  color: #6F7A8B;
  line-height: 26px;
  text-align: right;
  max-width: 1120px;
  margin-left: auto;
}

.sectionCorporate .heroMainImage {
  margin: 65px auto 95px;
  aspect-ratio: 1702/433;
  width: 1702px;
  border-radius: 20px;
  overflow: hidden;
  max-width: calc(100vw - 20px);
}

.sectionCorporate .heroMainImage img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sectionCorporate .corporateStory {
  margin-bottom: 150px;
  position: relative;
}

.sectionCorporate .corporateStory .storyContent {
  color: #000;
}

.sectionCorporate .corporateStory .storyContent .mainText,
.sectionCorporate .corporateStory .storyContent p {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: right;
  margin-left: auto;
  color: #000;
}

.sectionCorporate .corporateStory .storyContent .mainText:last-child {
  margin: 0;
}

.sectionCorporate .corporateWhyBg {
  padding: 100px 0;
  margin-bottom: 80px;
  border-radius: 20px;
  position: relative;
}

.sectionCorporate .corporateWhyBg .whyTitle {
  font-size: 40px;
  color: #fff;
  margin-bottom: 100px;
  font-weight: 400;
}

.sectionCorporate .corporateWhyBg .container {
  position: relative;
  z-index: 2;
}

.sectionCorporate .corporateWhyBg .bgImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1700/750;
  width: 1700px;
  max-width: calc(100vw - 40px);
  z-index: 1;
}

.sectionCorporate .corporateWhyBg .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sectionCorporate .teamSection {
  margin-bottom: 140px;
}

.sectionCorporate .teamSection .teamDesc {
  font-size: 24px;
  color: #000;
  text-align: right;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 120px;
}

.sectionCorporate .corporateMission .missionText {
  font-size: 40px;
  line-height: 54px;
  color: #000;
  font-weight: 300;
}

.sectionServices {
  padding-top: 100px;
  background: #fff;
}

.sectionServices .servicesTitle {
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
  color: #000;
  margin-bottom: 90px;
  max-width: 975px;
}

.sectionServices .servicesTitleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}

.sectionServices .servicesTitleArea .servicesTitle {
  margin-bottom: 0;
  max-width: 835px;
  font-size: 64px;
}

.sectionServices .servicesTitleArea .servicesDesc {
  max-width: 490px;
  color: #6F7A8B;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  text-align: right;
}

.sectionServices .servicesRow {
  margin-bottom: 90px;
}

.sectionServices .servicesDescription {
  font-size: 36px;
  line-height: 41px;
  color: #53657B;
  max-width: 1185px;
  font-weight: 400;
  margin-bottom: 60px;
}

.sectionBlog {
  background: #fff;
}

.sectionBlog .blogTitleArea {
  margin-bottom: 80px;
}

.sectionBlog .blogTitleArea .blogTitle {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  max-width: 900px;
}

.sectionBlog .blogTopArea {
  max-width: calc(100% - 40px);
  border-radius: 0 0 20px 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  border-top: none;
  margin: 0 auto 50px;
}

.sectionBlog .blogTopArea .titleArea {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 80px;
  border-radius: 0 0 20px 20px;
}

.sectionBlog .blogTopArea .titleArea .subTitle {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.sectionBlog .blogTopArea .titleArea .title {
  color: #000;
  line-height: 48px;
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0 35px;
}

.sectionBlog .blogTopArea .titleArea .desc {
  max-width: 835px;
  color: #6F7A8B;
  line-height: 29px;
  font-size: 20px;
}

.sectionBlog .blogTopArea .blogFilterArea {
  padding: 35px 0 28px;
}

.sectionBlog .newsletterArea {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

.sectionBlog .newsletterArea .newsletterTitle {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 45px;
  line-height: 1.3;
}

.sectionBlog .newsletterArea .newsletterForm {
  display: flex;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.sectionBlog .newsletterArea .newsletterForm .form-control {
  height: 65px;
  border-radius: 10px;
  border: 2px solid #E0E6F1;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  transition: 0.3s ease all;
}

.sectionBlog .newsletterArea .newsletterForm .form-control::-moz-placeholder {
  color: #000;
  font-weight: 500;
}

.sectionBlog .newsletterArea .newsletterForm .form-control::placeholder {
  color: #000;
  font-weight: 500;
}

.sectionBlog .newsletterArea .newsletterForm .form-control:focus {
  border-color: #003CFF;
  box-shadow: none;
}

.sectionBlog .newsletterArea .newsletterForm .btnNewsletter {
  height: 65px;
  padding: 0 40px;
  background: #003CFF;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: 0.3s ease all;
  cursor: pointer;
}

.sectionBlog .newsletterArea .newsletterForm .btnNewsletter:hover {
  background: #0036CC;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 71, 255, 0.2);
}

.sectionBlog .noContentMessage {
  text-align: center;
  margin: 80px 0 150px;
}

.sectionBlog .noContentMessage p {
  font-size: 22px;
  font-weight: 500;
}

section.sectionSss .sssTopArea {
  max-width: calc(100% - 40px);
  border-radius: 0 0 20px 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  border-top: none;
  margin: 0 auto 50px;
}

section.sectionSss .sssTopArea .titleArea {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 80px;
  border-radius: 0 0 20px 20px;
}

section.sectionSss .sssTopArea .titleArea .subTitle {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

section.sectionSss .sssTopArea .titleArea .title {
  color: #000;
  line-height: 48px;
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0 35px;
}

section.sectionSss .sssTopArea .titleArea .desc {
  max-width: 935px;
  color: #6F7A8B;
  line-height: 29px;
  font-size: 20px;
}

section.sectionSss .sssTopArea .blogFilterArea {
  padding: 35px 0 28px;
}

section.sectionSss .bottomText {
  margin-top: 85px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 75px;
}

section.sectionSss .bottomText .title {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

section.sectionSss .bottomText .desc {
  color: #6F7A8B;
  line-height: 38px;
  font-size: 26px;
  font-weight: 500;
  max-width: 1040px;
}

section.sectionSss .bottomText .desc a {
  color: #000;
  line-height: 38px;
  font-weight: 500;
  font-size: 26px;
}

.sectionSupport {
  padding: 20px 0 90px;
  background: #fff;
}

.sectionSupport .supportBanner {
  position: relative;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  margin-bottom: 75px;
}

.sectionSupport .supportBanner .topArea {
  position: relative;
}

.sectionSupport .supportBanner .topArea .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.sectionSupport .supportBanner .topArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sectionSupport .supportBanner .topArea .bgImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.sectionSupport .supportBanner .topArea .container {
  position: relative;
  z-index: 2;
  padding: 185px 0 90px;
}

.sectionSupport .supportBanner .topArea .content .subTitle {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
}

.sectionSupport .supportBanner .topArea .content .sectionTitle {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 30px 0 115px;
}

.sectionSupport .supportBanner .topArea .content .mevzuBtn {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  border: 1px solid #D9DEE6;
}

.sectionSupport .supportBanner .topArea .content .mevzuBtn .left {
  padding: 15px 10px 15px 20px;
  border-right: 1px solid #D9DEE6;
}

.sectionSupport .supportBanner .topArea .content .mevzuBtn .right {
  padding: 12px 20px 12px 20px;
}

.sectionSupport .supportBanner .bottomArea {
  padding: 35px 0;
}

.sectionSupport .supportBanner .bottomArea .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.sectionSupport .supportBanner .bottomArea .container .text {
  color: #6F7A8B;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}

.sectionSupport .supportIntro {
  margin-bottom: 85px;
}

.sectionSupport .supportIntro .sectionBadge {
  margin-top: 5px;
}

.sectionSupport .supportIntro .introDesc {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 300;
}

.sectionSupport .whySupport {
  border-radius: 20px;
  border: 1px solid #E0E6F1;
  padding: 100px 0 95px;
}

.sectionSupport .sectionTitle {
  font-size: 40px;
  color: #000;
  margin-bottom: 100px;
  font-weight: 500;
}

.sectionSupport .advantagesSection {
  margin-top: 80px;
  margin-bottom: 65px;
}

.sectionSupport .advantagesSection .sectionBadge {
  margin-bottom: 80px;
}

.sectionSupport .projectInfoBlock {
  margin-bottom: 105px;
}

.sectionSupport .projectInfoBlock .mainProjectText {
  font-size: 36px;
  line-height: 46px;
  color: #000;
  font-weight: 300;
}

.sectionSupport .projectInfoBlock .mainProjectText b {
  font-weight: 500;
}

.sectionSupport .processStepsArea {
  padding-top: 60px;
  position: relative;
  margin-bottom: 115px;
}

.sectionSupport .processStepsArea .row {
  position: relative;
  z-index: 2;
}

.sectionSupport .processStepsArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  height: 1px;
  background: #E0E6F1;
  z-index: 1;
}

.sectionSupport .processStepsArea .processStep .stepDot {
  width: 13px;
  height: 13px;
  background: #003CFF;
  border-radius: 50%;
  margin-bottom: 55px;
  position: relative;
  z-index: 3;
}

.sectionSupport .processStepsArea .processStep .stepTitle {
  font-size: 24px;
  font-weight: 700;
  color: #003CFF;
  margin-bottom: 15px;
}

.sectionSupport .processStepsArea .processStep .stepDesc {
  font-size: 18px;
  line-height: 22px;
  color: #6F7A8B;
  font-weight: 400;
  max-width: 290px;
}

.sectionSupport .bottomQuestions .accordionArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 925px;
  margin-left: auto;
}

.sectionAnalysis {
  background: #fff;
}

.sectionAnalysis .blogTopArea {
  max-width: calc(100% - 40px);
  border-radius: 0 0 20px 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  border-top: none;
  margin: 0 auto 50px;
}

.sectionAnalysis .blogTopArea .titleArea {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 80px;
  border-radius: 0 0 20px 20px;
}

.sectionAnalysis .blogTopArea .titleArea .title {
  color: #000;
  line-height: 48px;
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0 35px;
}

.sectionAnalysis .blogTopArea .blogFilterArea {
  padding: 30px 0 35px;
}

.sectionAnalysis .blogTopArea .text {
  color: #6F7A8B;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.sectionAnalysis .blogTopArea .text b {
  font-weight: 600;
  display: block;
  color: #000000;
}

.sectionAnalysis .analysisForm .formSection {
  margin-bottom: 50px;
}

.sectionAnalysis .analysisForm .formSection:last-child {
  margin-bottom: 0;
}

.sectionAnalysis .submitArea {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sectionAnalysis .analysisNote {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 45px;
}

.sectionAnalysis .analysisNote .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.sectionAnalysis .analysisNote p {
  font-size: 14px;
  line-height: 21px;
  color: #53657B;
  font-weight: 400;
  max-width: 700px;
}

.customModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: visible;
  opacity: 1;
}

.customModal .modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 56, 74, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.customModal .modalContent {
  position: relative;
  background: #F4F6F9;
  border-radius: 20px;
  padding: 60px 80px;
  max-width: 900px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customModal .modalContent .modalIcon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: absolute;
  border: 7px solid #E0E6F1;
  top: -40px;
  z-index: 2;
}

.customModal .modalContent .modalTitle {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.customModal .modalContent .modalSubtitle {
  font-size: 18px;
  color: #53657B;
  margin-bottom: 30px;
  line-height: normal;
}

.customModal .modalContent .modalDesc {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  max-width: 700px;
}

.customModal .modalContent .modalDesc a {
  color: #53657B;
  text-decoration: none;
  font-weight: 400;
}

.customModal .modalContent .modalDesc a:hover {
  text-decoration: underline;
}

.customModal .modalContent:after {
  content: "";
  border-radius: 25px 25px 0 0;
  height: 11px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  box-shadow: inset 0 10px 0 0 rgba(2, 163, 74, 0.15);
}

.sectionContact {
  padding: 20px 0 85px;
  background: #fff;
}

.sectionContact .supportBanner {
  position: relative;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  margin-bottom: 75px;
}

.sectionContact .supportBanner .topArea {
  position: relative;
}

.sectionContact .supportBanner .topArea .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.sectionContact .supportBanner .topArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sectionContact .supportBanner .topArea .bgImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.sectionContact .supportBanner .topArea .container {
  position: relative;
  z-index: 2;
  padding: 185px 0;
}

.sectionContact .supportBanner .topArea .content .subTitle {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
}

.sectionContact .supportBanner .topArea .content .sectionTitle {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 500;
  margin: 20px 0 0;
  max-width: 510px;
}

.sectionContact .supportBanner .topArea .content .mevzuBtn {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  border: 1px solid #D9DEE6;
}

.sectionContact .supportBanner .topArea .content .mevzuBtn .left {
  padding: 15px 10px 15px 20px;
  border-right: 1px solid #D9DEE6;
}

.sectionContact .supportBanner .topArea .content .mevzuBtn .right {
  padding: 12px 20px 12px 20px;
}

.sectionContact .supportBanner .bottomArea {
  padding: 35px 0;
}

.sectionContact .supportBanner .bottomArea .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.sectionContact .supportBanner .bottomArea .container .text {
  color: #6F7A8B;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  max-width: 830px;
}

.sectionContact .contactTopBar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 30px;
}

.sectionContact .contactTopBar .contactInfoItem {
  display: flex;
  gap: 0 15px;
}

.sectionContact .contactTopBar .contactInfoItem .dot {
  width: 13px;
  height: 13px;
  background: #003CFF;
  border-radius: 50%;
  flex-shrink: 0;
}

.sectionContact .contactTopBar .contactInfoItem .infoText {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: normal;
  max-width: 445px;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 550px;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .addressText {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 400;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .contactLinks {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .contactLinks span {
  color: #B2B2B2;
  font-weight: 400;
  font-size: 16px;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .contactLinks a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .contactLinks a.bold {
  font-weight: 700;
}

.sectionContact .contactTopBar .contactInfoItem.centerInfo .contactLinks a:hover {
  color: #003CFF;
}

.sectionContact .contactTopBar .contactInfoItem.socialInfo {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.sectionContact .contactTopBar .contactInfoItem.socialInfo .socialText {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  line-height: 24px;
  font-weight: 400;
  max-width: 240px;
}

.sectionContact .contactTopBar .contactInfoItem.socialInfo .socialIcons {
  display: flex;
  gap: 8px;
}

.sectionContact .contactTopBar .contactInfoItem.socialInfo .socialIcons .s-icon {
  font-family: "Rubik", sans-serif;
  width: 24px;
  height: 24px;
  border: 2px solid #1A1A1A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1A1A1A;
  transition: 0.3s ease all;
  text-decoration: none;
  font-weight: 600;
}

.sectionContact .contactTopBar .contactInfoItem.socialInfo .socialIcons .s-icon:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.sectionContact .contactMainContent {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.sectionContact .contactPromoCard {
  flex: 0 0 555px;
  position: relative;
  border-radius: 30px;
  padding: 5px;
  background: linear-gradient(135deg, #02F4BC 0%, #0019FF 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sectionContact .contactPromoCard .cardInner {
  background: #111;
  border-radius: 25px;
  padding: 80px 75px 95px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sectionContact .contactPromoCard .cardInner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset -11px -10px 34px 0 rgba(0, 60, 255, 0.8), inset 10px 6px 26px 0 rgba(0, 255, 166, 0.7);
  background: radial-gradient(circle at top left, rgba(0, 255, 204, 0.15) 0%, transparent 70%);
  z-index: -1;
}

.sectionContact .contactPromoCard .cardInner .promoTitle {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
  max-width: 385px;
}

.sectionContact .contactPromoCard .cardFooter {
  background: #fff;
  padding: 40px 75px 45px;
  border-radius: 0 0 25px 25px;
  margin: -35px 0 0 0;
  position: relative;
  z-index: 2;
}

.sectionContact .contactPromoCard .cardFooter .footerText {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.sectionContact .contactPromoCard .cardFooter .footerText:hover {
  text-decoration: underline;
}

.sectionContact .contactFormArea {
  flex: 1;
}

.sectionContact .contactFormArea form .row {
  margin-bottom: 35px;
}

.sectionContact .contactFormArea .submitArea {
  margin-top: 35px;
}

.sectionContact .contactFormArea .submitArea .btnGlow {
  padding: 20px 55px;
}

.sectionBlogDetail {
  background: #fff;
  padding: 20px 0 90px;
}

.sectionBlogDetail .blogContainer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.sectionBlogDetail .supportBanner {
  position: relative;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  margin-bottom: 60px;
}

.sectionBlogDetail .supportBanner .topArea {
  position: relative;
}

.sectionBlogDetail .supportBanner .topArea .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.sectionBlogDetail .supportBanner .topArea .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sectionBlogDetail .supportBanner .topArea .bgImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.sectionBlogDetail .supportBanner .topArea .container {
  position: relative;
  z-index: 2;
  padding: 185px 0 285px;
}

.sectionBlogDetail .supportBanner .topArea .content .subTitle {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
}

.sectionBlogDetail .supportBanner .topArea .content .sectionTitle {
  font-size: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 15px 0 60px;
  max-width: 855px;
}

.sectionBlogDetail .supportBanner .topArea .content .mevzuBtn {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  border: 1px solid #D9DEE6;
  align-items: center;
}

.sectionBlogDetail .supportBanner .topArea .content .mevzuBtn .left {
  padding: 15px 10px 15px 20px;
  border-right: 1px solid #D9DEE6;
}

.sectionBlogDetail .supportBanner .topArea .content .mevzuBtn .right {
  padding: 12px 20px 12px 20px;
}

.sectionBlogDetail .supportBanner .bottomArea {
  padding: 65px 0;
}

.sectionBlogDetail .supportBanner .bottomArea .container .text {
  max-width: 1245px;
  color: #6F7A8B;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
}

.sectionBlogDetail .supportBanner .bottomArea .container .text b {
  color: #000;
  font-weight: 600;
}

.sectionBlogDetail .blogBody {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.sectionBlogDetail .blogBody p {
  margin-bottom: 30px;
}

.sectionBlogDetail .blogBody h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 55px 0 55px;
  color: #000;
}

.sectionBlogDetail .blogBody .advantageList {
  padding-left: 130px;
}

.sectionBlogDetail .blogBody .advantageList .advantageItem {
  margin-bottom: 35px;
  padding-left: 60px;
  position: relative;
}

.sectionBlogDetail .blogBody .advantageList .advantageItem .itemLabel {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.sectionBlogDetail .blogBody .advantageList .advantageItem .itemContent strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.sectionBlogDetail .blogBody .advantageList .advantageItem .itemContent p {
  margin-bottom: 0;
  color: #000;
  line-height: 27px;
}

.sectionBlogDetail .blogCTAArea {
  margin-top: 100px;
}

.sectionBlogDetail .blogCTAArea .btnGlow {
  padding: 20px 45px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
}

.sectionBlogDetail .blogCTAArea .btnGlow:hover {
  background: #fff;
  color: #000;
}

.sectionStep {
  background: #fff;
}

.sectionStep .blogTopArea {
  max-width: calc(100% - 40px);
  border-radius: 0 0 20px 20px;
  border: 7px solid #E0E6F1;
  background: #E0E6F1;
  border-top: none;
  margin: 0 auto 50px;
}

.sectionStep .blogTopArea .titleArea {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  border-radius: 0 0 20px 20px;
}

.sectionStep .blogTopArea .titleArea .subTitle {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.sectionStep .blogTopArea .titleArea .title {
  color: #000;
  line-height: 48px;
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0 35px;
}

.sectionStep .blogTopArea .titleArea .desc {
  max-width: 835px;
  color: #6F7A8B;
  line-height: 29px;
  font-size: 20px;
}

.sectionStep .blogTopArea .blogFilterArea {
  padding: 30px 0 35px;
}

.sectionStep .blogTopArea .blogFilterArea .text {
  font-size: 20px;
  line-height: 27px;
  color: #6F7A8B;
}

.sectionStep .stepForm .formTitle {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}

.sectionStep .stepForm .formTitle.type2 {
  font-weight: 600;
}

.sectionStep .stepForm .formSection {
  margin-bottom: 30px;
}

.sectionStep .stepForm .formSection .analysisNote {
  margin: 35px 0 45px;
  background: transparent;
  padding: 0;
  display: flex;
  gap: 20px;
}

.sectionStep .stepForm .formSection .analysisNote img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sectionStep .stepForm .formSection .analysisNote p {
  font-size: 14px;
  line-height: 21px;
  color: #53657B;
  margin: 0;
}

.sectionStep .stepForm .formSection .submitArea .btnGlow {
  padding: 22px 60px;
}

.sectionStep .stepForm .row {
  --bs-gutter-y: 20px;
}

.sectionStep .processStepsArea {
  margin-top: 105px;
  position: relative;
}

.sectionStep .processStepsArea .processSteps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sectionStep .processStepsArea .processSteps:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E0E6F1;
  z-index: 1;
}

.sectionStep .processStepsArea .processSteps .stepItem {
  flex: 1;
  position: relative;
  z-index: 2;
}

.sectionStep .processStepsArea .processSteps .stepItem .dot {
  width: 10px;
  height: 10px;
  background: #003CFF;
  border-radius: 50%;
  margin-bottom: 55px;
}

.sectionStep .processStepsArea .processSteps .stepItem .stepTitle {
  font-size: 24px;
  font-weight: 700;
  color: #003CFF;
  margin-bottom: 20px;
}

.sectionStep .processStepsArea .processSteps .stepItem .stepDesc {
  font-size: 18px;
  line-height: 22px;
  color: #6F7A8B;
  max-width: 325px;
}

.sectionStep .bottomStepCTA {
  margin-top: 115px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectionStep .bottomStepCTA .topText {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.sectionStep .bottomStepCTA .contactLinks {
  font-size: 26px;
  color: #6F7A8B;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.sectionStep .bottomStepCTA .contactLinks a {
  color: #6F7A8B;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease all;
}

.sectionStep .bottomStepCTA .contactLinks a:hover {
  opacity: 0.7;
}

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