@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

body {
    --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerLeftPadding.container-sm>.row>*:last-child,
    .containerLeftPadding.container>.row>*:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerRightPadding.container-sm>.row>*:first-child,
    .containerRightPadding.container>.row>*:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerLeftPadding.container-md>.row>*:last-child,
    .containerLeftPadding.container-sm>.row>*:last-child,
    .containerLeftPadding.container>.row>*:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerRightPadding.container-md>.row>*:first-child,
    .containerRightPadding.container-sm>.row>*:first-child,
    .containerRightPadding.container>.row>*:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
    .containerLeftPadding.container-lg,
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerLeftPadding.container-lg>.row>*:last-child,
    .containerLeftPadding.container-md>.row>*:last-child,
    .containerLeftPadding.container-sm>.row>*:last-child,
    .containerLeftPadding.container>.row>*:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-lg,
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerRightPadding.container-lg>.row>*:first-child,
    .containerRightPadding.container-md>.row>*:first-child,
    .containerRightPadding.container-sm>.row>*:first-child,
    .containerRightPadding.container>.row>*:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
    .containerLeftPadding.container-xl,
    .containerLeftPadding.container-lg,
    .containerLeftPadding.container-md,
    .containerLeftPadding.container-sm,
    .containerLeftPadding.container {
        --containerPadding: 12px;
        padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerLeftPadding.container-xl>.row>*:last-child,
    .containerLeftPadding.container-lg>.row>*:last-child,
    .containerLeftPadding.container-md>.row>*:last-child,
    .containerLeftPadding.container-sm>.row>*:last-child,
    .containerLeftPadding.container>.row>*:last-child {
        padding-right: 0;
    }
    .containerRightPadding.container-xl,
    .containerRightPadding.container-lg,
    .containerRightPadding.container-md,
    .containerRightPadding.container-sm,
    .containerRightPadding.container {
        --containerPadding: 12px;
        padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
        max-width: unset;
    }
    .containerRightPadding.container-xl>.row>*:first-child,
    .containerRightPadding.container-lg>.row>*:first-child,
    .containerRightPadding.container-md>.row>*:first-child,
    .containerRightPadding.container-sm>.row>*:first-child,
    .containerRightPadding.container>.row>*:first-child {
        padding-left: 0;
    }
    body {
        --containerMaxWidth: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1390px;
    }
    .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: 1390px;
    }
}

@media (min-width: 1920px) {
    .container-3xl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1390px;
    }
    .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: 1390px;
    }
}

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1920px) {
    .col-3xl {
        flex: 1 0 0%;
    }
    .row-cols-3xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-3xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-3xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-3xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-3xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-3xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-3xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-sm-R0 {
        padding-right: 0;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-sm-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-sm-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-sm-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-sm-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-sm-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-sm-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-sm-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-sm-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-sm-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-sm-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-sm-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-md-R0 {
        padding-right: 0;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-md-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-md-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-md-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-md-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-md-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-md-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-md-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-md-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-md-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-lg-R0 {
        padding-right: 0;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-lg-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-lg-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-lg-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-lg-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-lg-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-lg-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-lg-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-lg-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-lg-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-lg-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-xl-R0 {
        padding-right: 0;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-xl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-xl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-xl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-xl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-xl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-xl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-xl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-xl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-xl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-xl-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-xl-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-xxl-R0 {
        padding-right: 0;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-xxl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-xxl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-xxl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-xxl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-xxl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-xxl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-xxl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-xxl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-xxl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-xxl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-xxl-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-xxl-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1920px) {
    .col-3xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .containerPadding-3xl-R0 {
        padding-right: 0;
    }
    .col-3xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-grid10-3xl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .col-3xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-grid10-3xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-3xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-grid10-3xl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .col-3xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-grid10-3xl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-3xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-grid10-3xl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-3xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-grid10-3xl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .col-3xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-grid10-3xl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-3xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-grid10-3xl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .col-3xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-grid10-3xl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .col-3xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-grid10-3xl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-3xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-grid10-3xl-11 {
        flex: 0 0 auto;
        width: 110%;
    }
    .col-3xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-grid10-3xl-12 {
        flex: 0 0 auto;
        width: 120%;
    }
    .offset-3xl-0 {
        margin-left: 0;
    }
    .offset-3xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-3xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-3xl-3 {
        margin-left: 25%;
    }
    .offset-3xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-3xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-3xl-6 {
        margin-left: 50%;
    }
    .offset-3xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-3xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-3xl-9 {
        margin-left: 75%;
    }
    .offset-3xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-3xl-11 {
        margin-left: 91.66666667%;
    }
    .g-3xl-0,
    .gx-3xl-0 {
        --bs-gutter-x: 0;
    }
    .g-3xl-0,
    .gy-3xl-0 {
        --bs-gutter-y: 0;
    }
    .g-3xl-1,
    .gx-3xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-3xl-1,
    .gy-3xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-3xl-2,
    .gx-3xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-3xl-2,
    .gy-3xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-3xl-3,
    .gx-3xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-3xl-3,
    .gy-3xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-3xl-4,
    .gx-3xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-3xl-4,
    .gy-3xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-3xl-5,
    .gx-3xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-3xl-5,
    .gy-3xl-5 {
        --bs-gutter-y: 3rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
}

@media (min-width: 1920px) {
    .d-3xl-inline {
        display: inline !important;
    }
    .d-3xl-inline-block {
        display: inline-block !important;
    }
    .d-3xl-block {
        display: block !important;
    }
    .d-3xl-grid {
        display: grid !important;
    }
    .d-3xl-table {
        display: table !important;
    }
    .d-3xl-table-row {
        display: table-row !important;
    }
    .d-3xl-table-cell {
        display: table-cell !important;
    }
    .d-3xl-flex {
        display: flex !important;
    }
    .d-3xl-inline-flex {
        display: inline-flex !important;
    }
    .d-3xl-none {
        display: none !important;
    }
    .flex-3xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-3xl-row {
        flex-direction: row !important;
    }
    .flex-3xl-column {
        flex-direction: column !important;
    }
    .flex-3xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-3xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-3xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-3xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-3xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-3xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-3xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-3xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-3xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-3xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-3xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-3xl-center {
        justify-content: center !important;
    }
    .justify-content-3xl-between {
        justify-content: space-between !important;
    }
    .justify-content-3xl-around {
        justify-content: space-around !important;
    }
    .justify-content-3xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-3xl-start {
        align-items: flex-start !important;
    }
    .align-items-3xl-end {
        align-items: flex-end !important;
    }
    .align-items-3xl-center {
        align-items: center !important;
    }
    .align-items-3xl-baseline {
        align-items: baseline !important;
    }
    .align-items-3xl-stretch {
        align-items: stretch !important;
    }
    .align-content-3xl-start {
        align-content: flex-start !important;
    }
    .align-content-3xl-end {
        align-content: flex-end !important;
    }
    .align-content-3xl-center {
        align-content: center !important;
    }
    .align-content-3xl-between {
        align-content: space-between !important;
    }
    .align-content-3xl-around {
        align-content: space-around !important;
    }
    .align-content-3xl-stretch {
        align-content: stretch !important;
    }
    .align-self-3xl-auto {
        align-self: auto !important;
    }
    .align-self-3xl-start {
        align-self: flex-start !important;
    }
    .align-self-3xl-end {
        align-self: flex-end !important;
    }
    .align-self-3xl-center {
        align-self: center !important;
    }
    .align-self-3xl-baseline {
        align-self: baseline !important;
    }
    .align-self-3xl-stretch {
        align-self: stretch !important;
    }
    .order-3xl-first {
        order: -1 !important;
    }
    .order-3xl-0 {
        order: 0 !important;
    }
    .order-3xl-1 {
        order: 1 !important;
    }
    .order-3xl-2 {
        order: 2 !important;
    }
    .order-3xl-3 {
        order: 3 !important;
    }
    .order-3xl-4 {
        order: 4 !important;
    }
    .order-3xl-5 {
        order: 5 !important;
    }
    .order-3xl-last {
        order: 6 !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}

body {
    font-family: "Albert Sans", serif;
    max-width: 100vw;
    background: #E7E9EA;
}

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 .bodyLines {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-height: 1064px;
    pointer-events: none;
}

body .bodyLines .line1 {
    content: "";
    position: absolute;
    left: -467px;
    top: -116px;
    aspect-ratio: 1/1;
    height: 1064px;
    border-radius: 50%;
    border: 30px solid transparent;
    border-right: 30px solid #ef7d00;
    z-index: -1;
    transform: rotate(8deg);
}

body .bodyLines .line2 {
    content: "";
    position: absolute;
    right: -678px;
    top: 35px;
    aspect-ratio: 1/1;
    height: 1064px;
    border-radius: 50%;
    border: 30px solid transparent;
    border-left: 30px solid #fff;
    z-index: -1;
    transform: rotate(8deg);
    opacity: 0.3;
}

body.nolines:after,
body.nolines:before {
    display: none;
}

.customContainer1 {
    max-width: 1642px;
}

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

* {
    font-family: "Albert 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: #fff;
}

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

::-webkit-scrollbar-thumb {
    background: #203B79;
}

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.megaContainer {
    max-width: 1733px;
    --containerMaxWidth: 1733px;
}

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

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

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

header {
    padding-top: 50px;
    position: relative;
    z-index: 5;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .logo {
    width: 300px;
    height: 67px;
}

header .logo img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

header .headerRightMenu {
    display: flex;
    align-items: center;
    gap: 6px;
}

header .headerRightMenu .searchArea {
    position: relative;
    align-items: center;
}

header .headerRightMenu .searchArea input {
    border-radius: 60px;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    padding: 5px 55px 5px 15px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #869AA4;
}

header .headerRightMenu .searchArea input::-moz-placeholder {
    color: #869AA4;
}

header .headerRightMenu .searchArea input::placeholder {
    color: #869AA4;
}

header .headerRightMenu .searchArea button {
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 17px;
}

header .headerRightMenu .searchArea button .icon {
    width: 15px;
    height: 17px;
    fill: #869AA4;
}

header .headerRightMenu .mobileSearch {
    display: none;
}

header .headerRightMenu .mobileSearch .openSearchMenu {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .headerRightMenu .mobileSearch .openSearchMenu .icon {
    width: 15px;
    height: 17px;
    fill: #869AA4;
}

header .headerRightMenu .mobileSearch .searchMenu {
    position: absolute;
    bottom: -20px;
    right: 15px;
    transform: translateY(100%);
    left: 15px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}

header .headerRightMenu .mobileSearch .searchMenu input {
    border-radius: 60px;
    border: 1px solid #869AA4;
    background: #fff;
    display: flex;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #869AA4;
    width: 100%;
}

header .headerRightMenu .mobileSearch .searchMenu input::-moz-placeholder {
    color: #869AA4;
}

header .headerRightMenu .mobileSearch .searchMenu input::placeholder {
    color: #869AA4;
}

header .headerRightMenu .mobileSearch.active .searchMenu {
    opacity: 1;
    pointer-events: auto;
}

header .headerRightMenu .langues {
    position: relative;
}

header .headerRightMenu .langues .selected {
    cursor: pointer;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 5px 15px;
    align-items: center;
    display: flex;
    gap: 5px;
}

header .headerRightMenu .langues .selected .icon {
    height: 4px;
    width: 8px;
    fill: #869AA4;
    transition: 0.3s ease all;
}

header .headerRightMenu .langues .item {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #869AA4;
}

header .headerRightMenu .langues .list {
    pointer-events: none;
    opacity: 0;
    padding: 10px 15px;
    text-align: center;
    background: #E7E9EA;
    z-index: 2;
    gap: 5px;
    border-radius: 0 0 25px 25px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    bottom: 0;
    transform: translateY(100%);
    border-top: none;
    left: 0;
    right: 0;
    position: absolute;
    transition: 0.3s ease all;
}

header .headerRightMenu .langues .list span {
    cursor: pointer;
}

header .headerRightMenu .langues.active .list {
    opacity: 1;
    pointer-events: auto;
}

header .headerRightMenu .langues.active .selected {
    border-radius: 25px 25px 0 0;
}

header .headerRightMenu .langues.active .selected .icon {
    transform: rotate(180deg);
}

header .headerRightMenu .openHeaderMenu {
    display: flex;
    flex-direction: column;
    width: 52px;
    cursor: pointer;
    align-items: flex-end;
    gap: 3px;
    transition: 0.3s ease all;
    margin-left: 20px;
}

header .headerRightMenu .openHeaderMenu span {
    background: #203B79;
    border-radius: 10px;
    min-height: 4px;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

header .headerRightMenu .openHeaderMenu span:nth-child(1) {
    width: 75%;
}

header .headerRightMenu .openHeaderMenu span:nth-child(2) {
    width: 100%;
}

header .headerRightMenu .openHeaderMenu span:nth-child(3) {
    width: 50%;
}

header .headerRightMenu .openHeaderMenu.active {
    transform: scale(0.5);
}

header .headerRightMenu .openHeaderMenu.active span:nth-child(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(-18px, 13px);
    width: 50%;
}

header .headerRightMenu .openHeaderMenu.active span:nth-child(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
}

header .headerRightMenu .openHeaderMenu.active span:nth-child(3) {
    transform-origin: bottom;
    transform: translate(-3px, 2px) rotatez(45deg);
}

.headerMenu {
    position: absolute;
    right: 0;
    background: #fff;
    top: 100px;
    padding: 50px 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}

.headerMenu .closeHeaderMenu {
    display: none;
}

.headerMenu .closeHeaderMenu .icon {
    width: 33px;
    height: 33px;
    fill: #203B79;
}

.headerMenu .mobileLangs {
    display: none;
    margin-bottom: 25px;
}

.headerMenu .mobileLangs .item {
    font-size: 18px;
    margin-right: 10px;
    line-height: 26px;
    font-weight: 500;
    color: #869AA4;
    transition: 0.3s ease all;
}

.headerMenu .mobileLangs .item:hover {
    color: #203B79;
}

.headerMenu .mobileLangs .selected .item {
    color: #203B79;
}

.headerMenu .title {
    width: 370px;
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 45px;
    color: rgba(32, 59, 121, 0.5);
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #E7E9EA;
}

.headerMenu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
}

.headerMenu ul li a {
    font-size: 23px;
    color: #203B79;
    transition: 0.3s ease all;
    position: relative;
    display: flex;
}

.headerMenu ul li a:after {
    content: "";
    margin-bottom: 5px;
    position: absolute;
    background: #ef7d00;
    height: 8px;
    width: 25px;
    right: 25px;
    transition: 0.3s ease all;
    bottom: 0;
    opacity: 0;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrowhalf.svg");
}

.headerMenu ul li a:hover {
    color: #ef7d00;
}

.headerMenu ul li a:hover:after {
    right: 0;
    opacity: 1;
}

.headerMenu .info {
    color: rgba(32, 59, 121, 0.5);
    font-weight: 300;
    margin-bottom: 10px;
}

.headerMenu .phone {
    color: rgba(32, 59, 121, 0.5);
    font-weight: 300;
}

.headerMenu.active {
    opacity: 1;
    pointer-events: auto;
}

footer {
    background: #009ee4;
    padding: 85px 0 75px;
}

footer .footerLogoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

footer .footerLogoArea .logo {
    width: 255px;
    height: 55px;
}

footer .footerLogoArea .logo img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

footer .footerLogoArea .text {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
}

footer .info {
    margin-bottom: 0px;
    display: flex;
    border-top: 1px solid #008ecd;
    align-items: center;
    border-bottom: 1px solid #008ecd;
}

footer .info .item {
    border-right: 0px solid #008ecd;
    border-left: 0px solid #008ecd;
    padding: 60px;
}

footer .info .item .title {
    margin-bottom: 10px;
    line-height: 43px;
    font-weight: 500;
    color: #CAD8F5;
}

footer .info .item .text {
    line-height: 23px;
    font-weight: 500;
    font-size: 15px;
    color: #CAD8F5;
    display: block;
}

footer .info .item:first-child {
    padding-left: 0;
    border: 0;
}

footer .info .socialArea {
    padding-left: 100px;
    display: flex;
    align-items: end;
    justify-content:end;
    flex-grow: 1;
}

footer .info .socialArea .social {
    display: flex;
    align-items: center;
    gap: 45px;
}

footer .info .socialArea .social .icon {
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: 0.3s ease all;
}

footer .info .socialArea .social .icon:hover {
    fill: #ef7d00;
}

footer .info .socialArea .offerBtn {
    border: 1px solid #ef7c00;
    border-radius: 100px;
    padding: 18px 25px 18px 45px;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    background: transparent;
    position: relative;
    box-shadow: -18.88px 9.44px 74.104px 0px #ef7c00;
}

footer .info .socialArea .offerBtn .iconArea {
    background: #ef7c00;
    margin-left: 10px;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .info .socialArea .offerBtn .iconArea .icon {
    width: 13px;
    height: 13px;
    fill: #fff;
}

footer .footerMenus {
    margin-bottom: 85px;
}

footer .footerMenus .row {
    gap: 70px;
}

footer .footerMenus .menu .title {
    margin-bottom: 20px;
    color: #AEC1EC;
}

footer .footerMenus .menu ul li a {
    font-size: 15px;
    color: #8FA2CD;
    line-height: 23px;
    transition: 0.3s ease all;
}

footer .footerMenus .menu ul li a:hover {
    color: #ef7d00;
}

footer .footerBottom {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0px solid #008ecd;
}

footer .footerBottom .links {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
}

footer .footerBottom .links a {
    color: #8A9BC3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    transition: 0.3s ease all;
}

footer .footerBottom .links a:hover {
    color: #ef7d00;
}

footer .footerBottom .copyright {
    color: #fff;
    font-size: 15px;
}


@keyframes float1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes float2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

section.mainSlider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.mainSlider .mainLines .line1 {
    position: absolute;
    left: -545px;
    top: -205px;
    aspect-ratio: 1/1;
    height: 1064px;
    border-radius: 50%;
    border: 30px solid transparent;
    border-right: 30px solid #fff;
    z-index: -1;
    transform: rotate(8deg);
    transition: 1s ease all;
}

section.mainSlider .mainLines .line2 {
    position: absolute;
    right: -461px;
    top: 0;
    aspect-ratio: 1/1;
    height: 1064px;
    border-radius: 50%;
    border: 30px solid transparent;
    border-left: 30px solid #fff;
    z-index: -1;
    transform: rotate(25deg);
    transition: 1s ease all;
}

section.mainSlider .mainLines.position2 .line1 {
    transform: rotate(-32deg);
}

section.mainSlider .mainLines.position2 .line2 {
    transform: rotate(-25deg);
}

section.mainSlider .mainLines.position3 .line1 {
    transform: rotate(38deg);
}

section.mainSlider .mainLines.position3 .line2 {
    transform: rotate(75deg);
}

section.mainSlider .swiper-prev,
section.mainSlider .swiper-next {
    position: absolute;
    left: calc((100vw - var(--containerMaxWidth)) / 2);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 13;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

section.mainSlider .swiper-prev .icon,
section.mainSlider .swiper-next .icon {
    transform: scaleX(-1);
    color: #fff;
    width: 60px;
    height: 24px;
    margin-bottom: 30px;
    transition: 0.3s ease all;
    position: relative;
    left: 0;
}

section.mainSlider .swiper-prev .text,
section.mainSlider .swiper-next .text {
    color: #203B79;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section.mainSlider .swiper-prev .text span,
section.mainSlider .swiper-next .text span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    transition: 0.3s ease all;
}

section.mainSlider .swiper-prev:hover .icon,
section.mainSlider .swiper-next:hover .icon {
    left: -5px;
}

section.mainSlider .swiper-prev:hover .text span,
section.mainSlider .swiper-next:hover .text span {
    opacity: 1;
}

section.mainSlider .swiper-next {
    text-align: right;
    left: unset;
    right: calc((100vw - var(--containerMaxWidth)) / 2);
}

section.mainSlider .swiper-next .icon {
    transform: unset;
    left: unset;
    right: 0;
}

section.mainSlider .swiper-next:hover .icon {
    left: unset;
    right: -5px;
}

section.mainSlider .swiper-slide {
    height: 870px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0 !important;
}

section.mainSlider .swiper-slide:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -150px;
    height: 440px;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(231, 233, 234) 30%);
}

section.mainSlider .swiper-slide .titleArea {
    text-align: center;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.mainSlider .swiper-slide .titleArea .subTitle {
    color: #14387F;
    font-size: 28px;
    font-weight: 400;
}

section.mainSlider .swiper-slide .titleArea .title {
    color: #FFF;
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase;

}

section.mainSlider .swiper-slide .titleArea.type2 .subTitle {
    font-size: 20px;
    margin-bottom: 20px;
}

section.mainSlider .swiper-slide .titleArea.type2 .title {
    font-size: 63px;
    line-height: 72px;
}

section.mainSlider .swiper-slide .rock {
    position: absolute;
    pointer-events: none;
    width: 560px;
    height: 505px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.mainSlider .swiper-slide .rock .images1 {
    position: absolute;
    min-width: 166px;
    height: 128px;
    left: -42%;
    top: 34%;
    animation: float1 3s ease-in-out infinite alternate;
}

section.mainSlider .swiper-slide .rock .images2 {
    position: absolute;
    min-width: 142px;
    height: 117px;
    right: -36%;
    top: 20%;
    animation: float2 3s ease-in-out infinite alternate;
}

section.mainSlider .swiper-slide .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.mainSlider .swiper-slide .imgContent {
    aspect-ratio: 1035/505;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1035px;
    position: relative;
    bottom: 200px;
}

section.mainSlider .swiper-slide .imgContent .imgArea {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
    transform: scale(0);
    transition: 0.3s 0.2s cubic-bezier(0.47, 1.64, 0.41, 0.8) all;
}

section.mainSlider .swiper-slide .imgContent .marker {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    cursor: pointer;
    background: url(../img/svg/marker.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 12;
    transform: scale(0);
    transition: 0.2s ease all;
}

section.mainSlider .swiper-slide .imgContent .mapInfoWindows {
    transform: translateX(-10px) translateY(-10px) scale(0);
    transition: 0.2s ease all;
}

section.mainSlider .swiper-slide .bottomInfo {
    position: absolute;
    bottom: 220px;
    transform: translateY(100%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.mainSlider .swiper-slide .bottomInfo .viewAllBtn {
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 14px 35px;
    background: rgba(29, 29, 29, 0.04);
    -webkit-backdrop-filter: blur(43px);
    backdrop-filter: blur(43px);
    gap: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    margin-bottom: 25px;
}

section.mainSlider .swiper-slide .bottomInfo .viewAllBtn .icon {
    width: 25px;
    height: 8px;
    transition: 0.3s ease all;
}

section.mainSlider .swiper-slide .bottomInfo .viewAllBtn:hover .icon {
    transform: translateX(5px);
}

section.mainSlider .swiper-slide .bottomInfo .text {
    max-width: 515px;
    color: #717171;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
}

section.mainSlider .swiper-slide .stand {
    position: absolute;
    background: url(../img/slidestand.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 749/375;
    width: 750px;
    z-index: 0;
    bottom: 0;
}

section.mainSlider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

section.mainSlider .swiper-slide.swiper-slide-active .imgContent .imgArea {
    transform: scale(1);
    transition: 0.3s 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8) all;
}

section.mainSlider .swiper-slide.swiper-slide-active .imgContent .marker,
section.mainSlider .swiper-slide.swiper-slide-active .imgContent .mapInfoWindows {
    transition: 0.3s 0.6s ease all;
    transform: scale(1);
}

section.mainSlider .swiper-slide.swiper-slide-active .imgContent .mapInfoWindows {
    transition: 0.3s 0.6s ease all;
    transform: scale(1) translateX(-10px) translateY(-10px);
}

.mapInfoWindows {
    position: absolute;
    padding: 18px 25px;
    z-index: 11;
    border-radius: 72px;
    background: #ef7d00;
    box-shadow: 0px 0px 47.8px 0px rgba(255, 98, 98, 0.78);
    width: 240px;
    padding-left: 58px;
    left: var(--mleft);
    top: var(--mtop);
    transform: translateX(-10px) translateY(-10px);
    height: 68px;
    display: flex;
    align-items: center;
}

.mapInfoWindows .windowText {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.mainProducts {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

section.mainProducts .title {
    font-size: 26px;
    font-weight: 400;
    color: #203B79;
    margin-bottom: 85px;
}

section.mainProducts .allProducts {
    margin-top: 65px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #203B79;
    display: block;
}

section.mainProducts .allProducts .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}

section.mainProducts .allProducts:hover .icon {
    transform: translateX(10px);
}

section.mainAbout {
    margin-bottom: 145px;
}

section.mainAbout .title {
    margin-bottom: 130px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    color: rgba(32, 59, 121, 0.3);
    border-bottom: 1px solid rgba(32, 59, 121, 0.09);
}

section.mainAbout .content {
    display: flex;
    gap: 90px;
    align-items: center;
}

section.mainAbout .infoTexts {
    max-width: 480px;
}

section.mainAbout .infoTexts .text {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    color: #203B79;
    margin-bottom: 21px;
}

section.mainAbout .infoTexts .info {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #203B79;
}

section.mainAbout .infoItems {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

section.mainAbout .infoItems .item .icon {
    background-image: var(--icon);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-bottom: 30px;
}

section.mainAbout .infoItems .item .name {
    opacity: 0.5;
    color: #203B79;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

section.mainAbout .infoItems .item .info {
    color: #203B79;
    font-size: 27px;
    font-weight: 600;
}

section.mainEquipment {
    position: relative;
    padding-bottom: 165px;
}

section.mainEquipment>.imgArea {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    aspect-ratio: 1920/1103;
}

section.mainEquipment>.imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

section.mainEquipment .container {
    padding-top: 140px;
    position: relative;
    z-index: 2;
}

section.mainEquipment .container>.title {
    font-size: 32px;
    line-height: 40px;
    max-width: 925px;
    color: #203B79;
    font-weight: 300;
}

section.mainEquipment .content {
    position: relative;
    margin-top: 140px;
}

section.mainEquipment .content .boilingesText {
    position: absolute;
    /*aspect-ratio: 1088/151;*/
    top: -20px;
    left: 0;
    transform: translateY(-50%);
}

section.mainEquipment .content .boilingesText img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

section.mainEquipment:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    height: 610px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    content: "";
    background: linear-gradient(0deg, transparent 0%, rgba(231, 233, 234, 0.8463760504) 22%, rgb(231, 233, 234) 50%, rgba(231, 233, 234, 0.8771883754) 81%, transparent 100%);
}

section.mainNews {
    background: #fff;
    padding: 110px 0 130px;
}

section.mainNews .titleArea {
    margin-bottom: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

section.mainNews .titleArea .title {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #203B79;
}

section.mainNews .titleArea .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(32, 59, 121, 0.5);
    text-align: end;
}

section.mainNews .bottomText {
    margin-top: 160px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    color: #203B79;
}

.page404 {
    position: relative;
    z-index: 2;
    margin-bottom: 95px;
}

.page404 .content {
    padding: 128px;
    text-align: center;
    background: rgba(255, 255, 255, 0.31);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page404 .content .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    color: #203B79;
    margin-bottom: 45px;
}

.page404 .content .info {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    width: 670px;
    max-width: 100%;
    margin: 0 auto 50px;
    color: #203B79;
}

.page404 .content .searchText {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    color: #203B79;
}

.page404 .content .backLinks {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.page404 .content .backLinks a {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #203B79;
}

.page404 .content .imgArea {
    aspect-ratio: 267/241;
}

.page404 .content .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.page404 .searchArea {
    position: relative;
    align-items: center;
    margin-bottom: 55px;
}

.page404 .searchArea input {
    border-radius: 60px;
    background: #fff;
    display: flex;
    padding: 5px 65px 5px 35px;
    font-size: 15px;
    border: 0;
    line-height: 38px;
    font-weight: 400;
    width: 500px;
    color: #203B79;
}

.page404 .searchArea input::-moz-placeholder {
    color: #203B79;
}

.page404 .searchArea input::placeholder {
    color: #203B79;
}

.page404 .searchArea .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 24px;
    height: 21px;
    fill: #203B79;
}

section.products {
    margin-bottom: 90px;
}

section.products .productsImgArea .title {
    color: #203B79;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    padding: 34px 71px;
    background: rgba(255, 255, 255, 0.31);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
}

section.products .productsImgArea .imgArea {
    aspect-ratio: 786/532;
}

section.products .productsImgArea .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

section.products.type2 {
    margin-bottom: 20px;
}

.productEquipments {
    margin-bottom: 20px;
    overflow: hidden;
}

.productEquipments .viewAll {
    display: flex;
    padding: 65px 45px 60px 55px;
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    background: rgba(255, 255, 255, 0.63);
    height: 100%;
}

.productEquipments .viewAll .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #203B79;
    margin: auto 0;
    display: flex;
}

.productEquipments .viewAll .icon {
    flex-shrink: 0;
    width: 25px;
    height: 8px;
    color: #203B79;
    margin-top: 7px;
    transition: 0.3s ease all;
}

.productEquipments .viewAll:hover .icon {
    transform: translateX(5px);
}

.productInfo {
    background: #fff;
    padding: 65px 95px 55px;
}

.productInfo p {
    text-align: left;
    font-weight: 300;
    color: #203B79;
    line-height: 26px;
}

.productInfo p b {
    font-size: 18px;
    font-weight: 500;
}

.productInfo ul,
.productInfo .pleft {
    padding-left: 65px;
}

.technical {
    background: #203B79;
}

.technical .title {
    text-align: center;
    padding: 45px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.technical .customTabContent p {
    padding: 80px 0 80px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    max-width: 600px;
}

.productTable {
    background: #fff;
    margin-bottom: 50px;
    padding: 50px 0 60px;
}

.productTable table {
    max-width: 850px;
    margin: 0 auto;
}

.productTable table thead tr {
    padding-bottom: 45px;
}

.productTable table thead tr th {
    color: #203B79;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding: 23px 10px 60px;
    text-align: center;
    vertical-align: middle;
}

.productTable table tbody {
    border: 1px solid #E7E9EA;
}

.productTable table tbody tr {
    border-bottom: 1px solid #E7E9EA;
}

.productTable table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 23px 43px;
    border-right: 1px solid #E7E9EA;
    color: #203B79;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.productTable table tbody tr td:last-child {
    border: 0;
}

.productTable table tbody tr:last-child {
    border: 0;
}

.usingArea {
    margin: 65px 0;
}

.usingArea .title {
    margin-bottom: 65px;
    color: #203B79;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.usingArea .usingCard {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 55px;
    text-align: center;
}

.usingArea .usingCard .iconArea {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 30px;
    border: 1px solid rgba(227, 6, 19, 0.08);
}

.usingArea .usingCard .iconArea .icon {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: var(--icon);
    background: #ef7d00;
    width: 42px;
    height: 37px;
}

.usingArea .usingCard .name {
    margin-bottom: 15px;
    color: #203B79;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.usingArea .usingCard .info {
    color: #203B79;
    line-height: 22px;
    opacity: 0.5;
}

section.news .bottomText {
    margin: 105px auto 110px;
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    color: #203B79;
    max-width: 1125px;
}

section.newsDetail {
    margin-bottom: 170px;
}

section.newsDetail .fancybox {
    margin-bottom: 80px;
}

section.newsDetail .newsContentArea {
    padding: 0 100px;
}

.whyUsCard {
    transition: 0.3s ease all;
    background: rgba(32, 59, 121, 0.77);
    padding: 50px 40px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
}

.whyUsCard .iconArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    border-radius: 18px;
    background: #203B79;
    transition: 0.3s ease all;
}

.whyUsCard .iconArea .icon {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: var(--icon);
    width: 26px;
    transition: 0.3s ease all;
    height: 26px;
    background: #fff;
}

.whyUsCard .title {
    margin: 20px 0;
    height: 140px;
    display: flex;
    align-items: center;
    line-height: 26px;
    color: #fff;
}

.whyUsCard .number {
    font-size: 40px;
    font-weight: 300;
    color: #5A73AC;
}

.whyUsCard:hover {
    background: rgba(32, 59, 121, 0.1);
}

.whyUsCard:hover .iconArea {
    background: rgba(255, 255, 255, 0.52);
}

.whyUsCard:hover .iconArea .icon {
    background: #203B79;
}

.whyUsCard:hover .title {
    color: #203B79;
}

.whyUsCard:hover .number {
    color: #fff;
}

section.whyUs {
    margin-bottom: 90px;
}

section.projects .projectsSlide {
    margin-bottom: 35px;
    padding-left: 20px;
}

section.projects .projectsSlide .owl-item {
    display: flex;
}

section.projects .projectsCard {
    aspect-ratio: 534/410;
    width: 534px !important;
    max-width: calc(100vw - 20px);
}

section.projects .projectsCard .title {
    padding: 50px 70px 50px 155px;
    position: relative;
    background: #fff;
}

section.projects .projectsCard .title .text {
    max-width: 220px;
    font-size: 26px;
    line-height: 30px;
    color: #203B79;
}

section.projects .projectsCard .title .number {
    position: absolute;
    left: 60px;
    bottom: 0;
    transform: translateY(50%);
    font-size: 40px;
    line-height: 34px;
    color: #203B79;
    opacity: 0.15;
    z-index: 2;
}

section.projects .projectsCard .content {
    background: rgba(255, 255, 255, 0.63);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    padding: 70px 70px 80px 155px;
}

section.projects .projectsCard .content p {
    line-height: 25px;
    color: #203B79;
}

section.projects .projectDetail {
    margin-bottom: 85px;
}

section.projects .projectDetail .bottomText {
    padding: 0 140px 0 100px;
    margin-top: 85px;
}

section.projects .projectDetail .bottomText .title {
    font-size: 24px;
    font-weight: 500;
    color: #203B79;
    margin-bottom: 15px;
}

section.projects .projectDetail .bottomText .text {
    line-height: 30px;
    font-size: 18px;
    color: #203B79;
}

.projectDetailCard {
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    margin-bottom: 15px;
}

.projectDetailCard .projectInfo .titleArea {
    display: flex;
    padding: 65px 130px 60px 70px;
    align-items: center;
    justify-content: space-between;
}

.projectDetailCard .projectInfo .titleArea .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.projectDetailCard .projectInfo .titleArea .item .info {
    font-weight: 500;
    color: #203B79;
}

.projectDetailCard .projectInfo .titleArea .item .text {
    font-weight: 300;
    font-size: 24px;
    color: #203B79;
    line-height: 30px;
}

.projectDetailCard .projectInfo .content {
    padding: 50px 60px 60px 70px;
    border-top: 1px solid #D6DEE2;
}

.projectDetailCard .projectInfo .content .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #203B79;
    line-height: 30px;
}

.projectDetailCard .projectInfo .content .text {
    line-height: 24px;
    color: #203B79;
}

.projectDetailCard .goDetail {
    padding: 50px 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #D6DEE2;
}

.projectDetailCard .goDetail .iconArea {
    width: 88px;
    height: 88px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    border: 1px solid #203B79;
}

.projectDetailCard .goDetail .iconArea .icon {
    width: 44px;
    height: 14px;
    color: #203B79;
    transition: 0.3s ease all;
}

.projectDetailCard .goDetail .text {
    color: #203B79;
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
    line-height: 30px;
    margin-top: 20px;
}

.projectDetailCard .goDetail:hover .iconArea .icon {
    transform: translateX(5px);
}

.otherProjects {
    margin-bottom: 120px;
}

.otherProjects .topText {
    text-align: center;
    max-width: 885px;
    margin: 0 auto 65px;
    color: #203B79;
    font-size: 28px;
    line-height: 42px;
}

.otherProjects .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.otherProjects .buttons .projectBtn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.otherProjects .buttons .projectBtn .iconArea {
    width: 88px;
    flex-shrink: 0;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(32, 59, 121, 0.08);
}

.otherProjects .buttons .projectBtn .iconArea .icon {
    color: #203B79;
    width: 44px;
    height: 14px;
}

.otherProjects .buttons .projectBtn .name {
    color: #203B79;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.otherProjects .buttons .projectBtn.prev {
    text-align: right;
}

.otherProjects .buttons .projectBtn.prev .iconArea .icon {
    transform: rotate(-180deg) translateY(-50%);
}

section.corporate .missionVision .item {
    padding: 85px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    gap: 30px;
}

section.corporate .missionVision .item .title {
    color: #ef7d00;
    font-size: 20px;
    line-height: 29px;
}

section.corporate .missionVision .item .text {
    max-width: 975px;
    color: #203B79;
    font-size: 20px;
    line-height: 32px;
}

section.corporate .missionVision .item:last-child {
    border: 0;
}

section.corporate .offer {
    margin-bottom: 85px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    display: flex;
}

section.corporate .offer .title {
    padding: 30px 75px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #203B79;
}

section.corporate .offer .left {
    min-width: 515px;
}

section.corporate .offer .right {
    padding: 30px 120px 30px 140px;
    min-height: 480px;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
}

section.corporate .offer .right .customTabContent {
    font-size: 20px;
    font-weight: 300;
    color: #203B79;
    line-height: 28px;
}

section.corporate .corporateWhy {
    margin-bottom: 90px;
}

section.corporate .corporateWhy>.title {
    color: #203B79;
    font-size: 48px;
    font-weight: 300;
    line-height: 51px;
    margin-bottom: 85px;
}

section.corporate .corporateWhy .items {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}

section.corporate .corporateWhy .items .item {
    width: 33.3333333333%;
    display: flex;
    padding: 60px 80px 60px 55px;
    background: rgba(255, 255, 255, 0.2);
    border-right: 1px solid #fff;
    gap: 45px;
    align-items: center;
}

section.corporate .corporateWhy .items .item .icon {
    width: 25px;
    height: 25px;
    fill: #ef7d00;
    flex-shrink: 0;
}

section.corporate .corporateWhy .items .item .content .title {
    margin-bottom: 15px;
    color: #203B79;
    font-size: 22px;
    line-height: 24px;
}

section.corporate .corporateWhy .items .item .content .text {
    color: rgba(32, 59, 121, 0.5);
    font-size: 16px;
    line-height: 21px;
}

section.corporate .corporateWhy .items .item:last-child {
    border: none;
}

section.corporate .corporateWhy .bottomText {
    color: #203B79;
    font-size: 30px;
    font-weight: 300;
    line-height: 51px;
    margin-top: 85px;
    max-width: 1200px;
}

section.projectDetail .goal {
    margin: 80px 0 110px;
}

section.projectDetail .goal .title {
    margin-bottom: 55px;
    font-size: 24px;
    color: #203B79;
    line-height: 36px;
}

section.projectDetail .goal .goalItems {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

section.projectDetail .goal .goalItems .item {
    display: inline;
    font-size: 18px;
    color: #203B79;
    line-height: 36px;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    padding: 14px 44px;
}

section.projectDetail .technologies {
    margin-bottom: 110px;
}

section.projectDetail .technologies>.title {
    margin-bottom: 65px;
    font-size: 24px;
    color: #ef7d00;
    line-height: 36px;
}

section.projectDetail .technologies .technologiesCard {
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
}

section.projectDetail .technologies .technologiesCard .title {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 65px;
    font-size: 18px;
    font-weight: 600;
    color: #203B79;
    line-height: 36px;
    position: relative;
}

section.projectDetail .technologies .technologiesCard .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    right: 45px;
    background: #ef7d00;
    width: 37px;
    height: 37px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/logomini.svg");
}

section.projectDetail .technologies .technologiesCard .text {
    background: rgba(255, 255, 255, 0.27);
    padding: 35px 65px;
}

section.projectDetail .technologies .technologiesCard .text p {
    font-size: 16px;
    font-weight: 300;
    color: #203B79;
    line-height: 20px;
    max-width: 290px;
    height: 40px;
}

section.projectDetail .projectImages {
    margin-bottom: 120px;
}

section.projectDetail .projectImages .title {
    margin-bottom: 65px;
    font-size: 24px;
    color: #203B79;
    line-height: 36px;
}

section.photoGallery {
    margin-bottom: 115px;
}

section.photoGallery .fancybox .galleryItem {
    aspect-ratio: 1/1;
}

section.photoGallery .fancybox .galleryItem img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: 0.3s ease all;
}

section.photoGallery .fancybox .galleryItem:hover img {
    transform: scale(1.05);
}

section.photoGallery .videoItem {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 673/539;
}

section.photoGallery .videoItem img {
    transition: 0.3s ease all;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

section.photoGallery .videoItem .play {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.photoGallery .videoItem .play .icon {
    fill: #fff;
    width: 75px;
    height: 75px;
}

section.photoGallery .videoItem:hover img {
    transform: scale(1.05);
}

section.photoGallery .videoItem:after {
    content: "";
    position: absolute;
    background: rgba(32, 59, 121, 0.4705882353);
    opacity: 0.5;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

section.contact {
    background: #203B79;
    margin-bottom: 140px;
}

section.contact .location {
    padding: 85px 100px 95px;
    border-bottom: 1px solid #385CAD;
    display: flex;
    gap: 110px;
}

section.contact .location .item .title {
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.5;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
}

section.contact .location .item .content {
    display: flex;
    gap: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}

section.contact .location .item .content a {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}

section.contact>.content {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 85px 120px 85px 100px;
}

section.contact>.content .textArea {
    max-width: 435px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

section.contact>.content .textArea .text {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

section.contact>.content .textArea .text span {
    color: #ef7d00;
}

section.contact>.content .formArea {
    width: 100%;
    max-width: 630px;
    display: flex;
}

section.contact>.content .formArea form {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    align-items: flex-start;
}

section.contact>.content .formArea .goBtn {
    margin-top: 85px;
}

section.contact .goBtn {
    display: inline-flex;
    gap: 25px;
    align-items: center;
    color: #fff;
    padding: 23px 35px 23px 30px;
    border: 1px solid #3C5A9F;
    border-radius: 50px;
}

section.contact .goBtn .icon {
    fill: #fff;
    width: 11px;
    height: 11px;
    transition: 0.3s ease all;
}

section.contact .goBtn:hover .icon {
    transform: translate(5px, -5px);
}

.editorContent ul li {
    position: relative;
    padding-left: 10px;
    color: #203B79;
    line-height: 33px;
}

.editorContent ul li b {
    font-weight: 600;
}

.editorContent ul li:after {
    content: "*";
    position: absolute;
    left: 0;
}

.editorContent ul.type2 {
    max-width: 885px;
}

.editorContent ul.type2 li {
    font-size: 18px;
    line-height: 24px;
}

.editorContent ul.type2 li:after {
    display: none;
}

.editorContent ul.type2 li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #203B79;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.editorContent p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #203B79;
}

.editorContent p b,
.editorContent p strong {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.editorContent p b {
    display: block;
}

.editorContent a {
    text-decoration: underline !important;
}

.editorContentArea {
    background: #fff;
    padding: 75px 85px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.form-group {
    margin-bottom: 45px;
}

.form-group.type2 {
    margin-bottom: 20px;
}

.form-group.selectFormGroup label {
    display: block;
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px;
}

.form-group.careerForm label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    /* 242.857% */
    margin-bottom: 10px;
}

.customInput1 {
    margin-bottom: 50px;
}

.customInput1 label {
    display: block;
    color: #fff;
    font-weight: 500;
}

.customInput1 label span {
    color: #ef7d00;
}

.customInput1 input {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 40px;
    color: #889DCD;
    border: 0;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #889DCD;
}

.customInput1 input.placeholder {
    color: #889DCD;
}

.customInput1 input:-moz-placeholder {
    color: #889DCD;
}

.customInput1 input::-moz-placeholder {
    color: #889DCD;
}

.customInput1 input:-ms-input-placeholder {
    color: #889DCD;
}

.customInput1 input::-webkit-input-placeholder {
    color: #889DCD;
}

.customInput1 textarea {
    padding-bottom: 4px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #889DCD;
    width: 100%;
    color: #889DCD;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    max-width: 100%;
}

.customInput1 textarea::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #9f0829;
}

.customInput1 textarea.placeholder {
    color: #889DCD;
}

.customInput1 textarea:-moz-placeholder {
    color: #889DCD;
}

.customInput1 textarea::-moz-placeholder {
    color: #889DCD;
}

.customInput1 textarea:-ms-input-placeholder {
    color: #889DCD;
}

.customInput1 textarea::-webkit-input-placeholder {
    color: #889DCD;
}

textarea.form-control {
    height: unset;
}

.customcheckbox1 {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.customcheckbox1 input {
    display: none;
}

.customcheckbox1 input:checked~.checkmark:after {
    opacity: 1;
}

.customcheckbox1 .checkboxText {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.customcheckbox1 .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: transparent;
    border: 2px solid #ef7d00;
    flex-shrink: 0;
    position: relative;
}

.customcheckbox1 .checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 12px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/check.svg");
    background: #fff;
    transition: 0.2s ease all;
    opacity: 0;
}

.accordionItem {
    width: 100%;
    transition: 0.3s ease all;
    border-bottom: 1px solid #9D9D9D;
    margin-top: 10px;
}

.accordionItem .accordionHeader {
    padding: 30px 60px 30px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 59.302px;
    /* 247.093% */
    transition: 0.3s ease all;
}

.accordionItem .accordionHeader:after {
    content: "";
    height: 13px;
    width: 24px;
    -webkit-mask-image: url(../img/svg/chevron.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 25px;
    transition: 0.3s ease all;
}

.accordionItem .accordionBody {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s linear all;
    opacity: 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    /* 155.556% */
}

.accordionItem.type2 {
    border: none;
    margin-bottom: 20px;
    padding: 0 40px;
    background: #fff;
    border-radius: 20px;
}

.accordionItem.type2 .accordionHeader {
    padding: 23px 0;
    color: #40322C;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
}

.accordionItem.type2 .accordionHeader:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #40322C;
}

.accordionItem.type2 .accordionHeader:after {
    display: none;
}

.accordionItem.type2 .accordionHeader span {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #40322C;
    transition: 0.3s ease all;
    display: block;
}

.accordionItem.type2 .accordionBody {
    padding: 0;
    color: #40322C;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.accordionItem.type2.active {
    padding-bottom: 90px;
}

.accordionItem.type2.active .accordionHeader span {
    transform: translateY(-50%) rotate(90deg);
}

.accordionItem.type2.active .accordionBody {
    padding: 20px 0 0;
}

.accordionItem.active {
    padding-bottom: 30px;
    transition: 0.3s ease border, 0.3s ease background;
}

.accordionItem.active .accordionHeader:after {
    transform: translateY(-50%) rotate(180deg);
}

.accordionItem.active .accordionBody {
    opacity: 1;
    transition: 0.5s ease all;
    max-height: 1000px;
}

.accordionList .accordionItem:not(:last-child) {
    border-bottom: 0;
}

.breadcrumb {
    margin: 35px 0;
    position: relative;
    z-index: 2;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.breadcrumb ul li {
    position: relative;
}

.breadcrumb ul li a {
    font-size: 13px;
    color: #6C828D;
    font-weight: 300;
    line-height: 40px;
}

.breadcrumb ul li:after {
    content: "/";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) translateX(50%);
    font-size: 13px;
    color: #6C828D;
    font-weight: 300;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.customTabContent {
    position: relative;
    margin-top: 45px;
}

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

.customTabContent .tab ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
}

.customTabContent .tab.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    overflow: unset;
}

.navlist1 {
    padding: 35px 115px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid #385BAA;
    border-bottom: 1px solid #385BAA;
}

.navlist1 li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease all;
    display: block;
    opacity: 0.3;
}

.navlist1 li a.active {
    opacity: 1 !important;
}

.navlist2 {
    padding: 75px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.navlist2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: rgba(56, 91, 170, 0.5);
    line-height: 25px;
}

.navlist2 li a .number {
    opacity: 0;
    transition: 0.3s ease all;
    pointer-events: none;
}

.navlist2 li a.active {
    color: #385BAA;
}

.navlist2 li a.active .number {
    opacity: 1;
}

.pageBanner {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    margin-bottom: 25px;
}

.pageBanner .titleArea {
    padding: 35px 100px;
    border-bottom: 1px solid #fff;
}

.pageBanner .titleArea .subTitle {
    color: #203B79;
    opacity: 0.5;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 500;
}

.pageBanner .titleArea .title {
    color: #203B79;
    font-size: 26px;
    line-height: 40px;
}

.pageBanner .content {
    padding: 70px 100px 95px 100px;
    text-align: justify;
}

.pageBanner .content .date {
    margin-bottom: 25px;
    display: flex;
    gap: 45px;
    color: #203B79;
    font-size: 13px;
    line-height: 30px;
}

.pageBanner .content .date span {
    opacity: 0.5;
}

.pageBanner .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #203B79;
}

.pageBanner .content p b {
    font-weight: 500;
    font-size: 24px;
}

.pageBanner .corporateImg {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}

.pageBanner .corporateImg .text {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
    color: #203B79;
    max-width: 540px;
}

.pageBanner .corporateImg .imgArea {
    transform: translateX(100px);
    aspect-ratio: 670/296;
}

.pageBanner .corporateImg .imgArea .img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.pageBanner.type2 .content {
    padding: 85px 100px 145px;
    font-size: 24px;
}

.mainProductCard {
    display: flex;
    padding: 55px 40px 45px 55px;
    background: #fff;
    gap: 35px;
    justify-content: space-between;
    align-items: center;
    aspect-ratio: 533/300;
}

.mainProductCard .name {
    max-width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #203B79;
    height: 54px;
}

.mainProductCard .features {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #203B79;
    display: block;
    margin-top: 105px;
    opacity: 0.5;
    white-space: nowrap;
}

.mainProductCard .features .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}

.mainProductCard .features:hover .icon {
    transform: translateX(10px);
}

.mainProductCard .imgArea {
    aspect-ratio: 250/185;
    width: 250px;
}

.mainProductCard .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.productCard2 {
    display: flex;
    background: #fff;
    position: relative;
    gap: 35px;
    padding: 45px;
    margin-bottom: 20px;
    background-size: cover;
    /* Ensures the image covers the entire div */
    background-position: center;
    /* Centers the image */
    /* Remove or comment out the following if not needed */
}

.productCard2 .name {
    max-width: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #203B79;
    height: 54px;
}

.productCard2 .features {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #203B79;
    display: block;
    margin-top: 146px;
    opacity: 0.5;
    white-space: nowrap;
}

.productCard2 .features .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}

.productCard2 .features:hover .icon {
    transform: translateX(10px);
}

.productCard2 .imgArea {
    position: absolute;
    padding: 1rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 300px;
}

.productCard2 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.productCard3 {
    display: block;
    background: #fff;
    position: relative;
    padding:15px;
    margin-bottom: 20px;

}

.productCard3 .name {
    max-width: 100%;
    overflow: hidden;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #203B79;
    height: 54px;
}

.productCard3 .features {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #203B79;
    display: block;
    opacity: 0.8;
    white-space: nowrap;
}

.productCard3 .features .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #203B79;
    margin-left: 15px;
}

.productCard3 .features:hover .icon {
    transform: translateX(10px);
}

.productCard3 .imgArea {
    position: absolute;
    padding: 1rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 300px;
}

.productCard3 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.productSidebar .sidebar {
    margin-bottom: 15px;
}

.productSidebar .sidebar .title {
    font-size: 20px;
    line-height: 40px;
    color: #203B79;
    font-weight: 500;
    padding: 34px 60px;
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    background: rgba(255, 255, 255, 0.31);
}

.productSidebar .sidebar .content {
    padding: 30px 30px;
    background: #fff;
}

.productSidebar .sidebar .content ul li a {
    color: #203B79;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    transition: 0.3s ease all;
    position: relative;
    display: flex;
    margin-bottom:20px
}

.productSidebar .sidebar .content ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: 0.3s ease all;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #FFF0F1;
    border-radius: 50%;
}

.productSidebar .sidebar .content ul li a:after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    top: 50%;
    transition: 0.3s ease all;
    right: 12.5px;
    width: 25px;
    height: 8px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url("../img/svg/arrowhalf.svg");
    background: #ef7d00;
}

.productSidebar .sidebar .content ul li a:hover {
    color: #ef7d00;
}

.productSidebar .sidebar .content ul li a:hover:after,
.productSidebar .sidebar .content ul li a:hover:before {
    opacity: 1;
}

.equipmentCard {
    background: #fff;
    border-radius: 17px;
    padding: 55px 70px 40px 50px;
    display: block;
    margin-bottom: 35px;
}

.equipmentCard .iconArea {
    margin-bottom: 35px;
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(32, 59, 121, 0.08);
}

.equipmentCard .iconArea .icon {
    width: 45px;
    height: 45px;
    fill: #203B79;
}

.equipmentCard .iconArea .icon .path2 {
    fill: #ef7d00;
}

.equipmentCard .name {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 27px;
    max-width: 170px;
    color: #203B79;
}

.equipmentCard .info {
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: 0.5;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #203B79;
}

.equipmentCard .goBtn {
    border-radius: 60px;
    border: 1px solid rgba(227, 6, 19, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    width: 75px;
}

.equipmentCard .goBtn .icon {
    width: 17px;
    height: 17px;
    fill: #ef7d00;
    transition: 0.3s ease all;
}

.equipmentCard:hover .goBtn .icon {
    transform: translate(3px, -3px);
}

.equipmentCard2 {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 55px;
}

.equipmentCard2 .info {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #203B79;
}

.equipmentCard2 .imgArea {
    margin-top: auto;
    transition: 0.3s ease all;
}

.equipmentCard2 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.equipmentCard2:hover .imgArea {
    scale: 1.1;
}

.widget1 {
    border-radius: 17px;
    background-image: url("../img/videoarka.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 73.5px 110px;
    position: relative;
    overflow: hidden;
}

.widget1 .widgetContent {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.widget1 .flag {
    padding: 0 27px 0 12px;
    display: flex;
    align-items: center;
    height: 48px;
    background: #E30A17;
    border-radius: 60px;
    margin-bottom: 30px;
}

.widget1 .flag .icon {
    fill: #fff;
    width: 32px;
    height: 24px;
}

.widget1 .title {
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    max-width: 470px;
    font-weight: 400;
    margin-top:20px
}

.widget1 .info {
    margin: 15px 0 35px;
    color: #fff;
    opacity: 0.7;
    font-weight: 400;
    font-size: 16px;
}

.widget1 .viewAll {
    font-size: 15px;
    line-height: 40px;
    display: flex;
    font-weight: 400;
    color: #fff;
}

.widget1 .viewAll .icon {
    transition: 0.3s ease all;
    height: 7px;
    width: 21px;
    fill: #fff;
    margin-left: 15px;
}

.widget1 .viewAll:hover .icon {
    transform: translateX(10px);
}

.widget1:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, transparent 0%, rgb(239, 124, 0) 71%);
}

.widget2 {
    background: #A6A9AB;
    border-radius: 17px;
    padding: 40px 50px 80px 50px;
}

.widget2 .imgArea {
    aspect-ratio: 309/220;
    width: 309px;
}

.widget2 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.widget2 .widgetContent {
    display: flex;
    gap: 25px;
}

.widget2 .widgetContent .iconArea {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    height: 53px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.widget2 .widgetContent .iconArea .icon {
    transition: 0.3s ease all;
    width: 17px;
    height: 17px;
    transform: rotate(135deg);
    fill: #fff;
}

.widget2 .widgetContent .iconArea:hover .icon {
    transform: rotate(135deg) translate(5px, -5px);
}

.widget2 .widgetContent .text {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 200px;
}

.widget3 {
    display: flex;
    gap: 25px;
    background: #fff;
    padding: 40px 40px 0 60px;
}

.widget3 .titleArea {
    max-width: 296px;
}

.widget3 .titleArea .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #203B79;
    margin-bottom: 10px;
}

.widget3 .titleArea .info {
    font-size: 14px;
    line-height: 20px;
    color: #203B79;
    opacity: 0.5;
}

.widget3 .imgArea {
    aspect-ratio: 66/182;
}

.widget3 .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.widget3 .iconArea {
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    border: 1px solid rgba(32, 59, 121, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget3 .iconArea .icon {
    width: 25px;
    height: 8px;
    transition: 0.3s ease all;
    color: #203B79;
}

.widget3:hover .icon {
    transform: translateX(5px);
}

.bottomWidgetsArea {
    margin-bottom: 125px;
}

.newsCard {
    background: #fff;
    border-radius: 17px;
    padding: 65px 30px 55px 60px;
    display: block;
    margin-bottom: 35px;
    border: 1px solid rgba(32, 59, 121, 0.08);
}

.newsCard .info {
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #203B79;
}

.newsCard .goBtn {
    border-radius: 60px;
    border: 1px solid rgba(227, 6, 19, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    width: 75px;
}

.newsCard .goBtn .icon {
    width: 17px;
    height: 17px;
    fill: #ef7d00;
    transition: 0.3s ease all;
}

.newsCard.type2 {
    margin: 0;
}

.newsCard.type2 .info {
    max-width: 260px;
    line-height: 29px;
    font-size: 20px;
}

.newsCard:hover .goBtn .icon {
    transform: translate(3px, -3px);
}

.mediaCard {
    background: rgba(255, 255, 255, 0.31);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    padding: 80px 100px 70px;
    display: block;
    height: 100%;
}

.mediaCard .mediaIcon {
    width: 45px;
    height: 30px;
    fill: #203B79;
    margin-bottom: 32px;
}

.mediaCard .subTitle {
    font-size: 11px;
    line-height: 30px;
    color: #203B79;
    font-weight: 700;
}

.mediaCard .title {
    font-size: 20px;
    line-height: 30px;
    color: #203B79;
    font-weight: 400;
    margin-bottom: 30px;
}

.mediaCard .info {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #203B79;
    margin-bottom: 35px;
    max-width: 425px;
}

.mediaCard .goBtn {
    border-radius: 60px;
    border: 1px solid rgba(227, 6, 19, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    width: 75px;
}

.mediaCard .goBtn .icon {
    width: 17px;
    height: 17px;
    fill: #ef7d00;
    transition: 0.3s ease all;
}

.mediaCard:hover .goBtn .icon {
    transform: translate(5px, -5px);
}

section.media {
    margin-bottom: 115px;
}

.catalogCard {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 55px;
    height: 100%;
}

.catalogCard .imgArea {
    aspect-ratio: 204/145;
    width: 204px;
}

.catalogCard .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.catalogCard .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #203B79;
    margin-left: 25px;
}

.catalogCard .iconArea {
    margin-left: auto;
    width: 62px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid rgba(32, 59, 121, 0.15);
}

.catalogCard .iconArea .icon {
    transition: 0.3s ease all;
    height: 14px;
    transform: rotate(45deg);
    width: 14px;
    fill: #203B79;
}

.catalogCard:hover .iconArea .icon {
    transform: rotate(45deg) translate(5px, -5px);
}

.catalogArea {
    margin-bottom: 400px;
}

.markers .marker {
    z-index: 3;
    position: relative;
}

.markers .marker .openMarker {
    cursor: pointer;
    background: #FF4651;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
}

.markers .marker .openMarker .icon {
    color: #fff;
    width: 8px;
    height: 8px;
}

.markers .marker .openMarker:after {
    content: "";
    background: #BF000B;
    position: absolute;
    right: -10px;
    left: -10px;
    bottom: -10px;
    top: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.markers .marker .markerContent {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
    position: absolute;
    box-shadow: 0px 0px 48px 30px rgba(255, 98, 98, 0.22);
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    border-radius: 70px;
    padding: 18px 25px 18px 65px;
    background: #ef7d00;
}

.markers .marker .markerContent .text {
    color: #fff;
    font-size: 14px;
    width: 150px;
    font-weight: 500;
    line-height: 16px;
}

.markers .marker.active .openMarker:after {
    opacity: 0.5;
}

.markers .marker.active .markerContent {
    opacity: 1;
    pointer-events: none;
}

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