@charset "UTF-8"; /*!
 * Bootstrap Grid v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.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.33333333%;
}
.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.66666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.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 {
        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.33333333%;
    }
    .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.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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 {
        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.33333333%;
    }
    .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.66666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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 {
        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.33333333%;
    }
    .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.66666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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 {
        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.33333333%;
    }
    .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.66666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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 {
        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.33333333%;
    }
    .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.66666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-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;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !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-inline-grid {
        display: inline-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;
    }
}
.vue-slider-disabled .vue-slider-rail {
    background-color: #ccc;
}
.vue-slider-disabled .vue-slider-dot-handle,
.vue-slider-disabled .vue-slider-process,
.vue-slider-disabled .vue-slider-mark-step {
    background-color: #666;
}
.vue-slider-disabled .vue-slider-mark-step-active {
    background-color: #ccc;
}
.vue-slider-rail {
    background-color: #bda1f3;
    border-radius: 15px;
}
.vue-slider-process {
    background-color: #6200ee;
    border-radius: 15px;
}
.vue-slider-mark {
    z-index: 4;
}
.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6200ee;
}
.vue-slider-mark-step-active {
    background-color: #bda1f3;
}
.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap;
}
.vue-slider-dot-handle {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6200ee;
    box-sizing: border-box;
}
.vue-slider-dot-handle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    background-color: #6200ee61;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: transform 0.2s;
}
.vue-slider-dot-handle-focus:after {
    transform: translate(-50%, -50%) scale(1);
}
.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #666 !important;
}
.vue-slider-dot-tooltip {
    visibility: visible;
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner {
    opacity: 1;
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top {
    transform: rotate(-45deg);
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-bottom {
    transform: rotate(135deg);
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-left {
    transform: rotate(-135deg);
}
.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-right {
    transform: rotate(45deg);
}
.vue-slider-dot-tooltip-inner {
    border-radius: 50% 50% 50% 0;
    background-color: #6200ee;
    opacity: 0;
    transition:
        transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        opacity 0.2s linear;
}
.vue-slider-dot-tooltip-inner-top {
    transform: translateY(50%) scale(0.01) rotate(-45deg);
}
.vue-slider-dot-tooltip-inner-bottom {
    transform: translateY(-50%) scale(0.01) rotate(135deg);
}
.vue-slider-dot-tooltip-inner-left {
    transform: translate(50%) scale(0.01) rotate(-135deg);
}
.vue-slider-dot-tooltip-inner-right {
    transform: translate(-50%) scale(0.01) rotate(45deg);
}
.vue-slider-dot-tooltip-text {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text {
    transform: rotate(45deg);
}
.vue-slider-dot-tooltip-inner-bottom .vue-slider-dot-tooltip-text {
    transform: rotate(-135deg);
}
.vue-slider-dot-tooltip-inner-left .vue-slider-dot-tooltip-text {
    transform: rotate(135deg);
}
.vue-slider-dot-tooltip-inner-right .vue-slider-dot-tooltip-text {
    transform: rotate(-45deg);
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-variant-ligatures: none;
}
*[data-link],
*[data-move] {
    cursor: pointer;
}
html {
    font-family: Gilroy, sans-serif;
    font-size: 10px;
    font-weight: 300;
    scroll-behavior: smooth;
    scrollbar-color: #0b8dcb #eaeeed;
    scrollbar-width: auto;
}
body {
    font-family: Gilroy, sans-serif;
    margin: 0;
    padding: 0;
    counter-reset: section;
}
main {
    position: relative;
}
iframe {
    border: none;
}
img {
    height: auto;
    max-width: 100%;
}
img.align__center {
    display: block;
    margin: 0 auto 1rem;
}
ol li[data-list="bullet"] {
    list-style: disc;
}
.container {
    max-width: 1200px;
}
@media (max-width: 768px) {
    .container {
        --bs-gutter-x: 6.8rem;
    }
}
@media (max-width: 430px) {
    .container {
        --bs-gutter-x: 4rem;
    }
}
.fancybox__content .success {
    margin-top: 1.5rem;
}
.fancybox__content .success p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
}
.ql-align-center {
    text-align: center;
}
.button {
    display: inline-block;
    padding: 0 0.8rem;
    color: #fff;
    background-color: #0b8dcb;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    font-weight: 200;
    line-height: 3rem;
    outline: none;
    transition: 0.15s background-color;
}
.button:hover {
    background-color: #0b8dcb;
}
a {
    text-decoration: none;
}
button {
    font-family: Gilroy, sans-serif;
}
.button--full-width {
    width: 100%;
}
.button--size-l {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 2.4rem;
    padding: 1.6rem;
}
.button--with-gradient {
    background: transparent linear-gradient(180deg, #0b8dcb, #0b8dcb) center top;
    background-size: 100% 200%;
    transition: 0.3s;
    border: 1px solid #0b8dcb;
}
.button--with-gradient:hover,
.button--with-gradient:focus {
    background-position: center bottom;
    background: transparent linear-gradient(180deg, #279dd4, #279dd4) center top;
}

.button--white-outline {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.button--white-outline:hover,
.button--white-outline:focus {
    background-color: #279dd4;
    border: 1px solid #279dd4;
    color: #fff;
}

.button--with-icon {
    display: inline-flex;
    align-items: center;
}
.button--with-icon .icon {
    margin-right: 0.7rem;
    font-size: 0;
    line-height: 0;
}
.button--with-icon .text {
    font-size: 1.4rem;
}
.button:disabled {
    cursor: not-allowed;
    filter: grayscale(1);
}
.decor__circle {
    position: relative;
    padding-left: 1.5rem;
}
.decor__circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 100;
    src:
        local("Gilroy-UltraLight"),
        url(../fonts/Gilroy-UltraLight-BnZuASiC.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 100;
    src:
        local("Gilroy-UltraLightItalic"),
        url(../fonts/Gilroy-UltraLightItalic-CnZkWxKl.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src:
        local("Gilroy-Light"),
        url(../fonts/Gilroy-Light-BQfcPs6d.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 200;
    src:
        local("Gilroy-LightItalic"),
        url(../fonts/Gilroy-LightItalic-DMTUEaBm.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src:
        local("Gilroy-Regular"),
        url(../fonts/Gilroy-Regular-CY081Tb4.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    src:
        local("Gilroy-RegularItalic"),
        url(../fonts/Gilroy-RegularItalic-B7ijQ5fl.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src:
        local("Gilroy-Medium"),
        url(../fonts/Gilroy-Medium-RhujHmrb.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    src:
        local("Gilroy-MediumItalic"),
        url(../fonts/Gilroy-MediumItalic-CH4rAKOn.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src:
        local("Gilroy-SemiBold"),
        url(../fonts/Gilroy-SemiBold-Cu1_Dviq.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 500;
    src:
        local("Gilroy-SemiBoldItalic"),
        url(../fonts/Gilroy-SemiBoldItalic-DjIMUwer.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 600;
    src:
        local("Gilroy-BoldItalic"),
        url(../fonts/Gilroy-BoldItalic-VydKs7mV.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src:
        local("Gilroy-ExtraBold"),
        url(../fonts/Gilroy-ExtraBold-D9MUTSRL.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src:
        local("Gilroy-ExtraBoldItalic"),
        url(../fonts/Gilroy-ExtraBoldItalic-CVjxnYOr.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src:
        local("Gilroy-Black"),
        url(../fonts/Gilroy-Black-as2qN2Vc.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 800;
    src:
        local("Gilroy-BlackItalic"),
        url(../fonts/Gilroy-BlackItalic-DWXZwsW_.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src:
        local("Gilroy-Heavy"),
        url(../fonts/Gilroy-Heavy-5mhtgaKn.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-style: italic;
    font-weight: 900;
    src:
        local("Gilroy-HeavyItalic"),
        url(../fonts/Gilroy-HeavyItalic-CIpAfdAx.woff2) format("woff2");
}
a {
    text-wrap: nowrap;
}
a.color--black {
    color: #000;
}
a.color--black span:before {
    background: #000;
}
a.color--green {
    color: #03a9f4;
}
a.color--green span:before {
    background: #03a9f4;
}
a.color--white {
    color: #fff;
}
a.color--white span:before {
    background: #fff;
}
a.hover--animation span {
    position: relative;
}
a.hover--animation span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    width: 0;
    height: 0.1rem;
    transform: translate(-50%);
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}
a.hover--animation span:hover:before {
    width: 100%;
}
a.text {
    text-decoration: none;
}
.header {
    position: relative;
    z-index: 10;
}
.header__top {
    padding: 1rem 0;
    background: #03a9f4;
}
.header__top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top__wrapper__left span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.header__top__wrapper__center a span {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.header__top__wrapper__right {
    display: flex;
    align-items: center;
    margin: 0 1.5rem;
}
.header__top__wrapper__right a {
    margin-right: 1rem;
    font-size: 1.6rem;
}
.header__top__wrapper__right a.text {
    font-weight: 200;
    line-height: 2.4rem;
}
.header__top__wrapper__right a span.text,
.header__top__wrapper__right button {
    font-size: 1.6rem;
}
.header__bottom {
    background-color: #0b8dcb;
}
.header__bottom__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__bottom__wrapper__logo {
    margin-right: 4rem;
    font-size: 0;
}
.header__bottom__wrapper__logo svg {
    width: 13rem;
    max-width: 100%;
    height: 3rem;
}
.header__bottom__wrapper__nav ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.header__bottom__wrapper__nav ul li {
    position: relative;
    margin: 0 1.5rem;
    font-size: 0;
}
.header__bottom__wrapper__nav ul li a {
    display: inline-block;
    padding: 1.6rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.header__bottom__wrapper__nav ul li ul {
    position: absolute;
    display: block;
    width: 25rem;
    left: 50%;
    top: 100%;
    background-color: #0b8dcb;
    opacity: 0;
    transform: translate(-50%);
    transition: 0.15s ease-in-out;
    visibility: hidden;
    z-index: 7;
}
.header__bottom__wrapper__nav ul li ul li {
    margin: 0;
    border-bottom: 0.1rem solid white;
}
.header__bottom__wrapper__nav ul li ul li:before {
    display: none;
}
.header__bottom__wrapper__nav ul li ul li a {
    width: 100%;
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: auto;
    transition: 0.15s ease-in-out;
}
.header__bottom__wrapper__nav ul li ul li a:hover {
    background-color: #0b8dcb;
}
.header__bottom__wrapper__nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.4rem;
    background-color: #0b8dcb;
    transition: width 0.15s;
    transition-timing-function: ease-in-out;
}
.header__bottom__wrapper__nav ul li:hover:before {
    width: 100%;
}
.header__bottom__wrapper__nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.header__bottom__wrapper__nav ul li.active:before {
    width: 100%;
}
.header__bottom__wrapper__search__button {
    margin-left: 3rem;
    font-size: 0;
}
.header__bottom__wrapper__search__button button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
}
.header__bottom__wrapper__search__form {
    position: absolute;
    left: 0;
    display: flex;
    top: 50%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-50%);
    transition: 0.15s;
    visibility: hidden;
}
.header__bottom__wrapper__search__form form {
    position: relative;
    width: calc(100% - 5rem);
}
.header__bottom__wrapper__search__form form input {
    width: 100%;
    padding: 1.2rem 1.2rem 1.2rem 4rem;
    border: 0.1rem solid #0b8dcb;
    border-radius: 0.4rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
    outline: none;
}
.header__bottom__wrapper__search__form form button {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-left: 0;
    background-color: transparent;
    transform: translateY(-50%);
}
.header__bottom__wrapper__search__form button {
    background-color: #0b8dcb;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
}
.header__bottom__wrapper__search__form.showed {
    opacity: 1;
    visibility: visible;
}
.header__mobile__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background-color: #0b8dcb;
    transform: translate(-100%);
    transition: 0.6s;
}
.header__mobile__sidebar__search {
    background-color: #03a9f4;
}
.header__mobile__sidebar__search form {
    position: relative;
    width: calc(100% - 6rem);
    padding: 0.5rem;
}
.header__mobile__sidebar__search form input {
    width: 100%;
    padding: 1rem 1rem 1rem 4rem;
    border: 0.1rem solid #0b8dcb;
    border-radius: 0.4rem;
    font-size: 1.4rem;
}
.header__mobile__sidebar__search form button {
    position: absolute;
    left: 2rem;
    top: 50%;
    background-color: transparent;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
}
.header__mobile__sidebar__nav {
    height: calc(100vh - 27rem);
    margin: 2rem 0;
    overflow: auto;
}
.header__mobile__sidebar__nav ul li {
    padding: 1rem 1rem 2rem;
}
.header__mobile__sidebar__nav ul li a {
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: uppercase;
}
.header__mobile__sidebar__contacts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1rem;
    background-color: #123835;
}
.header__mobile__sidebar__contacts__address {
    margin-bottom: 1.5rem;
}
.header__mobile__sidebar__contacts__address span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 200;
}
.header__mobile__sidebar__contacts__email,
.header__mobile__sidebar__contacts__phone {
    margin-bottom: 1.5rem;
}
.header__mobile__sidebar__contacts__email a,
.header__mobile__sidebar__contacts__phone a {
    font-size: 1.4rem;
    font-weight: 200;
}
.header__mobile__sidebar__contacts__buttons {
    display: flex;
    align-items: center;
}
.header__mobile__sidebar__contacts__buttons div {
    margin-left: 1rem;
}
.header__mobile__sidebar.opened {
    transform: translate(0);
}
.header__mobile__toggle {
    position: fixed;
    right: 0;
    top: 0;
    font-size: 0;
    z-index: 9;
}
.header__mobile__toggle button {
    height: 5rem;
    padding: 0.5rem;
    background-color: transparent;
}
.header__mobile__toggle button svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition:
        stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__mobile__toggle button svg path:nth-child(1) {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.header__mobile__toggle button svg path:nth-child(2) {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.header__mobile__toggle button svg path:nth-child(3) {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.header__mobile__toggle button.opened svg path:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.header__mobile__toggle button.opened svg path:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.header__mobile__toggle button.opened svg path:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.header__mobile__toggle button:hover {
    background-color: transparent;
}
@media (max-width: 1100px) {
    .header__bottom {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        padding: 1rem 0;
        z-index: 7;
    }
    .header__bottom__wrapper__logo {
        width: 13rem;
    }
}
.footer {
    position: relative;
    z-index: 3;
}
.footer__top {
    position: relative;
    padding: 4rem 0;
    background-color: #0b8dcb;
    overflow: hidden;
}
.footer__top__wrapper {
    display: flex;
    justify-content: space-between;
}
.footer__top__wrapper > div {
    width: 25%;
    padding-right: 2rem;
}
.footer__top__wrapper__title {
    margin: 1.6rem 0;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 2rem;
}
.footer__top__wrapper__nav ul {
    list-style: none;
}
.footer__top__wrapper__nav ul li {
    margin-bottom: 1.5rem;
}
.footer__top__wrapper__nav ul li a {
    font-size: 1.4rem;
    font-weight: 200;
    text-wrap: auto;
}
.footer__top__wrapper__contacts__address {
    margin-bottom: 1.6rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.footer__top__wrapper__contacts__email {
    margin-bottom: 1.6rem;
}
.footer__top__wrapper__contacts__email a {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.footer__top__wrapper__contacts__phone {
    margin-bottom: 1.6rem;
}
.footer__top__wrapper__contacts__phone a {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.footer__top__wrapper__contacts__buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
}
.footer__top__wrapper__contacts__buttons a {
    margin: 0 1rem 1rem 0;
    background-color: #03a9f4;
}
.footer__top__wrapper__contacts__buttons div {
    margin-bottom: 1rem;
}
.footer__top__wrapper__contacts__buttons div button {
    background-color: #03a9f4;
}
.footer__top:before,
.footer__top:after {
    content: "";
    position: absolute;
    bottom: -6rem;
    background-size: cover;
}
.footer__top:before {
    left: 0;
    width: 22rem;
    height: 42rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="215" height="417" viewBox="0 0 215 417" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M60.4506 196.124C48.8601 196.124 39.2425 190.447 38.5027 185.757C38.5027 175.884 56.0117 178.105 61.9302 178.846C99.9074 185.757 194.604 203.529 212.113 160.334C216.51 146.11 215.869 130.803 210.298 116.997C204.727 103.192 194.567 91.7334 181.534 84.5564C176.351 81.2549 170.521 79.1056 164.437 78.2539C158.353 77.4023 152.158 77.868 146.269 79.6198C124.449 85.6393 104.124 96.1476 86.5907 110.474C73.0267 121.629 60.7814 134.299 50.0932 148.239C60.8074 132.016 73.759 117.391 88.5635 104.797C101.389 92.9754 116.155 83.4564 132.213 76.6578C134.607 75.6372 136.664 73.9604 138.147 71.8206C139.631 69.6807 140.48 67.1649 140.597 64.563C141.217 55.9648 139.986 47.3335 136.987 39.2525C133.987 31.1716 129.289 23.8292 123.211 17.7219C117.133 11.6145 109.815 6.88432 101.753 3.85115C93.6912 0.817973 85.0726 -0.447553 76.4799 0.140106C15.5685 10.7538 23.4598 112.942 32.3376 155.15C32.3376 162.802 28.6385 166.504 24.6928 167.245C-15.0106 176.131 55.0253 19.3929 -17.7232 12.2348C-26.6064 11.6868 -35.5066 12.9886 -43.8616 16.0582C-52.2166 19.1278 -59.8447 23.8984 -66.2642 30.0685C-72.6836 36.2387 -77.7549 43.6744 -81.1575 51.9059C-84.5601 60.1374 -86.2202 68.9857 -86.0328 77.8919C-86.0328 90.974 -80.8541 93.1955 -69.7569 98.8726C-62.7985 102.479 -56.1213 106.604 -49.7819 111.214C-34.1996 121.817 -20.3846 134.811 -8.84543 149.72C-20.3459 137.192 -33.4467 126.237 -47.809 117.138C-59.5398 109.902 -71.9246 103.787 -84.7998 98.8726C-90.0293 96.0969 -96.1356 95.4769 -101.816 97.1448C-135.354 104.797 -167.906 135.404 -158.288 171.441C-145.958 219.079 -76.4152 196.124 -44.3566 186.498C-30.568 182.823 -16.4359 180.59 -2.1871 179.833C2.4984 179.833 6.19746 183.289 6.19746 185.51C6.19746 187.732 -2.1871 193.903 -13.5309 195.63C-55.4538 201.554 -123.024 199.827 -139.793 251.661C-142.592 258.145 -143.778 265.212 -143.251 272.256C-142.723 279.3 -140.497 286.11 -136.763 292.104C-133.03 298.098 -127.9 303.097 -121.813 306.671C-115.726 310.246 -108.864 312.29 -101.816 312.628H-100.336C-98.6096 312.628 -97.3766 308.185 -96.8834 306.704C-89.2905 287.759 -78.8086 270.107 -65.8112 254.376C-53.5717 239.218 -39.2014 225.915 -23.1485 214.883C-36.8123 225.556 -49.0751 237.913 -59.6461 251.661C-72.368 267.067 -82.0729 284.736 -88.2522 303.742C-88.2522 303.742 -88.2522 303.742 -88.2522 305.223C-88.7731 308.659 -88.7731 312.154 -88.2522 315.59C-79.8677 375.324 -14.2708 383.716 6.19746 326.451C18.7743 289.673 0.0323486 255.857 1.75858 219.326C1.54329 215.077 2.42923 210.843 4.33041 207.038C6.2316 203.232 9.08345 199.982 12.6092 197.605C15.8151 197.605 19.0209 203.776 19.0209 214.143C28.3919 288.192 21.7336 348.666 -32.0263 395.564C-33.9991 397.292 -37.9448 397.292 -39.6711 398.772C-41.3973 400.253 -35.4788 418.766 -26.1078 420C-22.9019 420 -18.9562 417.532 -15.2572 412.101C38.5027 341.755 34.0638 302.755 25.9259 220.067C25.9259 215.871 25.9259 200.814 31.5978 199.58C46.6407 196.618 19.5141 311.147 52.8058 347.678C86.0975 384.209 147.502 355.824 148.489 303.989C148.536 301.258 147.945 298.553 146.762 296.091C138.429 282.916 129.026 270.45 118.649 258.819C103.459 242.08 86.2256 227.319 67.3555 214.883C89.1413 227.416 108.994 243.047 126.294 261.288C135.67 271.512 144.401 282.311 152.434 293.622C153.249 295.213 154.549 296.501 156.146 297.3C157.742 298.099 159.552 298.367 161.312 298.065H162.545C220.497 286.217 226.169 213.649 174.382 205.01C130.733 197.605 85.1111 199.827 60.4506 196.124Z" fill="white" fill-opacity="0.05"/></svg>');
}
.footer__top:after {
    right: 0;
    width: 12rem;
    height: 30rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="300" viewBox="0 0 120 300" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M157.549 140.089C149.265 140.089 142.392 136.034 141.863 132.684C141.863 125.631 154.376 127.218 158.606 127.747C185.747 132.684 253.423 145.378 265.936 114.524C269.079 104.364 268.621 93.4307 264.639 83.5696C260.658 73.7085 253.397 65.5238 244.083 60.3974C240.379 58.0392 236.212 56.504 231.864 55.8957C227.516 55.2873 223.089 55.62 218.88 56.8713C203.286 61.1709 188.76 68.6769 176.23 78.9098C166.536 86.8777 157.785 95.9281 150.147 105.885C157.804 94.2971 167.06 83.8504 177.64 74.8547C186.806 66.411 197.359 59.6117 208.835 54.7556C210.546 54.0266 212.016 52.8289 213.076 51.3004C214.136 49.7719 214.743 47.9749 214.827 46.1165C215.27 39.9749 214.39 33.8096 212.246 28.0375C210.103 22.2654 206.746 17.0209 202.402 12.6585C198.057 8.29604 192.828 4.91737 187.066 2.75082C181.305 0.584266 175.145 -0.319681 169.004 0.100076C125.473 7.68132 131.113 80.6728 137.457 110.822C137.457 116.287 134.814 118.932 131.994 119.461C103.619 125.808 153.671 13.8521 101.68 8.73917C95.332 8.34769 88.9713 9.2776 83.0002 11.4702C77.0292 13.6627 71.5776 17.0703 66.9899 21.4775C62.4021 25.8848 58.7779 31.196 56.3461 37.0756C53.9144 42.9553 52.728 49.2755 52.8619 55.6371C52.8619 64.9814 56.5629 66.5682 64.4938 70.6233C69.4667 73.1992 74.2386 76.1459 78.7692 79.4387C89.9053 87.0118 99.7785 96.2937 108.025 106.943C99.8061 97.9944 90.4434 90.1694 80.1792 83.6701C71.7956 78.5015 62.9446 74.1333 53.7431 70.6233C50.0057 68.6407 45.6418 68.1978 41.5825 69.3891C17.6138 74.8547 -5.64991 96.7169 1.22347 122.458C10.0355 156.485 59.7353 140.089 82.6465 133.213C92.5007 130.588 102.6 128.993 112.784 128.452C116.132 128.452 118.776 130.921 118.776 132.507C118.776 134.094 112.784 138.502 104.677 139.736C74.7157 143.967 26.4258 142.733 14.4415 179.758C12.4411 184.389 11.5931 189.437 11.9702 194.468C12.3472 199.5 13.9381 204.364 16.6065 208.646C19.2748 212.927 22.941 216.498 27.291 219.051C31.6409 221.604 36.5449 223.064 41.5825 223.306H42.64C43.8736 223.306 44.7548 220.132 45.1073 219.075C50.5337 205.542 58.0248 192.933 67.3136 181.697C76.0607 170.87 86.3307 161.368 97.8032 153.488C88.0382 161.112 79.2743 169.938 71.7196 179.758C62.6277 190.762 55.6919 203.383 51.2757 216.959C51.2757 216.959 51.2757 216.959 51.2757 218.017C50.9035 220.471 50.9035 222.967 51.2757 225.422C57.2679 268.088 104.148 274.083 118.776 233.179C127.764 206.909 114.37 182.755 115.603 156.662C115.45 153.626 116.083 150.602 117.441 147.884C118.8 145.166 120.838 142.845 123.358 141.146C125.649 141.146 127.94 145.554 127.94 152.959C134.637 205.852 129.879 249.047 91.4585 282.546C90.0486 283.78 87.2288 283.78 85.9951 284.837C84.7614 285.895 88.9912 299.118 95.6883 300C97.9794 300 100.799 298.237 103.443 294.358C141.863 244.11 138.691 216.254 132.875 157.191C132.875 154.193 132.875 143.438 136.929 142.557C147.679 140.441 128.293 222.248 152.085 248.342C175.878 274.435 219.762 254.16 220.466 217.135C220.5 215.184 220.078 213.252 219.233 211.493C213.277 202.083 206.558 193.178 199.141 184.871C188.285 172.914 175.969 162.371 162.483 153.488C178.053 162.44 192.241 173.605 204.605 186.634C211.306 193.937 217.545 201.651 223.286 209.73C223.868 210.866 224.798 211.786 225.939 212.357C227.08 212.928 228.373 213.119 229.631 212.904H230.512C271.929 204.441 275.982 152.607 238.972 146.436C207.777 141.146 175.173 142.733 157.549 140.089Z" fill="white" fill-opacity="0.05"/></svg>');
}
.footer__bottom {
    background-color: #03a9f4;
}
.footer__bottom__wrapper {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
}
.footer__bottom__wrapper__info {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
}
.footer__bottom__wrapper__policy a {
    font-size: 1.6rem;
    line-height: 2rem;
}
@media (max-width: 1100px) {
    .footer__top__wrapper {
        flex-wrap: wrap;
    }
    .footer__top__wrapper > div {
        width: 50%;
    }
    .footer__top__wrapper > div:first-child {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .footer__top__wrapper > div {
        width: 100%;
    }
    .footer__bottom__wrapper {
        flex-wrap: wrap;
    }
    .footer__bottom__wrapper__info,
    .footer__bottom__wrapper__policy {
        width: 100%;
    }
    .footer__bottom__wrapper__info {
        margin-bottom: 1.5rem;
    }
}
.accordion__item {
    margin: 1.5rem 0;
}
.accordion__item__question {
    padding: 1.3rem 2rem;
    background-color: #f4f6f6;
    border-radius: 0.6rem;
    color: #0b8dcb;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    transition:
        0.15s background-color,
        color;
}
.accordion__item__question:hover,
.accordion__item__question--expanded {
    background-color: #0b8dcb;
    color: #fff;
}
.accordion__item__answer {
    transition: height 0.3s ease-out;
}
.accordion__item__answer__wrapper {
    margin-top: 0.5rem;
    padding: 1.3rem 2rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.breadcrumbs {
    position: relative;
    display: flex;
    max-width: 100%;
    margin-bottom: 0.6rem;
    align-items: center;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
    z-index: 6;
}
.breadcrumbs__item {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.breadcrumbs__item span {
    color: #0b8dcb;
    font-weight: 500;
}
.breadcrumbs__item a span {
    font-weight: 300;
}
.breadcrumbs__item__divider {
    margin: 0 0.6rem;
    color: #000 !important;
    font-weight: 200 !important;
}
@media (max-width: 435px) {
    .breadcrumbs {
        flex-wrap: wrap;
        text-align: center;
        text-wrap: wrap;
    }
    .breadcrumbs__item {
        font-size: 1.6rem;
    }
}
form {
    max-width: 100%;
}
form label {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
form label input[type="text"],
form label input[type="email"],
form label input[type="tel"],
form label textarea {
    width: 100%;
    padding: 1.5rem;
    border: 0.1rem solid #bbbbba;
    border-radius: 0.4rem;
    font-family: Gilroy, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    transition: 0.3s;
}
form label input[type="text"]:hover,
form label input[type="email"]:hover,
form label input[type="tel"]:hover,
form label textarea:hover {
    border-color: #03a9f4;
}
form label textarea {
    min-height: 10.6rem;
}
form label p.error {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: red;
    text-align: left;
}
form label.checkbox {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-align: left;
}
form label.checkbox input {
    display: none;
}
form label.checkbox span.block {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
}
form label.checkbox span.block a {
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
form label.checkbox span.block:before,
form label.checkbox span.block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 0.1rem solid #a2a2a2;
    border-radius: 0.5rem;
    transform: translateY(0.2rem);
    transition: 0.3s;
}
form label.checkbox span.block:after {
    background-color: transparent;
}
form label.checkbox input:checked + span:after {
    opacity: 1;
}
form label.checkbox input:checked + span:before {
    border-color: #0b8dcb;
    background-color: #0b8dcb;
}
form label.checkbox:hover span:before {
    border-color: #03a9f4;
}
form label.file {
    text-align: left;
}
form label.file input {
    display: none;
}
form label.file span {
    position: relative;
    display: inline-block;
    padding-left: 24rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}
form label.file span:before {
    content: "Прикрепить файл";
    position: absolute;
    left: 0;
    top: 50%;
    padding: 1.6rem 2rem 1.6rem 5.2rem;
    background-color: #fff;
    border: 0.1rem solid #eaeeed;
    border-radius: 2.8rem;
    cursor: pointer;
    transform: translateY(-50%);
}
form label.file span:after {
    content: "";
    position: absolute;
    left: 2.6rem;
    top: 50%;
    width: 1.2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.91V15C1 16.5913 1.63214 18.1174 2.75736 19.2426C3.88258 20.3679 5.4087 21 7 21C8.5913 21 10.1174 20.3679 11.2426 19.2426C12.3679 18.1174 13 16.5913 13 15V5C13 3.93913 12.5786 2.92172 11.8284 2.17157C11.0783 1.42143 10.0609 1 9 1C7.93913 1 6.92172 1.42143 6.17157 2.17157C5.42143 2.92172 5 3.93913 5 5V14.182C5 14.4446 5.05173 14.7047 5.15224 14.9474C5.25275 15.19 5.40007 15.4105 5.58579 15.5962C5.7715 15.7819 5.99198 15.9292 6.23463 16.0298C6.47728 16.1303 6.73736 16.182 7 16.182C7.53043 16.182 8.03914 15.9713 8.41421 15.5962C8.78929 15.2211 9 14.7124 9 14.182V7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
}
@media (max-width: 430px) {
    form label {
        margin-bottom: 1.6rem;
    }
    form label input[type="text"],
    form label input[type="email"],
    form label input[type="tel"],
    form label textarea {
        width: 100%;
        padding: 1.4rem;
        border-radius: 1.2rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }
    form label textarea {
        min-height: 9rem;
    }
    form label p.error {
        font-size: 1.4rem;
    }
    form label.checkbox {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    form label.file span {
        padding-left: 0;
        padding-top: 7rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }
    form label.file span:before {
        top: 3.6rem;
    }
    form label.file span:after {
        top: 3.6rem;
    }
    form label:last-child {
        margin-bottom: 0;
    }
}
.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s ease-in-out;
    z-index: 99;
}
.loader__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}
.loader__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    border-radius: 0.6rem;
    transform: translate(-50%, -50%);
}
.loader__icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal {
    width: 52rem;
    max-width: 100%;
}
.blog__list__item {
    position: relative;
    height: calc(100% - 2rem);
    margin-bottom: 1.5rem;
    background-color: #f4f6f6;
    border-radius: 0.6rem;
    font-size: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.blog__list__item__image {
    position: relative;
    z-index: 2;
}
.blog__list__item__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b8dcb26;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.blog__list__item__date {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.3rem 1rem;
    background-color: #fff;
    border-radius: 0.4rem;
    color: #0b8dcb;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    z-index: 3;
}
.blog__list__item__title {
    position: relative;
    padding: 1.5rem;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-wrap: wrap;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.blog__list__item__preview {
    position: relative;
    padding: 0 1.5rem 5rem;
    color: #1d1d1b;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
    text-wrap: wrap;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.blog__list__item:before,
.blog__list__item:after {
    content: "";
    position: absolute;
}
.blog__list__item:before {
    left: 1.5rem;
    bottom: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 7.5L20 12M20 12L15.5 16.5M20 12H4" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
        no-repeat;
    background-size: cover;
    transform: translate(-4rem);
    transition: 0.3s ease-in-out;
    z-index: 3;
}
.blog__list__item:after {
    right: -3rem;
    bottom: -3rem;
    width: 6rem;
    height: 6rem;
    background-color: #0b8dcb;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.blog__list__item:hover {
    box-shadow: 0 0.1rem 0.3rem #00000026;
}
.blog__list__item:hover .blog__list__item__image:before {
    opacity: 1;
}
.blog__list__item:hover .blog__list__item__title,
.blog__list__item:hover .blog__list__item__preview {
    color: #fff;
}
.blog__list__item:hover:before {
    transform: translate(0);
}
.blog__list__item:hover:after {
    transform: scale3d(15, 15, 1);
}
.page-title {
    padding: 3rem 0;
    background-color: #f4f6f6;
}
.page-title h1 {
    margin-top: 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 5.4rem;
    text-align: center;
}
.page-title.background--white {
    background-color: #fff;
}
@media (max-width: 1100px) {
    .page-title {
        margin-top: 6rem;
    }
}
@media (max-width: 435px) {
    .page-title h1 {
        line-height: 4.4rem;
    }
}
.scroll-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
    background-color: #eaeeed;
    border: 0.1rem solid #0b8dcb;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(10rem);
    transition: 0.5s;
    z-index: 99;
}
.scroll-to-top.visible {
    transform: translateY(0);
}
.page {
    padding: 3rem 0;
}
.page--about {
    background-color: #e5e5e5;
}
.page--error {
    min-height: calc(100vh - 48.6rem);
    display: flex;
    align-items: center;
}
.page--main {
    padding: 0;
}
@media (max-width: 1100px) {
    .page--main {
        padding: 5rem 0 0;
    }
}
@media (max-width: 1100px) {
    .page {
        padding: 4rem 0 3rem;
    }
}
.title h2 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
}
.widget--agreement {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 32rem;
    padding: 1.4rem;
    background-color: #eaeeed;
    border-radius: 1rem;
    box-shadow: 0 0.3rem 0.6rem #00000026;
    transform: translateY(200%);
    transition: 0.3s ease-in-out;
    z-index: 99;
}
.widget--agreement__text {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.widget--agreement.active {
    transform: translateY(0);
}
.main__video {
    position: relative;
    background: #fff;
    font-size: 0;
    overflow: hidden;
    z-index: 2;
}
.main__video video {
    width: 100%;
}
.main__video:before,
.main__video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main__video:before {
    background-color: #0b8dcb;
    opacity: 0.5;
}
.main__video:after {
    background: radial-gradient(transparent 65%, #000);
    opacity: 0.75;
}
.main__slider {
    position: relative;
    font-size: 0;
    z-index: 2;
}
.main__slider .swiper-slide .main__slider__text__title {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 4.2rem;
    font-weight: 200;
    letter-spacing: 0.1rem;
    line-height: 1.2;
}
.main__slider .swiper-slide .main__slider__text__subtitle {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.5;
}
.main__slider .swiper-slide .main__slider__text__link a {
    font-weight: 200;
}

.main__slider__text__benefits {
    font-size: 1.6rem;
    color: #fff;
    display: inline-grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 3.2rem;
    align-items: center;
    justify-content: center;
}

.main__slider__text__benefits__item {
    display: flex;
    gap: 1.2rem;
}
.main__slider__text__benefits__item__icon {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
}
.main__slider__text__benefits__item__icon img {
    display: block;
    width: 100%;
    height: auto;
}
.main__slider__text__benefits__item__text b {
    font-weight: 600;
}

.main__slider .swiper-slide .main__slider__text__actions {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
}
.main__slider .swiper-slide .main__slider__text__actions a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.main__slider .swiper-slide > img {
    width: 100%;
}
@media (max-width: 1200px) {
    .main__slider .swiper-slide .main__slider__text {
        margin: 1rem;
    }
}
@media (max-width: 768px) {
    .main__slider .swiper-slide .main__slider__text {
        top: auto;
        bottom: 0;
        display: flex;
        width: calc(100% - 13.6rem);
        height: 45vw;
        margin: 0 6.8rem;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateY(0);
    }
    .main__slider .swiper-slide .main__slider__text__title {
        margin-bottom: 1.5rem;
        font-size: 3rem;
    }
    .main__slider .swiper-slide .main__slider__text__subtitle {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }
    .main__slider .swiper-slide .main__slider__text__benefits {
        font-size: 1.4rem;
        grid-gap: 2.4rem;
        justify-items: center;
        margin-top: 2.4rem;
    }
    .main__slider .swiper-slide .main__slider__text__benefits__item {
        flex-direction: column;
        align-items: center;
    }

}
@media (max-width: 535px) {
    .main__slider .swiper-slide .main__slider__text {
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }
    .main__slider .swiper-slide .main__slider__text__title {
        margin-bottom: 0;
        font-size: 2.4rem;
    }
    .main__slider .swiper-slide .main__slider__text__subtitle {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .main__slider .swiper-slide .main__slider__text__link a {
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 1;
    }
    .main__slider .swiper-slide .main__slider__text__benefits {
        margin: 1.2rem 0;
    }
}
.main__categories {
    position: relative;
    padding-top: 2.5rem;
    background: #fff;
    z-index: 2;
}
.main__categories__title {
    margin: 0 0 2.5rem;
    font-size: 0;
    text-align: center;
}
.main__categories__title h2,
.main__categories__title h3,
.main__categories__title h4 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
}
.main__categories__item {
    position: relative;
    height: 22rem;
    margin-bottom: 2rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    font-size: 0;
    overflow: hidden;
    transition: 0.15s ease-in-out;
}
.main__categories__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2rem;
    text-wrap: wrap;
}
.main__categories__item__name {
    position: relative;
    color: #1d1d1b;
    font-size: 1.8rem;
    font-weight: 500;
    transition: 0.15s ease-in-out;
    z-index: 4;
}
.main__categories__item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 20.1rem;
    max-height: 20.1rem;
    z-index: 4;
}
.main__categories__item:before,
.main__categories__item:after {
    content: "";
    position: absolute;
}
.main__categories__item:before {
    left: 1.5rem;
    bottom: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 7.5L20 12M20 12L15.5 16.5M20 12H4" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
        no-repeat;
    background-size: cover;
    transform: translate(-4rem);
    transition: 0.3s ease-in-out;
    z-index: 3;
}
.main__categories__item:after {
    right: -8rem;
    bottom: -8rem;
    width: 20rem;
    height: 20rem;
    background-color: #0b8dcb;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.main__categories__item:hover {
    box-shadow: 0 0.1rem 0.3rem #00000026;
}
.main__categories__item:hover .main__categories__item__name {
    color: #fff;
}
.main__categories__item:hover:before {
    transform: translate(0);
}
.main__categories__item:hover:after {
    transform: scale3d(5.5, 5.5, 1);
}
.main__sizes {
    position: relative;
    padding: 3rem 0;
    background: #fff;
    z-index: 2;
}
.main__sizes__item {
    position: relative;
    height: 35rem;
    margin-bottom: 2rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    font-size: 0;
    overflow: hidden;
    transition: 0.15s ease-in-out;
}
.main__sizes__item__size {
    position: absolute;
}
.main__sizes__item__size__value {
    display: flex;
    align-items: center;
    color: #1d1d1b;
    font-size: 1.2rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
}
.main__sizes__item__size__value svg {
    margin-right: 0.5rem;
}
.main__sizes__item__size--neck_diameter {
    left: 50%;
    top: 2rem;
    transform: translate(-50%);
}
.main__sizes__item__size--height {
    display: flex;
    right: 2rem;
    top: 8rem;
}
.main__sizes__item__size--height .main__sizes__item__size__value {
    position: absolute;
    left: -0.6rem;
    top: 46%;
    transform: rotate(-90deg);
}
.main__sizes__item__size--bottom_diameter {
    left: 50%;
    top: 25rem;
    transform: translate(-50%);
}
.main__sizes__item__image {
    position: absolute;
    left: 0;
    bottom: 10rem;
    width: 100%;
    height: 18rem;
    text-align: center;
    z-index: 5;
}
.main__sizes__item__image img {
    max-height: 18rem;
}
.main__sizes__item__name {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    transition: 0.15s ease-in-out;
    z-index: 5;
}
.main__sizes__item__name__ml {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.15s ease-in-out;
}
.main__sizes__item__name__oz {
    margin-left: 1rem;
    color: #000;
    font-size: 1.8rem;
    font-weight: 200;
    transition: 0.15s ease-in-out;
}
.main__sizes__item:before,
.main__sizes__item:after {
    content: "";
    position: absolute;
}
.main__sizes__item:before {
    left: 1.5rem;
    bottom: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 7.5L20 12M20 12L15.5 16.5M20 12H4" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
        no-repeat;
    background-size: cover;
    transform: translate(-4rem);
    transition: 0.3s ease-in-out;
    z-index: 3;
}
.main__sizes__item:after {
    right: -3rem;
    bottom: -3rem;
    width: 6rem;
    height: 6rem;
    background-color: #0b8dcb;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.main__sizes__item:hover .main__sizes__item__name {
    transform: translateY(-2rem);
}
.main__sizes__item:hover .main__sizes__item__name__ml,
.main__sizes__item:hover .main__sizes__item__name__oz {
    color: #fff;
}
.main__sizes__item:hover:before {
    transform: translate(0);
}
.main__sizes__item:hover:after {
    transform: scale3d(14, 14, 1);
}
.main__offer {
    position: relative;
    padding: 5rem 0 2.5rem;
    background-color: #eaeeed;
    z-index: 2;
}
.main__offer__title h2,
.main__offer__title h3,
.main__offer__title h4 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
.main__offer__image {
    text-align: center;
}
.main__advantages {
    position: relative;
    padding: 8rem 0;
    background: #fff;
    z-index: 2;
}
.main__advantages__title h2,
.main__advantages__title h3,
.main__advantages__title h4 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
.main__advantages__item {
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
    padding: 2rem 2rem 4rem;
    background-color: #f4f6f6;
    border-radius: 0.6rem;
}
.main__advantages__item__image {
    height: 8rem;
}
.main__advantages__item__image img {
    max-height: 100%;
}
.main__advantages__item__text {
    margin-top: 1rem;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
}
.main__form {
    position: relative;
    background: transparent;
}
.main__form__wrapper {
    position: relative;
    width: 52rem;
    max-width: 100%;
    margin: 3rem auto;
    padding: 3rem 3rem 1rem;
    background: #fff;
    border-radius: 0.6rem;
    box-shadow: 0 1rem 1.2rem #eaeeed;
    z-index: 3;
}
.main__form__wrapper__title {
    margin-bottom: 2rem;
    color: #1d1d1b;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.main__form__wrapper__description {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}
.main__form:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../fonts/main-parallax-DMrZa9WE.jpg);
    background-size: cover;
    z-index: 1;
}
.main__form:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 100%;
    height: 12rem;
    background: #fff;
    z-index: 2;
}
.main__partners {
    position: relative;
    padding: 10rem 0 5rem;
    background: #fff;
    z-index: 2;
}
.main__partners__title h2,
.main__partners__title h3,
.main__partners__title h4 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
.main__partners__description p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}
.main__partners__slider__item {
    display: flex;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}
.main__description {
    position: relative;
    padding-top: 8rem;
    background: #fff;
    z-index: 2;
}
.main__description__text {
    padding: 3rem;
    background-color: #f4f6f6;
    border-radius: 1.2rem;
}
.main__description__text h1 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
}
.main__description__text h2 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
}
.main__description__text p,
.main__description__text li {
    font-size: 1.6rem;
    font-weight: 200;
}
.main__description__text ol,
.main__description__text ul {
    margin-left: 1.6rem;
}
.main__description__text strong {
    font-size: 2.4rem;
    font-weight: 500;
}
.main__description__text li strong {
    font-size: 1.6rem;
    font-weight: 400;
}
.about__content p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.about__advantages {
    display: flex;
    margin-top: 9rem;
    align-items: center;
    justify-content: center;
}
.about__advantages__item {
    margin-right: 4rem;
    font-size: 0;
    text-align: center;
}
.about__advantages__item:last-child {
    margin-right: 0;
}
.about__advantages__item__icon {
    display: inline-flex;
    height: 11rem;
    align-items: center;
}
.about__advantages__item__name {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.about__discount {
    margin-top: 9rem;
}
.about__discount__wrapper {
    width: 52rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 2rem 1rem;
    background-color: #fff;
    border-radius: 0.7rem;
}
.about__discount__wrapper__title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.6rem;
    text-align: center;
}
.about__discount__wrapper__text {
    margin: 1.5rem 0 2rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-align: center;
}
.about__delivery {
    margin-top: 5rem;
}
.about__delivery p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.about__selfPickup {
    position: relative;
    margin: 5rem 0 3rem;
    z-index: 2;
}
.about__selfPickup p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.about__selfPickup:before {
    content: "";
    position: absolute;
    left: -3rem;
    top: -3rem;
    width: calc(100% + 6rem);
    height: calc(100% + 6rem);
    background-color: #dbdddd;
    border-radius: 0.7rem;
    z-index: -1;
}
@media (max-width: 768px) {
    .about__advantages {
        flex-wrap: wrap;
    }
    .about__advantages__item {
        width: 50%;
        margin: 0 0 3rem;
    }
}
@media (max-width: 435px) {
    .about__advantages__item {
        width: 100%;
    }
}
.blog__list__load-more {
    padding: 1.5rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    color: #0b8dcb;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.blog__list__load-more:hover {
    background-color: #0b8dcb;
    color: #f4f6f6;
}
.blog__news__image {
    position: relative;
    border-radius: 0.8rem;
    font-size: 0;
    overflow: hidden;
}
.blog__news__date {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    padding: 0.3rem 1rem;
    background-color: #fff;
    border-radius: 0.4rem;
    color: #0b8dcb;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    z-index: 2;
}
.blog__news__content {
    margin-top: 3rem;
}
.blog__news__content h2 {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4.8rem;
}
.blog__news__content h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
}
.blog__news__content p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.blog__news__content p strong {
    font-weight: 500;
}
.blog__news__content ol,
.blog__news__content ul {
    padding-left: 1.7rem;
}
.blog__news__content ol li,
.blog__news__content ul li {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
}
.contacts__map {
    position: relative;
    z-index: 3;
}
.contacts__map__marker {
    width: 5rem;
    font-size: 0;
    transform: translateY(-5rem);
}
.contacts__map__marker svg {
    width: 100%;
    height: 100%;
}
.contacts__map__widget {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 41rem;
    max-width: 100%;
    padding: 4rem;
    background-color: #fff;
    box-shadow: 0 1rem 2rem #ffffff40;
    border-radius: 1.2rem;
    transform: translateY(-50%);
}
.contacts__map__widget__title {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.7rem;
}
.contacts__map__widget__info__item {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}
.contacts__map__widget__info__item__icon {
    width: 2rem;
    margin-right: 1rem;
    text-align: center;
}
.contacts__map__widget__info__item__icon svg {
    width: 100%;
    height: 100%;
}
.contacts__map__widget__info__item__text {
    width: calc(100% - 3rem);
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (max-width: 1100px) {
    .contacts__map__widget {
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: calc(100% - 2rem);
        padding: 2rem 2rem 0;
        transform: translateY(0);
    }
    .contacts__map__widget__info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contacts__map__widget__info__item {
        width: 50%;
        padding-right: 2rem;
    }
}
@media (max-width: 435px) {
    .contacts__map__widget__title {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .contacts__map__widget__info__item {
        width: 100%;
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .contacts__map__widget__info__item__text {
        width: 100%;
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
.policy__content p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.policy__content ol,
.policy__content ul {
    padding-left: 1.7rem;
}
.policy__content ol li,
.policy__content ul li {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
}
.catalog__alert {
    margin: 1.5rem 0 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.catalog__list__item {
    position: relative;
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
    border: 0.1rem solid #eaeeed;
    border-radius: 0.6rem;
    font-size: 0;
    overflow: hidden;
    transition: 0.15s ease-in-out;
}
.catalog__list__item__labels {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: flex;
    width: calc(100% - 2rem);
    align-items: center;
    flex-wrap: wrap;
}
.catalog__list__item__labels__item {
    margin-right: 1rem;
    padding: 0.3rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
}
.catalog__list__item__name {
    min-height: 10.7rem;
    padding: 1.5rem 1.5rem 2rem;
    background-color: #f4f6f6;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: wrap;
}
.catalog__list__item__name a {
    color: #1d1d1b;
    text-wrap: auto;
}
.catalog__list__item__attributes {
    min-height: 14.6rem;
    padding: 0 1.5rem 1rem;
    background-color: #f4f6f6;
}
.catalog__list__item__attributes__item {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.catalog__list__item__attributes__item__icon {
    margin-right: 1.5rem;
}
.catalog__list__item__attributes__item__icon img {
    width: 2.4rem;
    height: 2.4rem;
}
.catalog__list__item__attributes__item__name {
    margin-right: 1.5rem;
    color: #0b8dcb;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.catalog__list__item__attributes__item__value {
    color: #1d1d1b;
    font-size: 1.4rem;
    line-height: 1.5;
}
.catalog__list__item__prices {
    display: flex;
    padding: 2rem 1.5rem;
    background-color: #f4f6f6;
    align-items: center;
    justify-content: space-between;
}
.catalog__list__item__prices__value {
    width: 100%;
    color: #0b8dcb;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.catalog__list__item__prices__help {
    color: #1d1d1b;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap;
}
.catalog__list__item__button {
    padding: 0 1.5rem 1.5rem;
    background-color: #f4f6f6;
}
.catalog__list__item__button button {
    font-size: 1.4rem;
    font-weight: 100;
    letter-spacing: 0;
}
.catalog__list__item:hover {
    box-shadow: 0 0.4rem 1.6rem #e5e5e5;
}
.catalog__list__load-more {
    position: relative;
    padding: 1.5rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    color: #0b8dcb;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.catalog__list__load-more:hover {
    background-color: #0b8dcb;
    color: #f4f6f6;
}
.catalog__description {
    display: flex;
    margin-top: 3rem;
    padding: 3rem;
    background-color: #f4f6f6;
    border-radius: 0.8rem;
}
.catalog__description__title {
    margin-right: 10rem;
}
.catalog__description__title span {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.catalog__description__text p {
    font-size: 1.6rem;
    line-height: 1.5;
}
.catalog__description__text strong {
    font-weight: 500;
}
.catalog__description__text ol,
.catalog__description__text ul {
    padding-left: 1.6rem;
}
.catalog__description__text ol li,
.catalog__description__text ul li {
    font-size: 1.6rem;
}
.catalog__custom-data {
    margin-top: 3rem;
    padding: 3rem;
    background-color: #f4f6f6;
    border-radius: 0.8rem;
}
.catalog__custom-data__title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.catalog__custom-data__text table {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
}
.catalog__custom-data__text table tr th,
.catalog__custom-data__text table tr td {
    width: 33.3%;
    padding: 1rem;
    line-height: 1.5;
}
.catalog__custom-data__text table tr th {
    background-color: #0b8dcb;
    color: #fff;
    font-weight: 500;
}
.catalog__custom-data__text table tr td {
    background-color: #fff;
    font-weight: 200;
}
.catalog__filter {
    position: relative;
    border-radius: 0.6rem;
    overflow: hidden;
}
.catalog__filter__sort {
    position: relative;
}
.catalog__filter__sort button {
    position: relative;
    width: 100%;
    background-color: #eaeeed;
    border: none;
    border-radius: 0.6rem;
    color: #0b8dcb;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.3rem 2rem;
    transition: 0.15s ease-in-out;
    z-index: 5;
}
.catalog__filter__sort button:hover {
    background-color: #f4f6f6;
}
.catalog__filter__sort button.active {
    background-color: #0b8dcb;
    color: #fff;
}
.catalog__filter__sort__list {
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.15s ease-in-out;
    z-index: 3;
}
.catalog__filter__sort__list button {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
}
.catalog__filter__sort__list.opened button:nth-child(1) {
    transform: translateY(5.4rem);
}
.catalog__filter__sort__list.opened button:nth-child(2) {
    transform: translateY(10.8rem);
}
.catalog__filter__sort__list.opened button:nth-child(3) {
    transform: translateY(16.2rem);
}
.catalog__filter__sort__list.opened button:nth-child(4) {
    transform: translateY(21.6rem);
}
.catalog__filter__sort__list.opened button:nth-child(5) {
    transform: translateY(27rem);
}
.catalog__filter__form {
    margin-top: 1rem;
    padding: 1.3rem 2rem;
    background-color: #eaeeed;
    border-radius: 0.6rem;
    transition: 0.15s ease-in-out;
    transform: translateY(0);
}
.catalog__filter__form__item {
    margin-bottom: 1.5rem;
}
.catalog__filter__form__item__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.catalog__filter__form__item__values.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog__filter__form__item__values.list label {
    width: calc(50% - 0.2rem);
    margin-bottom: 0.4rem;
    cursor: pointer;
}
.catalog__filter__form__item__values.list label input {
    display: none;
}
.catalog__filter__form__item__values.list label span {
    display: inline-flex;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.15s ease-in-out;
}
.catalog__filter__form__item__values.list label input:checked + span {
    background-color: #03a9f4;
    color: #fff;
}
.catalog__filter__form__item__values.list label:hover span {
    background-color: #f4f6f6;
}
.catalog__filter__form__item__values.range .vue-slider {
    margin: 4rem 1rem 0;
}
.catalog__filter__form__item__values.range .vue-slider-dot-handle {
    background-color: #0b8dcb;
}
.catalog__filter__form__item__values.range .vue-slider-dot-handle:after {
    background-color: #0b8dcb;
    opacity: 0.25;
}
.catalog__filter__form__item__values.range .vue-slider-dot-tooltip-inner {
    background-color: #bbbbba;
    cursor: pointer;
    transition: 0.15s ease-in-out;
}
.catalog__filter__form__item__values.range .vue-slider-dot-tooltip-inner:hover,
.catalog__filter__form__item__values.range .vue-slider-dot-focus .vue-slider-dot-tooltip-inner {
    background-color: #0b8dcb;
}
.catalog__filter__form__item__values.range .vue-slider-process {
    background-color: #0b8dcb;
}
.catalog__filter__form__item__values.range .vue-slider-rail {
    background-color: #fff;
}
.catalog__filter__form__item:nth-last-child(1) {
    margin-bottom: 0;
}
.catalog__filter__form.slided {
    transform: translateY(27rem);
}
.catalog__filter__reset {
    margin-top: 1rem;
}
.catalog__filter__reset button {
    width: 100%;
    padding: 1.5rem 1rem;
    background-color: #eaeeed;
    border: none;
    border-radius: 0.6rem;
    color: #03a9f4;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.5;
    transition: 0.15s ease-in-out;
}
.catalog__filter__reset button:hover {
    background-color: #0b8dcb;
    color: #fff;
}
.catalog__empty p {
    font-size: 1.6rem;
    text-align: center;
}
.product__image {
    border: 0.1rem solid #eaeeed;
    border-radius: 0.8rem;
    overflow: hidden;
}
.product__info {
    position: relative;
    height: 100%;
    padding: 3rem 3rem 10rem;
    background-color: #f4f6f6;
    border-radius: 0.8rem;
}
.product__info__prices {
    display: flex;
    margin-bottom: 3rem;
    align-items: flex-end;
}
.product__info__prices__box {
    margin-right: 3rem;
}
.product__info__prices__box__value {
    color: #0b8dcb;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5;
}
.product__info__prices__box__help {
    font-size: 1.2rem;
    font-weight: 200;
}
.product__info__prices__unit {
    margin-right: 3rem;
}
.product__info__prices__value {
    margin-bottom: 0.5rem;
    color: #0b8dcb;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}
.product__info__prices__help {
    font-size: 1.2rem;
    font-weight: 200;
}
.product__info__attributes__item {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}
.product__info__attributes__item__icon {
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.5rem;
}
.product__info__attributes__item__icon img {
    width: 100%;
    height: 100%;
}
.product__info__attributes__item__name {
    margin-right: 1.5rem;
}
.product__info__attributes__item__name span {
    color: #0b8dcb;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.product__info__attributes__item__value {
    font-size: 1.6rem;
    font-weight: 200;
}
.product__info__order {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    width: calc(100% - 6rem);
}
.product__description {
    display: flex;
    margin-top: 3rem;
    padding: 3rem;
    background-color: #f4f6f6;
    border-radius: 0.8rem;
}
.product__description__title {
    margin-right: 10rem;
}
.product__description__title span {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
}
.product__description__text p {
    font-size: 1.6rem;
    line-height: 1.5;
}
.product__description__text strong {
    font-weight: 500;
}
.product__description__text ol,
.product__description__text ul {
    padding-left: 1.6rem;
}
.product__description__text ol li,
.product__description__text ul li {
    font-size: 1.6rem;
}
.product__recommendations {
    margin-top: 3rem;
}
.product__recommendations__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.error__code {
    display: flex;
    align-items: center;
    color: #0b8dcb;
    font-size: 3rem;
    justify-content: center;
}
.error__code svg {
    margin: 0 0.5rem;
}
.error__title {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: center;
}
.error__description {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
}
.error__button {
    margin-top: 3rem;
    padding: 2rem 0;
    text-align: center;
}

.main__offer--video {
    padding: 0rem 0 0;
    background-color: #fff;
    font-size: 0;
}
.main__offer--video video {
    width: 100%;
}

.main__offer--video {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.main__offer--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__offer--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 103, 219, 0.5); /* цвет + прозрачность */
}