/*!
 * 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)
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.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: 1435px;
  }
  .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: 1435px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1435px;
  }
  .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: 1435px;
  }
}
.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;
  overflow-x: hidden;
}
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;
}

.customContainer1 {
  max-width: 1712px;
}

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

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

header {
  padding: 20px 0 25px;
  position: relative;
  border-bottom: 1px solid rgba(98, 115, 125, 0.1);
}
header .headerBackdrop {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 1;
}
header .openMobileMenu {
  display: none;
}
header .openMobileMenu .icon {
  width: 51px;
  height: 22px;
  flex-shrink: 0;
}
header .openMobileMenu .icon .path1 {
  fill: #E50647;
  opacity: 0.4;
}
header .openMobileMenu .icon .path2 {
  fill: #E50647;
  opacity: 0.6;
}
header .openMobileMenu .icon .path3 {
  fill: #E50647;
}
header .container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}
header .logo {
  aspect-ratio: 149/49;
  width: 210px;
  display: block;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .userType {
  margin-left: 50px;
  padding: 5px 45px 5px 0;
  border-right: 1px solid rgba(98, 115, 125, 0.1);
  display: flex;
  align-items: center;
  gap: 40px;
}
header .userType .openMegaMenu1, header .userType .openMegaMenu2 {
  color: #2E2D2E;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: normal;
  transition: 0.3s ease all;
  font-family: "Inter", sans-serif;
}
header .userType .openMegaMenu1 .icon, header .userType .openMegaMenu2 .icon {
  fill: #000;
  width: 11px;
  transition: 0.3s ease all;
  height: 6px;
}
header .userType .openMegaMenu1.active, header .userType .openMegaMenu2.active {
  color: #E50647;
}
header .userType .openMegaMenu1.active .icon, header .userType .openMegaMenu2.active .icon {
  fill: #E50647;
  transform: rotate(-180deg);
}
header .menu {
  margin-left: 45px;
  margin-right: auto;
}
header .menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .menu ul li a {
  color: #889AA6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
}
header .menu ul li a:hover {
  color: #000;
}
header .menu ul li.dropdown {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .menu ul li.dropdown .icon {
  fill: #889AA6;
  width: 11px;
  transition: 0.3s ease all;
  margin-left: 7px;
  height: 6px;
  margin-bottom: 1px;
}
header .menu ul li.dropdown ul {
  z-index: 3;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  max-height: 0px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  left: 50%;
  background: #ECF3F8;
  width: calc(100% + 30px);
  padding: 15px;
  padding-top: 0;
  transition: 0.3s ease all;
  border-radius: 0 0 15px 15px;
}
header .menu ul li.dropdown:hover .icon {
  transform: rotate(-180deg);
}
header .menu ul li.dropdown:hover:after {
  opacity: 1;
}
header .menu ul li.dropdown:hover ul {
  max-height: 300px;
  pointer-events: auto;
  opacity: 1;
}
header .menu ul li.dropdown:after {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: #ECF3F8;
  opacity: 0;
  width: calc(100% + 30px);
  bottom: 0;
  height: calc(100% + 10px);
  border-radius: 15px 15px 0 0;
  transition: 0.3s ease all;
}
header .right {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .right .links {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .right .links > a {
  color: #2E2D2E;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
header .right .links > a .text {
  position: relative;
}
header .right .links > a .text:after {
  content: "";
  left: 0;
  transition: 0.4s ease all;
  position: absolute;
  background: #000;
  bottom: 1px;
  height: 1.5px;
  opacity: 0;
  width: 0;
}
header .right .links > a .icon {
  aspect-ratio: 1/1;
  width: 14px;
  fill: #E50647;
}
header .right .links > a:hover .text:after {
  right: 0;
  width: 100%;
  opacity: 1;
}
header .langueSelect {
  padding: 9px 12px;
  border-radius: 30px;
  background: rgba(136, 154, 166, 0.1);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0s;
}
header .langueSelect a, header .langueSelect .selectedLangue {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease all;
  white-space: nowrap;
}
header .langueSelect a img, header .langueSelect .selectedLangue img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 1/1;
  width: 15px;
}
header .langueSelect a .lang, header .langueSelect .selectedLangue .lang {
  color: #62737D;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  font-family: "Inter", sans-serif;
  transition: 0.3s ease all;
}
header .langueSelect a .icon, header .langueSelect .selectedLangue .icon {
  width: 10px;
  height: 6px;
  fill: rgba(136, 154, 166, 0.6);
  transition: 0.3s ease all;
}
header .langueSelect a:hover .lang, header .langueSelect .selectedLangue:hover .lang {
  color: #000;
}
header .langueSelect .otherLangs {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(136, 154, 166, 0.1);
  padding: 15px 12px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  left: 0;
  right: 0;
  opacity: 0;
  max-height: 0;
}
header .langueSelect:hover {
  border-radius: 15px 15px 0 0;
}
header .langueSelect:hover a .icon {
  transform: rotate(-180deg);
}
header .langueSelect:hover .otherLangs {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
}
header .megaMenu {
  padding: 60px 0;
  background: #FFF;
  box-shadow: 0px 51px 35.6px 0px rgba(136, 154, 166, 0.15);
  position: absolute;
  left: 0;
  pointer-events: none;
  opacity: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: 0.3s ease all;
  z-index: 2;
}
header .megaMenu .row {
  width: 100%;
}
header .megaMenu .titleArea {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 65px;
  padding-left: 30px;
}
header .megaMenu .titleArea > .imgArea {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
header .megaMenu .titleArea > .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
header .megaMenu .titleArea > .title {
  color: #2E2D2E;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 120% */
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
header .megaMenu .titleArea > .title .icon {
  aspect-ratio: 1/1;
  width: 14px;
  fill: #E50647;
}
header .megaMenu .titleArea > .description {
  color: #62737D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 143.75% */
  position: relative;
  z-index: 2;
}
header .megaMenu .content {
  padding-left: 90px;
}
header .megaMenu .content .row > div {
  border-right: 2px solid rgba(98, 115, 125, 0.1);
  border-bottom: 2px solid rgba(98, 115, 125, 0.1);
}
header .megaMenu .content .row > div:nth-child(even) {
  border-right: 0;
}
header .megaMenu .content .row > div:nth-child(even) .item, header .megaMenu .content .row > div:nth-child(even) .item2 {
  padding-left: 35px;
}
header .megaMenu .content .row > div:nth-last-child(1), header .megaMenu .content .row > div:nth-last-child(2) {
  border-bottom: 0;
}
header .megaMenu .content .item {
  display: flex;
  padding: 60px 0 55px;
  gap: 30px;
}
header .megaMenu .content .item .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  background: rgba(136, 154, 166, 0.1);
}
header .megaMenu .content .item .iconArea .icon {
  width: 18px;
  height: 18px;
  fill: #000;
}
header .megaMenu .content .item .title {
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  color: #2E2D2E;
  font-size: 22px;
  font-weight: 600;
}
header .megaMenu .content .item .title span {
  display: flex;
  color: #E50647;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
header .megaMenu .content .item .description {
  color: #889AA6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 121.429% */
}
header .megaMenu .content .item2 {
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
header .megaMenu .content .item2 .imgArea {
  aspect-ratio: 40/75;
  max-width: 40px;
  flex-shrink: 0;
}
header .megaMenu .content .item2 .description {
  color: #2E2D2E;
  font-size: 20px;
  font-weight: 600;
  line-height: 22.895px;
  max-width: 300px;
  font-family: "Inter", sans-serif;
}
header .megaMenu .content .item2 .description b {
  display: flex;
  color: #E50647;
  font-size: 20.147px;
  font-weight: 700;
}
header .megaMenu .content .item2 .description a {
  text-decoration: underline !important;
  color: #E50647;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
header .megaMenu.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}

.mobileMenu {
  position: fixed;
  opacity: 0;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.3s ease all;
  background: #fff;
  pointer-events: none;
}
.mobileMenu .container {
  padding: 0;
}
.mobileMenu .top {
  padding: 39px 20px;
  border-bottom: 2px solid #F3F5F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileMenu .content {
  padding: 45px 20px;
  height: calc(100% - 195px);
  overflow: hidden;
  overflow-y: auto;
}
.mobileMenu .bottom {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 25px;
  border-top: 2px solid #F3F5F6;
}
.mobileMenu .bottom .links {
  gap: 20px;
  display: flex;
  align-items: center;
}
.mobileMenu .bottom .links > a {
  color: #2E2D2E;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
.mobileMenu .bottom .links > a .text {
  position: relative;
}
.mobileMenu .bottom .links > a .text:after {
  content: "";
  left: 0;
  transition: 0.4s ease all;
  position: absolute;
  background: #000;
  bottom: 1px;
  height: 1.5px;
  opacity: 0;
  width: 0;
}
.mobileMenu .bottom .links > a .icon {
  aspect-ratio: 1/1;
  width: 14px;
  fill: #E50647;
}
.mobileMenu .bottom .links > a:hover .text:after {
  right: 0;
  width: 100%;
  opacity: 1;
}
.mobileMenu .openMobileMenu .icon {
  width: 51px;
  height: 22px;
  flex-shrink: 0;
}
.mobileMenu .openMobileMenu .icon .path1 {
  fill: #E50647;
  opacity: 0.4;
}
.mobileMenu .openMobileMenu .icon .path2 {
  fill: #E50647;
  opacity: 0.6;
}
.mobileMenu .openMobileMenu .icon .path3 {
  fill: #E50647;
}
.mobileMenu .userType {
  margin-left: 25px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.mobileMenu .userType .mobileMenuOpen {
  color: #2E2D2E;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 14px;
  line-height: normal;
  transition: 0.3s ease all;
  font-family: "Inter", sans-serif;
}
.mobileMenu .userType .mobileMenuOpen .text .icon {
  fill: #000;
  margin-left: 15px;
  width: 11px;
  transition: 0.3s ease all;
  height: 6px;
}
.mobileMenu .userType .mobileMenuOpen ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  pointer-events: none;
  max-height: 0;
  transition: 0.3s ease all;
  overflow: hidden;
}
.mobileMenu .userType .mobileMenuOpen ul li a {
  display: flex;
  align-items: center;
  gap: 25px;
}
.mobileMenu .userType .mobileMenuOpen ul li a .iconArea {
  border-radius: 15px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  flex-shrink: 0;
  background: rgba(136, 154, 166, 0.1);
}
.mobileMenu .userType .mobileMenuOpen ul li a .iconArea .icon {
  width: 25px;
  height: 25px;
}
.mobileMenu .userType .mobileMenuOpen ul li a .text {
  display: flex;
  flex-direction: column;
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.mobileMenu .userType .mobileMenuOpen ul li a .text span {
  color: #E50647;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mobileMenu .userType .mobileMenuOpen.active {
  color: #E50647;
}
.mobileMenu .userType .mobileMenuOpen.active .text .icon {
  fill: #E50647;
  transform: rotate(-180deg);
}
.mobileMenu .userType .mobileMenuOpen.active ul {
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 400px;
  pointer-events: auto;
}
.mobileMenu .menu {
  margin-left: 25px;
  margin-top: 25px;
}
.mobileMenu .menu ul {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.mobileMenu .menu ul li a {
  color: #889AA6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
}
.mobileMenu .menu ul li.dropdown {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
}
.mobileMenu .menu ul li.dropdown .icon {
  fill: #889AA6;
  width: 11px;
  transition: 0.3s ease all;
  margin-left: 7px;
  height: 6px;
  margin-bottom: 1px;
}
.mobileMenu .menu ul li.dropdown ul {
  z-index: 3;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  padding-top: 0;
  transition: 0.3s ease all;
}
.mobileMenu .menu ul li.dropdown.active .icon {
  transform: rotate(-180deg);
}
.mobileMenu .menu ul li.dropdown.active ul {
  max-height: 300px;
  pointer-events: auto;
  opacity: 1;
}
.mobileMenu .langueSelect {
  z-index: 3;
  padding: 9px 12px;
  border-radius: 30px;
  background: rgba(136, 154, 166, 0.1);
  cursor: pointer;
  position: relative;
  transition: 0s;
}
.mobileMenu .langueSelect a, .mobileMenu .langueSelect .selectedLangue {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease all;
  white-space: nowrap;
}
.mobileMenu .langueSelect a img, .mobileMenu .langueSelect .selectedLangue img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  aspect-ratio: 1/1;
  width: 15px;
}
.mobileMenu .langueSelect a .lang, .mobileMenu .langueSelect .selectedLangue .lang {
  color: #62737D;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  font-family: "Inter", sans-serif;
  transition: 0.3s ease all;
}
.mobileMenu .langueSelect a .icon, .mobileMenu .langueSelect .selectedLangue .icon {
  width: 10px;
  height: 6px;
  fill: rgba(136, 154, 166, 0.6);
  transition: 0.3s ease all;
}
.mobileMenu .langueSelect a:hover .lang, .mobileMenu .langueSelect .selectedLangue:hover .lang {
  color: #000;
}
.mobileMenu .langueSelect .otherLangs {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(136, 154, 166, 0.1);
  padding: 15px 12px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  left: 0;
  right: 0;
  opacity: 0;
  max-height: 0;
}
.mobileMenu .langueSelect.active {
  border-radius: 15px 15px 0 0;
}
.mobileMenu .langueSelect.active a .icon {
  transform: rotate(-180deg);
}
.mobileMenu .langueSelect.active .otherLangs {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
}
.mobileMenu.active {
  opacity: 1;
  pointer-events: auto;
}

.footerTop {
  margin-bottom: -1px;
}
.footerTop .container {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.footerTop .container:after {
  content: "";
  position: absolute;
  right: 29%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  aspect-ratio: 1/1;
  max-width: 510px;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(180deg, #ECF3F8 0%, #FFF 80.5%);
}
.footerTop .titleArea {
  max-width: 567px;
}
.footerTop .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 15px;
}
.footerTop .titleArea .description {
  color: #62737D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.footerTop .titleArea .buttons {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.footerTop .titleArea .download {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  padding: 18px 28px;
  border-radius: 8px;
  background: #62737D;
  border: 1px solid #62737D;
}
.footerTop .titleArea .download .icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-left: 20px;
  transition: 0.3s ease all;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/playstore2.svg");
  background: #62737D;
}
.footerTop .titleArea .download:last-child .icon {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/appstore2.svg");
}
.footerTop .titleArea .download:hover {
  background: transparent;
  color: #62737D;
}
.footerTop .titleArea .download:hover .icon {
  background: #62737D;
}
.footerTop .imgArea {
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
  aspect-ratio: 685/558;
  position: relative;
}
.footerTop .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footerTop .imgArea .image-1 {
  position: absolute;
  max-width: 200px;
  height: 190px;
  bottom: 50%;
  left: 55%;
  flex-shrink: 0;
  transform: translate(10%, 10%) scale(1);
  z-index: 2;
  animation: sliderBlur 22.6s ease infinite alternate;
}
.footerTop .imgArea .image-2 {
  position: absolute;
  top: 85%;
  right: 75%;
  width: 180px;
  height: 175px;
  flex-shrink: 0;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  animation: sliderBlur3 9.6s ease infinite alternate;
}

footer {
  max-width: 1687px;
  margin: 0 auto 0;
}
footer .top {
  padding-top: 90px;
  background: #ECF3F8;
  border-radius: 40px 40px 0 0;
}
footer .top .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .top .left {
  position: relative;
}
footer .top .left .logo {
  margin-bottom: 50px;
  max-width: 320px;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 192/57;
  position: relative;
  z-index: 2;
}
footer .top .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
footer .top .left .title {
  color: #62737D;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
footer .top .left .description {
  color: #62737D;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 22px;
  /* 146.667% */
  position: relative;
  z-index: 2;
}
footer .top .left .socialLinks {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 2;
}
footer .top .left .socialLinks .link .icon {
  width: 21px;
  height: 18px;
  fill: #889AA6;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
footer .top .left .socialLinks .link:hover .icon {
  fill: #E50647;
}
footer .top .left .downloadLinks {
  display: flex;
  position: relative;
  z-index: 4;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
footer .top .left .downloadLinks a {
  display: block;
}
footer .top .left .downloadLinks a img {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .top .left:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  top: -80px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  aspect-ratio: 1/1;
  max-width: 510px;
  width: 100%;
  min-width: 510px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #F5FBFF 0%, #ECF3F8 80.5%);
}
footer .top .menus {
  padding-right: 35px;
  display: flex;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}
footer .top .menus .menu .title {
  margin-bottom: 45px;
  color: #62737D;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
}
footer .top .menus .menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .top .menus .menu ul li a {
  color: #2E2D2E;
  font-size: 17px;
  font-weight: 400;
  transition: 0.3s ease all;
}
footer .top .menus .menu ul li a:hover {
  color: #62737D;
}
footer .top .copyright {
  border-top: 2px solid #DDE8EF;
  position: relative;
  z-index: 2;
}
footer .top .copyright .container {
  display: flex;
  align-items: center;
}
footer .top .copyright .politicaLinks {
  display: flex;
  position: relative;
  z-index: 2;
  gap: 30px;
  margin-right: auto;
}
footer .top .copyright .politicaLinks a {
  color: #889AA6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
footer .top .copyright .mail {
  padding: 40px 35px 40px 0;
  border-right: 2px solid #DDE8EF;
  color: #889AA6;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
footer .top .copyright .number {
  margin-left: 35px;
  display: flex;
  color: #62737D;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  gap: 10px;
}
footer .top .copyright .number .iconArea {
  width: 32px;
  display: flex;
  position: relative;
  background: #889AA6;
  border-radius: 10px;
  height: 32px;
  flex-shrink: 0;
}
footer .top .copyright .number .iconArea:after {
  content: "";
  width: 15px;
  position: absolute;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/phone.svg");
  background: #fff;
}
footer .bottom {
  background: #fff;
  padding: 70px 0;
  border-bottom: 2px solid #ECF3F8;
}
footer .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
footer .bottom .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
footer .bottom .text {
  max-width: 780px;
  width: 100%;
  color: #62737D;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  /* 140% */
}

.footerBottom {
  padding-bottom: 65px;
}
.footerBottom .container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  gap: 50px;
  align-items: center;
}
.footerBottom .pavafyLogo img {
  width: 300px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.7;
  transition: 0.3s ease all;
}
.footerBottom .pavafyLogo:hover img {
  opacity: 1;
}
.footerBottom .text {
  color: #889AA6;
  max-width: 1200px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
}
.footerBottom .bottomText {
  width: 100%;
  color: #62737D;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.footerBigLogo {
  width: 100%;
  max-width: 1687px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}
.footerBigLogo img {
  width: 100%;
  height: auto;
  opacity: 0.08;
  filter: grayscale(100%);
  transition: 0.3s ease all;
}
.footerBigLogo:hover img {
  opacity: 0.15;
}

@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.mainContent {
  position: relative;
  padding: 105px 0 0px;
  margin-bottom: 105px;
}
section.mainContent .container {
  display: flex;
  position: relative;
}
section.mainContent .container:before {
  content: "";
  position: absolute;
  right: 12%;
  top: -105px;
  z-index: 0;
  width: 45%;
  aspect-ratio: 955/965;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/svg/starbig.svg");
}
section.mainContent .titleArea {
  max-width: 750px;
  position: relative;
  z-index: 2;
}
section.mainContent .titleArea .mobileImg {
  position: relative;
  display: none;
}
section.mainContent .titleArea .mobileImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainContent .titleArea .mobileImg .image-1 {
  position: absolute;
  max-width: 320px;
  aspect-ratio: 278/261;
  bottom: -20%;
  left: -10%;
  flex-shrink: 0;
  animation: sliderBlur 22.6s ease infinite alternate;
  transform: translate(10%, 10%) scale(1.15);
}
section.mainContent .titleArea .mobileImg .image-2 {
  position: absolute;
  top: 25%;
  right: 65%;
  width: 166px;
  height: 160px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(0.8);
}
section.mainContent .titleArea .mobileImg .image-3 {
  position: absolute;
  right: -28%;
  bottom: 45%;
  width: 139px;
  height: 109px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translateX(15%) scale(1);
}
section.mainContent .titleArea .mobileImg .image-4 {
  position: absolute;
  bottom: 20%;
  right: 18%;
  width: 112.858px;
  height: 114px;
  flex-shrink: 0;
  animation: sliderBlur4 3.6s ease infinite alternate;
  transform: translate(50%, 50%) scale(1);
}
section.mainContent .titleArea .title {
  color: #2E2D2E;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 69px;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
section.mainContent .titleArea .description {
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
section.mainContent .titleArea .bottomButtons {
  margin-top: 205px;
  display: flex;
  align-items: center;
  gap: 30px;
}
section.mainContent .titleArea .bottomButtons .account {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  padding: 27px;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  background: #62737D;
  transition: 0.3s ease all;
  border: 1px solid #62737D;
}
section.mainContent .titleArea .bottomButtons .account:hover {
  background: transparent;
  color: #62737D;
}
section.mainContent .titleArea .bottomButtons .logIn {
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 25px; /* 138.889% */
}
section.mainContent .titleArea .bottomButtons .logIn b {
  color: #2E2D2E;
  display: flex;
  text-decoration: underline !important;
}
section.mainContent .titleArea .bottomButtons .qr {
  margin-left: 10px;
  display: flex;
  gap: 10px;
}
section.mainContent .titleArea .bottomButtons .qr .text {
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  max-width: 130px;
}
section.mainContent .titleArea .bottomButtons .qr .text b {
  color: #E50647;
  display: flex;
}
section.mainContent .titleArea .bottomButtons .qr img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
section.mainContent .content {
  padding-left: 30px;
}
section.mainContent .content .imgArea {
  position: relative;
  transform: scale(1.1);
  transform-origin: center bottom;
}
section.mainContent .content .imgArea .image-1 {
  position: absolute;
  max-width: 278px;
  aspect-ratio: 278/261;
  bottom: -15%;
  left: -15%;
  flex-shrink: 0;
  animation: sliderBlur 22.6s ease infinite alternate;
  transform: translate(10%, 10%) scale(1);
}
section.mainContent .content .imgArea .image-2 {
  position: absolute;
  top: 15%;
  right: 70%;
  width: 208px;
  height: 200px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.mainContent .content .imgArea .image-3 {
  position: absolute;
  right: -18%;
  bottom: 45%;
  width: 139px;
  height: 109px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.mainContent .content .imgArea .image-4 {
  position: absolute;
  bottom: 20%;
  right: 18%;
  width: 112.858px;
  height: 114px;
  flex-shrink: 0;
  animation: sliderBlur4 3.6s ease infinite alternate;
  transform: translate(50%, 50%) scale(1);
}
section.mainContent:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(136, 154, 166, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

/* Price Calculator Section */
section.priceCalculator {
  position: relative;
  padding: 50px 0;
  margin-bottom: 80px;
  background: linear-gradient(135deg, #fdf2f4 0%, #f8f9fa 50%, #f5f5f5 100%);
  overflow: hidden;
}
section.priceCalculator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/calculator-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
section.priceCalculator .container {
  position: relative;
  z-index: 1;
}
section.priceCalculator .calcContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: gap 0.5s ease;
}
section.priceCalculator .calcInfo {
  flex: 1;
  max-width: 600px;
  transition: all 0.5s ease;
  min-height: 656px;
}
section.priceCalculator .calcInfo .subTitle {
  color: #E50647;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  display: block;
}
section.priceCalculator .calcInfo .calcTitle {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #2E2D2E;
  margin-bottom: 20px;
}
section.priceCalculator .calcInfo .calcTitle .highlight {
  background: #E50647;
  color: #fff;
  padding: 5px 15px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 10px;
}
section.priceCalculator .calcInfo .calcDescription {
  font-size: 15px;
  line-height: 1.7;
  color: #62737D;
  margin-bottom: 20px;
}
section.priceCalculator .calcInfo .calcLink {
  color: #E50647;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 15px;
}
section.priceCalculator .calcInfo .calcLink:hover {
  text-decoration: underline;
}
section.priceCalculator .calcForm {
  width: 380px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.5s ease;
}
section.priceCalculator .calcForm .formHeader {
  background: #E50647;
  padding: 14px 20px;
  text-align: center;
}
section.priceCalculator .calcForm .formHeader .formTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section.priceCalculator .calcForm .formHeader .formTitle .red {
  color: #fff;
}
section.priceCalculator .calcForm form {
  padding: 15px 20px;
}
section.priceCalculator .calcForm .formRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
}
section.priceCalculator .calcForm .formRow:last-of-type {
  border-bottom: none;
}
section.priceCalculator .calcForm .formRow label {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  flex-shrink: 0;
  width: 120px;
}
section.priceCalculator .calcForm .formRow select {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
section.priceCalculator .calcForm .formRow .ebatInputs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
section.priceCalculator .calcForm .formRow .ebatInputs input {
  width: 60px;
  padding: 8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  text-align: center;
}
section.priceCalculator .calcForm .formRow .ebatInputs span {
  color: #999;
  font-size: 13px;
}
section.priceCalculator .calcForm .formRow.extraSection {
  background: #f5f5f5;
  margin: 8px -20px;
  padding: 10px 20px;
  border-bottom: none;
}
section.priceCalculator .calcForm .formRow .extraTitle {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
section.priceCalculator .calcForm .calcButton {
  width: 100%;
  padding: 12px;
  background: #E50647;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 8px;
}
section.priceCalculator .calcForm .calcButton:hover {
  background: #c9053d;
}

/* Calculator Results Panel - Başlangıçta gizli */
section.priceCalculator .calcResults {
  display: none;
  gap: 20px;
  min-height: 656px;
}

/* showResults - Hesapla butonuna basılınca */
section.priceCalculator .calcContent.showResults {
  gap: 20px;
}
section.priceCalculator .calcContent.showResults .calcInfo {
  display: none;
}
section.priceCalculator .calcContent.showResults .calcForm {
  width: 280px;
  animation: slideFormLeft 0.6s ease-out forwards;
}
section.priceCalculator .calcContent.showResults .calcForm .formRow {
  padding: 5px 0;
}
section.priceCalculator .calcContent.showResults .calcForm .formRow label {
  font-size: 11px;
  width: 90px;
}
section.priceCalculator .calcContent.showResults .calcForm .formRow select,
section.priceCalculator .calcContent.showResults .calcForm .formRow input {
  font-size: 11px;
  padding: 5px 8px;
}
section.priceCalculator .calcContent.showResults .calcResults {
  display: flex;
  animation: slideResultsIn 0.6s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
section.priceCalculator .calcContent.showResults .calcResults .resultPanel {
  opacity: 0;
  animation: fadeInPanel 0.4s ease-out forwards;
}
section.priceCalculator .calcContent.showResults .calcResults .resultPanel:nth-child(1) {
  animation-delay: 0.4s;
}
section.priceCalculator .calcContent.showResults .calcResults .resultPanel:nth-child(2) {
  animation-delay: 0.55s;
}
section.priceCalculator .calcContent.showResults .calcResults .resultPanel:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes slideFormLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideResultsIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInPanel {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Result Panels */
section.priceCalculator .resultPanel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  overflow: hidden;
}
section.priceCalculator .resultPanel .panelHeader {
  background: #E50647;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
section.priceCalculator .resultPanel .panelHeader.small {
  padding: 10px 15px;
  font-size: 13px;
}
section.priceCalculator .resultPanel .panelBody {
  padding: 15px;
}

/* Pricing Detail Panel */
section.priceCalculator .pricingDetail {
  min-width: 280px;
  /* min-height: 656px; */
}
section.priceCalculator .pricingDetail .priceRow {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
section.priceCalculator .pricingDetail .priceRow:last-of-type {
  border-bottom: none;
}
section.priceCalculator .pricingDetail .priceRow .priceLabel {
  color: #333;
}
section.priceCalculator .pricingDetail .priceRow .priceValue {
  color: #666;
  text-align: right;
}
section.priceCalculator .pricingDetail .priceRow .priceValue.highlight {
  color: #E50647;
  font-weight: 600;
}
section.priceCalculator .pricingDetail .priceRow.total,
section.priceCalculator .pricingDetail .priceRow.unit {
  border-bottom: none;
  padding: 5px 0;
}
section.priceCalculator .pricingDetail .priceNote {
  color: #E50647;
  font-size: 13px;
  line-height: 1.5;
  margin: 15px 0 10px;
}
section.priceCalculator .pricingDetail .priceContact {
  font-size: 14px;
  color: #333;
}

/* Order Info Panel */
section.priceCalculator .orderInfo {
  min-width: 266px;
  min-height: 656px;
}
section.priceCalculator .orderInfo .orderReceipt,
section.priceCalculator .orderInfo .productionDetails {
  margin-bottom: 15px;
}
section.priceCalculator .orderInfo .orderReceipt:last-child,
section.priceCalculator .orderInfo .productionDetails:last-child {
  margin-bottom: 0;
}
section.priceCalculator .orderInfo .panelBody p {
  font-size: 12px;
  color: #333;
  margin: 5px 0;
  line-height: 1.4;
}
section.priceCalculator .orderInfo .panelBody p strong {
  color: #555;
}

/* Action Panel */
section.priceCalculator .actionPanel {
  min-width: 220px;
  background: transparent;
  box-shadow: none;
  min-height: 656px;
}
section.priceCalculator .actionPanel .boxPreview {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
section.priceCalculator .actionPanel .boxPreview img {
  max-width: 150px;
  height: auto;
}
section.priceCalculator .actionPanel .actionButtons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.priceCalculator .actionPanel .actionBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: 0.3s ease;
}
section.priceCalculator .actionPanel .actionBtn:hover {
  border-color: #E50647;
  color: #E50647;
}
section.priceCalculator .actionPanel .actionBtn i {
  font-size: 18px;
  color: #999;
}
section.priceCalculator .actionPanel .actionBtn .plus,
section.priceCalculator .actionPanel .actionBtn .arrow {
  margin-left: auto;
  color: #999;
}
section.priceCalculator .actionPanel .actionBtn.sample {
  background: #fff;
}
section.priceCalculator .actionPanel .actionBtn.sample small {
  display: block;
  font-size: 10px;
  color: #999;
}
section.priceCalculator .actionPanel .actionNote {
  font-size: 12px;
  color: #E50647;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}

/* Price Calculator Responsive */
@media (max-width: 1400px) {
  section.priceCalculator .calcContent.showResults .calcResults {
    flex-wrap: wrap;
  }
  section.priceCalculator .calcContent.showResults .calcForm {
    width: 260px;
  }
}
@media (max-width: 992px) {
  section.priceCalculator .calcContent {
    flex-direction: column;
    text-align: center;
  }
  section.priceCalculator .calcInfo {
    max-width: 100%;
  }
  section.priceCalculator .calcInfo .calcTitle {
    font-size: 32px;
  }
  section.priceCalculator .calcForm {
    width: 100%;
    max-width: 400px;
  }
  section.priceCalculator .calcContent.showResults {
    flex-direction: column;
    align-items: center;
  }
  section.priceCalculator .calcContent.showResults .calcForm {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }
  section.priceCalculator .calcContent.showResults .calcResults {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.priceCalculator .resultPanel {
    width: calc(50% - 10px);
    min-width: 280px;
  }
}
@media (max-width: 576px) {
  section.priceCalculator {
    padding: 50px 0;
  }
  section.priceCalculator .calcInfo .calcTitle {
    font-size: 26px;
  }
  section.priceCalculator .calcForm .formRow label {
    width: 100px;
    font-size: 12px;
  }
  section.priceCalculator .calcForm .formRow select {
    font-size: 12px;
  }
  section.priceCalculator .resultPanel {
    width: 100%;
  }
}

@keyframes sliderBlur {
  0% {
    opacity: 1;
    transform: translate(10%, 10%) scale(1);
  }
  50% {
    transform: translate(-10%, -5%) scale(1.1);
  }
  100% {
    transform: translate(-5%, -15%) scale(0.9);
  }
}
@keyframes sliderBlur2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-30%, -75%) scale(1.1);
  }
  100% {
    transform: translate(-40%, -45%) scale(0.9);
  }
}
@keyframes sliderBlur3 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-60%, -55%) scale(1.1);
  }
  100% {
    transform: translate(-40%, -45%) scale(0.9);
  }
}
@keyframes sliderBlur4 {
  0% {
    opacity: 1;
    transform: translate(50%, 50%) scale(1);
  }
  50% {
    transform: translate(80%, 75%) scale(1 0.5);
  }
  100% {
    transform: translate(60%, 45%) scale(0.9);
  }
}
section.mainDiffrence {
  padding: 60px 0;
  overflow: hidden;
}
section.mainDiffrence .titleArea {
  margin-bottom: 48px;
  text-align: center;
}
section.mainDiffrence .titleArea .title {
  color: #2E2D2E;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
  margin: 0 auto 16px;
}
section.mainDiffrence .titleArea .description {
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto;
}

/* Category Grid */
section.mainDiffrence .categoryGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* Section Footer */
section.mainDiffrence .sectionFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
}
section.mainDiffrence .sectionFooter .primaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background-color: #E50647;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 12px;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(229, 6, 71, 0.25);
}
section.mainDiffrence .sectionFooter .primaryBtn:hover {
  background-color: #c9053d;
  box-shadow: 0 4px 16px rgba(229, 6, 71, 0.35);
  transform: translateY(-2px);
}
section.mainDiffrence .sectionFooter .trustText {
  color: #62737D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* What We Produce Section */
section.whatWeProduce {
  padding: 70px 0;
  background-color: #fff;
  overflow: hidden;
}
section.whatWeProduce .titleArea {
  text-align: center;
  margin-bottom: 48px;
}
section.whatWeProduce .titleArea .title {
  color: #2E2D2E;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
}
section.whatWeProduce .titleArea .description {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 650px;
  margin: 0 auto;
}

/* Marquee Infinite Loop */
section.whatWeProduce .marqueeWrapper {
  overflow: hidden;
  width: 100%;
}
section.whatWeProduce .marqueeTrack {
  display: flex;
  width: fit-content;
}
section.whatWeProduce .marqueeGroup {
  display: flex;
  gap: 28px;
  padding-right: 28px;
  animation: marqueeScroll 25s linear infinite;
}
section.whatWeProduce .marqueeWrapper:hover .marqueeGroup {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.whatWeProduce .produceCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0;
}
section.whatWeProduce .produceCard .cardImage {
  width: 140px;
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
section.whatWeProduce .produceCard:hover .cardImage {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
section.whatWeProduce .produceCard .cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.whatWeProduce .produceCard .cardTitle {
  color: #2E2D2E;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 130px;
}

/* What We Produce Responsive */
@media screen and (max-width: 768px) {
  section.whatWeProduce {
    padding: 50px 0;
  }
  section.whatWeProduce .titleArea {
    margin-bottom: 32px;
  }
  section.whatWeProduce .titleArea .title {
    font-size: 28px;
    line-height: 36px;
  }
  section.whatWeProduce .titleArea .description {
    font-size: 15px;
    line-height: 24px;
  }
  section.whatWeProduce .marqueeGroup {
    gap: 20px;
    padding-right: 20px;
    animation-duration: 18s;
  }
  section.whatWeProduce .produceCard .cardImage {
    width: 110px;
    height: 110px;
    border-radius: 16px;
  }
  section.whatWeProduce .produceCard .cardTitle {
    font-size: 13px;
  }
}

/* mainDiffrence Responsive */
@media screen and (max-width: 1200px) {
  section.mainDiffrence .categoryGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.mainDiffrence {
    padding: 48px 0;
  }
  section.mainDiffrence .titleArea {
    margin-bottom: 32px;
  }
  section.mainDiffrence .titleArea .title {
    font-size: 32px;
    line-height: 40px;
  }
  section.mainDiffrence .titleArea .description {
    font-size: 16px;
    line-height: 24px;
  }
  section.mainDiffrence .categoryGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  section.mainDiffrence .sectionFooter {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  section.mainDiffrence .sectionFooter .primaryBtn {
    width: 100%;
  }
  .diffrenceCard {
    min-height: auto;
  }
}

section.mainTabs {
  padding: 120px 0;
  background: linear-gradient(103deg, rgba(231, 239, 244, 0.5) 41.44%, rgba(236, 255, 241, 0.5) 100%);
}
section.mainTabs .container {
  display: flex;
  align-items: center;
}
section.mainTabs .imgArea {
  max-height: 842px;
  position: relative;
  aspect-ratio: 298/842;
  flex-shrink: 0;
  margin: 0 55px 0 70px;
}
section.mainTabs .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.mainTabs .imgArea .image-2 {
  position: absolute;
  top: 37%;
  right: 29%;
  width: 208px;
  height: 200px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.mainTabs .imgArea .image-3 {
  position: absolute;
  right: -53%;
  bottom: 7%;
  width: 163px;
  height: 155px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.mainTabs .imgArea .image-4 {
  position: absolute;
  top: -14%;
  right: 5%;
  width: 178px;
  height: 180px;
  flex-shrink: 0;
  animation: sliderBlur4 3.6s ease infinite alternate;
  transform: translate(50%, 50%) scale(1);
  z-index: -1;
}
section.mainTabs .tabInfo {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}
section.mainTabs .tabInfo .item {
  border-bottom: 1px solid #EDF6F1;
  padding: 43px 67px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.mainTabs .tabInfo .item .iconArea {
  background: #F5FDF9;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.mainTabs .tabInfo .item .iconArea .icon {
  fill: #000;
  width: 22px;
  height: 22px;
}
section.mainTabs .tabInfo .item .info {
  color: #2E2D2E;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; /* 125% */
  font-family: "Inter", sans-serif;
}
section.mainTabs .tabInfo .item .description {
  max-width: 330px;
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
section.mainTabs .tabInfo .item:last-child {
  border-bottom: 0;
}
section.mainTabs.mobile {
  display: none;
}
section.mainTabs.mobile .container {
  flex-direction: column;
}
section.mainTabs.mobile .tabs {
  border-radius: 15px;
  margin-bottom: 25px;
  background: #FFF;
  width: 100%;
}
section.mainTabs.mobile .tabs .title {
  padding: 15px 30px;
  color: #2E2D2E;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px; /* 207.143% */
  position: relative;
}
section.mainTabs.mobile .tabs .title .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-right: 15px;
}
section.mainTabs.mobile .tabs .title:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow5.svg");
  background: #2E2D2E;
  width: 10px;
  height: 5px;
  flex-shrink: 0;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  right: 30px;
}
section.mainTabs.mobile .tabs .navlist1 {
  gap: 10px;
  transition: 0.3s ease all;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  pointer-events: none;
}
section.mainTabs.mobile .tabs .navlist1 li {
  padding: 15px 30px;
}
section.mainTabs.mobile .tabs .navlist1 li a:after {
  display: none;
}
section.mainTabs.mobile .tabs .navlist1:after {
  display: none;
}
section.mainTabs.mobile .tabs.active .title:after {
  transform: translateY(-50%) rotate(-180deg);
}
section.mainTabs.mobile .tabs.active .navlist1 {
  padding-bottom: 30px;
  max-height: 600px;
  pointer-events: auto;
}
section.mainTabs.mobile .imgArea {
  aspect-ratio: 233/172;
  width: 85%;
  margin: 25px auto 0;
}
section.mainTabs.mobile .customTabContent {
  width: 100%;
}

section.collection {
  padding: 255px 0;
  background: #F8FFF9;
}
section.collection .container {
  display: flex;
  align-items: center;
  gap: 220px;
}
section.collection .titleArea {
  max-width: 50%;
}
section.collection .titleArea span {
  color: #889AA6;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 350% */
}
section.collection .titleArea a {
  color: #E50647;
  font-size: 19.791px;
  font-style: normal;
  font-weight: 500;
  line-height: 79.164px; /* 400% */
  font-family: "Inter", sans-serif;
  text-decoration-line: underline !important;
}
section.collection .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  margin: 15px 0 100px;
}
section.collection .titleArea .title .icon {
  width: 24px;
  fill: #e50748;
  height: 24px;
  flex-shrink: 0;
}
section.collection .titleArea .description {
  color: #2E2D2E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 75px;
}
section.collection .content .imgArea {
  position: relative;
}
section.collection .content .imgArea .mainImg {
  position: relative;
  z-index: 2;
}
section.collection .content .imgArea .image-2 {
  position: absolute;
  top: 22%;
  left: -18%;
  width: 285px;
  height: 276px;
  flex-shrink: 0;
  z-index: 2;
}
section.collection .content .imgArea .image-3 {
  position: absolute;
  right: 3%;
  bottom: 19%;
  width: 115px;
  height: 113px;
  flex-shrink: 0;
  z-index: 2;
}
section.collection .content .imgArea .image-4 {
  position: absolute;
  top: -4%;
  right: -4%;
  width: 178px;
  height: 180px;
  flex-shrink: 0;
  z-index: 1;
}
section.collection .content .imgArea .banks {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: -120px;
  min-width: 675px;
  aspect-ratio: 675/807;
  z-index: 2;
}

section.privileges {
  padding: 115px 0;
  overflow: hidden;
}
section.privileges .title {
  margin-bottom: 125px;
  color: #2E2D2E;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 60px; /* 125% */
}
section.privileges .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
}
section.privileges .privilegesSlide {
  overflow: unset;
  margin: 0 auto;
}
section.privileges .privilegesSlide .swiper-slide {
  width: unset;
}
section.privileges .privilegesImgCard {
  display: flex;
  align-items: flex-end;
  padding: 35px;
  position: relative;
  aspect-ratio: 707/600;
  height: 600px;
}
section.privileges .privilegesImgCard .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.privileges .privilegesImgCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.privileges .privilegesImgCard .content {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #62737D;
  font-family: "Inter", sans-serif;
  border-radius: 0 0 20px 20px;
  padding: 29px 25px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
}
section.privileges .privilegesImgCard .content:after {
  content: "";
  width: 86px;
  height: 5px;
  left: 0;
  top: -5px;
  position: absolute;
  transition: 0.5s ease all;
  background: #e50748;
}
section.privileges .privilegesImgCard .content2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 2;
}
section.privileges .privilegesImgCard .content2 .icon {
  width: 31px;
  height: 31px;
  fill: #e50748;
  flex-shrink: 0;
}
section.privileges .privilegesImgCard:hover .content:after {
  width: 100%;
}
section.privileges .privilegesGreenCard {
  padding: 45px 60px;
  aspect-ratio: 465/600;
  height: 600px;
  border-radius: 20px;
  background: #027E22;
}
section.privileges .privilegesGreenCard span {
  color: #C6FF9A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  font-family: "Inter", sans-serif;
}
section.privileges .privilegesGreenCard .info {
  margin-bottom: 65px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 127.273% */
  font-family: "Inter", sans-serif;
}
section.privileges .privilegesGreenCard .content {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
section.privileges .privilegesGreenCard .content .item {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #C6FF9A;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-left: 30px;
  line-height: 17.505px; /* 100% */
}
section.privileges .privilegesGreenCard .content .item .iconArea {
  background: #C6FF9A;
  border-radius: 11px;
  flex-shrink: 0;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.privileges .privilegesGreenCard .content .item .iconArea .icon {
  fill: #02681C;
  width: 29px;
  height: 28px;
  flex-shrink: 0;
}
section.privileges .privilegesGreenCard .content .item:nth-child(2) {
  margin-left: 75px;
  color: #F8F8F8;
}
section.privileges .privilegesGreenCard .content .item:nth-child(2) .iconArea {
  background: #F8F8F8;
}
section.privileges .privilegesGreenCard .content .item:nth-child(2) .iconArea .icon {
  fill: #8D8D8D;
}
section.privileges .privilegesGreenCard .content .item:nth-child(3) {
  opacity: 0.5;
  margin: 0;
}
section.privileges .privilegesGreenCard .createAcc {
  gap: 45px;
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  padding-bottom: 20px;
}
section.privileges .privilegesGreenCard .createAcc .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  fill: #FFF;
  transition: 0.3s ease all;
  transition-delay: 0.15s;
}
section.privileges .privilegesGreenCard .createAcc .text {
  position: relative;
  color: #FFF;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
}
section.privileges .privilegesGreenCard .createAcc .text:after {
  content: "";
  left: 0;
  transition: 0.4s ease all;
  position: absolute;
  background: #fff;
  bottom: -2px;
  height: 1.6px;
  opacity: 0;
  width: 0;
}
section.privileges .privilegesGreenCard .createAcc:hover .text:after {
  width: 100%;
  opacity: 1;
  right: 0;
}
section.privileges .privilegesGreenCard .createAcc:hover .icon {
  transform: translate(10px, -10px);
}
section.privileges .privilegesGreenCard.type2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.practical {
  background: linear-gradient(103deg, rgba(231, 239, 244, 0.5) 41.44%, rgba(236, 255, 241, 0.5) 100%);
  padding: 160px 0;
}
section.practical .container {
  display: flex;
  gap: 20px;
}
section.practical .titleArea {
  max-width: 850px;
}
section.practical .titleArea .mobileImg {
  display: none;
  height: 743px;
  flex-shrink: 0;
  aspect-ratio: 362/743;
  position: relative;
}
section.practical .titleArea .mobileImg .mainImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.practical .titleArea .mobileImg .image-2 {
  position: absolute;
  top: 75%;
  right: 70%;
  width: 141px;
  height: 132px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.practical .titleArea .mobileImg .image-3 {
  position: absolute;
  right: -62%;
  bottom: 23%;
  width: 234px;
  height: 218px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.practical .titleArea .mobileImg .image-4 {
  position: absolute;
  top: -36%;
  right: 100%;
  width: 313px;
  height: 317px;
  flex-shrink: 0;
  animation: sliderBlur4 3.6s ease infinite alternate;
  transform: translate(50%, 50%) scale(1);
  z-index: -1;
}
section.practical .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 112.5% */
  width: 530px;
  margin-bottom: 30px;
}
section.practical .titleArea .description {
  width: 760px;
  color: #62737D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 154.545% */
  text-transform: capitalize;
}
section.practical .titleArea .imgArea {
  margin: 140px 0 180px;
  position: relative;
  z-index: 3;
}
section.practical .titleArea .text {
  color: #62737D;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
section.practical .content .imgArea {
  height: 743px;
  flex-shrink: 0;
  aspect-ratio: 362/743;
  position: relative;
}
section.practical .content .imgArea .mainImg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.practical .content .imgArea .image-2 {
  position: absolute;
  top: 75%;
  right: 70%;
  width: 141px;
  height: 132px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.practical .content .imgArea .image-3 {
  position: absolute;
  right: -62%;
  bottom: 23%;
  width: 234px;
  height: 218px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.practical .content .imgArea .image-4 {
  position: absolute;
  top: -36%;
  right: 100%;
  width: 313px;
  height: 317px;
  flex-shrink: 0;
  animation: sliderBlur4 3.6s ease infinite alternate;
  transform: translate(50%, 50%) scale(1);
  z-index: -1;
}

section.cards {
  background: #56636B;
  padding: 60px 0 140px;
}
section.cards .container {
  display: flex;
  align-items: center;
}
section.cards .titleArea {
  max-width: 485px;
}
section.cards .titleArea span {
  display: flex;
  color: #889AA6;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 350% */
  text-transform: capitalize;
}
section.cards .titleArea .title {
  color: #FFF;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 69px; /* 111.29% */
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}
section.cards .titleArea .description {
  color: #889AA6;
  font-size: 20px;
  margin-bottom: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 135% */
}
section.cards .titleArea .viewAll {
  color: #E50647;
  font-size: 19.791px;
  font-style: normal;
  font-weight: 500;
  line-height: 79.164px; /* 400% */
  text-decoration-line: underline !important;
  font-family: "Inter", sans-serif;
}
section.cards .content .imgArea {
  position: relative;
  aspect-ratio: 909/881;
  height: 881px;
}
section.cards .content .imgArea .image-2 {
  position: absolute;
  top: 42%;
  right: 70%;
  width: 115px;
  height: 108px;
  flex-shrink: 0;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.cards .content .imgArea .image-3 {
  position: absolute;
  right: -22%;
  bottom: 26%;
  width: 265px;
  height: 250px;
  flex-shrink: 0;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}

.app-download-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.app-download-modal.active {
  opacity: 1;
  visibility: visible;
}
.app-download-modal.active .app-download-modal-content {
  transform: translateY(0);
  opacity: 1;
}
.app-download-modal .app-download-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 45, 46, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.app-download-modal .app-download-modal-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .app-download-modal .app-download-modal-content {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.app-download-modal .app-download-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #62737D;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.app-download-modal .app-download-modal-close:hover {
  background: #F5FDF9;
  color: #E50647;
  transform: rotate(90deg);
}
.app-download-modal .app-download-modal-close .icon {
  width: 24px;
  height: 24px;
}
.app-download-modal .app-download-modal-header {
  text-align: center;
  margin-bottom: 40px;
}
.app-download-modal .app-download-modal-header .app-download-modal-title {
  color: #2E2D2E;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.app-download-modal .app-download-modal-header .app-download-modal-title b {
  color: #E50647;
}
.app-download-modal .app-download-modal-header .app-download-modal-title .icon {
  width: 24px;
  height: 24px;
  fill: #e50748;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .app-download-modal .app-download-modal-header .app-download-modal-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.app-download-modal .app-download-modal-header .app-download-modal-description {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .app-download-modal .app-download-modal-header .app-download-modal-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.app-download-modal .app-download-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app-download-modal .app-download-button {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.app-download-modal .app-download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.app-download-modal .app-download-button-ios {
  background: #F5FDF9;
  border-color: #EDF6F1;
}
.app-download-modal .app-download-button-ios:hover {
  background: #EDF6F1;
  border-color: #E50647;
}
.app-download-modal .app-download-button-ios .app-download-button-icon {
  color: #000;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-download-modal .app-download-button-android {
  background: #F5FDF9;
  border-color: #EDF6F1;
}
.app-download-modal .app-download-button-android:hover {
  background: #EDF6F1;
  border-color: #E50647;
}
.app-download-modal .app-download-button-android .app-download-button-icon {
  color: #3DDC84;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-download-modal .app-download-button-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-download-modal .app-download-button-label {
  color: #2E2D2E;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.app-download-modal .app-download-button-subtitle {
  color: #62737D;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Inter", sans-serif;
}

section.whyContent {
  margin-top: 65px;
}
section.whyContent .trustworthy {
  margin-bottom: 170px;
}
section.whyContent .trustworthy .content .row {
  align-items: stretch;
}
section.whyContent .trustworthy .content [class*=col-] {
  display: flex;
  flex-direction: column;
}
section.whyContent .trustworthy .content [class*=col-] .diffrenceCard {
  width: 100%;
}
section.whyContent .trustworthy .titleArea .title {
  color: #2E2D2E;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  font-family: "Inter", sans-serif;
  max-width: 708px;
  margin: 0 auto 20px;
}
section.whyContent .trustworthy .titleArea .description {
  color: #889AA6;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  max-width: 820px;
  margin: 0 auto 90px;
}
section.whyContent .commission {
  border-radius: 20px;
  background: #F8FFF9;
  position: relative;
  margin-bottom: 215px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
}
section.whyContent .commission .left {
  max-width: 350px;
}
section.whyContent .commission .left span {
  color: #2E2D2E;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
}
section.whyContent .commission .left .ratio {
  color: #2E2D2E;
  font-size: 128px;
  font-weight: 600;
  line-height: 128px; /* 100% */
  display: flex;
  align-items: flex-end;
}
section.whyContent .commission .left .ratio small {
  color: #2E2D2E;
  font-size: 24px;
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 16px;
  line-height: 25px; /* 104.167% */
}
section.whyContent .commission .left .text {
  color: #2E2D2E;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 69.444% */
  display: flex;
  align-items: flex-end;
  margin-bottom: 85px;
  margin-top: 25px;
}
section.whyContent .commission .left .text .icon {
  width: 18px;
  height: 18px;
  fill: #2E2D2E;
  margin-bottom: -4px;
}
section.whyContent .commission .left .infos {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 95px;
}
section.whyContent .commission .left .infos .item {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #2E2D2E;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
section.whyContent .commission .left .infos .item .icon {
  width: 24.5px;
  height: 24.5px;
  fill: #2E2D2E;
}
section.whyContent .commission .left .smallText {
  color: #62737D;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
section.whyContent .commission .right {
  max-width: 265px;
}
section.whyContent .commission .right img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 64px;
  height: 119px;
  flex-shrink: 0;
}
section.whyContent .commission .right .text {
  margin-top: 55px;
  color: #2E2D2E;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  font-family: "Inter", sans-serif;
}
section.whyContent .commission .right .text b {
  font-weight: 700;
  color: #E50647;
}
section.whyContent .commission .right .text a {
  color: #E50647;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  position: relative;
  text-decoration: underline !important;
}
section.whyContent .commission .imgArea {
  position: absolute;
  max-width: 680px;
  width: 100%;
  aspect-ratio: 680/672;
  bottom: 0;
  left: 24%;
}
section.whyContent .commission .imgArea img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.whyContent .commission .imgArea .image1 {
  position: absolute;
  width: 235px;
  z-index: 1;
  height: 237px;
  flex-shrink: 0;
  transform: translate(-50%, -50%) scale(1);
  top: 43%;
  left: 41%;
}
section.whyContent .system {
  margin-bottom: 170px;
  display: flex;
  align-items: center;
  gap: 45px;
}
section.whyContent .system.system-centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
section.whyContent .system.system-centered .system-top {
  width: 100%;
}
section.whyContent .system.system-centered .system-top .title {
  max-width: 100%;
  text-align: center;
}
section.whyContent .system.system-centered .system-middle {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  background-image: url('../img/sektorsline.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.whyContent .system.system-centered .system-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 10;
  pointer-events: none;
}
section.whyContent .system.system-centered .system-middle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 10;
  pointer-events: none;
}
section.whyContent .system.system-centered .system-middle .sliedArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide {
  height: 300px !important;
  width: 100%;
  position: relative;
  overflow: hidden !important;
}
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide .swiper-wrapper {
  align-items: center;
}
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1 !important;
  width: 100%;
  height: auto !important;
  min-height: 55px;
  transition: 0.3s ease all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: rgba(98, 115, 125, 0.3);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  min-height: 80px;
  background: linear-gradient(90deg, rgba(229, 23, 71, 1) 0%, rgba(136, 154, 166, 1) 60.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide .swiper-slide.swiper-slide-next,
section.whyContent .system.system-centered .system-middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
  color: rgba(98, 115, 125, 0.45);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  min-height: 50px;
}
section.whyContent .system.system-centered .system-bottom {
  width: 100%;
  max-width: 600px;
}
section.whyContent .system.system-centered .system-bottom .description {
  max-width: 100%;
  text-align: center;
}
section.whyContent .system.system-centered .system-bottom .description b {
  justify-content: center;
  margin-bottom: 15px;
}
section.whyContent .system.system-centered .system-bottom .description span {
  display: block;
}
section.whyContent .system .title {
  color: #889AA6;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  font-family: "Inter", sans-serif;
  max-width: 310px;
}
section.whyContent .system .description {
  color: #889AA6;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 310px;
}
section.whyContent .system .description b {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  margin-bottom: 30px;
}
section.whyContent .system .middle {
  position: relative;
  width: 100%;
  max-width: 708px;
  aspect-ratio: 708/570;
}
section.whyContent .system .middle .sliedArea {
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  padding: 110px 0;
  border-radius: 20px;
  border: 1px solid rgba(136, 154, 166, 0.3);
  background: #FFF;
  z-index: 3;
}
section.whyContent .system .sliedArea.no-frame {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 60px 0;
}
section.whyContent .system .sliedArea.no-frame:after {
  display: none !important;
}
section.whyContent .system .middle .sliedArea .whySlide {
  height: 100%;
  position: relative;
}
section.whyContent .system .middle .sliedArea .whySlide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1 !important;
  width: 100%;
  transition: 0.3s ease all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(98, 115, 125, 0.1);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 62.5% */
  font-family: "Inter", sans-serif;
}
section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-active {
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(229, 23, 71, 1) 0%, rgba(136, 154, 166, 1) 60.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-next, section.whyContent .system .middle .sliedArea .whySlide .swiper-slide.swiper-slide-prev {
  color: rgba(98, 115, 125, 0.4);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 62.5% */
}
section.whyContent .system .middle .sliedArea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 28px;
  flex-shrink: 0;
  background-image: url("../img/svg/arrowmini.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
section.whyContent .system .middle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(38%, -38%);
  width: 124px;
  aspect-ratio: 1/1;
  background: #889AA6;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  z-index: -1;
}

.integrated .banner1 .container {
  justify-content: space-between;
}
.integrated .banner1 .bannerTitleArea {
  position: relative;
  z-index: 2;
}
.integrated .banner1 .bannerImg {
  margin-right: 123px;
  position: relative;
  aspect-ratio: 460/681;
  max-width: 460px;
}
.integrated .banner1 .bannerImg:after {
  content: "";
  width: 1005px;
  height: 826px;
  flex-shrink: 0;
  position: absolute;
  right: -123px;
  top: -71px;
  background-image: url("../img/banks2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

section.integratedContent {
  margin: 90px 0 160px;
}
section.integratedContent .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
section.integratedContent .integratedTabContent .title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
  max-width: 590px;
  margin: 0 auto 25px;
}
section.integratedContent .integratedTabContent .title b {
  color: #E50647;
}
section.integratedContent .integratedTabContent .description {
  margin: 0 auto;
  max-width: 687px;
  color: #2E2D2E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.integratedContent .integratedTabContent .content {
  margin-top: 60px;
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 315px;
}
section.integratedContent .integratedTabContent .content .imgArea {
  flex-shrink: 0;
  aspect-ratio: 407/646;
  height: 646px;
  z-index: 3;
  position: relative;
}
section.integratedContent .integratedTabContent .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.integratedContent .integratedTabContent .content .imgArea .banks {
  right: -115px;
  min-width: 694px;
  position: absolute;
  top: 120px;
  height: 696px;
  flex-shrink: 0;
}
section.integratedContent .integratedTabContent .content .imgArea .image-1 {
  right: 132%;
  position: absolute;
  top: 13%;
  z-index: 2;
  width: 94px;
  height: 88px;
  flex-shrink: 0;
  animation: sliderBlur 5.6s ease infinite alternate;
  transform: translate(10%, 10%) scale(1);
}
section.integratedContent .integratedTabContent .content .imgArea .image-2 {
  right: -74%;
  position: absolute;
  top: 63%;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  animation: sliderBlur2 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}
section.integratedContent .integratedTabContent .content .imgArea:after {
  content: "";
  position: absolute;
  width: 967px;
  height: 967px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(136, 154, 166, 0.1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(281px);
}
section.integratedContent .integratedTabContent .content .imgArea:before {
  content: "";
  position: absolute;
  width: 1195px;
  height: 1195px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(136, 154, 166, 0.1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(395px);
}
section.integratedContent .integratedTabContent .content:after {
  content: "";
  position: absolute;
  width: 577px;
  border-radius: 50%;
  height: 577px;
  flex-shrink: 0;
  background: rgba(136, 154, 166, 0.06);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(85px);
}
section.integratedContent .integratedTabContent .content:before {
  content: "";
  position: absolute;
  width: 755px;
  height: 755px;
  border-radius: 50%;
  flex-shrink: 0;
  bottom: 0;
  border: 1px solid rgba(136, 154, 166, 0.1);
  left: 50%;
  transform: translateX(-50%) translateY(175px);
}
section.integratedContent .integratedTabContent .banks .bankInfo {
  margin-bottom: 85px;
  max-width: 760px;
  color: #2E2D2E;
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
}
section.integratedContent .integratedTabContent .banks .bankInfo .icon {
  width: 20px;
  height: 20px;
  fill: #e50748;
  flex-shrink: 0;
}
section.integratedContent .integratedTabContent .banks .bankList {
  display: flex;
  flex-wrap: wrap;
}
section.integratedContent .integratedTabContent .banks .bankList .item {
  height: 175px;
  border: 1px solid rgba(136, 154, 166, 0.15);
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.integratedContent .integratedTabContent .banks .bankList .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
  max-height: 70px;
  transition: 0.3s ease all;
}
section.integratedContent .integratedTabContent .banks .bankList .item:hover img {
  scale: 1.1;
}

section.integrated2Content .integratedCards {
  margin-bottom: 85px;
}
section.integrated2Content .integratedCards .title {
  color: #2E2D2E;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 58px; /* 223.077% */
  margin: 100px 0 80px;
}
section.integrated2Content .integratedTypes {
  margin-bottom: 95px;
}
section.integrated2Content .integratedTypes > .title {
  color: #2E2D2E;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 58px; /* 223.077% */
}
section.integrated2Content .integratedTypes > .description {
  color: #62737D;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px; /* 155% */
  margin-bottom: 85px;
}
section.integrated2Content .integratedTypes .item {
  margin-bottom: 70px;
}
section.integrated2Content .integratedTypes .item .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 58px; /* 322.222% */
  margin-bottom: 20px;
}
section.integrated2Content .stages {
  margin-bottom: 95px;
  position: relative;
}
section.integrated2Content .stages > .title {
  color: #2E2D2E;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 58px; /* 223.077% */
}
section.integrated2Content .stages > .description {
  color: #62737D;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px; /* 155% */
  margin-bottom: 95px;
  position: relative;
  z-index: 2;
}
section.integrated2Content .stages .stagesCards {
  position: relative;
  z-index: 2;
}
section.integrated2Content .stages .stagesCards .stagesCard {
  padding: 95px 65px 75px 55px;
  border-radius: 10px;
  background: #2E2D2E;
  transition: 0.3s ease all;
  text-align: left;
  height: 100%;
}
section.integrated2Content .stages .stagesCards .stagesCard .icon {
  margin-bottom: 90px;
  transition: 0.3s ease all;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
}
section.integrated2Content .stages .stagesCards .stagesCard .title {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  font-family: "Inter", sans-serif;
  height: 64px;
  margin-bottom: 23px;
  transition: 0.3s ease all;
}
section.integrated2Content .stages .stagesCards .stagesCard .info {
  color: #A9BCC9;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px; /* 125% */
  transition: 0.3s ease all;
}
section.integrated2Content .stages .stagesCards .stagesCard:hover {
  background: #E50647;
}
section.integrated2Content .stages .stagesCards .stagesCard:hover .icon, section.integrated2Content .stages .stagesCards .stagesCard:hover .info, section.integrated2Content .stages .stagesCards .stagesCard:hover .title {
  fill: #fff;
  color: #fff;
}
section.integrated2Content .stages:after {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  width: 444px;
  height: 449px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #F3F5F6;
}

.typeCard {
  border-radius: 20px;
  border: 1px solid #F3F4F4;
  padding: 28px 68px;
  display: flex;
  gap: 70px;
  align-items: center;
  transition: 0.3s ease all;
}
.typeCard .imgArea {
  width: 64px;
  aspect-ratio: 1/1;
}
.typeCard .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.typeCard .text {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px; /* 322.222% */
}
.typeCard .text span {
  margin-top: 10px;
  display: flex;
  color: #889AA6;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 362.5% */
}
.typeCard:hover {
  scale: 1.05;
}

section.helpContent {
  padding: 140px 0 85px;
  overflow: hidden;
}
section.helpContent .titleArea .title {
  color: #2E2D2E;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}
section.helpContent .titleArea .description {
  color: #62737D;
  font-size: 20px;
  max-width: 1213px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.helpContent .content {
  margin-top: 85px;
}
section.helpContent .content .helpSlide {
  overflow: unset;
}

section.partnerBanner {
  margin-bottom: 110px;
  position: relative;
  padding-top: 165px;
  background: linear-gradient(180deg, rgba(136, 154, 166, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
section.partnerBanner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.partnerBanner .title {
  position: relative;
  z-index: 2;
  color: #2E2D2E;
  text-align: center;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  margin: 0 auto 50px;
  font-weight: 700;
  line-height: 58px; /* 120.833% */
}
section.partnerBanner .description {
  max-width: 1120px;
  color: #62737D;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px; /* 155% */
}
section.partnerBanner .createAccount {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  font-family: "Inter", sans-serif;
  padding: 28px 45px;
  display: inline-flex;
  border-radius: 100px;
  background: #62737D;
  margin: 80px auto 0;
  border: 1px solid #62737D;
  transition: 0.3s ease all;
}
section.partnerBanner .createAccount:hover {
  background: transparent;
  color: #62737D;
}
section.partnerBanner:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 223px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 247, 248) 100%);
}

section.partnerContent .partnerBrands {
  margin-bottom: 145px;
}
section.partnerContent .partnerBrands .title {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.partnerContent .partnerBrands .description {
  color: #2E2D2E;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px; /* 137.5% */
  max-width: 1300px;
  margin: 140px auto 0;
}

section.politicasContent {
  padding-top: 95px;
  position: relative;
}
section.politicasContent .title {
  color: #2E2D2E;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px; /* 127.5% */
  max-width: 875px;
  margin: 10px auto 130px;
  position: relative;
  z-index: 2;
}
section.politicasContent span {
  color: #62737D;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px; /* 318.75% */
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
section.politicasContent .content {
  padding: 155px 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #DFE8ED;
  background: #FFF;
}
section.politicasContent .content .links {
  transform: translateY(calc(-155px - 50%));
  margin: 0 auto -78px;
  border-radius: 100px;
  background: #E5EAED;
  position: relative;
  padding: 12px 15px;
}
section.politicasContent .content .links ul {
  display: inline-flex;
  width: 100%;
  border-radius: 100px;
  gap: 50px;
}
section.politicasContent .content .links ul li {
  transition: 0.3s ease all;
}
section.politicasContent .content .links ul li a {
  color: #2E2D2E;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 97.026% */
  transition: 0.3s ease all;
  padding: 18px;
  position: relative;
  border-radius: 100px;
  display: inline-flex;
}
section.politicasContent .content .links ul li a:after {
  content: "";
  top: 50%;
  transition: 0.3s ease all;
  transform: translateY(-50%);
  left: 30px;
  width: 15px;
  height: 15px;
  background-image: url("../img/svg/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  opacity: 0;
}
section.politicasContent .content .links ul li a.active {
  padding: 18px 30px 18px 58px;
  background: #fff;
}
section.politicasContent .content .links ul li a.active:after {
  opacity: 1;
}
section.politicasContent:after {
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 701px;
  width: 100%;
  aspect-ratio: 701/709;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #F3F5F6;
  position: absolute;
  -webkit-mask-size: cover;
  z-index: -1;
}

section.careerBanner {
  background: #F3F5F6;
  padding-top: 100px;
}
section.careerBanner .container {
  display: flex;
  align-items: center;
  padding-right: 115px;
  justify-content: space-between;
  position: relative;
}
section.careerBanner .container:after {
  content: "";
  position: absolute;
  bottom: -2%;
  z-index: 0;
  right: 8%;
  width: 701px;
  height: 709px;
  flex-shrink: 0;
  background-image: url("../img/svg/starbig.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.careerBanner .titleArea {
  max-width: 530px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
section.careerBanner .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
}
section.careerBanner .titleArea .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
}
section.careerBanner .titleArea .description {
  margin: 40px 0 100px;
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
section.careerBanner .titleArea .description b {
  font-weight: 600;
  display: flex;
  margin-bottom: 20px;
}
section.careerBanner .titleArea .goBtn {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  font-family: "Inter", sans-serif;
  padding: 27px 47px;
  border-radius: 10px;
  background: #e50748;
  border: 1px solid #e50748;
  display: inline-flex;
  transition: 0.3s ease all;
}
section.careerBanner .titleArea .goBtn:hover {
  background: transparent;
  color: #E50647;
}
section.careerBanner .titleArea span {
  max-width: 445px;
  margin-top: 20px;
  color: #62737D;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}
section.careerBanner .titleArea span a {
  color: #62737D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline !important;
}
section.careerBanner .imgArea {
  position: relative;
  z-index: 2;
  height: 700px;
  flex-shrink: 0;
  aspect-ratio: 405/700;
}
section.careerBanner .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

section.careerContent {
  margin-bottom: 155px;
  padding: 155px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
section.careerContent .content {
  position: relative;
  z-index: 2;
}
section.careerContent .imgArea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
section.careerContent .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.careerContent .careerCard {
  display: flex;
  border-radius: 10px;
  background: #FFF;
  padding: 55px 50px;
  gap: 55px;
}
section.careerContent .careerCard .icon {
  width: 36px;
  height: 37px;
  flex-shrink: 0;
  fill: #e50748;
}
section.careerContent .careerCard .infos {
  margin-top: 6px;
}
section.careerContent .careerCard .infos .title {
  color: #62737D;
  font-size: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 115% */
}
section.careerContent .careerCard .infos .detail {
  display: flex;
  gap: 34px;
}
section.careerContent .careerCard .infos .detail span {
  color: #889AA6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  display: flex;
  position: relative;
}
section.careerContent .careerCard .infos .detail span:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
section.careerContent .careerCard .infos .detail span:last-child:after {
  display: none;
}
section.careerContent .careerCard .infos .upload {
  padding: 13px 25px;
  margin-top: 25px;
  border-radius: 65px;
  border: 1px solid rgba(136, 154, 166, 0.2);
  display: flex;
  color: #62737D;
  font-size: 16px;
  gap: 25px;
  font-style: normal;
  background: #fff;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
section.careerContent .careerCard .infos .upload .icon {
  fill: #62737D;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
section.careerContent .careerCard .infos .upload:hover {
  border: 1px solid #62737D;
  background: #62737D;
  color: #fff;
}
section.careerContent .careerCard .infos .upload:hover .icon {
  fill: #fff;
}

section.blogContent {
  margin-bottom: 160px;
  position: relative;
}
section.blogContent .titleArea {
  text-align: center;
  padding-top: 105px;
}
section.blogContent .titleArea .title {
  color: #2E2D2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
}
section.blogContent .titleArea .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
  margin-left: 10px;
}
section.blogContent .titleArea .description {
  margin-top: 15px;
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.blogContent .filter {
  margin-top: 55px;
  margin-bottom: 105px;
}
section.blogContent .filter ul {
  display: flex;
  gap: 25px;
  justify-content: center;
}
section.blogContent .filter ul li a {
  color: #889AA6;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
section.blogContent .filter ul li a.active {
  color: #E50647;
  font-weight: 600;
}
section.blogContent .topBlogCards {
  margin-bottom: 120px;
}
section.blogContent .middleBlogCards {
  margin-bottom: 120px;
}
section.blogContent .middleBlogCards .row {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(136, 154, 166, 0.1);
}
section.blogContent .middleBlogCards .row:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
section.blogContent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 701px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/starbig.svg");
  background: #F3F5F6;
  z-index: -1;
}

section.blogDetailContent {
  margin-bottom: 160px;
  position: relative;
}
section.blogDetailContent .titleArea {
  text-align: center;
  padding-top: 105px;
  max-width: 850px;
  margin: 0 auto;
}
section.blogDetailContent .titleArea .date {
  margin-bottom: 50px;
  padding: 15px 35px;
  border-radius: 55px;
  background: #DFE9EE;
  color: #62737D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}
section.blogDetailContent .titleArea .title {
  color: #2E2D2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
}
section.blogDetailContent .titleArea .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
  margin-left: 10px;
}
section.blogDetailContent .titleArea .description {
  margin-top: 15px;
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.blogDetailContent .content {
  padding: 155px 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #DFE8ED;
  background: #FFF;
  margin-top: 65px;
}
section.blogDetailContent .otherBlogs {
  margin-top: 70px;
}
section.blogDetailContent .otherBlogs .top {
  margin-bottom: 70px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
section.blogDetailContent .otherBlogs .top .title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px; /* 112.5% */
}
section.blogDetailContent .otherBlogs .top .viewAll {
  color: #E50647;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px; /* 112.5% */
}
section.blogDetailContent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 701px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/starbig.svg");
  background: #F3F5F6;
  z-index: -1;
}

section.virtualBanner {
  position: relative;
  padding-top: 100px;
  margin-bottom: 105px;
}
section.virtualBanner .container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
section.virtualBanner .titleArea {
  max-width: 535px;
  margin-top: 110px;
  position: relative;
  z-index: 2;
}
section.virtualBanner .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
}
section.virtualBanner .titleArea .title .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #e50748;
}
section.virtualBanner .titleArea .description {
  margin-top: 35px;
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
section.virtualBanner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
  background: #F3F5F6;
  z-index: -1;
}
section.virtualBanner.type2 .appForm {
  max-width: 621px;
  position: relative;
}
section.virtualBanner.type2 .appForm:before {
  content: "";
  position: absolute;
  bottom: 159px;
  left: -375px;
  background-image: url("../img/posimg2.png");
  width: 540px;
  height: 559px;
}

section.virtualContent {
  overflow: hidden;
}
section.virtualContent .advantages {
  margin-bottom: 170px;
}
section.virtualContent .advantages .title {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
}
section.virtualContent .advantagesSlide {
  margin-bottom: 180px;
}
section.virtualContent .advantagesSlide > .title {
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
section.virtualContent .advantagesSlide > .description {
  max-width: 1210px;
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
  margin-bottom: 75px;
}
section.virtualContent .advantagesSlide .advantagesSlider {
  overflow: unset;
}
section.virtualContent .work {
  margin-bottom: 225px;
}
section.virtualContent .work > .title {
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
section.virtualContent .work > .description {
  max-width: 1210px;
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
  margin-bottom: 75px;
}

section.commerceContent .advantages {
  margin-bottom: 170px;
}
section.commerceContent .advantages .title {
  color: #000;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
section.commerceContent .advantages > .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px; /* 175% */
  max-width: 1180px;
  margin-bottom: 85px;
}
section.commerceContent .whatCan {
  padding-top: 125px;
  position: relative;
  min-height: 730px;
  margin-bottom: 170px;
}
section.commerceContent .whatCan .container {
  display: flex;
  gap: 80px;
}
section.commerceContent .whatCan .titleArea {
  position: relative;
  padding-top: 60px;
  z-index: 1;
  min-width: 410px;
}
section.commerceContent .whatCan .titleArea .title {
  color: #FFF;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
section.commerceContent .whatCan .titleArea .description {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
section.commerceContent .whatCan .titleArea a {
  margin-top: 100px;
  display: block;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px; /* 439.801% */
}
section.commerceContent .whatCan .content {
  position: relative;
  z-index: 2;
}
section.commerceContent .whatCan:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #175260;
  width: 100%;
  height: 730px;
  z-index: 0;
}
section.commerceContent .work {
  margin-bottom: 225px;
}
section.commerceContent .work > .title {
  color: #000;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
section.commerceContent .work > .description {
  max-width: 1210px;
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
  margin-bottom: 75px;
}

section.commisionContent {
  margin-top: 45px;
  margin-bottom: 110px;
}
section.commisionContent .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
}
section.commisionContent .description b {
  display: flex;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
section.commisionContent .text {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
  max-width: 1155px;
}
section.commisionContent .commisionTable {
  position: relative;
  margin: 80px 0;
  border: 1px solid #DCE9F1;
  border-radius: 20px;
}
section.commisionContent .commisionTable table {
  border-radius: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  -webkit-backdrop-filter: blur(7.0500001907px);
          backdrop-filter: blur(7.0500001907px);
}
section.commisionContent .commisionTable table thead {
  border-bottom: 1px solid #DCE9F1;
}
section.commisionContent .commisionTable table thead tr th {
  text-align: left;
  padding: 40px;
  border-right: 1px solid #DCE9F1;
  color: #2E2D2E;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; /* 125% */
  vertical-align: middle;
}
section.commisionContent .commisionTable table thead tr th:last-child {
  border: 0;
}
section.commisionContent .commisionTable table tbody tr {
  border-bottom: 1px solid #DCE9F1;
}
section.commisionContent .commisionTable table tbody tr td {
  text-align: left;
  padding: 40px;
  border-right: 1px solid #DCE9F1;
  color: #62737D;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
  vertical-align: middle;
}
section.commisionContent .commisionTable table tbody tr td b {
  font-size: 22px;
  font-weight: 600;
}
section.commisionContent .commisionTable table tbody tr td.ratio {
  width: 285px;
}
section.commisionContent .commisionTable table tbody tr td:last-child {
  border: 0;
}
section.commisionContent .commisionTable table tbody tr:last-child {
  border: 0;
}
section.commisionContent .commisionTable:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 45px);
  width: calc(100% + 45px);
  border-radius: 40px;
  background: rgba(243, 245, 246, 0.25);
  -webkit-backdrop-filter: blur(7.0500001907px);
          backdrop-filter: blur(7.0500001907px);
  z-index: -1;
}
section.commisionContent .commisionTable:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 126px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/starbig.svg");
  background: #e50748;
  right: 10%;
  top: -11%;
  z-index: 0;
}

section.financeBanner {
  margin-bottom: 185px;
}
section.financeBanner .top {
  padding: 155px 0;
  background: #F3F5F6;
}
section.financeBanner .top .titleArea {
  width: 50%;
}
section.financeBanner .top .titleArea span {
  color: #889AA6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px; /* 357.143% */
}
section.financeBanner .top .titleArea .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0;
  line-height: 50px; /* 125% */
}
section.financeBanner .top .titleArea .description {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px; /* 150% */
  max-width: 675px;
}
section.financeBanner .bottom {
  max-width: 1687px;
  margin: 0 auto;
  background: rgba(243, 245, 246, 0.3);
}
section.financeBanner .bottom .container {
  position: relative;
  padding: 40px 0;
}
section.financeBanner .bottom .text {
  width: 50%;
  color: #2E2D2E;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
section.financeBanner .bottom .text .icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  fill: #e50748;
  flex-shrink: 0;
}
section.financeBanner .bottom .imgArea {
  position: absolute;
  right: 30px;
  bottom: 0;
  max-width: 654px;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 654/873;
}
section.financeBanner .bottom .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.financeCard {
  background: #EEF7FE;
  padding: 65px;
  display: flex;
  gap: 50px;
  height: 100%;
  align-items: flex-start;
}
.financeCard .iconArea {
  width: 56px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
.financeCard .iconArea .icon {
  width: 24px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  fill: #e50748;
}
.financeCard .content {
  margin-top: 13px;
}
.financeCard .content .title {
  color: #2E2D2E;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}
.financeCard .content .description {
  color: #2E2D2E;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}
.financeCard.color2 {
  background: #E8FFF7;
}

.financeBigCard {
  padding: 130px 80px 130px 165px;
  background: linear-gradient(269deg, rgba(206, 233, 252, 0) 0.92%, rgba(155, 245, 179, 0.35) 99.03%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  position: relative;
}
.financeBigCard .title {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 50px; /* 125% */
}
.financeBigCard .description {
  color: #62737D;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}

.financeBigImageCard {
  position: relative;
  height: 100%;
  display: flex;
  z-index: 1;
}
.financeBigImageCard .imgArea {
  position: absolute;
  max-width: 755px;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 755/782;
  bottom: 0;
  left: 90px;
  z-index: 2;
}

section.financeContent {
  margin-bottom: 195px;
}
section.financeContent .double {
  background: rgba(206, 233, 252, 0.35);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
section.financeContent .textBig {
  color: #62737D;
  font-size: 32px;
  font-weight: 400;
  line-height: 49px; /* 153.125% */
  margin-bottom: 160px;
}
section.financeContent .textBig b {
  font-weight: 500;
}
section.financeContent .text {
  color: #62737D;
  font-size: 28px;
  font-weight: 400;
  line-height: 49px;
  margin-top: 80px;
}
section.financeContent .text b {
  font-weight: 500;
}

section.cantactBanner {
  background: linear-gradient(180deg, rgba(136, 154, 166, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 60px 0;
  margin-bottom: 40px;
}
section.cantactBanner .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.cantactBanner .top .titleArea {
  max-width: 40%;
  position: relative;
  z-index: 2;
}
section.cantactBanner .top .titleArea .title {
  margin-bottom: 40px;
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
}
section.cantactBanner .top .titleArea .title .icon {
  fill: #e50748;
  width: 24px;
  height: 24px;
}
section.cantactBanner .top .titleArea .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.cantactBanner .top .imgArea {
  position: relative;
  z-index: 2;
}
section.cantactBanner .top:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 5%;
  top: -60px;
  height: 701px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/starbig.png");
  flex-shrink: 0;
}
section.cantactBanner .bottom {
  position: relative;
  z-index: 2;
}
section.cantactBanner .bottom .infos {
  justify-content: center;
  display: flex;
  gap: 20px 70px;
  background: #fff;
  padding: 60px;
  flex-wrap: wrap;
}
section.cantactBanner .bottom .infos .item {
  padding-right: 70px;
  border-right: 1px solid #CCDBE4;
  display: flex;
  gap: 45px;
  align-items: center;
}
section.cantactBanner .bottom .infos .item .icon {
  width: 35px;
  height: 35px;
  background: #e50748;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/location.svg");
}
section.cantactBanner .bottom .infos .item .text {
  color: #2E2D2E;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
section.cantactBanner .bottom .infos .item .text b {
  display: flex;
  font-weight: 500;
}
section.cantactBanner .bottom .infos .item:last-child {
  border: 0;
  padding: 0;
}

section.contactUs {
  margin-bottom: 140px;
}
section.contactUs .infoArea .addresses {
  background: #62737D;
  padding: 90px 60px;
}
section.contactUs .infoArea .address {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 2px solid rgba(188, 206, 218, 0.2);
}
section.contactUs .infoArea .address span {
  color: #BCCEDA;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px; /* 120.833% */
}
section.contactUs .infoArea .address .title {
  max-width: 400px;
  margin: 30px 0 20px;
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px; /* 130.769% */
}
section.contactUs .infoArea .address .description {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px; /* 170% */
}
section.contactUs .infoArea .address:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.contactUs .infoArea .social {
  padding: 40px 60px;
  background: #5A6A74;
}
section.contactUs .infoArea .social .title {
  color: #BBCFDC;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px; /* 250% */
}
section.contactUs .infoArea .social .socialLinks {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
section.contactUs .infoArea .social .socialLinks .link .icon {
  width: 21px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
section.contactUs .infoArea .social .socialLinks .link:hover .icon {
  fill: #e50748;
}
section.contactUs .contactMap {
  aspect-ratio: 707/987;
  width: 100%;
  position: relative;
}
section.contactUs .contactMap .map {
  width: 100%;
  height: 100%;
}

section.solutionsContent {
  margin-top: 125px;
}
section.solutionsContent .text {
  font-size: 24px;
  line-height: 38px;
  color: #62737D;
}
section.solutionsContent .solutionsCards {
  margin-top: 110px;
  margin-bottom: 160px;
  display: flex;
  gap: 20px;
}
section.solutionsContent .solutionsCards .solutionsCard {
  width: calc(33.33% - 10px);
}
section.solutionsContent .solutionTables {
  margin-bottom: 195px;
  position: relative;
}
section.solutionsContent .solutionTables > .title {
  font-family: "Inter", sans-serif;
  color: #2E2D2E;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
section.solutionsContent .solutionTables > .description {
  max-width: 830px;
  font-size: 24px;
  line-height: 38px;
  color: #62737D;
  margin-bottom: 125px;
}
section.solutionsContent .solutionTables .content {
  display: flex;
  gap: 20px;
}
section.solutionsContent .solutionTables .content .customTabContent {
  display: flex;
  width: 50%;
}
section.solutionsContent .solutionTables .contentMini {
  display: none;
}
section.solutionsContent .solutionTables .tabs {
  margin-bottom: 40px;
}
section.solutionsContent .solutionTables:after {
  content: "";
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  left: -20px;
  right: -20px;
  height: 530px;
  bottom: 165px;
  background: rgba(136, 154, 166, 0.1);
}
section.solutionsContent .solutionTables.mobile {
  display: none;
}
section.solutionsContent .prices {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 340px;
}
section.solutionsContent .prices .text {
  width: 65%;
}
section.solutionsContent .prices .text .info {
  color: #2E2D2E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 56px; /* 116.667% */
}
section.solutionsContent .prices .text .info .icon {
  width: 24px;
  flex-shrink: 0;
  fill: #e50748;
  margin-left: 25px;
  height: 24px;
}
section.solutionsContent .prices .text .description {
  color: #62737D;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
}
section.solutionsContent .prices .commisionMiniInfo {
  top: unset;
  right: unset;
  position: relative;
  flex-shrink: 0;
  width: auto;
}
section.solutionsContent .prices .commisionMiniInfo .top {
  padding: 18px 40px;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
}
section.solutionsContent .prices .commisionMiniInfo .middle {
  font-size: 30px;
  font-weight: 500;
}
section.solutionsContent .prices .commisionMiniInfo .middle b {
  font-size: 128px;
}
section.solutionsContent .prices .commisionMiniInfo .bottom {
  color: #E50647;
  padding: 10px 40px;
  font-size: 36.228px;
  font-weight: 500;
}

.tableNames {
  width: calc(25% - 10px);
}
.tableNames .top {
  padding: 60px 50px;
  background: #275224;
  width: 100%;
  height: 321px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.tableNames .top .info {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.tableNames .top .description {
  color: #DBEFD9;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.tableNames .top a {
  display: flex;
  color: #E50647;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.tableNames .tableContent {
  margin-top: 30px;
  padding-left: 50px;
}
.tableNames .tableContent .item {
  display: flex;
  align-items: center;
  height: 75px;
  vertical-align: middle;
  font-size: 15px;
  color: #62737D;
}

.tables {
  --tableColor:#F4FFF3;
  --textColor:#275224;
  background: var(--tableColor);
  width: calc(25% - 10px);
}
.tables .top {
  padding: 60px 40px;
  border-bottom: 1px solid #DEF4DC;
  text-align: center;
  width: 100%;
  height: 321px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.tables .top .icon {
  width: 24px;
  height: 24px;
  fill: var(--textColor);
  flex-shrink: 0;
}
.tables .top .info {
  color: var(--textColor);
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}
.tables .top .description {
  color: #62737D;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.tables .tableContent {
  padding-top: 40px;
}
.tables .tableContent .item {
  text-align: center;
  height: 75px;
  vertical-align: middle;
  align-items: center;
  font-size: 15px;
  color: var(--textColor);
  display: flex;
  justify-content: center;
}
.tables .tableContent .item .icon {
  width: 11px;
  fill: var(--textColor);
  height: 12px;
  flex-shrink: 0;
}
.tables .tableContent .item .iconArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: var(--textColor);
  border-radius: 50%;
}
.tables .tableContent .item .iconArea .icon {
  width: 12px;
  height: 9px;
  flex-shrink: 0;
  fill: #fff;
}
.tables .tableBottom {
  padding: 50px 30px 35px;
}
.tables .tableBottom a {
  display: flex;
  background: var(--textColor);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 27px;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid var(--textColor);
  transition: 0.3s ease all;
}
.tables .tableBottom a:hover {
  background: transparent;
  color: var(--textColor);
}

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

.inputArea1 {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1.3px solid #DFEBF2;
  width: 100%;
  overflow: hidden;
  display: block;
  transition: 0.3s ease all;
}
.inputArea1 input, .inputArea1 textarea, .inputArea1 select {
  width: 100%;
  display: block;
  padding: 12px 15px;
  border: 0;
  height: 58px;
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 input.placeholder, .inputArea1 textarea.placeholder {
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 input:-moz-placeholder, .inputArea1 textarea:-moz-placeholder {
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 input::-moz-placeholder, .inputArea1 textarea::-moz-placeholder {
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 input:-ms-input-placeholder, .inputArea1 textarea:-ms-input-placeholder {
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 input::-webkit-input-placeholder, .inputArea1 textarea::-webkit-input-placeholder {
  color: #889AA6;
  font-size: 15px;
  font-weight: 500;
}
.inputArea1 textarea {
  min-height: 140px;
  min-width: 100%;
  max-width: 100%;
  padding-top: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #4a5764;
}
.inputArea1 textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #4a5764;
}
.inputArea1 textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #4a5764;
}

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: flex-start;
  gap: 20px;
  text-align: left;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  display: block;
}
.customcheckbox1 .checkboxText {
  color: #62737D;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 163.636% */
}
.customcheckbox1 .checkboxText a {
  font-weight: 400;
  color: #62737D;
  text-decoration: underline !important;
}
.customcheckbox1 .checkboxText b {
  font-weight: 600;
}
.customcheckbox1 .checkmark {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e50748;
  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/check3.svg");
  background: #e50748;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}

.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 b, .editorContent strong {
  color: #62737D;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
}
.editorContent ul li {
  padding-left: 25px;
  position: relative;
  color: #62737D;
  font-size: 18px;
  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 h2 {
  color: #62737D;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.editorContent p {
  font-family: "Inter", sans-serif;
  color: #62737D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 113.636% */
}
.editorContent p b {
  font-weight: 500;
}
.editorContent a {
  color: #62737D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline !important;
}
.editorContent.blackType p {
  color: #2E2D2E;
}
.editorContent.blackType h1 {
  color: #2E2D2E;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(98, 115, 125, 0.2);
  padding: 30px 50px;
  display: flex;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.accordionItem .accordionHeader {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  color: #62737D;
  font-size: 18px;
  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: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow3.svg");
  background: #889AA6;
  position: absolute;
  top: 55px;
  transition: 0.3s ease all;
  right: 90px;
}
.accordionItem .accordionBody {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-right: 85px;
  pointer-events: none;
  flex-shrink: 0;
  width: 50%;
  transition: 0.3s ease max-height;
}
.accordionItem.active .accordionHeader {
  min-width: calc(50% - 50px);
}
.accordionItem.active .accordionHeader:after {
  transform: rotate(-90deg);
}
.accordionItem.active .accordionBody {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease all, 0.3s 0.3s ease opacity;
  max-height: 1500px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}
.breadcrumb li a {
  color: rgba(113, 96, 79, 0.5);
  font-size: 12px;
  font-weight: 300;
}
.breadcrumb li a:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/arrow_short.svg");
  background: rgba(113, 96, 79, 0.5);
  width: 6px;
  height: 6px;
  position: relative;
  display: inline-block;
  left: -10px;
}
.breadcrumb li:last-child a {
  color: #71604F;
}
.breadcrumb li:last-child a:before {
  background: #71604F;
}
.breadcrumb li:first-child a:before {
  display: none;
}

section.banner1 {
  background: #F3F5F6;
  position: relative;
  padding-top: 130px;
}
section.banner1 .container {
  display: flex;
  gap: 65px;
  height: 100%;
}
section.banner1 .bannerTitleArea {
  max-width: 680px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
section.banner1 .bannerTitleArea .title {
  color: #2E2D2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
  margin-bottom: 45px;
}
section.banner1 .bannerTitleArea .title .icon {
  width: 24px;
  height: 24px;
  fill: #e50748;
}
section.banner1 .bannerTitleArea .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.banner1 .bannerTitleArea a {
  color: #E50647;
  font-size: 18px;
  font-weight: 600;
  line-height: 18.164px;
  font-family: "Inter", sans-serif;
  display: block;
  margin: 75px 0;
}
section.banner1 .bannerTitleArea span {
  color: #889AA6;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  display: block;
  max-width: 490px;
}
section.banner1 .bannerImg {
  margin-top: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  flex-shrink: 0;
  aspect-ratio: 689/667;
  max-width: 689px;
}
section.banner1 .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.banner1:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 56%;
  bottom: 0;
  transform: translateX(-50%);
  height: 701px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/starbig.png");
  flex-shrink: 0;
}

section.banner2 {
  background: #F3F5F6;
  margin-bottom: 160px;
  position: relative;
}
section.banner2 .container {
  display: flex;
  align-items: center;
  height: 100%;
}
section.banner2 .bannerTitleArea {
  max-width: 710px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
section.banner2 .bannerTitleArea .title {
  margin-top: 15px;
  color: #2E2D2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
  margin-bottom: 45px;
}
section.banner2 .bannerTitleArea .title .icon {
  width: 24px;
  height: 24px;
  fill: #e50748;
}
section.banner2 .bannerTitleArea .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.banner2 .bannerTitleArea a {
  color: #360033;
  font-size: 18px;
  font-weight: 600;
  line-height: 18.164px;
  font-family: "Inter", sans-serif;
  display: block;
  margin: 75px 0;
}
section.banner2 .bannerTitleArea span {
  font-family: "Inter", sans-serif;
  font-size: 23.161px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.233px; /* 186.667% */
  background: linear-gradient(90deg, #360033 0%, #0B8793 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.banner2 .bannerTitleArea .text {
  color: #889AA6;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  display: block;
  max-width: 490px;
}
section.banner2 .bannerImg {
  margin-top: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  flex-shrink: 0;
  aspect-ratio: 740/719;
  max-width: 719px;
}
section.banner2 .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.banner2 .bannerImg .image-1 {
  position: absolute;
  top: 79%;
  right: 76%;
  width: 121px;
  height: 114px;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.banner2 .bannerImg .image-2 {
  position: absolute;
  right: 62%;
  top: 2%;
  width: 174px;
  height: 179px;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.banner2 .bannerImg .image-3 {
  position: absolute;
  top: 26%;
  right: 52%;
  width: 178px;
  height: 180px;
  flex-shrink: 0;
  transform: translate(50%, 50%) scale(1);
  z-index: 0;
  animation: sliderBlur4 5.6s ease infinite alternate;
}
section.banner2:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 56%;
  bottom: 0;
  transform: translateX(-50%);
  width: 701px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/starbig.png");
  height: 709px;
  flex-shrink: 0;
}

section.banner3 {
  background: #F3F5F6;
  position: relative;
  height: 800px;
}
section.banner3 .container {
  display: flex;
  align-items: center;
  gap: 65px;
  height: 100%;
}
section.banner3 .bannerTitleArea {
  width: 45%;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
section.banner3 .bannerTitleArea .title {
  color: #2E2D2E;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  font-family: "Inter", sans-serif;
  margin-bottom: 45px;
}
section.banner3 .bannerTitleArea .title .icon {
  width: 24px;
  height: 24px;
  fill: #e50748;
}
section.banner3 .bannerTitleArea .description {
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
section.banner3 .bannerTitleArea a {
  color: #E50647;
  font-size: 18px;
  font-weight: 600;
  line-height: 18.164px;
  font-family: "Inter", sans-serif;
  display: block;
  margin: 75px 0;
}
section.banner3 .bannerTitleArea span {
  color: #889AA6;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  display: block;
  max-width: 490px;
}
section.banner3 .bannerImg {
  margin-top: auto;
  position: relative;
  max-width: 55%;
  max-height: 100%;
  display: flex;
  z-index: 1;
  flex-shrink: 0;
  aspect-ratio: 770/689;
}
section.banner3 .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.banner3 .bannerImg .image-1 {
  position: absolute;
  top: 60%;
  right: 84%;
  width: 121px;
  height: 114px;
  animation: sliderBlur2 9.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.banner3 .bannerImg .image-2 {
  position: absolute;
  right: 11%;
  top: 2%;
  width: 197px;
  height: 202px;
  animation: sliderBlur3 5.6s ease infinite alternate;
  transform: translate(-50%, -50%) scale(1);
}
section.banner3 .bannerImg .image-3 {
  position: absolute;
  top: 6%;
  right: 8%;
  width: 178px;
  height: 180px;
  flex-shrink: 0;
  transform: translate(50%, 50%) scale(1);
  z-index: 1;
  animation: sliderBlur4 5.6s ease infinite alternate;
}
section.banner3.type2 a {
  padding: 17px 40px;
  border-radius: 10px;
  background: #62737D;
  border: 1px solid #62737D;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  display: inline-block;
  transition: 0.3s ease all;
}
section.banner3.type2 a span {
  transition: 0.3s ease all;
  color: #C6D5DF;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}
section.banner3.type2 a:hover {
  background: transparent;
  color: #62737D;
}
section.banner3.type2 a:hover span {
  color: #62737D;
}
section.banner3.type2 .bannerImg {
  aspect-ratio: 603/678;
}
section.banner3:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 56%;
  bottom: 0;
  transform: translateX(-50%);
  width: 701px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/starbig.png");
  flex-shrink: 0;
}

section.widgetShowroom {
  padding: 200px 0 100px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}
section.widgetShowroom .content {
  max-width: 400px;
  padding: 100px 0;
}
section.widgetShowroom .content .subTitle {
  color: rgba(113, 96, 79, 0.5);
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 35px;
}
section.widgetShowroom .content .title {
  color: #71604F;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 50px;
}
section.widgetShowroom .content .description {
  color: #71604F;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px; /* 190% */
  margin-bottom: 100px;
}
section.widgetShowroom .content .view {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #71604F;
  font-size: 16px;
  font-weight: 400;
}
section.widgetShowroom .content .view .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #71604F;
  width: 30px;
  height: 22px;
}
section.widgetShowroom .content .view .iconArea .icon {
  width: 9px;
  height: 9px;
  fill: #71604F;
}
section.widgetShowroom .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  position: relative;
}
section.widgetShowroom .images img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
section.widgetShowroom .images img:nth-child(1), section.widgetShowroom .images img:nth-child(1) {
  grid-column: 1;
}
section.widgetShowroom .images img:nth-child(3) {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  justify-self: center;
}
section.widgetShowroom .imageAnimation1 {
  position: absolute;
  aspect-ratio: 207/243;
  left: 25%;
  top: 40px;
  z-index: -1;
  animation: float2 10s infinite alternate ease-in-out;
}
section.widgetShowroom .imageAnimation2 {
  position: absolute;
  aspect-ratio: 592/645;
  left: -300px;
  top: 20%;
  z-index: -1;
  animation: float1 10s infinite alternate ease-in-out;
}

section.widgetOurBrands {
  border-radius: 20px 20px 0px 0px;
  background: #FFF;
  padding: 90px 0;
}
section.widgetOurBrands .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
section.widgetOurBrands .content {
  max-width: 340px;
  flex-shrink: 0;
}
section.widgetOurBrands .content .title {
  color: #71604F;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 35px;
}
section.widgetOurBrands .content .description {
  color: #71604F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 166.667% */
}
section.widgetOurBrands .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px 50px;
  justify-items: end;
  width: 100%;
}
section.widgetOurBrands .items .item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
section.widgetOurBrands .items .item:not(.allBrands) {
  aspect-ratio: 125/55;
  width: 125px;
}
section.widgetOurBrands .items .item.allBrands {
  color: #71604F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 25px;
  text-align: right;
}
section.widgetOurBrands .items .item.allBrands .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #71604F;
  width: 30px;
  height: 22px;
}
section.widgetOurBrands .items .item.allBrands .iconArea .icon {
  width: 9px;
  height: 9px;
  fill: #71604F;
}

section.widgetPromotion1 {
  aspect-ratio: 1712/679;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  align-items: flex-end;
  padding: 150px 0;
}
section.widgetPromotion1 .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.widgetPromotion1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
section.widgetPromotion1 .content p {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px; /* 140% */
  max-width: 880px;
}
section.widgetPromotion1 .content .play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #fff;
  outline: 17px solid rgba(217, 217, 217, 0.4) !important;
  position: relative;
}
section.widgetPromotion1 .content .play .icon {
  width: 18px;
  height: 24px;
  fill: #1C1B1F;
}
section.widgetPromotion1 .content .play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 170%;
  border: 1px solid rgba(255, 245, 245, 0.4);
  border-radius: 100%;
}
section.widgetPromotion1 .content .play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 200%;
  border: 1px solid rgba(255, 245, 245, 0.2);
  border-radius: 100%;
}
section.widgetPromotion1 .content .play:hover {
  outline: 17px solid rgba(217, 217, 217, 0.8) !important;
}

.widget1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 0 75px;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 20px;
}
.widget1 .imgArea {
  aspect-ratio: 292/245;
}
.widget1 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.widget1 .text {
  color: #71604F;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
  max-width: 580px;
}
.widget1 .formBtn {
  border-radius: 10px;
  background: #FFF6EC;
  padding: 25px 45px;
  color: #71604F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
}
.widget1 .formBtn .icon {
  margin-right: 10px;
  fill: #71604F;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.widget2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #FFF;
  padding-left: 65px;
  height: 100%;
  gap: 20px;
}
.widget2 .content span {
  color: #71604F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 192.857% */
}
.widget2 .content .text {
  color: #71604F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 5px 0 25px;
  line-height: 31px; /* 172.222% */
}
.widget2 .content .dealerBtn {
  color: #71604F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.039px;
  display: flex;
  align-items: center;
}
.widget2 .content .dealerBtn .iconArea {
  margin-left: 25px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
  background: #71604F;
  transition: 0.3s ease all;
}
.widget2 .content .dealerBtn .iconArea .icon {
  fill: #fff;
  width: 11px;
  height: 11px;
}
.widget2 .content .dealerBtn:hover .iconArea {
  transform: translateX(10px);
}
.widget2 .imgArea {
  margin-top: auto;
  flex-shrink: 0;
}
.widget2 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.widget3 {
  position: relative;
  aspect-ratio: 1488/245;
  display: flex;
  margin-top: 65px;
  align-items: center;
}
.widget3 .imgArea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.widget3 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.widget3 .content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 100px;
  z-index: 2;
}
.widget3 .content .text {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
  max-width: 580px;
}
.widget3 .content .formBtn {
  display: flex;
  padding: 25px 45px;
  background: #fff;
  color: #71604F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
}
.widget3 .content .formBtn .icon {
  width: 18px;
  height: 17px;
  flex-shrink: 0;
  fill: #71604F;
}

.widget4 {
  size: 100%;
  height: 316px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.widget4 .imgArea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.widget4 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.widget4 .imgArea:after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.widget4 .content {
  width: 100%;
  z-index: 2;
  padding: 0 125px;
}
.widget4 .content .arrow {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 70px;
  background: #71604F;
  transition: 0.3s ease all;
}
.widget4 .content .arrow .icon {
  fill: #fff;
  width: 32px;
  height: 34px;
  flex-shrink: 0;
  transform: rotate(-45deg);
}
.widget4 .content .date {
  color: #FFF2E4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: block;
  margin-bottom: 25px;
}
.widget4 .content .title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 169.231% */
  width: 575px;
  display: block;
}
.widget4.type2 {
  width: 100%;
  height: 467px;
  border-radius: 0;
}
.widget4.type2 .content {
  padding: 80px 90px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.widget4.type2 .content .arrow {
  position: relative;
  top: unset;
  margin-bottom: auto;
  right: unset;
}
.widget4:hover .arrow {
  transform: translate(10px, -10px);
}

.widget5 {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.widget5 .title {
  color: #71604F;
  font-size: 26px;
  font-weight: 200;
  line-height: 34px; /* 130.769% */
  padding: 0 44px;
}
.widget5 .title b {
  font-weight: 400;
}
.widget5 .goshop {
  padding: 0 44px;
  margin-top: auto;
}
.widget5 .goshop > span {
  color: #71604F;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.widget5 .goshop a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #71604F;
  font-size: 15px;
  font-weight: 700;
}
.widget5 .goshop a .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 30px;
  height: 22px;
  background: #71604F;
}
.widget5 .goshop a .iconArea .icon {
  width: 9px;
  height: 9px;
  fill: #fff;
}

.widget6 {
  border-radius: 20px;
  background: #FFF;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.widget6 img {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: 0;
  width: 70%;
}
.widget6 .title {
  color: #71604F;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.widget6 .description {
  color: #71604F;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  max-width: 165px;
  margin-bottom: 26px;
  position: relative;
}
.widget6 a {
  display: flex;
  position: relative;
  align-items: center;
  gap: 16px;
  color: #71604F;
  font-size: 15px;
  font-weight: 700;
  margin-top: auto;
}
.widget6 a .iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 30px;
  height: 22px;
  background: #71604F;
}
.widget6 a .iconArea .icon {
  width: 9px;
  height: 9px;
  fill: #fff;
}

.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 ul {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 100px;
}
.navlist1 li {
  padding: 35px 0 35px 55px;
  position: relative;
}
.navlist1 li a {
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 145% */
  transition: 0.3s ease all;
}
.navlist1 li a:after {
  content: "";
  top: 50%;
  transition: 0.3s ease all;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 0;
  position: absolute;
  background: #e50748;
  opacity: 0;
}
.navlist1 li a.active, .navlist1 li a:hover {
  color: #2E2D2E;
  font-weight: 500;
}
.navlist1 li a.active:after {
  height: 50px;
  opacity: 1;
}
.navlist1:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  position: absolute;
  background: rgba(136, 154, 166, 0.5);
}

.navlist2 {
  display: inline-flex;
  border-radius: 100px;
  padding: 12px 15px;
  margin: 0 auto;
  background: #F3F5F6;
}
.navlist2 ul {
  display: inline-flex;
  position: relative;
  gap: 50px;
  border-radius: 100px;
}
.navlist2 li {
  transition: 0.3s ease all;
}
.navlist2 li a {
  color: #2E2D2E;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 97.026% */
  transition: 0.3s ease all;
  padding: 18px;
  position: relative;
  border-radius: 100px;
  display: inline-flex;
}
.navlist2 li a:after {
  content: "";
  top: 50%;
  transition: 0.3s ease all;
  transform: translateY(-50%);
  left: 30px;
  width: 15px;
  height: 15px;
  background-image: url("../img/svg/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  opacity: 0;
}
.navlist2 li a.active {
  padding: 18px 30px 18px 58px;
  background: #fff;
}
.navlist2 li a.active:after {
  opacity: 1;
}

.navlist3 {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  gap: 20px;
  margin-bottom: 45px;
}
.navlist3::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #9f0829;
}
.navlist3 li a {
  color: #275224;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.navlist3 li:nth-child(2) a {
  color: #B31E29;
}
.navlist3 li:nth-child(3) a {
  color: #2E2D2E;
}

/* Premium Diffrence Card Styles */
.diffrenceCard {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 18px;
  height: 100%;
  min-height: 280px;
  position: relative;
  transition: all 0.2s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  text-decoration: none;
}
.diffrenceCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(229, 6, 71, 0.15);
}

/* Icon Wrapper */
.diffrenceCard .iconWrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(229, 6, 71, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.diffrenceCard .iconWrap .icon {
  width: 28px;
  height: 28px;
  color: #E50647;
  stroke: #E50647;
}

/* Legacy icon support (without wrapper) */
.diffrenceCard > .icon {
  width: 39px;
  height: 27px;
  fill: #E50647;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Card Title */
.diffrenceCard .info {
  color: #2E2D2E;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}

/* Card Description */
.diffrenceCard .info2 {
  color: #62737D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
  flex: 1;
  overflow: hidden;
  opacity: 0.85;
}

/* Card CTA */
.diffrenceCard .cardCta {
  color: #E50647;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  transition: transform 0.2s ease;
}
.diffrenceCard:hover .cardCta {
  transform: translateX(4px);
}

.gradientCard {
  display: flex;
  padding: 40px 35px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 258px;
  overflow: hidden;
}
.gradientCard .info {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
  font-family: "Inter", sans-serif;
  color: #889AA6;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.gradientCard .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #889AA6;
  transition: 0.3s ease all;
  z-index: 2;
  position: absolute;
  right: 35px;
  top: 40px;
}
.gradientCard .description {
  color: #889AA6;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
  margin-top: 45px;
  max-width: 390px;
}
.gradientCard:hover .icon {
  fill: #fff;
}
.gradientCard:hover .info {
  color: #FFF;
}
.gradientCard:hover .description {
  color: #FFF;
}
.gradientCard:hover:after {
  opacity: 0;
}
.gradientCard:hover:before {
  opacity: 1;
}
.gradientCard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(136, 154, 166, 0.1);
  z-index: 1;
  transition: 0.3s ease all;
}
.gradientCard:before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Hover'da görünen zemin rengi - daha doygun pastel kırmızı tonları */
  background: linear-gradient(90deg, #F9A3B8 0%, #F57693 45%, #E93C63 100%);
  z-index: 1;
  transition: 0.3s ease all;
}

.gradientCard2 {
  display: flex;
  padding: 40px 35px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 258px;
  overflow: hidden;
}
.gradientCard2 .info {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
  font-family: "Inter", sans-serif;
  color: #889AA6;
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
}
.gradientCard2 .icon {
  width: 61px;
  height: 45px;
  flex-shrink: 0;
  background: #889AA6;
  transition: 0.3s ease all;
  z-index: 2;
  position: absolute;
  right: 35px;
  top: 40px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--icon);
}
.gradientCard2 .description {
  color: #889AA6;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
  margin-top: 45px;
  max-width: 390px;
}
.gradientCard2:hover .icon {
  background: #fff;
}
.gradientCard2:hover .info {
  color: #FFF;
}
.gradientCard2:hover .description {
  color: #FFF;
}
.gradientCard2:hover:after {
  opacity: 0;
}
.gradientCard2:hover:before {
  opacity: 1;
}
.gradientCard2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(136, 154, 166, 0.1);
  z-index: 1;
  transition: 0.3s ease all;
}
.gradientCard2:before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #E50752 0%, #5a112a 100%);
  z-index: 1;
  transition: 0.3s ease all;
}

.online {
  margin-bottom: 95px;
  position: relative;
}
.online .content {
  position: absolute;
  padding: 100px 70px;
  width: 727px;
  flex-shrink: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #E50752 0%, #5a112a 100%);
  top: -45px;
  left: 0;
}
.online .content span {
  color: #A8F1C8;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.online .content .title {
  margin-bottom: 20px;
  margin-top: 45px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
  /* 111.538% */
}
.online .content .description {
  max-width: 520px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.online .imgArea {
  aspect-ratio: 1193/594;
  max-width: 1193px;
  margin-left: auto;
  flex-shrink: 0;
}
.online .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.workCard {
  padding: 50px 50px 80px;
  border-radius: 30px;
  background: #F3F5F6;
  transition: 0.3s ease all;
}
.workCard .number {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  /* 127.273% */
  width: 69px;
  height: 69px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #134E5E 0%, #71B280 100%);
  margin-bottom: 45px;
}
.workCard .title {
  margin-bottom: 15px;
  background: linear-gradient(90deg, #134E5E 0%, #71B280 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 117.857% */
}
.workCard .description {
  color: #62737D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}
.workCard:hover {
  scale: 1.03;
}
.workCard.type2 .number {
  background: #6EAE7F;
}
.workCard.type2 .info {
  margin-bottom: 15px;
  color: #175260;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 117.857% */
}
.workCard.type3 {
  transition: 0.3s ease all;
}
.workCard.type3 .number {
  background: #175260;
  transition: 0.3s ease all;
}
.workCard.type3 .info {
  margin-bottom: 15px;
  color: #175260;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 117.857% */
  transition: 0.3s ease all;
}
.workCard.type3 .description {
  transition: 0.3s ease all;
}
.workCard.type3:hover {
  background: #175260;
  scale: 1;
}
.workCard.type3:hover .number {
  background: #fff;
  color: #175260;
}
.workCard.type3:hover .info {
  color: #fff;
}
.workCard.type3:hover .description {
  color: #fff;
}

.commisionMiniInfo {
  position: absolute;
  width: 201px;
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #889AA6;
  background: #FFF;
  top: 26px;
  right: 13px;
}
.commisionMiniInfo .top {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  background: #889AA6;
  padding: 10px 20px;
}
.commisionMiniInfo .middle {
  display: flex;
  align-items: flex-end;
  color: #889AA6;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px 19px;
  gap: 5px;
  border-bottom: 1px solid #889AA6;
}
.commisionMiniInfo .middle b {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: -7px;
}
.commisionMiniInfo .bottom {
  color: #E50647;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
}
.commisionMiniInfo .bottom .icon {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  fill: #e50748;
}

.solutionsCard {
  --color: #275224;
  padding: 50px;
  border: 1px solid var(--color);
}
.solutionsCard .star {
  width: 60px;
  height: 60px;
  fill: var(--color);
  stroke: var(--color);
}
.solutionsCard .info {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color);
}
.solutionsCard .description {
  font-size: 18px;
  margin-bottom: 50px;
  color: var(--color);
  font-weight: 600;
}
.solutionsCard .title {
  font-size: 24px;
  margin-bottom: 55px;
  color: var(--color);
  font-weight: 700;
}
.solutionsCard ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 90px;
}
.solutionsCard ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  gap: 15px;
  color: var(--color);
  fill: var(--color);
}
.solutionsCard ul li .iconArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: var(--color);
  border-radius: 50%;
  flex-shrink: 0;
}
.solutionsCard ul li .iconArea .icon {
  width: 12px;
  height: 9px;
  flex-shrink: 0;
  fill: #fff;
}
.solutionsCard a {
  display: flex;
  background: var(--color);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 27px;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid var(--color);
  transition: 0.3s ease all;
}
.solutionsCard a:hover {
  background: transparent;
  color: var(--color);
}
.solutionsCard:nth-child(2) {
  --color: #B31E29;
}
.solutionsCard:nth-child(3) {
  --color: #2E2D2E;
}

.partnerSlide {
  margin: 110px 0;
  border-radius: 20px;
  border: 1px solid #DCE9F1;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.partnerSlide .partnerSlider {
  padding: 110px 0 85px;
}
.partnerSlide .partnerSlider .swiperButtons {
  position: relative;
  margin: 60px auto 0;
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.partnerSlide .partnerSlider .swiperButtons .swiper-button-next, .partnerSlide .partnerSlider .swiperButtons .swiper-button-prev {
  position: relative;
  margin: 0;
  top: unset;
  right: unset;
  left: unset;
  width: 42px;
  height: 27px;
}
.partnerSlide .partnerSlider .swiperButtons .swiper-button-next .icon, .partnerSlide .partnerSlider .swiperButtons .swiper-button-prev .icon {
  width: 42px;
  height: 27px;
  flex-shrink: 0;
  fill: #62737D;
}
.partnerSlide .partnerSlider .swiperButtons .swiper-button-next:after, .partnerSlide .partnerSlider .swiperButtons .swiper-button-prev:after {
  display: none;
}
.partnerSlide .partnerSlider .swiperButtons .swiper-button-prev {
  transform: rotate(-180deg);
}
.partnerSlide .partnerSlideContent {
  text-align: center;
  padding: 0 50px;
}
.partnerSlide .partnerSlideContent .info {
  margin-bottom: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.partnerSlide .partnerSlideContent span {
  justify-content: center;
  display: flex;
  margin-bottom: 85px;
  color: #62737D;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px; /* 155% */
}
.partnerSlide .partnerSlideContent .name {
  color: #2E2D2E;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 44px; /* 275% */
}
.partnerSlide .partnerSlideContent .text {
  max-width: 860px;
  margin: 0 auto 45px;
  color: #2E2D2E;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px; /* 122.222% */
}
.partnerSlide .partnerSlideContent a {
  color: #E50647;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px; /* 275% */
}
.partnerSlide .partnerSlideContent.type2 .text {
  max-width: 1150px;
  color: #2E2D2E;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px; /* 162.5% */
}
.partnerSlide .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 110px;
  gap: 50px;
  border-radius: 0 0 20px 20px;
  background: #62737D;
  position: relative;
}
.partnerSlide .bottom .titleArea {
  width: 55%;
  position: relative;
  z-index: 2;
}
.partnerSlide .bottom .titleArea .info {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
}
.partnerSlide .bottom .titleArea .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.partnerSlide .bottom .titleArea .text b {
  font-weight: 500;
  display: flex;
}
.partnerSlide .bottom .btn {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  border-radius: 300px;
  padding: 28px 60px;
  display: inline-flex;
  background: #2E2D2E;
  border: 1px solid #2E2D2E;
  transition: 0.3s ease all;
}
.partnerSlide .bottom .btn:hover {
  background: transparent;
}
.partnerSlide .bottom:after {
  content: "";
  max-width: 281px;
  width: 100%;
  bottom: 0;
  right: 18%;
  background-image: url("../img/partnerslideimg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  flex-shrink: 0;
  aspect-ratio: 281/395;
}
.partnerSlide .bottom.color2 {
  background: #175260;
}
.partnerSlide .bottom.color2 .btn {
  background: #6EAE7F;
  border: 1px solid #6EAE7F;
}
.partnerSlide .bottom.color2:after {
  background-image: url("../img/partnerslideimg2.png");
  max-width: 383px;
  aspect-ratio: 383/380;
}

@keyframes sliderBlur {
  0% {
    opacity: 1;
    transform: translate(10%, 10%) scale(1);
  }
  50% {
    transform: translate(-10%, -5%) scale(1.1);
  }
  100% {
    transform: translate(-5%, -15%) scale(0.9);
  }
}
@keyframes sliderBlur2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-30%, -75%) scale(1.1);
  }
  100% {
    transform: translate(-40%, -45%) scale(0.9);
  }
}
@keyframes sliderBlur3 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-60%, -55%) scale(1.1);
  }
  100% {
    transform: translate(-40%, -45%) scale(0.9);
  }
}
@keyframes sliderBlur4 {
  0% {
    opacity: 1;
    transform: translate(50%, 50%) scale(1);
  }
  50% {
    transform: translate(80%, 75%) scale(1 0.5);
  }
  100% {
    transform: translate(60%, 45%) scale(0.9);
  }
}
section.questions {
  margin-bottom: 80px;
}
section.questions .title {
  color: #2E2D2E;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
section.questions .description {
  color: #889AA6;
  text-align: center;
  font-size: 15px;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
section.questions .content {
  border-radius: 20px;
  border: 1px solid rgba(136, 154, 166, 0.2);
}
section.questions .content .accordionItem:last-child {
  border-bottom: 0;
}

.brands .brand {
  height: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F3F4F4;
  padding: 0 50px;
  background: #FFF;
}
.brands .brand img {
  max-width: 140px;
  max-height: 51px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: 0.3s ease all;
}
.brands .brand .text {
  display: flex;
  gap: 40px;
  color: #000;
  font-size: 18px;
  margin-right: auto;
  font-weight: 400;
  line-height: 21px; /* 116.667% */
  align-items: center;
}
.brands .brand .text .icon {
  width: 23px;
  fill: #e50748;
  height: 23px;
  flex-shrink: 0;
}
.brands .brand:hover img {
  scale: 1.1;
}

section.technic {
  margin-bottom: 95px;
  position: relative;
}
section.technic .title {
  color: #2E2D2E;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 58px; /* 223.077% */
}
section.technic .description {
  color: #62737D;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px; /* 155% */
  margin-bottom: 95px;
  position: relative;
  z-index: 2;
}
section.technic .technicCard {
  border-radius: 10px;
  background: #F3F5F6;
  display: flex;
  flex-direction: column;
  padding: 90px 80px;
}
section.technic .technicCard .firstIcon {
  width: 35px;
  height: 39px;
  flex-shrink: 0;
  margin-bottom: 60px;
  fill: #2E2D2E;
}
section.technic .technicCard .name {
  color: #2E2D2E;
  font-size: 28px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  max-width: 255px;
  line-height: 32px; /* 114.286% */
}
section.technic .technicCard .info {
  color: #2E2D2E;
  font-size: 20px;
  font-weight: 400;
  max-width: 255px;
  margin-bottom: 65px;
  line-height: 28px; /* 140% */
}
section.technic .technicCard .iconArrow {
  width: 42px;
  height: 27px;
  flex-shrink: 0;
  fill: #2E2D2E;
  transition: 0.3s ease all;
}
section.technic .technicCard:hover .iconArrow {
  transform: translateX(15px);
}

.blogCard1,
.blogCard2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 36px 32px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease all;
}
.blogCard1 {
  background: #111827;
  color: #FFFFFF;
}
.blogCard2 {
  background: #E5E7EB;
  color: #111827;
}
.blogCard1 .date,
.blogCard2 .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 12px;
}
.blogCard1 .title,
.blogCard2 .title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.blogCard1 .title {
  color: #F9FAFB;
}
.blogCard2 .title {
  color: #111827;
}
.blogCard1 .imgArea,
.blogCard2 .imgArea {
  margin-top: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.blogCard1 .imgArea img,
.blogCard2 .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogCard1:hover,
.blogCard2:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.blogCard3 {
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogCard3 .cardTitleArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.blogCard3 .cardTitleArea .name {
  color: #2E2D2E;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
  max-width: 335px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogCard3 .cardTitleArea .date {
  color: #889AA6;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
.blogCard3 .imgArea {
  aspect-ratio: 1/1;
  width: 222px;
  border-radius: 20px;
  overflow: hidden;
}
.blogCard3 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease all;
}
.blogCard3:hover .imgArea img {
  transform: rotate(3deg) scale(1.08);
}

.blogCard4 {
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
  padding: 40px 40px 60px;
  border-radius: 20px;
  background: #F7F7F7;
}
.blogCard4 .cardTitleArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  max-width: 335px;
}
.blogCard4 .cardTitleArea .name {
  color: #2E2D2E;
  margin: 20px 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  font-family: "Inter", sans-serif;
}
.blogCard4 .cardTitleArea .description {
  color: #2E2D2E;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.blogCard4 .cardTitleArea .date {
  color: #889AA6;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 193.333% */
}
.blogCard4 .imgArea {
  aspect-ratio: 208/163;
  max-width: 208px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.blogCard4 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease all;
}
.blogCard4:hover .imgArea img {
  transform: rotate(3deg) scale(1.08);
}

.appForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 725px;
  border: 1px solid #DEEBF3;
  background: #FFF;
  position: relative;
  box-shadow: 0 0 100px 0 rgba(136, 154, 166, 0.06);
}
.appForm .text {
  color: #62737D;
  font-size: 12px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 18px; /* 150% */
}
.appForm .text a {
  color: #62737D;
  font-size: 12px;
  font-weight: 500;
  text-decoration-line: underline !important;
}
.appForm .top {
  background: linear-gradient(90deg, #4c4c4c 0%, #d6274e 100%);
  padding: 45px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  position: relative;
  z-index: 1;
}
.appForm .top b {
  color: #e50748;
}
.appForm .content {
  padding: 24px 45px;
  background: #fff;
  position: relative;
}
.appForm .content .checkBoxs {
  padding-bottom: 5px;
}
.appForm .content:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, #e50748 0%, #EEE 100%);
  position: absolute;
}
.appForm .bottom {
  padding: 40px 45px 50px;
}
.appForm .bottom .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.appForm .bottom .buttons .btnApp, .appForm .bottom .buttons .callUs {
  display: flex;
  width: 100%;
  padding: 22px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px; /* 125% */
}
.appForm .bottom .buttons .btnApp {
  border-radius: 10px;
  background: #e50748;
  transition: 0.3s ease all;
}
.appForm .bottom .buttons .btnApp:hover {
  background: #889AA6;
}
.appForm .bottom .buttons .callUs {
  border-radius: 10px;
  background: #889AA6;
  transition: 0.3s ease all;
}
.appForm .bottom .buttons .callUs:hover {
  background: #e50748;
}
.appForm:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -40%);
  width: 90px;
  height: 91px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/star.svg");
  background: #e50748;
  z-index: 0;
}

/* ============================================
   Products Showcase Section (Ürünlerimizle Tanışın)
   ============================================ */
.productsShowcase {
  padding: 80px 0 60px;
  background: #F8F9FB;
}

.productsShowcase .sectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.productsShowcase .leftLabel {
  flex-shrink: 0;
}

.productsShowcase .leftLabel span {
  color: #62737D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.productsShowcase .centerContent {
  flex: 1;
  padding-left: 30px;
}

.productsShowcase .sectionTitle {
  color: #2E2D2E;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.productsShowcase .sectionSubtitle {
  color: #62737D;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
}

.productsShowcase .navArrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.productsShowcase .navBtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E7EBF2;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}

.productsShowcase .navBtn:hover {
  background: #E50647;
}

.productsShowcase .navBtn svg {
  width: 18px;
  height: 18px;
  stroke: #62737D;
  transition: 0.3s ease all;
}

.productsShowcase .navBtn:hover svg {
  stroke: #fff;
}

.productsShowcase .nextBtn svg {
  stroke: #2E2D2E;
}

/* Carousel Wrapper */
.productsCarouselWrapper {
  overflow: hidden;
}

.productsShowcaseSwiper {
  overflow: visible;
}

.productsShowcaseSwiper .swiper-wrapper {
  padding: 10px 0 20px;
}

/* Product Showcase Card */
.productShowcaseCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  min-height: 420px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.productShowcaseCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(229, 6, 71, 0.1);
}

.productShowcaseCard .cardTop {
  margin-bottom: 20px;
}

.productShowcaseCard .cardTitle {
  color: #2E2D2E;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.productShowcaseCard .cardSubtitle {
  color: #62737D;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
  font-family: "Albert Sans", sans-serif;
}

.productShowcaseCard .cardIcon {
  padding: 25px 0;
}

.productShowcaseCard .cardIcon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.productShowcaseCard .cardBottom {
  margin-top: auto;
  position: relative;
}

.productShowcaseCard .usageLabel {
  display: block;
  color: #2E2D2E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

.productShowcaseCard .usageText {
  color: #62737D;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding-right: 60px;
  font-family: "Albert Sans", sans-serif;
}

.productShowcaseCard .cardArrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2E2D2E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}

.productShowcaseCard .cardArrow svg {
  width: 18px;
  height: 18px;
  stroke: #2E2D2E;
  transition: 0.3s ease all;
}

.productShowcaseCard:hover .cardArrow {
  background: #E50647;
  border-color: #E50647;
}

.productShowcaseCard:hover .cardArrow svg {
  stroke: #fff;
}

/* Responsive */
@media (max-width: 1200px) {
  .productsShowcase .centerContent {
    padding-left: 20px;
  }
  
  .productsShowcase .sectionTitle {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .productsShowcase .sectionHeader {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .productsShowcase .leftLabel {
    width: 100%;
    text-align: center;
  }
  
  .productsShowcase .centerContent {
    width: 100%;
    padding-left: 0;
    text-align: center;
    order: -1;
  }
  
  .productsShowcase .navArrows {
    width: 100%;
    justify-content: center;
    display: none;
  }
}

@media (max-width: 768px) {
  .productsShowcase {
    padding: 50px 0 40px;
  }
  
  .productsShowcase .sectionHeader {
    margin-bottom: 30px;
  }
  
  .productsShowcase .sectionTitle {
    font-size: 20px;
  }
  
  .productsShowcase .leftLabel {
    display: none;
  }
  
  .productShowcaseCard {
    min-height: 380px;
    padding: 25px 20px;
  }
  
  .productShowcaseCard .cardIcon img {
    width: 55px;
    height: 55px;
  }
  
  .productShowcaseCard .cardArrow {
    width: 42px;
    height: 42px;
  }
}

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