/*$primaryColor: #EE381E;*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

body {
    --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 600px;
    }
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerLeftPadding.container-sm > .row > *:last-child,
    .containerLeftPadding.container > .row > *:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerRightPadding.container-sm > .row > *:first-child,
    .containerRightPadding.container > .row > *:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 600px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerLeftPadding.container-md > .row > *:last-child,
    .containerLeftPadding.container-sm > .row > *:last-child,
    .containerLeftPadding.container > .row > *:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerRightPadding.container-md > .row > *:first-child,
    .containerRightPadding.container-sm > .row > *:first-child,
    .containerRightPadding.container > .row > *:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
    .containerLeftPadding.container-lg,
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerLeftPadding.container-lg > .row > *:last-child,
    .containerLeftPadding.container-md > .row > *:last-child,
    .containerLeftPadding.container-sm > .row > *:last-child,
    .containerLeftPadding.container > .row > *:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-lg,
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerRightPadding.container-lg > .row > *:first-child,
    .containerRightPadding.container-md > .row > *:first-child,
    .containerRightPadding.container-sm > .row > *:first-child,
    .containerRightPadding.container > .row > *:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
    .containerLeftPadding.container-xl,
    .containerLeftPadding.container-lg,
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerLeftPadding.container-xl > .row > *:last-child,
    .containerLeftPadding.container-lg > .row > *:last-child,
    .containerLeftPadding.container-md > .row > *:last-child,
    .containerLeftPadding.container-sm > .row > *:last-child,
    .containerLeftPadding.container > .row > *:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-xl,
    .containerRightPadding.container-lg,
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc(
            (100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding)
        );
        max-width: unset;
    }
    .containerRightPadding.container-xl > .row > *:first-child,
    .containerRightPadding.container-lg > .row > *:first-child,
    .containerRightPadding.container-md > .row > *:first-child,
    .containerRightPadding.container-sm > .row > *:first-child,
    .containerRightPadding.container > .row > *:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1304px;
    }
    .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: 1304px;
    }
}
@media (min-width: 1920px) {
    .container-3xl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1304px;
    }
    .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: 1304px;
    }
}
.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;
    }
}
:root {
    --primaryColor: var(--pColor);
    --primaryColorHover: var(--pColorDark);
    --primaryColorText: #fff;
    --warningColor: #e98410;
    --warningColorText: #fff;
}

body {
    max-width: 100vw;
    background: #f3f6fb;
}
body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
body.noscroll {
    overflow: hidden;
    height: 100vh;
}
body.background2 {
    background: #f9f9f9;
}
body.pageIndex {
    background: #fff;
}
body.largeContainer header .container,
body.largeContainer .mainSlider2 .container,
body.largeContainer .mainSlider3 .container {
    max-width: 1340px;
}
body.largeContainer .categoryContainer {
    max-width: 1340px;
}

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

.customContainer1 {
    max-width: 1596px;
}

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

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

img {
    max-width: 100%;
}

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

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

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

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

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.owl-carousel:not(.owl-loaded) .owl-stage {
    display: flex;
}
.owl-carousel:not(.owl-loaded):not(.owl-loading) .owl-nav {
    display: none;
}
.owl-carousel .owl-nav.disabled {
    display: none;
}

.container.container-custom {
    max-width: 1460px;
}
.container.container-custom2 {
    max-width: 990px;
}

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

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

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

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

.megaContainer {
    max-width: 1700px;
}

.headerTop {
    background: #fff;
    padding: 15px;
}
.headerTop .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.headerTop .text {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.headerTop .text b {
    font-weight: 600;
}
.headerTop .links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headerTop .links li a {
    color: #63747e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

header {
    z-index: 5;
    position: relative;
    padding: 30px 0;
}
header .container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
}
header .logo {
    aspect-ratio: 162/35;
    height: 30px;
}
header .logo .icon {
    width: 100%;
    height: 100%;
    fill: #63747e;
}
header .logo .icon .path14,
header .logo .icon .path15,
header .logo .icon .path16,
header .logo .icon .path17,
header .logo .icon .path8,
header .logo .icon .path1 {
    fill: var(--pColor);
}
header .rightMenus {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 20px;
}
header .rightMenus .searchArea {
    display: flex;
    align-items: center;
    transition: 0.3s ease all;
}
header .rightMenus .searchArea .search {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
header .rightMenus .searchArea .search .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #63747e;
}
header .rightMenus .searchArea .searchMenu {
    border-radius: 30px;
    padding: 15px 0;
    margin-left: 0;
    max-width: 0px;
    overflow: hidden;
    transition: 0.3s ease all;
    opacity: 0;
}
header .rightMenus .searchArea .searchMenu input {
    border: 0;
    display: flex;
    width: 100%;
    padding: 15px 0;
    background: transparent;
    transition: 0.3s ease all;
    color: #63747e;
}
header .rightMenus .searchArea.active {
    width: 300px;
}
header .rightMenus .searchArea.active .searchMenu {
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    max-width: 500px;
}
header .rightMenus .searchArea.active .searchMenu input {
    padding: 15px 20px;
    display: block;
}
header .rightMenus .userMenuArea {
    position: relative;
}
header .rightMenus .userMenuArea .openUserMenu {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 20px;
    border-radius: 100px;
    background: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
header .rightMenus .userMenuArea .openUserMenu .icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #63747e;
}
header .rightMenus .userMenuArea .openUserMenu .text {
    padding-left: 20px;
    padding-right: 40px;
    color: var(--primaryColor);
    font-size: 12px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
header .rightMenus .userMenuArea .openUserMenu .text b {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
header .rightMenus .userMenuArea .openUserMenu .arrow {
    width: 12px;
    height: 7px;
    transition: 0.3s ease all;
    flex-shrink: 0;
    fill: var(--primaryColor);
}
header .rightMenus .userMenuArea .userMenu {
    transition: 0.3s ease all;
    z-index: 4;
    transform: translateY(100%);
    position: absolute;
    padding: 30px 25px 40px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: -8px 42px 42.6px 0px rgba(99, 116, 126, 0.07);
    opacity: 0;
    pointer-events: none;
}
header .rightMenus .userMenuArea .userMenu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
header .rightMenus .userMenuArea .userMenu ul li a {
    display: flex;
    align-items: center;
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
}
header .rightMenus .userMenuArea .userMenu ul li a .icon {
    margin-right: 25px;
    width: 17px;
    height: 15px;
    flex-shrink: 0;
    fill: #63747e;
}
header .rightMenus .userMenuArea.active .openUserMenu {
    border-radius: 30px 30px 0 0;
    border-bottom: 1px solid #f3f6fb;
}
header .rightMenus .userMenuArea.active .openUserMenu .arrow {
    transform: rotate(180deg);
}
header .rightMenus .userMenuArea.active .userMenu {
    opacity: 1;
    pointer-events: auto;
}
header .rightMenus .cart {
    position: relative;
}
header .rightMenus .cart .icon {
    fill: #63747e;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
header .rightMenus .cart .number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: var(--primaryColorText);
    font-size: 13px;
    font-weight: 600;
    background: var(--primaryColor);
    border-radius: 50%;
    top: -58%;
    right: -58%;
}
header .rightMenus .openMobileMenu {
    cursor: pointer;
    display: none;
}
header .rightMenus .openMobileMenu .icon {
    width: 26px;
    height: 17px;
    flex-shrink: 0;
    fill: #63747e;
}

.mobileMenu {
    background: #fff;
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    bottom: 0;
    padding-top: 90px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}
.mobileMenu .logo {
    aspect-ratio: 162/35;
    display: block;
    height: 35px;
}
.mobileMenu .logo .icon {
    width: 100%;
    height: 100%;
    fill: #63747e;
}
.mobileMenu .logo .icon .path14,
.mobileMenu .logo .icon .path15,
.mobileMenu .logo .icon .path16,
.mobileMenu .logo .icon .path17,
.mobileMenu .logo .icon .path8,
.mobileMenu .logo .icon .path1 {
    fill: var(--pColor);
}
.mobileMenu .close {
    position: absolute;
    top: 90px;
    right: 10px;
}
.mobileMenu .close .icon {
    width: 30px;
    height: 30px;
    fill: #63747e;
}
.mobileMenu .content {
    margin-top: 20px;
}
.mobileMenu .content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mobileMenu .content ul li a {
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease all;
}
.mobileMenu .content ul li a:hover {
    color: var(--pColor);
}
.mobileMenu.active {
    pointer-events: auto;
    opacity: 1;
}

.footerTop {
    padding: 75px 0;
    background: #f9fbfd;
}
.footerTop .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerTop .text {
    color: #63747e;
    font-size: 18px;
    font-weight: 400;
    max-width: 650px;
    line-height: 23px; /* 127.778% */
}

footer {
    padding: 60px 0 50px;
    background: #fff;
}
footer .logo {
    aspect-ratio: 162/35;
    height: 35px;
    display: block;
}
footer .logo .icon {
    width: 100%;
    height: 100%;
    fill: #63747e;
}
footer .logo .icon .path14,
footer .logo .icon .path15,
footer .logo .icon .path16,
footer .logo .icon .path17,
footer .logo .icon .path8,
footer .logo .icon .path1 {
    fill: var(--pColor);
}
footer .middle {
    margin-top: 35px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    display: flex;
    gap: 95px;
    border-bottom: 1px solid rgba(99, 116, 126, 0.1);
}
footer .infoSide {
    max-width: 505px;
}
footer .infoSide .text {
    color: rgba(99, 116, 126, 0.5);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px; /* 150% */
    margin-bottom: 30px;
}
footer .infoSide .more {
    color: var(--pColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
    display: flex;
    margin-bottom: 50px;
}
footer .infoSide .social {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
footer .infoSide .social .link .icon {
    fill: #63747e;
    transition: 0.3s ease all;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}
footer .infoSide .social .link .icon:hover {
    fill: var(--pColor);
}
footer .infoSide .footerContact {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
}
footer .infoSide .footerContact a,
footer .infoSide .footerContact .link {
    color: #63747e;
}
footer .infoSide .footerContact a b,
footer .infoSide .footerContact .link b {
    font-weight: 300;
}
footer .menus {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .menus .menu .title {
    margin-bottom: 25px;
    position: relative;
    display: inline-flex;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
}
footer .menus .menu .title:after {
    content: "";
    right: -15px;
    top: -5px;
    background: var(--pColor);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/starmini.svg");
    position: absolute;
    width: 10px;
    height: 10px;
}
footer .menus .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menus .menu ul li a {
    color: rgba(99, 116, 126, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    transition: 0.3s ease all;
}
footer .menus .menu ul li a:hover {
    color: var(--pColor);
}
footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
}
footer .copyright .text {
    color: rgba(99, 116, 126, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 21px; /* 161.538% */
}
footer .copyright .policyLinks {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .copyright .policyLinks .link {
    color: rgba(99, 116, 126, 0.8);
    font-size: 13px;
    font-weight: 400;
    line-height: 21px; /* 161.538% */
    position: relative;
    transition: 0.3s ease all;
}
footer .copyright .policyLinks .link:hover {
    color: var(--pColor);
}
footer .copyright .policyLinks .link:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -10px;
    width: 1px;
    background: rgba(99, 116, 126, 0.8);
}
footer .copyright .policyLinks .link:last-child:after {
    display: none;
}
footer .bottom {
    text-align: center;
    color: rgba(99, 116, 126, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 21px; /* 175% */
}
footer .bottom b {
    font-weight: 700;
    color: #27bb4e;
}
footer .bottom span {
    font-weight: 600;
}

@keyframes float1 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -30px) rotate(15deg);
    }
    50% {
        transform: translate(-40px, 20px) rotate(-10deg);
    }
    75% {
        transform: translate(30px, 40px) rotate(5deg);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes float2 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-25px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(50px, -20px) rotate(20deg);
    }
    75% {
        transform: translate(-30px, 30px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0);
    }
}
section.mainSlider .mainSlide {
    border-radius: 0 0 10px 10px;
}

section.mainSlider2 .mainSlide {
    border-radius: 10px;
}
section.mainSlider2 .mainSlideArea {
    aspect-ratio: 1314/520;
    padding: 110px 0 0 100px;
}
section.mainSlider2 .mainSlideArea .titleArea {
    position: relative;
}
section.mainSlider2 .mainSlideArea .titleArea .title,
section.mainSlider2 .mainSlideArea .titleArea .description,
section.mainSlider2 .mainSlideArea .titleArea .btn {
    position: relative;
    z-index: 2;
}
section.mainSlider2 .mainSlideArea .titleArea .title {
    max-width: 385px;
}
section.mainSlider2 .mainSlideArea .titleArea:after {
    content: "";
    position: absolute;
    left: -55px;
    top: -70px;
    width: 439px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    /*background-image: url("../img/svg/circle1.svg");*/
    z-index: 0;
}
section.mainSlider2 .mainSlideArea .imgArea {
    aspect-ratio: 580/317;
}
section.mainSlider2 .mainSlideArea .imgArea:after {
    content: "";
    position: absolute;
    left: -55px;
    top: -35px;
    width: 367px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    /*background-image: url("../img/svg/circle2.svg");*/
    z-index: 0;
}
section.mainSlider2 .mainSlideArea .imgArea img {
    position: relative;
    z-index: 1;
}

section.mainSlider3 .mainSlide {
    border-radius: 10px;
}
section.mainSlider3 .mainSlideArea {
    aspect-ratio: 970/520;
    padding: 110px 0 0 100px;
}
section.mainSlider3 .mainSlideArea .titleArea {
    position: relative;
}
section.mainSlider3 .mainSlideArea .titleArea .title,
section.mainSlider3 .mainSlideArea .titleArea .description,
section.mainSlider3 .mainSlideArea .titleArea .btn {
    position: relative;
    z-index: 2;
}
section.mainSlider3 .mainSlideArea .titleArea .title {
    max-width: 385px;
}
section.mainSlider3 .mainSlideArea .imgArea {
    aspect-ratio: 372/317;
}
section.mainSlider3 .mainSlideArea .imgArea:after {
    content: "";
    position: absolute;
    left: -55px;
    top: -35px;
    width: 367px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background-image: url("../img/svg/circle3.svg");
    z-index: 0;
}
section.mainSlider3 .mainSlideArea .imgArea img {
    position: relative;
    z-index: 1;
}

section.mainSlider4 {
    margin-top: -20px;
}
section.mainSlider4 .mainSlide {
    border-radius: 0px 0px 10px 10px;
}
section.mainSlider4 .mainSlideArea .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.mainSlider4 .mainSlideArea .titleArea .btn {
    color: #ee381e;
}
section.mainSlider4 .mainSlideArea .imgArea {
    aspect-ratio: 599/352;
    position: relative;
    transform: translate(0);
    top: unset;
    right: unset;
}
section.mainSlider4 .mainSlideArea .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
    position: relative;
    z-index: 1;
}

.mainSlideArea {
    position: relative;
    aspect-ratio: 1596/520;
    background: linear-gradient(
        276deg,
        var(--color1) 14.69%,
        var(--color2) 97.83%
    );
}
.mainSlideArea .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.mainSlideArea .titleArea {
    max-width: 465px;
}
.mainSlideArea .titleArea .title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.mainSlideArea .titleArea .description {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 26px; /* 130% */
    transition-delay: 0.6s;
}
.mainSlideArea .titleArea .description.animate {
    transition-delay: 0.3s;
}
.mainSlideArea .titleArea .btn.animate {
    transition-delay: 0.5s;
}
.mainSlideArea .titleArea .title,
.mainSlideArea .titleArea .description,
.mainSlideArea .titleArea .btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.mainSlideArea .titleArea .title.animate,
.mainSlideArea .titleArea .description.animate,
.mainSlideArea .titleArea .btn.animate {
    opacity: 1;
    transform: translateY(0);
}
.mainSlideArea .imgArea {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 741/317;
    height: 317px;
}
.mainSlideArea .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -o-object-position: left;
    object-position: left;
}

section.mainWidgets {
    margin-bottom: 60px;
    margin-top: 20px;
}
section.mainWidgets .container {
    display: flex;
    gap: 20px;
}
section.mainWidgets .widget1 {
    /*width: calc(50% - 10px);*/
    width: 100%;
}

section.mainProducts {
    margin-bottom: 40px;
}

section.mainComments {
    margin-bottom: 60px;
    margin-top: 20px;
}

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

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

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

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

section.blogDetailContent {
    margin-bottom: 60px;
    margin-top: 40px;
}
section.blogDetailContent .content .text {
    padding-bottom: 90px;
    border-radius: 20px;
    background: #fff;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    overflow: hidden;
}
section.blogDetailContent .content .text .title {
    margin-bottom: 60px;
    display: flex;
    color: #63747e;
    font-size: 28px;
    font-weight: 500;
    padding: 62px 30px;
    background: #fff;
    text-align: center;
    line-height: 25px; /* 89.286% */
    border-bottom: 2px solid rgba(99, 116, 126, 0.07);
}
section.blogDetailContent .content .text .editorContent {
    padding: 0 30px;
}
section.blogDetailContent .content .otherBlogs {
    margin-bottom: 20px;
    margin-top: 20px;
}

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

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

section.productDetail {
    margin-bottom: 60px;
}
section.productDetail .productImage .myswiper2 {
    border-radius: 10px;
    background: #fff;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}
section.productDetail .productImage .myswiper2 .swiper-slide {
    padding: 70px 60px;
}
section.productDetail .productImage .imgArea {
    max-width: 533px;
    aspect-ratio: 533/533;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
section.productDetail .otherImages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}
section.productDetail .otherImages img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
    aspect-ratio: 1/1;
    max-width: 100px;
    height: auto;
    border-radius: 10px;
    transition: 0.3s ease all;
}
section.productDetail .otherImages:hover img {
    scale: 1.1;
}
section.productDetail .productInfo {
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
}
section.productDetail .productInfo .title {
    color: #63747e;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f6fb;
    padding-right: 100px;
    margin-bottom: 30px;
}
section.productDetail .productInfo .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f6fb;
    margin-bottom: 30px;
}
section.productDetail .productInfo .info .item {
    display: flex;
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
}
section.productDetail .productInfo .info .item .text {
    width: 65px;
    white-space: nowrap;
    font-weight: 400;
}
section.productDetail .productInfo .info .item span {
    display: block;
    margin: 0 13px;
}
section.productDetail .productInfo .content {
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f6fb;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section.productDetail .productInfo .content .priceArea {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
section.productDetail .productInfo .content .priceArea .prices .old {
    color: rgba(11, 69, 86, 0.5);
    font-size: 12px;
    font-weight: 500;
    display: inline;
    align-items: flex-end;
    position: relative;
}
section.productDetail .productInfo .content .priceArea .prices .old b {
    font-size: 18px;
}
section.productDetail .productInfo .content .priceArea .prices .old:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-100%);
    background: #0b4556;
}
section.productDetail .productInfo .content .priceArea .prices .new {
    color: #0b4556;
    font-size: 26px;
    font-weight: 600;
}
section.productDetail .productInfo .content .priceArea .prices .new b {
    font-size: 35px;
}
section.productDetail .productInfo .content .priceArea .instalmentBtn {
    padding: 2px 18px;
    border: 0;
    border-radius: 23px;
    background: rgba(99, 116, 126, 0.1);
    color: #63747e;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px; /* 208.333% */
    cursor: pointer;
    display: flex;
}
section.productDetail .productInfo .content .offerBtn {
    margin-bottom: 20px;
    padding: 7px 20px;
    border: 0;
    border-radius: 23px;
    background: rgb(243 245 251);
    color: var(--pColor);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
}
section.productDetail .productInfo .content .cargo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pColor);
    font-size: 12px;
    font-weight: 500;
    line-height: 25px; /* 208.333% */
}
section.productDetail .productInfo .content .cargo .icon {
    width: 22px;
    height: 16px;
    flex-shrink: 0;
    fill: var(--pColor);
}
section.productDetail .productInfo .content .cargo b {
    font-weight: 700;
}
section.productDetail .productInfo .content .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
section.productDetail .productInfo .content .buttons .btn {
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
}
section.productDetail .productInfo .content .changePiece {
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(99, 116, 126, 0.05);
    background: #f3f6fb;
    align-items: center;
}
section.productDetail .productInfo .content .changePiece .middle {
    max-width: 35px;
    border-right: 1px solid rgba(99, 116, 126, 0.05);
    border-left: 1px solid rgba(99, 116, 126, 0.05);
    padding: 14px 0;
}
section.productDetail .productInfo .content .changePiece .middle input {
    text-align: center;
    width: 100%;
    background: transparent;
    border: none;
    color: #63747e;
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input.placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input:-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input::-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input[type="number"]::-webkit-inner-spin-button,
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
section.productDetail
    .productInfo
    .content
    .changePiece
    .middle
    input[type="number"] {
    -moz-appearance: textfield;
}
section.productDetail .productInfo .content .changePiece button {
    padding: 0 8px;
    background: transparent;
    border: none;
    color: #63747e;
    font-size: 18px;
    cursor: pointer;
}
section.productDetail .productInfo .bottom {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
}
section.productDetail .productInfo .bottom .link {
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #63747e;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s ease all;
    line-height: 25px; /* 208.333% */
}
section.productDetail .productInfo .bottom .link .icon {
    width: 17px;
    height: 16px;
    flex-shrink: 0;
    fill: #63747e;
}
section.productDetail .productInfo .bottom .link:hover {
    color: var(--pColor);
}
section.productDetail .productDetailSlide .swiper-slide {
    aspect-ratio: 1/1;
    width: 142px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 0.3s ease border;
}
section.productDetail
    .productDetailSlide
    .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--pColor);
}

section.prodyuctDetailTabs {
    margin-bottom: 60px;
    padding: 50px 60px;
    border-radius: 10px;
    background: #fff;
    -webkit-backdrop-filter: blur(69px);
    backdrop-filter: blur(69px);
}
section.prodyuctDetailTabs .navlist2 {
    padding: 0;
    margin-bottom: 50px;
}
section.prodyuctDetailTabs .customTabContent {
    padding-left: 35px;
}

.productsTop {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.productsTop .openProductModal {
    padding: 22px 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
.productsTop .breadcrumb {
    margin-right: auto;
}
.productsTop .breadcrumb ul {
    margin: 0;
}
.productsTop .customcheckbox5 {
    margin-right: 60px;
}
.productsTop .productListView {
    display: flex;
    align-items: center;
    margin-left: 15px;
    gap: 10px;
}
.productsTop .productListView > div {
    pointer-events: auto;
}
.productsTop .productListView > div .icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #63747e;
}
.productsTop .productListView > div.wide {
    opacity: 0.5;
}
.productsTop .productPiece {
    margin-left: 150px;
}
.productsTop .productPiece .text {
    color: #63747e;
    font-size: 12px;
}

.account {
    border-radius: 20px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    margin-bottom: 60px;
}
.account .top {
    border-bottom: 1px solid rgba(11, 69, 86, 0.06);
    margin-bottom: 30px;
}
.account .top .profileInfo {
    padding: 55px 128px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.account .top .profileInfo .return {
    display: flex;
    color: var(--warningColor);
    align-items: center;
    padding: 18px 28px;
    gap: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 16.5px;
    background: rgba(233, 132, 16, 0.1);
    cursor: pointer;
}
.account .top .profileInfo .return .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: var(--warningColor);
}
.account .top .profileInfo .name {
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16.5px;
    background: rgba(68, 174, 81, 0.1);
    color: var(--primaryColor);
    margin-right: 20px;
    height: 66px;
    flex-shrink: 0;
    font-size: 29.7px;
    font-weight: 800;
    line-height: 38.039px; /* 128.079% */
}
.account .top .profileInfo .out {
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 500;
    padding: 13.5px 22px;
    border-radius: 16.5px;
    background: rgba(68, 174, 81, 0.1);
    line-height: 38.039px; /* 253.596% */
    border: 0;
    margin-left: auto;
    cursor: pointer;
    transition: 0.3s ease all;
}
.account .top .profileInfo .out:hover {
    background: var(--primaryColor);
    color: var(--primaryColorText);
}
.account .top .userInfo {
    color: rgba(11, 69, 86, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    padding: 0 128px 35px;
}
.account .top .userInfo .name {
    color: #0b4556;
    font-size: 20px;
    font-weight: 500;
}
.account .top .userInfo b {
    color: #0b4556;
    font-size: 18px;
    font-weight: 400;
}
.account .bottom {
    background: #fcfdfd;
    padding: 5px 64px 65px;
}

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

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

.blogTop {
    padding: 40px 35px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.blogTop .top {
    margin-bottom: 15px;
    color: var(--pColor);
    font-size: 24px;
    font-weight: 500;
    line-height: 24.048px; /* 113.636% */
}
.blogTop .bottom {
    color: rgba(99, 116, 126, 0.5);
    font-size: 18px;
    font-weight: 400;
    padding-right: 100px;
    line-height: 22px;
}

.blogContent {
    margin-bottom: 60px;
}

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

.modalMenu {
    display: none;
}

.productModalMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99;
    padding-top: 60px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}
.productModalMenu .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.productModalMenu .close .icon {
    fill: #63747e;
    width: 25px;
    height: 25px;
}
.productModalMenu .arrangement {
    display: flex;
    gap: 20px;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
}
.productModalMenu .arrangement::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
}
.productModalMenu .arrangement li a {
    white-space: nowrap;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
}
.productModalMenu .content {
    height: calc(100vh - 230px);
    margin-top: 20px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
}
.productModalMenu .content .filterMenu {
    border-radius: 0;
}
.productModalMenu.active {
    opacity: 1;
    pointer-events: auto;
}

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

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

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

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

.cartTop {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #63747e;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px; /* 113.636% */
    border-radius: 20px 20px 0 0;
    background: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    padding: 40px;
    margin-bottom: 25px;
}
.cartTop .iconArea {
    width: 61px;
    height: 61px;
    flex-shrink: 0;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(243 245 251);
}
.cartTop .iconArea .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: var(--primaryColor);
}
.cartTop .text {
    margin-left: 20px;
    color: #63747e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

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

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

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

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

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

textarea.form-control {
    height: unset;
}

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

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

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

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

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

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

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

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

.select2-container--bootstrap5 .select2-selection--single {
    display: flex;
    align-items: center;
    transition: unset;
}
.select2-container--bootstrap5
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
}
.select2-container--bootstrap5 .select2-selection {
    box-shadow: none;
    height: auto;
    outline: none !important;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow {
    position: absolute;
    transition: 0.3s ease all;
}
.select2-container--bootstrap5 .select2-selection .select2-selection__arrow b {
    display: none;
}
.select2-container--bootstrap5.select2-container--disabled .form-select {
    opacity: 0.5;
    pointer-events: none;
}
.select2-container--bootstrap5.defaultStyle-sm .select2-selection--single {
    border-radius: 20px;
    box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
    z-index: 2;
    position: relative;
    background: #fff;
    border: none;
    padding: 33px 25px 33px 50px;
    min-height: 57px;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-selection--single:before {
    content: "";
    position: absolute;
    background: #f5f8f9;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    flex-shrink: 0;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-selection--single
    .select2-selection__rendered {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-selection--single
    .select2-selection__placeholder {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    height: 18px;
    width: 18px;
    background: #63747e;
    right: 25px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrow.svg");
}
.select2-container--bootstrap5.defaultStyle-sm .select2-dropdown {
    background: #fff;
    border: none;
    border-radius: 20px;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown.select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown.select2-dropdown--above {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-search {
    padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-search
    .select2-search__field {
    border: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-results
    .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option {
    padding: 15px 20px 15px 50px;
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted {
    color: var(--pColor);
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected {
    color: #fff;
    background: var(--pColor);
}
.select2-container--bootstrap5.defaultStyle-sm
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__message {
    font-size: 14px;
    text-align: center;
    color: #63747e;
    margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open
    .select2-selection__arrow {
    transform: translateY(-50%) rotate(0deg);
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open.select2-container--above
    .select2-selection--single {
    border-radius: 0 0 20px 20px;
}
.select2-container--bootstrap5.defaultStyle-sm.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 20px 20px 0 0;
}
.select2-container--bootstrap5.defaultStyle-xs {
    max-width: 250px;
}
.select2-container--bootstrap5.defaultStyle-xs .select2-selection--single {
    border-radius: 20px;
    box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
    z-index: 2;
    position: relative;
    background: #fff;
    border: none;
    padding: 24px 30px;
    min-height: 57px;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-selection--single
    .select2-selection__rendered {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-selection--single
    .select2-selection__placeholder {
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    height: 7px;
    width: 12px;
    background: var(--pColor);
    right: 25px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/caret.svg");
}
.select2-container--bootstrap5.defaultStyle-xs .select2-dropdown {
    background: #fff;
    border: none;
    border-radius: 20px;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown.select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown.select2-dropdown--above {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-search {
    padding: 4px 10px 10px;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-search
    .select2-search__field {
    border: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 10px 20px;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-results
    .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option {
    padding: 15px 20px 15px 50px;
    color: #63747e;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease all;
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted {
    color: var(--pColor);
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected {
    color: #fff;
    background: var(--pColor);
}
.select2-container--bootstrap5.defaultStyle-xs
    .select2-dropdown
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__message {
    font-size: 14px;
    text-align: center;
    color: #63747e;
    margin-bottom: 10px;
}
.select2-container--bootstrap5.defaultStyle-xs.select2-container--open
    .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}
.select2-container--bootstrap5.defaultStyle-xs.select2-container--open.select2-container--above
    .select2-selection--single {
    border-radius: 0 0 20px 20px;
}
.select2-container--bootstrap5.defaultStyle-xs.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 20px 20px 0 0;
}

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

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

.pageTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pageTitle .titleArea .title {
    color: #63747e;
    font-size: 28px;
    font-weight: 400;
}
.pageTitle .titleArea .description {
    margin-top: 5px;
    color: rgba(99, 116, 126, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.pageTitle .viewAllBtn {
    display: flex;
    gap: 25px;
    align-items: center;
    color: #63747e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    transition: 0.3s ease all;
}
.pageTitle .viewAllBtn .icon {
    width: 12px;
    height: 7px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    fill: #63747e;
}
.pageTitle .viewAllBtn:hover {
    color: var(--primaryColor);
}

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

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

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

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

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

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

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

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

.productItem {
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0;
    height: 100%;
}
.productItem .imgArea {
    display: block;
    aspect-ratio: 200/206;
    padding: 20px;
}
.productItem .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
}
.productItem .content {
    padding: 50px 35px 40px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.productItem .content .offer {
    margin-bottom: 22px;
    color: var(--primaryColor);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.productItem .content .brand {
    margin-bottom: 10px;
    color: rgba(99, 116, 126, 0.5);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.productItem .content .info {
    margin-bottom: 25px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.productItem .content .price {
    color: #63747e;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: auto;
}
.productItem .productBtn {
    transition: 0.3s ease background-color;
    background: #ffe3df;
    height: 50px;
    padding: 16px 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 140px;
    flex-direction: column;
}
.productItem .productBtn .normal {
    transition: 0.3s ease all;
    opacity: 1;
    max-height: 20px;
    overflow: hidden;
    color: #ee381e;
}
.productItem .productBtn .hover {
    opacity: 0;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    color: var(--primaryColorText);
}
.productItem .productBtn.type2 {
    background: #dff5ff;
}
.productItem .productBtn.type2 .normal {
    color: #2a7a9e;
}
.productItem:hover .productBtn {
    background: var(--primaryColor);
}
.productItem:hover .productBtn .normal {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.productItem:hover .productBtn .hover {
    opacity: 1;
    max-height: 20px;
}
.productItem.type2 .content {
    padding-top: 15px;
}

.opportunityItem {
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    height: 100%;
}
.opportunityItem .imgArea {
    display: block;
    aspect-ratio: 186/191;
}
.opportunityItem .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
}
.opportunityItem .daily {
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 18px;
    color: #63747e;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(90deg, #f3f6fb 0%, #e7ffea 100%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.opportunityItem .content {
    padding: 20px 35px 25px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.opportunityItem .content .brand {
    margin-bottom: 10px;
    color: rgba(99, 116, 126, 0.5);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.opportunityItem .content .info {
    margin-bottom: 20px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.opportunityItem .content .price {
    color: #63747e;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: auto;
}
.opportunityItem .content .opportunityBtn {
    background: #effff1;
    color: var(--pColor);
    padding: 12px 22px;
}

.cartProductItem {
    display: flex;
    gap: 50px;
    padding: 37px 40px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.cartProductItem .imgArea {
    padding: 20px 15px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    background: #f4f8f9;
    flex-shrink: 0;
}
.cartProductItem .imgArea img {
    max-height: 89px;
    aspect-ratio: 140/98;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
}
.cartProductItem .cardContent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}
.cartProductItem .cardContent .productNames {
    margin: auto auto auto 0;
    display: flex;
    gap: 25px;
    flex-direction: column;
}
.cartProductItem .cardContent .productNames .name {
    color: #0b4556;
    font-size: 15px;
    font-weight: 500;
    line-height: 121%;
    letter-spacing: -0.46px;
}
.cartProductItem .cardContent .productNames .name span {
    margin-bottom: 5px;
    display: flex;
    color: #0b4556;
    font-size: 13px;
    font-weight: 400;
    line-height: 121%; /* 16.698px */
    letter-spacing: -0.414px;
}
.cartProductItem .cardContent .changePiece {
    border-radius: 300px;
    background: #f6f8f9;
    display: flex;
    padding: 10px 15px;
}
.cartProductItem .cardContent .changePiece .middle {
    max-width: 35px;
}
.cartProductItem .cardContent .changePiece .middle input {
    text-align: center;
    width: 100%;
    background: transparent;
    border: none;
    color: #0b4556;
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input.placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input:-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input::-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem .cardContent .changePiece .middle input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem
    .cardContent
    .changePiece
    .middle
    input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 121%; /* 18.531px */
}
.cartProductItem
    .cardContent
    .changePiece
    .middle
    input[type="number"]::-webkit-inner-spin-button,
.cartProductItem
    .cardContent
    .changePiece
    .middle
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cartProductItem .cardContent .changePiece .middle input[type="number"] {
    -moz-appearance: textfield;
}
.cartProductItem .cardContent .changePiece button {
    padding: 0;
    background: transparent;
    border: none;
    color: rgba(11, 69, 86, 0.5);
    font-size: 18px;
    cursor: pointer;
}
.cartProductItem .cardContent .infos {
    margin: 0 0 auto auto;
    display: flex;
    gap: 35px;
    align-items: center;
    padding-top: 30px;
}
.cartProductItem .cardContent .infos .price {
    color: #0b4556;
    font-size: 18px;
    font-weight: 500;
    line-height: 121%; /* 21.78px */
}
.cartProductItem .cardContent .infos .iconArea {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #f3f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cartProductItem .cardContent .infos .iconArea .icon {
    fill: #0b4556;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: 0.3s ease all;
}
.cartProductItem .cardContent .infos .iconArea:hover .icon {
    fill: #ef7d00;
}

.productItem2 {
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 30px;
    height: 100%;
}
.productItem2 .imgArea {
    display: block;
    aspect-ratio: 159/164;
    max-width: 159px;
}
.productItem2 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 4/4;
    display: block;
}
.productItem2 .content {
    padding: 40px 0 0;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.productItem2 .content .offer {
    margin-bottom: 22px;
    color: var(--primaryColor);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.productItem2 .content .brand {
    margin-bottom: 10px;
    color: rgba(99, 116, 126, 0.5);
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.productItem2 .content .info {
    margin-bottom: 25px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.productItem2 .content .price {
    color: #63747e;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: auto;
}
.productItem2 .productBtn {
    transition: 0.3s ease background-color;
    background: #ffe3df;
    height: 50px;
    padding: 16px 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 140px;
    flex-direction: column;
}
.productItem2 .productBtn .normal {
    transition: 0.3s ease all;
    opacity: 1;
    max-height: 20px;
    overflow: hidden;
    color: #ee381e;
}
.productItem2 .productBtn .hover {
    opacity: 0;
    max-height: 0;
    transition: 0.3s ease all;
    overflow: hidden;
    color: var(--primaryColorText);
}
.productItem2 .productBtn.type2 {
    background: #dff5ff;
}
.productItem2 .productBtn.type2 .normal {
    color: #2a7a9e;
}
.productItem2:hover .productBtn {
    background: var(--primaryColor);
}
.productItem2:hover .productBtn .normal {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.productItem2:hover .productBtn .hover {
    opacity: 1;
    max-height: 20px;
}
.productItem2.type2 .content {
    padding-top: 15px;
}

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

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

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

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

.alert {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 16px 36px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.alert .icon {
    width: 20px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    fill: #32597d;
}
.alert .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 121%; /* 16.99px */
    letter-spacing: -0.421px;
    color: #32597d;
}
.alert .text b {
    font-weight: 500;
}
.alert.success {
    background: var(--pColor);
}
.alert.success .icon {
    fill: #fff;
}
.alert.success .text {
    color: #fff;
}

.widget1 {
    border-radius: 10px;
    background: #f4efec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 35px 30px 70px;
}
.widget1 .titleArea {
    max-width: 275px;
}
.widget1 .titleArea .title {
    color: #794e32;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 15px;
}
.widget1 .titleArea .description {
    margin-bottom: 25px;
    color: #794e32;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.widget1.type2 {
    background: #ebece6;
}
.widget1.type2 .titleArea .title {
    color: #52624e;
}
.widget1.type2 .titleArea .description {
    color: #52624e;
}
.widget1.type2 .widgetBtn {
    color: #52624e;
}

.widget2 {
    border-radius: 10px;
    width: 100%;
    background: #f4f0e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 45px 0 45px 60px;
}
.widget2 .titleArea {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 326px;
}
.widget2 .titleArea .title {
    color: #898061;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 15px;
}
.widget2 .titleArea .description {
    margin-bottom: 25px;
    color: #898061;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.widget2 .titleArea .widgetBtn {
    color: #898061;
    margin-top: auto;
}
.widget2.type2 {
    background: #e0f1f7;
}
.widget2.type2 .titleArea .title {
    color: #63747e;
}
.widget2.type2 .titleArea .description {
    color: #63747e;
}
.widget2.type2 .widgetBtn {
    color: #63747e;
}

.widget3 {
    border-radius: 10px;
    background: #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.widget3 .titleArea {
    padding: 45px 60px 50px 75px;
    width: 100%;
}
.widget3 .titleArea .title {
    color: #8c7a6c;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 15px;
}
.widget3 .titleArea .description {
    margin-bottom: 25px;
    color: #8c7a6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.widget3 .titleArea .widgetBtn {
    color: #8c7a6c;
}
.widget3 .imgArea {
    aspect-ratio: 1/1;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.widget3 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.widget3.type2 {
    background: #e4d3c1;
}
.widget3.type2 .titleArea .title {
    color: #99534b;
}
.widget3.type2 .titleArea .description {
    color: #99534b;
}
.widget3.type2 .widgetBtn {
    color: #99534b;
}

.mainCategory {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    z-index: 4;
    position: relative;
    margin-bottom: 20px;
}
.mainCategory .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mainCategory .categoryMenuArea {
    position: relative;
}
.mainCategory .categoryMenuArea .openCategoryMenu {
    display: flex;
    align-items: center;
    padding: 25px 25px 25px 40px;
    border-radius: 10px;
    border: 1px solid rgba(99, 116, 126, 0.07);
    background: #fff;
    box-shadow: -34px 16px 40.4px 0px rgba(99, 116, 126, 0.08);
    transition: 0.3s ease all;
    cursor: pointer;
}
.mainCategory .categoryMenuArea .openCategoryMenu .icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: var(--primaryColor);
}
.mainCategory .categoryMenuArea .openCategoryMenu .text {
    padding-left: 25px;
    padding-right: 60px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.mainCategory .categoryMenuArea .openCategoryMenu .arrow {
    width: 12px;
    height: 7px;
    flex-shrink: 0;
    fill: var(--primaryColor);
    transition: 0.3s ease all;
}
.mainCategory .categoryMenuArea .categoryMenu {
    transition: 0.3s ease all;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0 35px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: -5px 6px 38.3px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
}
.mainCategory .categoryMenuArea .categoryMenu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mainCategory .categoryMenuArea .categoryMenu ul li a {
    position: relative;
    display: flex;
    color: #63747e;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    transition: 0.3s ease all;
    padding: 0 40px;
}
.mainCategory .categoryMenuArea .categoryMenu ul li a:hover {
    color: var(--primaryColor);
}
.mainCategory .categoryMenuArea .categoryMenu ul li.dropdown > a {
    font-weight: 500;
}
.mainCategory .categoryMenuArea .categoryMenu ul li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/caret.svg");
    width: 10px;
    height: 6px;
    background: #63747e;
    transition: 0.3s ease all;
}
.mainCategory .categoryMenuArea .categoryMenu ul li.dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    bottom: 0;
    width: 5px;
    pointer-events: none;
}
.mainCategory .categoryMenuArea .categoryMenu ul li ul {
    padding: 40px 40px 35px;
    opacity: 0;
    box-shadow: -30.782px 19.239px 37.996px 0px rgba(11, 69, 86, 0.08);
    pointer-events: none;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s ease all;
    transform: translateX(calc(100% + 5px)) translateY(-40px);
}
.mainCategory .categoryMenuArea .categoryMenu ul li ul li a {
    padding: 0;
}
.mainCategory .categoryMenuArea .categoryMenu ul li:hover:after,
.mainCategory .categoryMenuArea .categoryMenu ul li.active:after {
    pointer-events: auto;
}
.mainCategory .categoryMenuArea .categoryMenu ul li:hover ul,
.mainCategory .categoryMenuArea .categoryMenu ul li.active ul {
    opacity: 1;
    pointer-events: auto;
}
.mainCategory .categoryMenuArea .categoryMenu ul li:hover a:after,
.mainCategory .categoryMenuArea .categoryMenu ul li.active a:after {
    transform: rotate(90deg) translateY(50%);
}
.mainCategory .categoryMenuArea.active .openCategoryMenu {
    border-radius: 10px 10px 0 0;
}
.mainCategory .categoryMenuArea.active .openCategoryMenu .arrow {
    transform: rotate(180deg);
}
.mainCategory .categoryMenuArea.active .categoryMenu {
    opacity: 1;
    pointer-events: auto;
}
.mainCategory .categorys {
    margin-left: 60px;
    margin-right: auto;
}
.mainCategory .categorys > ul {
    display: flex;
    align-items: center;
    gap: 35px;
}
.mainCategory .categorys > ul > li {
    position: relative;
}
.mainCategory .categorys > ul > li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease all;
    z-index: 2;
    position: relative;
}
.mainCategory .categorys > ul > li a:hover {
    color: var(--primaryColor);
}
.mainCategory .categorys > ul > li ul {
    border-radius: 0 10px 10px 10px;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    gap: 15px;
    bottom: 0;
    left: -40px;
    padding: 40px;
    background: #fff;
    transform: translateY(100%);
    transition: 0.3s ease all;
    width: 230px;
}
.mainCategory .categorys > ul > li.dropdown > a {
    padding-right: 27px;
}
.mainCategory .categorys > ul > li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    flex-shrink: 0;
    background: #63747e;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/caret.svg");
    transition: 0.3s ease all;
}
.mainCategory .categorys > ul > li:hover:after {
    opacity: 1;
}
.mainCategory .categorys > ul > li:hover a:after {
    transform: rotate(180deg) translateY(50%);
}
.mainCategory .categorys > ul > li:hover ul {
    opacity: 1;
    pointer-events: auto;
}
.mainCategory.type2 {
    padding: 20px 8px;
}
.mainCategory.largeHeader {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.btn {
    display: inline-block;
    padding: 22px 43px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: unset;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn.btn-primary {
    background-color: #fff;
    color: #63747e;
}
.btn.btn-primary:hover {
    background-color: #e6e6e6;
}
.btn.btn-clean {
    font-weight: 400;
    text-align: left;
    padding: 22px 23px;
}
.btn.btn-secondary {
    background-color: #dff5ff;
    color: #2a7a9e;
}
.btn.btn-secondary:hover {
    background-color: #ace5ff;
}
.btn.btn-danger {
    background-color: #ffe3df;
    color: #ee381e;
}
.btn.btn-danger:hover {
    background-color: #ffb6ac;
}
.btn.btn-success {
    background-color: var(--pColor);
    color: #fff;
}
.btn.btn-success:hover {
    background-color: var(--pColorDark);
}
.btn.btn-gray {
    background-color: #63747e;
    color: #fff;
    font-weight: 400;
}
.btn.btn-gray:hover {
    background-color: #4d5a61;
}
.btn.btn-block {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.btn.btn-xs {
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 14px;
}
.btn.btn-sm {
    padding: 17px 23px;
    border-radius: 6px;
    font-size: 14px;
}
.btn.btn-md {
    padding: 23px 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.btn.btn-lg {
    padding: 30.5px 26px;
    font-size: 18px;
    font-weight: 400;
}
.btn.btn-xl {
    padding: 20px 70px 17px 60px;
    font-size: 16px;
    font-weight: 600;
}
.btn.btn-custom {
    padding: 20px 30px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.btn.btn-disabled {
    pointer-events: none;
    opacity: 0.6;
}
.btn.btn-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}
.btn.btn-icon .icon {
    fill: #fff;
    width: 23px;
    height: 18px;
}
.btn.btn-rounded {
    border-radius: 50px;
}

.widgetBtn {
    display: inline-flex;
    border-radius: 300px;
    background: #fff;
    padding: 12px 23px 12px 23px;
    color: #794e32;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px; /* 173.333% */
    transition: 0.3s ease all;
}
.widgetBtn:hover {
    box-shadow: -34px 16px 40.4px 0px rgba(99, 116, 126, 0.08);
}

.mainLastProducts {
    margin-bottom: 70px;
}
.mainLastProducts section.mainProducts {
    margin-bottom: 20px;
}

.productInfos {
    margin-top: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}
.productInfos .item {
    padding: 25px;
    justify-content: center;
    width: 25%;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #63747e;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    border-right: 1px solid rgba(224, 231, 242, 0.61);
}
.productInfos .item .icon {
    width: 22px;
    height: 16px;
    flex-shrink: 0;
    fill: var(--primaryColor);
}
.productInfos .item:last-child {
    border: none;
}

.commentItem {
    display: flex;
    align-items: center;
    padding: 60px 55px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    gap: 15px;
}
.commentItem .titleArea .top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.commentItem .titleArea .top .name {
    color: #63747e;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}
.commentItem .titleArea .top .rate {
    display: flex;
    align-items: center;
    gap: 2px;
}
.commentItem .titleArea .top .rate .icon {
    fill: var(--pColor);
    width: 14px;
    opacity: 0.5;
    height: 13px;
}
.commentItem .titleArea .top .rate .icon.selected {
    opacity: 1;
}
.commentItem .titleArea .description {
    height: 58px;
    overflow: hidden;
    overflow-y: auto;
    color: #63747e;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
}
.commentItem .titleArea .description::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
}
.commentItem .imgArea {
    flex-shrink: 0;
    aspect-ratio: 102/80;
}
.commentItem .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.filterMenu {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.filterMenu .title {
    color: #63747e;
    padding: 25px;
    border-bottom: 1px solid rgba(99, 116, 126, 0.1);
}
.filterMenu .menu {
    padding: 35px 25px 40px;
}
.filterMenu .menu .categoryName {
    font-size: 14px;
    color: var(--pColor);
    margin-bottom: 20px;
}
.filterMenu .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}
.filterMenu .menu ul li a {
    font-size: 14px;
    color: #63747e;
    transition: 0.3s ease all;
}
.filterMenu .menu ul li a:hover {
    color: var(--pColor);
}
.filterMenu .checkboxMenu {
    padding: 35px 25px 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
} /*# sourceMappingURL=style.css.map */

.widget1 {
    position: relative;
}
.widget1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.widget1 .titleArea {
    position: relative;
    z-index: 10;
}

.editorContent {
    font-size: 13px;
    line-height: 24px;
    color: #63747e;
}

.mainSlideArea {
    position: relative;
    overflow: hidden;
}

.mainSlideArea .container {
    position: absolute;
    z-index: 2;
}

.mainSlideArea .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 1.3;
    object-fit: cover;
    z-index: 1;
}
