/*!
 * 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: 600px;
  }
  .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: 600px;
  }
}
@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: 1365px;
  }
  .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: 1365px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1433px;
  }
  .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: 1433px;
  }
}
.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 {
  max-width: 100vw;
  background: #F7F7F7;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
body.background2 {
  background: #F9F9F9;
}
body.pageIndex {
  background: #fff;
}

.grayBackground {
  position: relative;
}
.grayBackground:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(231, 233, 234, 0.2);
  filter: blur(100px);
  -webkit-backdrop-filter: blur(101.3499984741px);
          backdrop-filter: blur(101.3499984741px);
  top: 155px;
  height: 585px;
  width: 100vw;
  max-width: 100%;
  z-index: -1;
}
.grayBackground:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 447.5px;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  z-index: -1;
  background: #F7F7F7;
}

.customContainer1 {
  max-width: 1712px;
}

.customContainer2 {
  max-width: 1586px;
}

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

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

img {
  max-width: 100%;
}

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

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

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

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.container-custom {
  max-width: 1460px;
}
.container.container-custom2 {
  max-width: 990px;
}

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

.row.pageRow {
  --bs-gutter-x: 3rem;
}
.row.rowCol-0 {
  margin: 0;
}
.row.rowCol-0 > div {
  padding: 0;
}

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

.megaContainer {
  max-width: 1700px;
}

header {
  padding: 40px 0;
  position: relative;
  /*  z-index: 3;*/
}
header .logo {
  max-height: 40px;
  aspect-ratio: 267/40;
}
header .container {
  display: flex;
  align-items: center;
}
header .langueSelect {
  margin-left: auto;
  position: relative;
  z-index: 3;
}
header .userProfile {
  position: relative;
}
header .userProfile .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CADCE2;
  font-size: 18px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
}
header .userProfile .menu {
  border-radius: 10px;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  transform: translateY(60px);
  background: #FFF;
  box-shadow: -17px 17px 35.5px 0px rgba(11, 69, 86, 0.06);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .userProfile .menu .menuTitle {
  background: #FBFEFF;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  white-space: nowrap;
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
  padding: 18px 30px;
}
header .userProfile .menu ul {
  padding: 10px 35px 30px;
}
header .userProfile .menu ul li a {
  color: #0B4556;
  font-size: 15px;
  font-weight: 400;
  line-height: 31px; /* 206.667% */
  transition: 0.3s ease all;
}
header .userProfile .menu ul li a.logOut {
  color: rgba(11, 69, 86, 0.5);
}
header .userProfile .menu ul li a:hover {
  color: #EF7D00;
}
header .userProfile.active .menu {
  opacity: 1;
  pointer-events: auto;
}
header .cart {
  border-radius: 52px;
  margin-left: 20px;
  margin-right: 40px;
  padding: 2px;
  background: #EFFBFF;
  display: flex;
  align-items: center;
  color: #0B4556;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}
header .cart .icon {
  width: 18px;
  height: 17px;
  stroke: #0B4556;
  fill: #fff;
  flex-shrink: 0;
}
header .cart .left {
  padding: 17px 15px 17px 25px;
}
header .cart .right {
  background: #DEF1F7;
  padding: 17px 22px;
  border-radius: 0 52px 52px 0;
  background: #DEF1F7;
}
header .login {
  /* display: flex;*/
  display: none;
  gap: 4px;
  align-items: center;
}
header .login a {
  color: #0B4556;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}
header .login span {
  color: #0B4556;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}
header .openMegaMenu {
  margin-left: 40px;
  cursor: pointer;
}
header .openMegaMenu .icon {
  width: 49px;
  height: 18px;
  flex-shrink: 0;
}
header .openMegaMenu .icon .path1 {
  fill: #0B4556;
  opacity: 0.3;
}
header .openMegaMenu .icon .path2 {
  fill: #0B4556;
  opacity: 0.5;
}
header .openMegaMenu .icon .path3 {
  fill: #0B4556;
  opacity: 0.25;
}
header .fastMenuArea {
  position: relative;
  z-index: 3;
}
header .fastMenuArea .fastMenu {
  opacity: 0;
  pointer-events: none;
  right: 0;
  overflow: hidden;
  border-radius: 20px;
  transform: translateY(calc(100% + 30px));
  bottom: 0;
  position: absolute;
  width: 320px;
}
header .fastMenuArea .fastMenu .login, header .fastMenuArea .fastMenu .langueSelect {
  display: none;
}
header .fastMenuArea .fastMenu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  display: none;
  pointer-events: none;
}
header .fastMenuArea .fastMenu .close .icon {
  width: 25px;
  height: 25px;
  fill: #0B4556;
}
header .fastMenuArea .fastMenu .title {
  padding: 30px 50px 20px;
  background: rgba(255, 255, 255, 0.79);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: #0B4556;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px; /* 262.5% */
}
header .fastMenuArea .fastMenu .menu {
  background: rgba(255, 255, 255, 0.41);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 50px;
}
header .fastMenuArea .fastMenu .menu li a {
  color: #0B4556;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px; /* 210% */
  position: relative;
  display: flex;
  width: 100%;
}
header .fastMenuArea .fastMenu .callUs {
  padding: 0 50px 30px;
  background: rgba(255, 255, 255, 0.27);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
header .fastMenuArea .fastMenu .callUs .iconArea {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
header .fastMenuArea .fastMenu .callUs .iconArea .icon {
  width: 22px;
  fill: #0B4556;
  height: 18px;
  flex-shrink: 0;
}
header .fastMenuArea .fastMenu .callUs p {
  color: rgba(11, 69, 86, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px; /* 125% */
  margin-bottom: 10px;
}
header .fastMenuArea .fastMenu .callUs a {
  color: #242F4F;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
header .fastMenuArea.active .fastMenu {
  opacity: 1;
  pointer-events: auto;
}
header:after {
  content: "";
  background: linear-gradient(180deg, #DDF1F6 0%, rgba(255, 255, 255, 0) 70.5%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  aspect-ratio: 1920/1639;
  height: 1639px;
  max-width: 100%;
  z-index: -1;
}

.pageIndex header .userProfile {
  display: none;
}
.pageIndex header .login {
  display: flex;
}

.footerTop .titleArea {
  text-align: center;
  margin-bottom: 300px;
}
.footerTop .titleArea span {
  color: rgba(11, 69, 86, 0.5);
  font-size: 20px;
  font-weight: 300;
  line-height: 34px; /* 170% */
}
.footerTop .titleArea .title {
  margin: 10px 0;
  color: #0B4556;
  font-size: 46px;
  font-weight: 400;
  line-height: 47px; /* 102.592% */
}
.footerTop .titleArea .text {
  color: #0B4556;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */
}
.footerTop .imgArea {
  flex-shrink: 0;
  max-width: calc(100vw - 20px);
  aspect-ratio: 1365/127;
}
.footerTop .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

footer {
  background: #C6D9DF;
}
footer .imgArea {
  aspect-ratio: 1323/599;
  transform: translateY(-50%);
  margin-bottom: calc(-25% + 15px);
  position: relative;
}
footer .imgArea img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
footer .imgArea:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1920/616;
  width: calc(100vw - 7px);
  transform: translate(-50%, 0);
  background: rgb(198, 217, 223);
  background: linear-gradient(180deg, rgba(198, 217, 223, 0) 0%, rgb(198, 217, 223) 34%);
  z-index: 0;
}
footer .content {
  margin-top: 45px;
  position: relative;
  z-index: 2;
}
footer .content .top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #B8CED4;
  margin-bottom: 75px;
  align-items: center;
  justify-content: space-between;
}
footer .content .top .titleArea {
  max-width: 420px;
}
footer .content .top .titleArea .logo {
  aspect-ratio: 276/41;
  height: 41px;
}
footer .content .top .titleArea .description {
  margin: 30px 0 30px;
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
footer .content .top .titleArea .social {
  display: flex;
  align-items: center;
  gap: 17px;
}
footer .content .top .titleArea .social .link .icon {
  width: 21px;
  height: 21px;
  fill: #0B4556;
  transition: 0.3s ease all;
}
footer .content .top .titleArea .social .link:hover .icon {
  fill: #EF7D00;
}
footer .content .top .content {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 85px;
}
footer .content .top .content .item {
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .content .top .content .item .iconArea {
  border-radius: 10px;
  background: rgba(254, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content .top .content .item .iconArea .icon {
  fill: #0B4556;
  width: 22px;
  height: 18px;
  flex-shrink: 0;
}
footer .content .top .content .item .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
footer .content .top .content .item .text a {
  display: block;
  color: #242F4F;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
footer .content .middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 85px;
}
footer .content .middle .footerPart {
  max-width: 810px;
  width: 100%;
}
footer .content .middle .footerPart > .text {
  color: #0B4556;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 25px;
}
footer .content .middle .footerPart > .text b {
  display: flex;
  font-weight: 500;
}
footer .content .middle .menus {
  display: flex;
  gap: 85px;
}
footer .content .middle .menus .menu .title {
  color: rgba(11, 69, 86, 0.5);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
  margin-bottom: 20px;
}
footer .content .middle .menus .menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .content .middle .menus .menu ul li a {
  color: #0B4556;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; /* 185.714% */
  transition: 0.3s ease all;
}
footer .content .middle .menus .menu ul li a:hover {
  color: #EF7D00;
}

.footerBottom {
  padding: 40px 0 50px;
  background: rgba(198, 217, 223, 0.3);
}
.footerBottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(184, 206, 212, 0.5);
}
.footerBottom .copyright .policy {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  transition: 0.3s ease all;
}
.footerBottom .copyright .policy:hover {
  color: #EF7D00;
}
.footerBottom .copyright .visa {
  aspect-ratio: 193/45;
  height: 45px;
}
.footerBottom .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerBottom .bottom .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}
.footerBottom .bottom .stageLogo .icon {
  width: 85px;
  height: 32px;
  flex-shrink: 0;
  fill: #A9C0C7;
  transition: 0.3s ease all;
}
.footerBottom .bottom .stageLogo .icon .path7 {
  fill: #EF7D00;
}
.footerBottom .bottom .stageLogo .icon:hover {
  fill: #0B4556;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -30px) rotate(15deg);
  }
  50% {
    transform: translate(-40px, 20px) rotate(-10deg);
  }
  75% {
    transform: translate(30px, 40px) rotate(5deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-25px, 15px) rotate(-10deg);
  }
  50% {
    transform: translate(50px, -20px) rotate(20deg);
  }
  75% {
    transform: translate(-30px, 30px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.mainSlider {
  position: relative;
  z-index: 1;
}
section.mainSlider .swiper-slide {
  position: relative;
  aspect-ratio: 1700/865;
}
section.mainSlider .swiper-slide .background {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.mainSlider .swiper-slide .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainSlider .swiper-slide .background img.mobile {
  display: none;
}
section.mainSlider .swiper-slide .content {
  padding-top: 110px;
}
section.mainSlider .swiper-slide .content .subTitle {
  color: rgba(11, 69, 86, 0.6);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
  opacity: 0;
}
section.mainSlider .swiper-slide .content .title {
  color: #0B4556;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 45px;
}
section.mainSlider .swiper-slide .content .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  opacity: 0;
}
section.mainSlider .swiper-slide.showText .content .subTitle {
  opacity: 1;
  transition: 0.3s ease all;
}
section.mainSlider .swiper-slide.showText .content .description {
  opacity: 1;
  transition: 0.3s 0.3s ease all;
}

section.mainSlider2 {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.mainSlider2 .container {
  max-width: 1365px;
}
section.mainSlider2 .swiper-container {
  position: relative;
}
section.mainSlider2 .swiper-slide {
  position: relative;
  aspect-ratio: 1365/600;
  display: flex;
  gap: 20px;
}
section.mainSlider2 .swiper-slide .background {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.mainSlider2 .swiper-slide .background img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.mainSlider2 .swiper-slide .background img.mobile {
  display: none;
}
section.mainSlider2 .swiper-slide .content {
  padding: 85px;
}
section.mainSlider2 .swiper-slide .content .mainTitleArea .title {
  color: rgba(11, 69, 86, 0.34);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
section.mainSlider2 .swiper-slide .content .mainTitleArea .seeAll {
  font-size: 14px;
  opacity: 1;
}
section.mainSlider2 .swiper-slide .content > .slideTitle {
  max-width: 330px;
  font-size: 49px;
  margin-top: 50px;
  font-weight: 900;
  background: linear-gradient(90deg, #0B4556 0%, #ADCBC9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  text-transform: uppercase;
}
section.mainSlider2 .swiper-slide.showText .content .subTitle {
  opacity: 1;
  transition: 0.1s ease all;
}
section.mainSlider2 .swiper-slide.showText .content .description {
  opacity: 1;
  transition: 0.1s 0.1s ease all;
}
section.mainSlider2 .slideSearch {
  border-radius: 20px;
  max-width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
section.mainSlider2 .slideSearch .partFilter {
  background: rgba(247, 247, 247, 0.9);
  min-height: 100%;
  padding: 0;
}
section.mainSlider2 .slideSearch .partFilter .title {
  background: #fff;
  padding: 40px 90px 100px;
  margin: 0 0 -70px;
  font-size: 18px;
  text-align: center;
}
section.mainSlider2 .slideSearch .partFilter .content {
  margin: 0;
  padding: 20px;
}
section.mainSlider2 .slideSearch .partFilter .productDropdown {
  box-shadow: -32.653px 20.408px 40.306px 0px rgba(11, 69, 86, 0.08);
}
section.mainSlider2 .slideSearch .partFilter .productDropdown .info {
  padding: 32px 74px 32px 30px;
}
section.mainSlider2 .slideSearch .partFilter .searchProductDropdown {
  box-shadow: -32.653px 20.408px 40.306px 0px rgba(11, 69, 86, 0.08);
  padding: 17.5px 32px;
}
section.mainSlider2 .slideSearch .partFilter > .text {
  padding: 0 60px 50px;
  margin: 20px 0 0;
  text-align: center;
}
section.mainSlider2 .slideSearch .partFilter .row {
  padding: 10px;
}
section.mainSlider2 .slideSearch .partFilter .row > div {
  padding: 0;
}
section.mainSlider2 .slide {
  position: relative;
  width: calc(100% - 415px);
  transition: 0.3s ease all;
  margin-left: 0;
}
section.mainSlider2 .swiper-slide.swiper-slide-active + .swiper-slide {
  margin-right: auto;
}

section.mobileNewProducts {
  display: none;
}

section.mainNewProducts {
  position: relative;
  z-index: 2;
  margin-top: -330px;
  padding: 60px 0;
}
section.mainNewProducts:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background: rgb(231, 233, 234);
  background: linear-gradient(0deg, rgba(231, 233, 234, 0) 0%, rgb(231, 233, 234) 38%, rgb(231, 233, 234) 60%, rgba(255, 255, 255, 0) 100%);
}
section.mainNewProducts .newProductsTitle {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
section.mainNewProducts .owlMainNewProducts {
  margin-left: calc(var(--leftOffset) * -1);
  position: relative;
}
section.mainNewProducts .owlMainNewProducts:before {
  content: "";
  left: 0;
  top: 0;
  bottom: -30px;
  width: 50%;
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 1.05%, #FFF 98.82%);
  filter: blur(2px);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
section.mainNewProducts .owlMainNewProducts .owl-stage-outer {
  padding: 0 0 100px 0;
  margin: 0 0 -100px 0;
}
section.mainNewProducts .owlMainNewProducts .item {
  width: 258px;
  max-width: 90vw;
  direction: ltr;
}
section.mainNewProducts.type2 {
  display: none;
}

.mainTitleArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.mainTitleArea .title {
  color: #0B4556;
  font-size: 26px;
  font-weight: 500;
}
.mainTitleArea .seeAll {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}
.mainTitleArea .seeAll .iconArea {
  aspect-ratio: 1/1;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B4556;
  border-radius: 100%;
}
.mainTitleArea .seeAll .iconArea .icon {
  fill: #fff;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
.mainTitleArea .seeAll:hover {
  opacity: 1;
}

.productListSlider {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding: 20px 0 100px 0;
}
.productListSlider:before {
  content: "";
  left: 0;
  top: 0;
  bottom: -30px;
  width: 300px;
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 1.05%, #FFF 98.82%);
  filter: blur(2px);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.productListSlider:after {
  content: "";
  right: 0;
  top: 0;
  bottom: -30px;
  width: 300px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.05%, #FFF 98.82%);
  filter: blur(2px);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.productListSlider .owlMainBestseller .owl-stage-outer {
  overflow: unset;
}

section.mainBestsellers {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

section.testimonial {
  padding: 100px 0;
}
section.testimonial .sectionTitle {
  color: #0B4556;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 130px;
  text-align: center;
}
section.testimonial .owl-carousel {
  margin-bottom: 40px;
}
section.testimonial .owl-carousel .owl-stage-outer {
  margin: -100px 0;
  padding: 54px 0;
}
section.testimonial .owl-carousel .item {
  width: 530px;
  max-width: 95vw;
}

section.partSteps {
  padding: 120px 0;
}
section.partSteps .titleArea {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.partSteps .titleArea .title {
  color: rgba(11, 69, 86, 0.5);
  font-size: 26px;
  font-weight: 400;
  line-height: 39px; /* 150% */
}
section.partSteps .titleArea .description {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
}
section.partSteps .step {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
  justify-content: center;
  align-items: flex-start;
  height: 230px;
}
section.partSteps .step .number {
  margin-bottom: 25px;
  position: relative;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  background: linear-gradient(180deg, rgba(11, 69, 86, 0.2) 0%, #FFF 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease all;
}
section.partSteps .step .text {
  color: #0B4556;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
section.partSteps .step.bigStep {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgb(255, 255, 255) 19.13%, rgba(239, 125, 0, 0.11) 81.41%);
}
section.partSteps .step.bigStep .imgArea {
  flex-shrink: 0;
  aspect-ratio: 198/284;
}
section.partSteps .step.bigStep .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.partSteps .step.bigStep .text {
  max-width: 150px;
}

section.mainDiffrence {
  margin-bottom: 120px;
}
section.mainDiffrence > .title {
  color: #0B4556;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 70px;
  text-align: center;
}
section.mainDiffrence .diffrenceItem {
  border-radius: 87px;
  background: #FFF;
  padding: 15px;
  display: flex;
  gap: 25px;
  align-items: center;
}
section.mainDiffrence .diffrenceItem .iconArea {
  background: #F7F7F7;
  border-radius: 100px 10px 10px 100px;
  display: flex;
  width: 83px;
  height: 90px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
section.mainDiffrence .diffrenceItem .iconArea .icon {
  fill: #0B4556;
  filter: drop-shadow(8px 9px 13px rgba(0, 0, 0, 0.22));
  aspect-ratio: 1/1;
  width: 32px;
}
section.mainDiffrence .diffrenceItem .diffrenceContent .title {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.mainDiffrence .diffrenceItem .diffrenceContent .description {
  color: rgba(11, 69, 86, 0.7);
  font-size: 13px;
  font-weight: 300;
  line-height: 18px; /* 138.462% */
}

.qrCode {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.qrCode .imgArea {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #0B4556;
}
.qrCode .imgArea img {
  width: 34px;
  height: 34px;
}
.qrCode .text {
  max-width: 150px;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

section.successContent {
  margin-bottom: 160px;
}
section.successContent .successArea {
  border-radius: 20px;
  overflow: hidden;
}
section.successContent .successArea .top {
  background: #fff;
  text-align: center;
  padding: 75px 50px 85px;
}
section.successContent .successArea .top .icon {
  fill: #84E888;
  width: 48px;
  height: 59px;
  flex-shrink: 0;
}
section.successContent .successArea .top .title {
  color: #0B4556;
  font-size: 26px;
  margin: 35px 0;
  font-weight: 500;
  line-height: 25px; /* 96.154% */
}
section.successContent .successArea .top .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
section.successContent .successArea .info {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 60px 90px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border-top: 1px solid rgba(11, 69, 86, 0.06);
  border-bottom: 1px solid rgba(11, 69, 86, 0.06);
}
section.successContent .successArea .info .item span {
  color: rgba(11, 69, 86, 0.5);
  font-size: 15.686px;
  font-weight: 400;
  line-height: 30.166px;
}
section.successContent .successArea .info .item .text {
  color: #0B4556;
  font-size: 19px;
  font-weight: 500;
  line-height: 30.166px;
}
section.successContent .successArea .info .item .text b {
  color: rgba(11, 69, 86, 0.5);
  font-weight: 500;
}
section.successContent .successArea .bottom {
  padding: 115px 50px 150px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
section.successContent .successArea .bottom .title {
  color: #0B4556;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
section.successContent .successArea .bottom .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

section.questions {
  overflow: hidden;
  margin-bottom: 125px;
}
section.questions .titleArea {
  margin-bottom: 65px;
  margin-top: 45px;
}
section.questions .titleArea .title {
  margin-bottom: 15px;
  color: #0B4556;
  font-size: 26px;
  font-weight: 500;
  line-height: 25px; /* 96.154% */
}
section.questions .titleArea .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
section.questions .questionSlider {
  overflow: unset;
}
section.questions .questionSlider .swiper-slide {
  aspect-ratio: 534/200;
  max-width: 530px;
}
section.questions .questionSlider .swiper-slide-active .questionsCard {
  opacity: 1;
}
section.questions .questionAccordions {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 20px;
}
section.questions .questionAccordions .accordionItem:last-child {
  border: 0;
}

section.corporate {
  margin-bottom: 60px;
}

section.parts > .container > .text {
  max-width: 1050px;
  margin: 70px 0 70px 35px;
  color: #0B4556;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
section.parts > .container > .content {
  margin-bottom: 65px;
}
section.parts .content .politicasEditor {
  margin-top: 60px;
}

section.blogDetailContent {
  margin-bottom: 115px;
}
section.blogDetailContent .imgArea {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  aspect-ratio: 1586/917;
  margin: 0 auto;
}
section.blogDetailContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.blogDetailContent .content .text {
  transform: translateY(-149px);
  margin-bottom: -129px;
  padding-bottom: 90px;
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  overflow: hidden;
}
section.blogDetailContent .content .text .title {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
  color: #0B4556;
  font-size: 28px;
  font-weight: 500;
  padding: 62px 0;
  background: #F3F3F1;
  text-align: center;
  line-height: 25px; /* 89.286% */
}
section.blogDetailContent .content .text .editorContent {
  text-align: center;
  padding: 0 20px;
}
section.blogDetailContent .content .text .editorContent h4 {
  margin: 0 auto 55px;
  max-width: 900px;
}
section.blogDetailContent .content .otherBlogs {
  margin-bottom: 20px;
}

.otherBlogsCard {
  border-radius: 16px;
  padding: 60px 40px 40px 60px;
  background: #FFF;
  -webkit-backdrop-filter: blur(62.3477478027px);
          backdrop-filter: blur(62.3477478027px);
  display: block;
}
.otherBlogsCard .title {
  color: #0B4556;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.939px; /* 136.364% */
}
.otherBlogsCard .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.otherBlogsCard .bottom .date {
  color: rgba(11, 69, 86, 0.3);
  font-size: 10px;
  font-weight: 400;
  line-height: 21px; /* 216.667% */
}
.otherBlogsCard .bottom .iconArea {
  border-radius: 50%;
  background: #F5F8F9;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.otherBlogsCard .bottom .iconArea .icon {
  width: 23px;
  height: 21px;
  transform: rotate(45deg);
  flex-shrink: 0;
  fill: #0B4556;
  transition: 0.3s ease all;
}
.otherBlogsCard:hover .bottom .iconArea .icon {
  fill: #EF7D00;
}

section.campaignsContent {
  margin-bottom: 125px;
}
section.campaignsContent .approachingCampaigns {
  margin-top: 60px;
}
section.campaignsContent .approachingCampaigns .title {
  margin-bottom: 60px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
  padding-left: 90px;
}

section.productDetail .productImage {
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  overflow: hidden;
  padding: 55px;
  height: 100%;
}
section.productDetail .productImage .productDetailSlide .imgArea {
  max-width: 487px;
  aspect-ratio: 487/488;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
section.productDetail .productInfo {
  border-radius: 20px;
  overflow: hidden;
}
section.productDetail .productInfo .top {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 40px 45px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
section.productDetail .productInfo .top .titleArea .title {
  color: #0B4556;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 25px; /* 104.167% */
}
section.productDetail .productInfo .top .titleArea .brand {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}
section.productDetail .productInfo .top .titleArea .brand b {
  color: #0B4556;
  font-weight: 500;
}
section.productDetail .productInfo .top .stock {
  position: relative;
  color: #84E888;
  font-size: 12px;
  font-weight: 800;
  line-height: 26px; /* 250% */
}
section.productDetail .productInfo .top .stock:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateX(-100%) translateY(-50%);
  aspect-ratio: 1/1;
  width: 19px;
  border-radius: 50%;
  background: rgba(132, 232, 136, 0.3);
}
section.productDetail .productInfo .top .stock:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateX(-100%) translateY(-50%);
  aspect-ratio: 1/1;
  width: 10px;
  border-radius: 50%;
  background: #84E888;
}
section.productDetail .productInfo .info {
  background: #FAFCFD;
  display: flex;
  flex-wrap: wrap;
}
section.productDetail .productInfo .info .item {
  width: 50%;
  padding: 30px 40px;
  border-right: 1px solid #E6F4F8;
  border-bottom: 1px solid #E6F4F8;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  display: flex;
  flex-direction: column;
}
section.productDetail .productInfo .info .item span {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}
section.productDetail .productInfo .info .item:nth-child(even) {
  border-right: 0;
}
section.productDetail .productInfo .info .item:nth-last-child(1), section.productDetail .productInfo .info .item:nth-last-child(2) {
  border-bottom: 0;
}
section.productDetail .productInfo .info .priceItem {
  padding: 25px 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.productDetail .productInfo .info .priceItem .oldPrice {
  color: rgba(11, 69, 86, 0.5);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline;
}
section.productDetail .productInfo .info .priceItem .oldPrice small {
  font-size: 10px;
}
section.productDetail .productInfo .info .priceItem .oldPrice:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #0B4556;
}
section.productDetail .productInfo .info .priceItem .price {
  color: #0B4556;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.productDetail .productInfo .info .priceItem .price small {
  font-size: 23px;
}
section.productDetail .productInfo .info .priceItem .discount {
  border-radius: 20px;
  background: rgba(255, 237, 237, 0.6);
  padding: 8px 12px;
  text-align: center;
  color: #873232;
  font-size: 12px;
  font-weight: 600;
  transform: translateX(-12px);
}
section.productDetail .productInfo .info .compatibleItem {
  width: 50%;
  padding: 25px 35px 25px 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
section.productDetail .productInfo .info .compatibleItem .iconArea {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.productDetail .productInfo .info .compatibleItem .iconArea .icon {
  width: 28px;
  height: 17px;
  background: #0B4556;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  flex-shrink: 0;
}
section.productDetail .productInfo .info .compatibleItem .text .comp {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}
section.productDetail .productInfo .info .compatibleItem .text .description {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; /* 150% */
}
section.productDetail .productInfo .bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid #E6F4F8;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
section.productDetail .productInfo .bottom .bottomItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 50%;
  padding: 45px;
}
section.productDetail .productInfo .bottom .bottomItem .text {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}
section.productDetail .productInfo .bottom .bottomItem .icon {
  width: 20px;
  height: 22px;
  flex-shrink: 0;
  fill: #EF7D00;
}
section.productDetail .productInfo .bottom .bottomItem.whatsApp {
  border-right: 1px solid #E6F4F8;
}
section.productDetail .productInfo .bottom .bottomItem.whatsApp .text {
  color: #08B628;
}
section.productDetail .productInfo .bottom .bottomItem.whatsApp .icon {
  fill: #08B628;
}
section.productDetail .productUsageImage {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 75px 30px 65px;
}
section.productDetail .productUsageImage .title {
  color: #0B4556;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px; /* 104.167% */
  margin-bottom: auto;
}
section.productDetail .productUsageImage .imgArea {
  margin: 85px 0;
  flex-shrink: 0;
  aspect-ratio: 605/290;
}
section.productDetail .productUsageImage .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.productDetail .productUsageImage .description {
  margin-top: auto;
  color: rgba(11, 69, 86, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
section.productDetail .productUsageImage .description b {
  color: #FF0004;
  font-weight: 600;
}
section.productDetail .productUsage {
  border-radius: 20px;
  padding: 70px 55px 55px;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}
section.productDetail .productUsage .title {
  max-width: 310px;
  color: #0B4556;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  margin: 0 auto 15px;
}
section.productDetail .productUsage .description {
  margin-bottom: 30px;
  color: rgba(11, 69, 86, 0.5);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
section.productDetail .productUsage .tabs {
  margin-bottom: 15px;
  position: relative;
}
section.productDetail .productUsage .tabs .tabTitle {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px;
  cursor: pointer;
  padding-right: 85px;
}
section.productDetail .productUsage .tabs .tabTitle .text {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
section.productDetail .productUsage .tabs .tabTitle:after {
  content: "";
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background: #EF7D00;
  border-radius: 50%;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
section.productDetail .productUsage .tabs .tabTitle:before {
  content: "";
  width: 19px;
  height: 17px;
  flex-shrink: 0;
  background: #fff;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  z-index: 2;
}
section.productDetail .productUsage .tabs .customTabNavs {
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
section.productDetail .productUsage .tabs.active .tabTitle {
  border-radius: 20px 20px 0 0;
}
section.productDetail .productUsage .tabs.active .tabTitle:after {
  background: #0B4556;
}
section.productDetail .productUsage .tabs.active .tabTitle:before {
  transform: rotate(180deg) translateY(50%);
}
section.productDetail .productUsage .tabs.active .customTabNavs {
  max-height: 450px;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}
section.productDetail .productUsage .productUsageInfo {
  border-radius: 20px;
  padding: 65px 60px 75px;
  background: #FFF;
  box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
  text-align: center;
  color: #0B4556;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
}
section.productDetail .content {
  margin-bottom: 20px;
}
section.productDetail .politicasEditor {
  margin-bottom: 100px;
}
section.productDetail .similarProducts {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
section.productDetail .similarProducts .productListSlider:after {
  background: linear-gradient(-271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}
section.productDetail .similarProducts .productListSlider:before {
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}
section.productDetail .userComments {
  overflow: hidden;
}
section.productDetail .userComments .title {
  text-align: center;
  color: #0B4556;
  font-size: 32px;
  font-weight: 400;
  line-height: 47px; /* 147.476% */
}
section.productDetail .userComments .owlCommtent .owl-stage-outer {
  overflow: unset;
  padding: 100px 0;
}

.account {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  margin-bottom: 150px;
}
.account .top {
  border-bottom: 1px solid rgba(11, 69, 86, 0.06);
  margin-bottom: 30px;
}
.account .top .profileInfo {
  padding: 55px 128px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.account .top .profileInfo .return {
  display: flex;
  color: #CF1B1E;
  align-items: center;
  padding: 18px 28px;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px; /* 253.596% */
  border-radius: 16.5px;
  background: #FFF4F5;
  cursor: pointer;
}
.account .top .profileInfo .return .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #CF1B1E;
}
.account .top .profileInfo .name {
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16.5px;
  background: #EFF7F9;
  margin-right: 20px;
  height: 66px;
  flex-shrink: 0;
  color: #B6CCD3;
  font-size: 29.7px;
  font-weight: 800;
  line-height: 38.039px; /* 128.079% */
}
.account .top .profileInfo .out {
  color: #91A9B1;
  font-size: 15px;
  font-weight: 500;
  padding: 13.5px 22px;
  border-radius: 16.5px;
  background: #EFF7F9;
  line-height: 38.039px; /* 253.596% */
  border: 0;
  margin-left: auto;
  cursor: pointer;
}
.account .top .userInfo {
  color: rgba(11, 69, 86, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  padding: 0 128px 35px;
}
.account .top .userInfo .name {
  color: #0B4556;
  font-size: 20px;
  font-weight: 500;
}
.account .top .userInfo b {
  color: #0B4556;
  font-size: 18px;
  font-weight: 400;
}
.account .bottom {
  background: #FCFDFD;
  padding: 5px 64px 65px;
}

.orderItem {
  border-radius: 20px;
  border: 1px solid rgba(11, 69, 86, 0.05);
  margin-bottom: 10px;
  overflow: hidden;
}
.orderItem .title {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 40px 60px 40px 60px;
  position: relative;
  background: #FFF;
  cursor: pointer;
}
.orderItem .title .item {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}
.orderItem .title .item span {
  display: flex;
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}
.orderItem .title .item.stage {
  margin-left: 170px;
}
.orderItem .title .item.stage1 {
  color: #4589B4;
}
.orderItem .title .item.stage2 {
  color: #79B445;
}
.orderItem .title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background: #EFF7F9;
  border-radius: 50%;
  transition: 0.3s ease all;
}
.orderItem .title:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 67px;
  width: 19px;
  height: 17px;
  flex-shrink: 0;
  background: #91A9B1;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  transition: 0.3s ease all;
}
.orderItem .menu {
  padding: 0 60px;
  border-radius: 0 0 20px 20px;
  background: #FFF;
  border-top: 1px solid rgba(11, 69, 86, 0.05);
  transition: 0.3s ease all;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
}
.orderItem .menu .orderDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 110px;
  align-items: flex-end;
}
.orderItem .menu .orderDetail .addressItem {
  color: #0B4556;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
}
.orderItem .menu .orderDetail .addressItem span {
  display: flex;
  width: 100%;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}
.orderItem .menu .orderDetail .address {
  margin-top: 30px;
  width: 100%;
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
.orderItem .menu .orderDetail .address span {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}
.orderItem.active .title:before {
  transform: rotate(180deg) translateY(50%);
}
.orderItem.active .menu {
  padding: 40px 60px;
  pointer-events: auto;
  opacity: 1;
  max-height: 600px;
}

section.blogContent {
  overflow: hidden;
  margin-bottom: 125px;
}
section.blogContent .blogSlider {
  position: relative;
}
section.blogContent .blogSlider .owl-stage-outer {
  overflow: unset;
}
section.blogContent .carouselMask {
  position: relative;
}
section.blogContent .carouselMask:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  background: linear-gradient(-271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
  right: 0;
  width: 811px;
  pointer-events: none;
  flex-shrink: 0;
  z-index: 2;
}

.blogCard {
  padding: 80px;
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  display: block;
}
.blogCard .imgArea {
  aspect-ratio: 376/174;
}
.blogCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blogCard .content {
  margin-top: 50px;
}
.blogCard .content .title {
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}
.blogCard .content .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 35px 0 55px;
}
.blogCard .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.blogCard .content .bottom .date {
  color: rgba(11, 69, 86, 0.3);
  font-size: 10px;
  font-weight: 400;
  line-height: 21px; /* 216.667% */
}
.blogCard .content .bottom .iconArea {
  border-radius: 50%;
  background: #F5F8F9;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.blogCard .content .bottom .iconArea .icon {
  width: 23px;
  height: 21px;
  transform: rotate(45deg);
  flex-shrink: 0;
  fill: #0B4556;
  transition: 0.3s ease all;
}
.blogCard:hover .content .bottom .iconArea .icon {
  fill: #EF7D00;
}

section.products .container > .content {
  margin-bottom: 80px;
}
section.products .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}
section.products .content .top .breadcrumb ul {
  margin: 0;
}
section.products .content .top .name {
  color: rgba(11, 69, 86, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
section.products .content .top .name b {
  font-weight: 500;
}
section.products .productListSlider {
  padding: 0 0 100px 0;
  margin: 0 0 30px 0;
}
section.products .productListSlider:after {
  background: linear-gradient(-271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}
section.products .productListSlider:before {
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}

.loginForm {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  overflow: hidden;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.loginForm .titleArea {
  min-height: 330px;
  border-bottom: 2px solid rgba(11, 69, 86, 0.06);
  margin-bottom: -40px;
  padding: 80px 60px 80px 90px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.loginForm .titleArea span {
  display: flex;
  color: rgba(11, 69, 86, 0.5);
  font-size: 20px;
  font-weight: 300;
  line-height: 25px; /* 125% */
}
.loginForm .titleArea .title {
  margin-bottom: 45px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
}
.loginForm .titleArea .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  max-width: 410px;
}
.loginForm form {
  padding: 0 60px 55px;
}
.loginForm .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  gap: 20px;
  margin-bottom: 65px;
}
.loginForm .bottom .forgotPass {
  color: #0B4556;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.loginForm .bottom .sign {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}
.loginForm .bottom .sign a {
  color: #0B4556;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline !important;
}
.loginForm .loginBtn {
  color: #FFF;
  font-size: 18px;
  padding: 29px 60px;
  font-weight: 400;
  border-radius: 20px;
  background: #0B4556;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-top: auto;
  transition: 0.3s ease all;
}
.loginForm .loginBtn:hover {
  background: #EF7D00;
}
.loginForm .checkboxArea {
  margin-top: 20px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.loginForm.type2 .titleArea {
  position: relative;
}
.loginForm.type2 .titleArea .title {
  margin-bottom: 25px;
  margin-top: 22px;
}
.loginForm.type2 .titleArea:after {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  aspect-ratio: 234/158;
  width: 234px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/truckmini.png");
}

section.loginContent {
  margin-bottom: 125px;
}

section.cartContent {
  margin-bottom: 220px;
}
section.cartContent .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px;
}
section.cartContent .bottom .go {
  color: #0B4556;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 121%; /* 19.417px */
}
section.cartContent .bottom .go .icon {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: #0B4556;
  transition: 0.3s ease all;
}
section.cartContent .bottom .go:hover .icon {
  transform: translateX(-5px);
}
section.cartContent .bottom .refresh {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 121%; /* 19.417px */
  display: flex;
  align-items: center;
  cursor: pointer;
}
section.cartContent .bottom .refresh .icon {
  margin-right: 15px;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  fill: #0B4556;
}
section.cartContent .lastProducts {
  margin-top: 105px;
}
section.cartContent .lastProducts .productListSlider:after {
  background: linear-gradient(-271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}
section.cartContent .lastProducts .productListSlider:before {
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 1.05%, #F7F7F7 98.82%);
  filter: blur(2px);
}

.cartApproval {
  position: sticky;
  top: 20px;
}
.cartApproval .approvalContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 40px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 10px;
}
.cartApproval .approvalContent .titleArea .title {
  margin-bottom: 5px;
  color: rgba(11, 69, 86, 0.5);
  text-align: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 121%; /* 26.938px */
}
.cartApproval .approvalContent .titleArea .description {
  color: #0B4556;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%; /* 20.721px */
}
.cartApproval .approvalContent .titleArea .description b {
  font-weight: 500;
}
.cartApproval .approvalContent .icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  fill: #EF7D00;
}
.cartApproval .approvalContent .approvalInfo {
  width: 100%;
  margin-top: 15px;
}
.cartApproval .approvalContent .approvalInfo .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.cartApproval .approvalContent .approvalInfo .prices .price {
  color: #0B4556;
  font-size: 17px;
  font-weight: 400;
  line-height: 121%; /* 20.721px */
}
.cartApproval .approvalContent .approvalInfo .prices .text {
  color: #0B4556;
  font-size: 17px;
  font-weight: 400;
  line-height: 121%; /* 20.721px */
}
.cartApproval .approvalContent .approvalInfo .totalPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.cartApproval .approvalContent .approvalInfo .totalPrice .price {
  color: #0B4556;
  font-size: 17px;
  font-weight: 500;
  line-height: 121%;
}
.cartApproval .approvalContent .approvalInfo .totalPrice .text {
  color: #0B4556;
  font-size: 20px;
  font-weight: 500;
  line-height: 121%;
}
.cartApproval .approvalContent .approvalInfo .appBtn {
  display: flex;
  width: 100%;
  border: 0;
  border-radius: 20px;
  transition: 0.3s ease all;
  background: #0B4556;
  color: #FFF;
  font-size: 18px;
  padding: 30px;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
}
.cartApproval .approvalContent .approvalInfo .appBtn:hover {
  background: #EF7D00;
}
.cartApproval .approvalContent .chechkboxArea {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cartApproval .approvalContent.summary {
  flex-direction: column;
  padding: 30px 40px 60px;
}

.cartTop {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 40px;
  margin-bottom: 25px;
}
.cartTop .iconArea {
  width: 61px;
  height: 61px;
  flex-shrink: 0;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E9F5F8;
}
.cartTop .iconArea .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #0B4556;
}
.cartTop .text {
  margin-left: 20px;
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

section.addressesContent {
  margin-bottom: 150px;
}
section.addressesContent .addressContent {
  background: #fff;
  border-radius: 10px;
  padding: 35px 15px 65px 55px;
}
section.addressesContent .addressContent .titleArea {
  margin-left: 30px;
  margin-bottom: 25px;
}
section.addressesContent .addressContent .titleArea .title {
  margin-bottom: 5px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 400;
  line-height: 121%; /* 26.943px */
}
section.addressesContent .addressContent .titleArea .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.653px */
}
section.addressesContent .addressContent .addressArea {
  padding: 35px 30px;
  border-radius: 10px;
  border: 1px solid rgba(11, 69, 86, 0.7);
}
section.addressesContent .addressContent .addressArea .userInfos {
  margin-bottom: 30px;
}
section.addressesContent .addressContent .addressArea .userInfos .userName {
  margin-bottom: 5px;
  color: rgba(11, 69, 86, 0.7);
  font-size: 15px;
  font-weight: 300;
  line-height: 121%;
}
section.addressesContent .addressContent .addressArea .userInfos .userName b {
  margin-right: 30px;
  font-weight: 500;
}
section.addressesContent .addressContent .addressArea .userInfos .text {
  color: rgba(11, 69, 86, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 121%; /* 18.15px */
}
section.addressesContent .addressContent .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
section.addressesContent .addressContent .bottom .newAddress {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 144.522% */
  border-radius: 100px;
  background: #0B4556;
  padding: 12px 30px;
  transition: 0.3s ease all;
}
section.addressesContent .addressContent .bottom .newAddress:hover {
  background: #EF7D00;
}
section.addressesContent .cargoSelect {
  margin-top: 20px;
  border-radius: 10px;
  background: #FFF;
  padding: 40px 50px 58px;
}
section.addressesContent .cargoSelect .title {
  margin-bottom: 30px;
  color: #0B4556;
  font-size: 20px;
  font-weight: 400;
  line-height: 121%; /* 24.2px */
}
section.addressesContent .cargoSelect .cargoContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.addressesContent .cargoSelect .cargoBrand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
section.addressesContent .cargoSelect .cargoBrand .imgArea {
  height: 30px;
  flex-shrink: 0;
  aspect-ratio: 132/30;
}
section.addressesContent .cargoSelect .cargoBrand .text {
  color: #0B4556;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px; /* 150% */
}

.addressCard {
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(11, 69, 86, 0.7);
  cursor: pointer;
}
.addressCard .openEdit {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #0B4556;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: 66%; /* 13.566px */
}
.addressCard .addressName {
  color: #0B4556;
  font-size: 15px;
  font-weight: 300;
  line-height: 121%;
  margin-bottom: 20px;
}
.addressCard .addressName b {
  margin-right: 25px;
  font-weight: 500;
}
.addressCard .addressText {
  color: #0B4556;
  font-size: 15px;
  font-weight: 300;
  line-height: 141%; /* 21.15px */
}
.addressCard .check {
  background: rgba(11, 69, 86, 0.7);
  width: 33px;
  position: absolute;
  left: -1px;
  transition: 0.3s ease all;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  flex-shrink: 0;
  opacity: 0;
}
.addressCard .check .icon {
  width: 16px;
  height: 13px;
  fill: #fff;
  flex-shrink: 0;
}
.addressCard.active .check {
  opacity: 1;
}

section.paymentContent {
  margin-bottom: 150px;
}
section.paymentContent .cartTop {
  margin: 0;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
section.paymentContent .content {
  background: #fff;
}
section.paymentContent .content .tabs {
  border-top: 1px solid rgba(11, 69, 86, 0.06);
  border-bottom: 1px solid rgba(11, 69, 86, 0.06);
}
section.paymentContent .content .tabs .navlist2 {
  padding: 30px 128px 30px;
}
section.paymentContent .content .bottom {
  padding: 60px 128px;
  background: #FEFFFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
section.paymentContent .content .bottom .paymentCard {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  border-radius: 10px;
  background: #CAD8DD;
  padding: 50px 50px 50px 130px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
section.paymentContent .content .bottom .paymentCard .cardInfo .cardnumber {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
section.paymentContent .content .bottom .paymentCard .cardInfo .cardDate {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
section.paymentContent .content .bottom .paymentCard .cardInfo .cardName {
  margin: 0 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
section.paymentContent .content .bottom .paymentCard .imgArea {
  flex-shrink: 0;
  aspect-ratio: 47/28;
}
section.paymentContent .content .bottom .paymentCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.paymentContent .content .bottom .paymentCardContent .checkboxArea {
  margin: 25px 0 60px;
}
section.paymentContent .content .bottom .paymentCardContent .installment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
section.paymentContent .content .bottom .paymentCardContent .text {
  color: #0B4556;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  margin: 40px 0 60px;
}
section.paymentContent .content .bottom .paymentCardContent .text b {
  font-weight: 400;
}
section.paymentContent .content .bottom .paymentCardContent .btnPayment {
  color: #FFF;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease all;
  background: #0B4556;
  padding: 27px 67px;
  font-size: 18px;
  border: none;
  font-weight: 600;
}
section.paymentContent .content .bottom .paymentCardContent .btnPayment:hover {
  background: #EF7D00;
}

section.cargoContent {
  margin-bottom: 20px;
}
section.cargoContent .cargoArea {
  border-radius: 20px;
  overflow: hidden;
}
section.cargoContent .cargoArea .titleArea {
  position: relative;
  padding: 90px 90px 140px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border-bottom: 2px solid rgba(11, 69, 86, 0.06);
}
section.cargoContent .cargoArea .titleArea .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
section.cargoContent .cargoArea .titleArea .title {
  margin-top: 5px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
}
section.cargoContent .cargoArea .titleArea .imgArea {
  position: absolute;
  bottom: 0;
  right: 110px;
  aspect-ratio: 318/163;
}
section.cargoContent .cargoArea .titleArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  display: block;
}
section.cargoContent .cargoArea .cargo {
  padding: 0 55px 80px;
  background: #FBFDFD;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
section.cargoContent .cargoArea .cargo .cargoForm {
  transform: translateY(-40px);
  display: flex;
  gap: 20px;
}
section.cargoContent .cargoArea .cargo .cargoForm .customInput1 {
  max-width: 475px;
  width: 100%;
}
section.cargoContent .cargoArea .cargo .cargoForm .cargoBtn {
  border-radius: 20px;
  background: #0B4556;
  padding: 29px 65px;
  color: #FFF;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease all;
  cursor: pointer;
}
section.cargoContent .cargoArea .cargo .cargoForm .cargoBtn:hover {
  background: #EF7D00;
}
section.cargoContent .cargoArea .cargo .text {
  margin-top: 40px;
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  max-width: 720px;
}
section.cargoContent .maincampaigns {
  margin-top: 20px;
  margin-bottom: 125px;
}

.qrArea {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(51px);
          backdrop-filter: blur(51px);
  padding: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  margin-bottom: 125px;
  text-align: center;
}
.qrArea .title {
  color: #0B4556;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px; /* 142.105% */
}
.qrArea .imgArea {
  height: 240px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 13px;
  border: 1px solid #E7EDEF;
  box-shadow: -16px 22px 77.6px rgba(51, 65, 69, 0.14);
  padding: 30px;
}
.qrArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.qrArea .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 137.5% */
}

section.qrDetail {
  margin-bottom: 125px;
}
section.qrDetail .content .detailArea {
  margin-bottom: 20px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(51.3360176086px);
          backdrop-filter: blur(51.3360176086px);
  padding: 0 0 100px;
}
section.qrDetail .content .detailArea .imgArea {
  aspect-ratio: 735/366;
  width: 535px;
  margin: 50px auto;
  max-width: calc(100% - 40px);
}
section.qrDetail .content .detailArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.qrDetail .content .detailArea .top {
  order: 2;
  display: flex;
  border-bottom: 2px solid rgba(11, 69, 86, 0.05);
}
section.qrDetail .content .detailArea .top .item {
  display: flex;
  width: 50%;
  padding: 50px 90px;
  gap: 30px;
  border-right: 2px solid rgba(11, 69, 86, 0.05);
}
section.qrDetail .content .detailArea .top .item .icon {
  width: 48px;
  height: 38px;
  fill: #0B4556;
}
section.qrDetail .content .detailArea .top .item .text {
  color: #0B4556;
  font-size: 22px;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
section.qrDetail .content .detailArea .top .item .text span {
  display: flex;
  color: rgba(11, 69, 86, 0.5);
  font-weight: 400;
  margin-bottom: 10px;
}
section.qrDetail .content .detailArea .top .item:last-child {
  border: 0;
}
section.qrDetail .content .products {
  margin-bottom: 45px;
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group .placeholder {
  color: #62737D;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

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: 15px;
  text-align: left;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  display: block;
}
.customcheckbox1 .checkboxText {
  color: #0B4556;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
}
.customcheckbox1 .checkboxText b {
  font-size: 15px;
  font-weight: 300;
}
.customcheckbox1 .checkboxText a {
  color: #0B4556;
  text-decoration: underline !important;
}
.customcheckbox1 .checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  border: 1px solid #EDF1F5;
  background: #FFF;
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #EF7D00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.customcheckbox2 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 25px;
  text-align: left;
}
.customcheckbox2 input {
  display: none;
}
.customcheckbox2 input:checked ~ .checkmark:after {
  display: block;
}
.customcheckbox2 .checkboxText {
  display: flex;
  width: 100%;
}
.customcheckbox2 .checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  border: 1px solid #EDF1F5;
  background: #FFF;
}
.customcheckbox2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #0B4556;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.customcheckbox3 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 15px;
  text-align: left;
}
.customcheckbox3 input {
  display: none;
}
.customcheckbox3 input:checked ~ .checkmark:after {
  display: block;
}
.customcheckbox3 .checkboxText {
  color: #0B4556;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
}
.customcheckbox3 .checkboxText b {
  font-size: 15px;
  font-weight: 300;
}
.customcheckbox3 .checkboxText a {
  color: #0B4556;
  text-decoration: underline !important;
}
.customcheckbox3 .checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  border: 1px solid #EDF1F5;
  background: #FFF;
}
.customcheckbox3 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 3px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #EF7D00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.customcheckbox4 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 45px;
  text-align: left;
  padding: 25px 60px 25px 55px;
  border-radius: 10px;
  background: #F3F8F9;
}
.customcheckbox4 input {
  display: none;
}
.customcheckbox4 input:checked ~ .checkmark {
  background: #0B4556;
  border: 1px solid #0B4556;
}
.customcheckbox4 input:checked ~ .checkmark:after {
  display: block;
}
.customcheckbox4 input:checked ~ .checkboxText .item {
  color: #0B4556;
}
.customcheckbox4 .checkboxText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.customcheckbox4 .checkboxText .item {
  color: rgba(11, 69, 86, 0.5);
  transition: 0.3s ease all;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px; /* 182.288% */
  max-width: 180px;
  width: 100%;
}
.customcheckbox4 .checkboxText .item b {
  font-weight: 500;
  margin-right: 10px;
}
.customcheckbox4 .checkboxText .item.total {
  text-align: right;
}
.customcheckbox4 .checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  border: 1px solid #EDF1F5;
  background: #FFF;
}
.customcheckbox4 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.customInput1 {
  position: relative;
  box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.customInput1 input {
  background: #FFF;
  width: 100%;
  display: block;
  padding: 30px 90px 30px 35px;
  border: 0;
  height: 80px;
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
.customInput1 input.placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput1 input:-moz-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput1 input::-moz-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput1 input:-ms-input-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput1 input::-webkit-input-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput1 .iconArea {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F7F8F9;
  transition: 0.3s ease all;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customInput1 .iconArea .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #CAD3DD;
  transition: 0.3s ease all;
}
.customInput1:focus-within .iconArea {
  background: #FFF5EB;
}
.customInput1:focus-within .iconArea .icon {
  fill: #EF7D00;
}

.customInput2 {
  position: relative;
  box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.customInput2 input {
  background: #FFF;
  width: 100%;
  display: block;
  padding: 30px 50px;
  border: 0;
  height: 80px;
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
.customInput2 input.placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput2 input:-moz-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput2 input::-moz-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput2 input:-ms-input-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput2 input::-webkit-input-placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.customInput2 .iconArea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F7F8F9;
  transition: 0.3s ease all;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customInput2 .iconArea .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #CAD3DD;
  transition: 0.3s ease all;
}
.customInput2:focus-within .iconArea {
  background: #FFF5EB;
}
.customInput2:focus-within .iconArea .icon {
  fill: #EF7D00;
}
.customInput2.cardInput input {
  padding: 26px 50px;
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}
.customInput2.cardInput input.placeholder {
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}
.customInput2.cardInput input:-moz-placeholder {
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}
.customInput2.cardInput input::-moz-placeholder {
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}
.customInput2.cardInput input:-ms-input-placeholder {
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}
.customInput2.cardInput input::-webkit-input-placeholder {
  color: #0B4556;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.12px;
}

select + .select2 {
  width: 100% !important;
}

.select2-container.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 80px;
  border: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #000;
  padding: 0 50px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #F5F8F9;
  right: 25px;
  transition: 0.3s ease all;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 19px;
  height: 17px;
  background: #0B4556;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(90deg);
}
.select2-container.select2-container--default .select2-dropdown {
  border: 0;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  padding-bottom: 0px;
}
.select2-container.select2-container--default .select2-dropdown .select2-search {
  padding: 4px 10px 10px;
}
.select2-container.select2-container--default .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #f9f9f9;
  padding: 14px 20px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results {
  padding-right: 20px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  max-height: 350px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 15px 20px 15px 40px;
  color: #7F7F7F;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #000;
  background: #fff;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(1, 62, 102, 0.031372549);
}

.gImageArea120 {
  width: 120%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  max-width: 100vw;
  margin: 50px 0;
}
.gImageArea120 img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.editorContent ul li {
  padding-left: 25px;
  position: relative;
  color: #0B4556;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.editorContent ul li b {
  font-weight: 500;
}
.editorContent ul li:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #62737D;
}
.editorContent ol {
  list-style-type: decimal !important;
  padding-left: 20px;
}
.editorContent ol li {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.editorContent ol li b {
  font-weight: 600;
}
.editorContent ol li::marker {
  font-weight: 600;
}
.editorContent h1 {
  color: #0B4556;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px; /* 130.556% */
}
.editorContent h3 {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
}
.editorContent h4 {
  color: #0B4556;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px; /* 165% */
}
.editorContent h6 {
  color: #0B4556;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px; /* 200% */
}
.editorContent p {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.editorContent p b {
  font-weight: 500;
}
.editorContent p.custom {
  align-items: center;
  color: #32C359;
  font-size: 17px;
  display: flex;
  gap: 20px;
  font-weight: 400;
  line-height: 23.318px; /* 135.714% */
}
.editorContent p.custom .icon {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  fill: #32C359;
}
.accordionItem {
  background: #fff;
  width: 100%;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(98, 115, 125, 0.2);
  padding: 55px 90px;
  gap: 55px;
  position: relative;
  overflow: hidden;
}
.accordionItem .accordionHeader {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  color: #62737D;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 113.636% */
  cursor: pointer;
  padding-right: 40px;
  transition: 0.3s ease all;
  min-width: 100%;
}
.accordionItem .accordionHeader:after {
  content: "";
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowup.svg");
  background: #0B4556;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease all;
  right: 0;
}
.accordionItem .accordionBody {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  padding-right: 85px;
  pointer-events: none;
  flex-shrink: 0;
  transition: 0.1s ease max-height;
}
.accordionItem.active .accordionHeader:after {
  transform: rotate(180deg) translateY(50%);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease all, 0.3s 0.3s ease opacity;
  margin-top: 40px;
  max-height: 1500px;
}

.langueSelect {
  position: relative;
  padding: 20px;
  border-radius: 52.315px;
  background: #EFFBFF;
}
.langueSelect .selectedLang {
  display: flex;
  gap: 13px;
  cursor: pointer;
  align-items: center;
}
.langueSelect .selectedLang .iconArea {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #DFF2F8;
  justify-content: center;
}
.langueSelect .selectedLang .iconArea .icon {
  transition: 0.3s ease all;
  width: 12px;
  height: 11px;
  fill: #0B4556;
}
.langueSelect .lang {
  color: #0B4556;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
}
.langueSelect .otherLangs {
  position: absolute;
  transform: translateY(100%);
  padding: 0 20px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 0 0 30px 30px;
  background: #EFFBFF;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
}
.langueSelect.active {
  border-radius: 30px 30px 0 0;
}
.langueSelect.active .selectedLang .iconArea .icon {
  transform: rotate(-180deg);
}
.langueSelect.active .otherLangs {
  max-height: 300px;
  pointer-events: auto;
  opacity: 1;
  padding: 20px;
}
.langueSelect.mobile {
  display: none;
}

.breadcrumb ul {
  display: flex;
  gap: 40px;
  margin-bottom: 25px;
}
.breadcrumb ul li a {
  position: relative;
  color: rgba(11, 69, 86, 0.5);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px; /* 208.333% */
}
.breadcrumb ul li a:after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22.5px;
}
.breadcrumb ul li:last-child a {
  color: rgb(11, 69, 86);
}
.breadcrumb ul li:last-child a:after {
  display: none;
}

.questionsCard {
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  display: inline-block;
  aspect-ratio: 534/200;
  width: 530px;
  max-width: calc(100vw - 20px);
  padding: 25px 25px 50px 50px;
  opacity: 0.5;
  transition: 0.3s ease all;
}
.questionsCard .iconArea {
  margin-left: auto;
  width: 48px;
  margin-bottom: 5px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8F9;
}
.questionsCard .iconArea .icon {
  width: 23px;
  height: 23px;
  fill: #0B4556;
}
.questionsCard .info {
  margin-bottom: 12px;
  color: #0B4556;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
}
.questionsCard .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  max-width: 370px;
}

.partFilter {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 50px 50px 30px;
  position: relative;
  z-index: 2;
}
.partFilter > .title {
  color: #0B4556;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px; /* 104.167% */
  margin-left: 35px;
}
.partFilter .content {
  margin: 40px 0 25px;
  align-items: center;
}
.partFilter > .text {
  color: rgba(11, 69, 86, 0.5);
  font-size: 13px;
  font-weight: 400;
  margin-left: 35px;
  line-height: 25px; /* 192.308% */
}
.partFilter.type2 .content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.partFilter.type2 .content .productDropdown {
  height: 101px;
}
.partFilter.type2 .content .productDropdown.iconProduct {
  max-width: 100%;
}
.partFilter.type2 .content .searchProductDropdown {
  min-height: 101px;
  max-width: 280px;
}

.productDropdown {
  background: #fff;
  border-radius: 20px;
  height: 87px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease all;
  width: 100%;
  display: flex;
  align-items: center;
}
.productDropdown .info {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #0B4556;
  font-size: 16px;
  transition: 0.3s ease all;
  font-weight: 500;
  line-height: normal;
  padding: 35px 74px 35px 30px;
  position: relative;
  width: 100%;
}
.productDropdown .info .lefticon {
  width: 38px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  z-index: 2;
  background: #0B4556;
}
.productDropdown .info:after {
  content: "";
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background: #EF7D00;
  border-radius: 50%;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.productDropdown .info:before {
  content: "";
  width: 19px;
  height: 17px;
  flex-shrink: 0;
  background: #fff;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow.svg");
  z-index: 2;
}
.productDropdown .menu {
  position: absolute;
  padding: 0 30px;
  transition: 0.3s ease all;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  border-radius: 0 0 20px 20px;
  background: #FFF;
  box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
  border-top: 2px solid #F0F4F5;
}
.productDropdown .menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.productDropdown .menu ul li a {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  gap: 25px;
  display: flex;
  align-items: center;
  line-height: normal;
  transition: 0.3s ease all;
}
.productDropdown .menu ul li a .iconArea {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  width: 58px;
  height: 55px;
  flex-shrink: 0;
  position: relative;
  transition: 0.3s ease all;
}
.productDropdown .menu ul li a .iconArea .icon {
  height: 28px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0B4556;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  transition: 0.1s ease all;
}
.productDropdown .menu ul li a:hover .iconArea {
  background: #0B4556;
}
.productDropdown .menu ul li a:hover .iconArea .icon {
  background: #fff;
}
.productDropdown.active {
  border-radius: 20px 20px 0 0;
}
.productDropdown.active .menu {
  opacity: 1;
  padding: 30px 30px;
  pointer-events: auto;
}
.productDropdown.active .info:after {
  background: #0B4556;
}
.productDropdown.active .info:before {
  transform: rotate(180deg) translateY(50%);
}
.productDropdown.type2 {
  background: #E1EDF0;
}
.productDropdown.type2 .info:after {
  background: #0B4556;
}
.productDropdown.type2.active .info:after {
  background: #EF7D00;
}

.searchProductDropdown {
  background: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 87px;
}
.searchProductDropdown .text span {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.054px; /* 144.089% */
}
.searchProductDropdown .text input {
  border: 0;
  background: transparent;
  color: rgba(11, 69, 86, 0.5);
  font-size: 12px;
  font-weight: 300;
  line-height: 23px; /* 192.118% */
  width: 100%;
}
.searchProductDropdown .text input::-moz-placeholder {
  color: rgba(11, 69, 86, 0.5);
  font-size: 12px;
  font-weight: 300;
}
.searchProductDropdown .text input::placeholder {
  color: rgba(11, 69, 86, 0.5);
  font-size: 12px;
  font-weight: 300;
}
.searchProductDropdown button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
.searchProductDropdown .icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  color: #EF7D00;
  fill: #fff;
}

.partsCard {
  padding: 40px 55px;
  border-radius: 20px;
  background: #FFF;
  transition: 0.3s ease all;
  display: block;
}
.partsCard .iconArea {
  position: relative;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  margin-bottom: 30px;
  background: #F7F8F8;
  transition: 0.3s ease all;
}
.partsCard .iconArea .iconImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: #0B4556;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
  transition: 0.3s ease all;
}
.partsCard .description {
  color: rgba(11, 69, 86, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 20px;
  transition: 0.3s ease all;
}
.partsCard .name {
  color: #0B4556;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px; /* 125% */
  transition: 0.3s ease all;
}
.partsCard .arrowArea {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #F7F7F7;
  margin-top: 35px;
  justify-content: center;
  transition: 0.3s ease all;
}
.partsCard .arrowArea .icon {
  fill: #EF7D00;
  width: 15px;
  transform: rotate(45deg);
  height: 15px;
  transition: 0.3s ease all;
}
.partsCard:hover {
  background: #0B4556;
}
.partsCard:hover .description {
  color: #8CC5D6;
}
.partsCard:hover .name {
  color: #FFF;
}
.partsCard:hover .iconArea {
  background: #215D6F;
}
.partsCard:hover .iconArea .iconImg {
  background: #fff;
}
.partsCard:hover .arrowArea {
  background: #EF7D00;
}
.partsCard:hover .arrowArea .icon {
  fill: #fff;
}

.politicasEditor {
  border-radius: 20px;
  background: #FFF;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 80px 90px;
}
.politicasEditor .title {
  color: rgba(11, 69, 86, 0.5);
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 70px;
  line-height: 32px; /* 133.333% */
}
.politicasEditor .text {
  margin-top: 45px;
  color: rgba(11, 69, 86, 0.5);
  font-size: 26px;
  font-weight: 500;
  line-height: 39px; /* 150% */
}

section.politicas {
  margin-bottom: 125px;
}

.maincampaigns {
  margin-bottom: 125px;
}
.maincampaigns .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.maincampaigns .top .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 42px; /* 163.705% */
  background: linear-gradient(0deg, #0B4556 0%, #0B4556 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maincampaigns .top .viewAll {
  display: flex;
  align-items: center;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  gap: 20px;
}
.maincampaigns .top .viewAll .iconArea {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(11, 69, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.maincampaigns .top .viewAll .iconArea .icon {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  flex-shrink: 0;
  fill: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
}

.campaignCardBig {
  display: flex;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(99deg, #E7EFF3 14.02%, #E8F0F3 94.55%);
  padding: 45px;
  gap: 20px;
  align-items: center;
}
.campaignCardBig .imgArea {
  aspect-ratio: 343/239;
  flex-shrink: 0;
  width: 343px;
  max-width: calc(100% - 20px);
  pointer-events: none;
}
.campaignCardBig .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.campaignCardBig .cardContent .description {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.campaignCardBig .cardContent .description b {
  font-weight: 500;
  display: flex;
  margin-bottom: 25px;
}
.campaignCardBig .cardContent a {
  display: flex;
  margin-top: 75px;
  gap: 20px;
  color: #0B4556;
  align-items: center;
  transition: 0.3s ease all;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.campaignCardBig .cardContent a .iconArea {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  transition: 0.3s ease all;
  border-radius: 50%;
  background: rgba(11, 69, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaignCardBig .cardContent a .iconArea .icon {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  flex-shrink: 0;
  fill: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
  transition: 0.3s ease all;
}
.campaignCardBig .cardContent a:hover .iconArea {
  background: #EF7D00;
}
.campaignCardBig .cardContent a:hover .iconArea .icon {
  fill: #fff;
}
.campaignCardBig.type2 {
  background: #FFFFFF;
}
.campaignCardBig.type2 .imgArea {
  aspect-ratio: 313/265;
  position: relative;
  width: 313px;
  max-width: calc(100% - 20px);
}
.campaignCardBig.type2 .imgArea:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(183, 183, 183, 0.83);
  opacity: 0.67;
  filter: blur(36.9000015259px);
}
.campaignCardBig.type2 .description b {
  font-size: 20px;
}

.campaignCard {
  position: relative;
  display: flex;
  border-radius: 20px;
  padding: 45px 70px;
  overflow: hidden;
  gap: 20px;
  align-items: center;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(114deg, #E3E9E3 1.13%, #D9DCD2 82.84%);
}
.campaignCard .imgArea {
  aspect-ratio: 275/339;
  flex-shrink: 0;
  width: 275px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  max-width: calc(100% - 20px);
}
.campaignCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.campaignCard .cardContent {
  max-width: 250px;
}
.campaignCard .cardContent .description {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.campaignCard .cardContent .description b {
  font-weight: 500;
  display: flex;
  margin-bottom: 25px;
}
.campaignCard .cardContent a {
  display: flex;
  margin-top: 75px;
  gap: 20px;
  align-items: center;
  transition: 0.3s ease all;
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.campaignCard .cardContent a .iconArea {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(11, 69, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.campaignCard .cardContent a .iconArea .icon {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  flex-shrink: 0;
  fill: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
  transition: 0.3s ease all;
}
.campaignCard .cardContent a:hover .iconArea {
  background: #EF7D00;
}
.campaignCard .cardContent a:hover .iconArea .icon {
  fill: #fff;
}
.campaignCard.type2 {
  width: 100%;
  background: transparent;
}
.campaignCard.type2 .imgArea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  aspect-ratio: unset;
  width: 100%;
  max-width: 100%;
}
.campaignCard.type2 .cardContent {
  position: relative;
  z-index: 2;
}
.campaignCard.type2 .cardContent .description {
  max-width: 190px;
  color: #fff;
}
.campaignCard.type2 .cardContent a {
  color: #EF7D00;
}
.campaignCard.type2 .cardContent a .iconArea {
  background: #EF7D00;
}
.campaignCard.type2 .cardContent a .iconArea .icon {
  fill: #0B4556;
}

.campaignTop {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.campaignTop .top {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border-bottom: 1px solid rgba(11, 69, 86, 0.06);
  padding: 60px 90px;
  color: #0B4556;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
}
.campaignTop .bottom {
  background: #F9FCFD;
  color: #0B4556;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding: 60px 90px;
}
.campaignTop .bottom b {
  font-weight: 500;
}

.campaignItemCard {
  border-radius: 20px;
  background: #FFF;
  padding: 55px 60px 55px 35px;
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
.campaignItemCard .imgArea {
  aspect-ratio: 221/227;
  flex-shrink: 0;
}
.campaignItemCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.campaignItemCard .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 180px;
  padding: 15px 0;
}
.campaignItemCard .content .info {
  margin-bottom: 20px;
  color: #0B4556;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px; /* 129.167% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.campaignItemCard .content .description {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
}
.campaignItemCard .content .detail {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.productItem {
  position: relative;
  padding: 24px 13px 13px;
  z-index: 1;
  display: block;
  transition: 0.3s ease all;
}
.productItem:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 20px;
  background: #F7F7F7;
  z-index: -1;
  transition: 0.3s ease all;
}
.productItem .tag {
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 20px;
  padding: 6px 14px;
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  background: #fff;
  transform: translateY(-50%);
}
.productItem .tag.green {
  color: #6B8732;
  background: #E8F4D0;
}
.productItem .tag.red {
  color: #873232;
  background: #FFEDED;
}
.productItem .productName {
  margin-bottom: 20px;
  min-height: 35px;
  color: #0B4556;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 40px 0 15px;
  position: relative;
  line-height: 17px;
}
.productItem .productName:before {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 27px;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
}
.productItem .productName:after {
  content: "";
  aspect-ratio: 1/1;
  width: 14px;
  background: #EF7D00;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrowhalf.svg");
  position: absolute;
  right: 7px;
  z-index: 2;
  transform: rotate(180deg);
}
.productItem .imgArea {
  display: block;
  width: 100%;
  aspect-ratio: 230/220;
  padding: 8px;
  border-radius: 20px;
  background: #FFF;
}
.productItem .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: multiply;
}
.productItem .productBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 14px;
  transition: 0.3s ease all;
  position: absolute;
  left: 13px;
  right: 13px;
  opacity: 0;
  pointer-events: none;
  bottom: -38px;
}
.productItem .productBottom .price {
  color: #0B4556;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.productItem .productBottom .price span {
  font-size: 12px;
}
.productItem .productBottom .addToCart {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFF;
  aspect-ratio: 1/1;
  width: 39px;
  transition: 0.3s ease all;
}
.productItem .productBottom .addToCart .icon {
  color: #0B4556;
  fill: #fff;
  flex-shrink: 0;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  transition: 0.3s ease all;
}
.productItem .productBottom .addToCart:hover {
  background: #0B4556;
}
.productItem .productBottom .addToCart:hover .icon {
  color: #fff;
  fill: #0B4556;
}
.productItem.opened .productBottom {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.productItem:hover:not(.productItem:hover.opened):before {
  bottom: -50px;
}
.productItem:hover:not(.productItem:hover.opened) .productBottom {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s 0.3s ease all;
}
.productItem.white:before {
  background: #fff;
}
.productItem.white .imgArea {
  background: #F7F7F7;
}
.productItem.type2 .productBottom {
  padding-left: 0;
  justify-content: center;
  color: #0B4556;
  font-size: 15px;
  font-weight: 400;
}
.cartProductItem {
  display: flex;
  gap: 50px;
  padding: 37px 40px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 20px;
}
.cartProductItem .imgArea {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #F4F8F9;
  flex-shrink: 0;
}
.cartProductItem .imgArea img {
  mix-blend-mode: multiply;
  max-height: 89px;
  aspect-ratio: 126/89;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cartProductItem .cardContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
.cartProductItem .cardContent .productNames {
  margin: auto auto auto 0;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.cartProductItem .cardContent .productNames .name {
  color: #0B4556;
  font-size: 15px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -0.46px;
}
.cartProductItem .cardContent .productNames .name span {
  margin-bottom: 5px;
  display: flex;
  color: #0B4556;
  font-size: 13px;
  font-weight: 400;
  line-height: 121%; /* 16.698px */
  letter-spacing: -0.414px;
}
.cartProductItem .cardContent .changePiece {
  border-radius: 300px;
  background: #F6F8F9;
  display: flex;
  padding: 10px 15px;
}
.cartProductItem .cardContent .changePiece .middle {
  max-width: 35px;
}
.cartProductItem .cardContent .changePiece .middle input {
  text-align: center;
  width: 100%;
  background: transparent;
  border: none;
  color: #0B4556;
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input.placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input:-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input[type=number]::-webkit-inner-spin-button, .cartProductItem .cardContent .changePiece .middle input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cartProductItem .cardContent .changePiece .middle input[type=number] {
  -moz-appearance: textfield;
}
.cartProductItem .cardContent .changePiece button {
  padding: 0;
  background: transparent;
  border: none;
  color: rgba(11, 69, 86, 0.5);
  font-size: 18px;
  cursor: pointer;
}
.cartProductItem .cardContent .infos {
  margin: 0 0 auto auto;
  display: flex;
  gap: 35px;
  align-items: center;
  padding-top: 30px;
}
.cartProductItem .cardContent .infos .price {
  color: #0B4556;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%; /* 21.78px */
}
.cartProductItem .cardContent .infos .iconArea {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #F3F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cartProductItem .cardContent .infos .iconArea .icon {
  fill: #0B4556;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.cartProductItem .cardContent .infos .iconArea:hover .icon {
  fill: #EF7D00;
}

.customTabContent {
  position: relative;
}
.customTabContent .tab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.customTabContent .tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  overflow: unset;
}

.navlist1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 35px;
}
.navlist1 li a {
  color: #0B4556;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.navlist2 {
  display: flex;
  gap: 55px;
  padding: 0 128px 40px;
}
.navlist2 li a {
  color: #0B4556;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
.navlist2 li a.active {
  font-weight: 500;
}

.testimonialItem {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -27px 35px 54.3px 0px rgba(179, 189, 191, 0.2);
  padding: 33px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  direction: ltr;
}
.testimonialItem .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 61/59;
  background: #0B4556;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  width: 60px;
  border-radius: 15px;
}
.testimonialItem .content {
  padding-top: 15px;
}
.testimonialItem .content .name {
  color: #0B4556;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.testimonialItem .content .comment {
  color: rgba(11, 69, 86, 0.7);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 138.462% */
  transition: 0.3s ease all;
}
.testimonialItem.color1 .avatar {
  background-color: #539A27;
}
.testimonialItem.color2 .avatar {
  background-color: #565DAB;
}
.testimonialItem.color3 .avatar {
  background-color: #C4DF79;
}
.testimonialItem.color4 .avatar {
  background-color: #DFBF79;
}
.testimonialItem.color5 .avatar {
  background-color: #C4DF79;
}
.testimonialItem.color6 .avatar {
  background-color: #83E5E1;
}
.testimonialItem.color7 .avatar {
  background-color: #0B4556;
}
.testimonialItem:hover .content .comment {
  color: rgb(11, 69, 86);
}

.alert {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 16px 36px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #FFF;
}
.alert .icon {
  width: 20px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #32597D;
}
.alert .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 121%; /* 16.99px */
  letter-spacing: -0.421px;
  color: #32597D;
}
.alert .text b {
  font-weight: 500;
}
.alert.success {
  background: #84E888;
}
.alert.success .icon {
  fill: #000;
}
.alert.success .text {
  color: #000;
}/*# sourceMappingURL=style.css.map */