*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

sub, sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a > code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%
}

@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1348px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1300px
    }
}

@media (min-width: 1824px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1776px
    }
}

.row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.row > * {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    width: auto
}

.col-1, .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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: 768px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1, .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-2, .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-4, .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-6, .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-8, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-10, .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 992px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1, .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-2, .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-4, .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6, .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-8, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-10, .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 1348px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1, .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-2, .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-4, .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6, .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-8, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-10, .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 1824px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1, .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-2, .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-4, .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6, .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-8, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-10, .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .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: .25rem !important
}

.me-2 {
    margin-right: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ms-2 {
    margin-left: .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: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width: 768px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: .25rem !important
    }

    .p-sm-2 {
        padding: .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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .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: 992px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: .25rem !important
    }

    .p-md-2 {
        padding: .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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .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: 1348px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: .25rem !important
    }

    .p-lg-2 {
        padding: .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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .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: 1824px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .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-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xl-2 {
        padding: .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-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .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 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: -ms-grid !important;
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.carousel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.carousel *, .carousel :after, .carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-scroll-chaining: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    position: relative;
    width: var(--carousel-slide-width, 60%)
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 22px
}

.carousel__dots .carousel__dot:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    width: 8px
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--carousel-button-bg, transparent);
    border: 0;
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    color: var(--carousel-button-color, currentColor);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--carousel-button-height, 48px);
    justify-content: center;
    padding: 0;
    pointer-events: all;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    width: var(--carousel-button-width, 48px)
}

.carousel__button.is-next, .carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    height: var(--carousel-button-svg-height, 50%);
    pointer-events: none;
    width: var(--carousel-button-svg-width, 50%)
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-tap-highlight-color: transparent;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--fancybox-color, #fff);
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 1050
}

.fancybox__container *, .fancybox__container :after, .fancybox__container :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

@media (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, .92));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.fancybox__carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    position: relative;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    cursor: default;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox__track {
    height: 100%
}

.fancybox__slide, .fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-scroll-chaining: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    outline: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 48px 8px 8px;
    position: relative;
    width: 100%
}

.fancybox__slide:after, .fancybox__slide:before {
    -webkit-box-flex: 0;
    content: "";
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

@media (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-self: center;
    background: var(--fancybox-content-bg, #fff);
    color: var(--fancybox-content-color, #374151);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    position: relative;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: thin dotted
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -ms-flex-negative: 0;
    align-self: center;
    color: var(--fancybox-color, currentColor);
    cursor: auto;
    flex-shrink: 0;
    line-height: 1.375;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 1rem 0 0;
    visibility: visible
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container > .carousel__dots {
    color: var(--fancybox-color, #fff);
    top: 100%
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    right: 8px;
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    top: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 40
}

@media (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content > .carousel__button.is-close {
    color: var(--fancybox-color, #fff);
    position: absolute;
    right: 0;
    top: -40px
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    color: var(--fancybox-color, currentColor);
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: currentColor;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close, .carousel__dots, .fancybox__backdrop, .fancybox__caption, .fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: fancybox-fadeIn .15s ease backwards;
    animation: fancybox-fadeIn .15s ease backwards
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: fancybox-fadeOut .15s ease both;
    animation: fancybox-fadeOut .15s ease both
}

.fancybox-fadeIn {
    -webkit-animation: fancybox-fadeIn .15s ease both;
    animation: fancybox-fadeIn .15s ease both
}

.fancybox-fadeOut {
    -webkit-animation: fancybox-fadeOut .1s ease both;
    animation: fancybox-fadeOut .1s ease both
}

.fancybox-zoomInUp {
    -webkit-animation: fancybox-zoomInUp .2s ease both;
    animation: fancybox-zoomInUp .2s ease both
}

.fancybox-zoomOutDown {
    -webkit-animation: fancybox-zoomOutDown .15s ease both;
    animation: fancybox-zoomOutDown .15s ease both
}

.fancybox-throwOutUp {
    -webkit-animation: fancybox-throwOutUp .15s ease both;
    animation: fancybox-throwOutUp .15s ease both
}

.fancybox-throwOutDown {
    -webkit-animation: fancybox-throwOutDown .15s ease both;
    animation: fancybox-throwOutDown .15s ease both
}

@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0)
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
    scrollbar-width: thin
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-image .fancybox__content {
    background: transparent;
    min-height: 1px;
    padding: 0
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    height: auto;
    max-width: 100%
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    height: 100%;
    width: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 80%;
    width: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: 540px;
    max-height: 100%;
    max-width: 100%;
    width: 960px
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    background: rgba(24, 24, 27, .9);
    color: #fff;
    padding: 0
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%
}

.fancybox-placeholder {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: var(--fancybox-opacity, 1);
    padding: 0 3px;
    position: relative
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    overflow: visible;
    padding: 8px 3px;
    width: var(--fancybox-thumbs-width, 96px)
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    background-color: hsla(0, 0%, 100%, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    position: relative;
    width: 100%
}

.fancybox__toolbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: var(--fancybox-opacity, 1);
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 20
}

@media (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: fancybox-fadeIn .15s ease-in backwards;
    animation: fancybox-fadeIn .15s ease-in backwards
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    line-height: var(--carousel-button-height, 48px);
    min-width: 72px;
    padding: 0 10px;
    text-align: center
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 30
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

::-webkit-input-placeholder {
    color: #fffbeb
}

::-moz-placeholder {
    color: #fffbeb
}

:-ms-input-placeholder {
    color: #fffbeb
}

::-ms-input-placeholder {
    color: #fffbeb
}

::placeholder {
    color: #fffbeb
}

::-moz-selection {
    background-color: #16d1e2;
    color: #fff
}

::selection {
    background-color: #16d1e2;
    color: #fff
}

input, textarea {
    outline: none
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

b, strong {
    font-weight: 700
}

body {
    background-color: #00182e;
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

input[type=date]::-webkit-calendar-picker-indicator, input[type=date]::-webkit-inner-spin-button {
    opacity: 0
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.video-container {
    padding-bottom: 1px;
    position: relative
}

.text-accent {
    color: #16d1e2 !important
}

.text-center {
    text-align: center
}

.heading {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase
}

.heading-xl {
    font-size: 56px
}

.heading-sxl, .heading-xl {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    text-transform: uppercase
}

.heading-sxl {
    font-size: 50px
}

.mob {
    display: none
}

.text {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.text small {
    display: block;
    font-size: 20px
}

.text-sm {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.text-sm p {
    margin: 1em 0
}

.text-sm p:first-child {
    margin-top: 0
}

.text-sm p:last-child {
    margin-bottom: 0
}

.text-md {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.text-md b {
    font-weight: 600
}

.btn {
    background: hsla(0, 0%, 100%, .1);
    border: 0;
    color: #fffbeb;
    cursor: pointer;
    display: block;
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 48px;
    line-height: 120%;
    min-width: 224px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.btn .bg {
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(42.31%, hsla(0, 0%, 100%, .1)), color-stop(63.46%, hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0))), hsla(0, 0%, 100%, .1);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .1) 42.31%, hsla(0, 0%, 100%, .1) 63.46%, hsla(0, 0%, 100%, 0) 100%), hsla(0, 0%, 100%, .1);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .1) 42.31%, hsla(0, 0%, 100%, .1) 63.46%, hsla(0, 0%, 100%, 0)), hsla(0, 0%, 100%, .1);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    width: 100%
}

.btn:hover .bg {
    opacity: 1
}

.btn-back {
    -webkit-backdrop-filter: blur(22.235px);
    backdrop-filter: blur(22.235px);
    background: hsla(0, 0%, 100%, .2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    padding: 0 8px
}

.btn-back, .btn-back span {
    text-decoration: none !important
}

.btn-back span {
    color: #fff7eb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-left: 8px
}

.btn-back span, .btn-back svg {
    margin-bottom: auto;
    margin-top: auto
}

.ring {
    background-image: url(../images/dist/ring.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 298.2px;
    padding-left: 16px;
    padding-right: 16px;
    width: 298.2px
}

.ring div {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: auto;
    margin-top: auto;
    text-transform: uppercase
}

.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icon svg {
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    width: 30px
}

.icon svg, .icon__text {
    margin-bottom: auto;
    margin-top: auto
}

.icon__text {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding-left: 17px;
    white-space: nowrap
}

.icon__text a {
    color: #fffbeb;
    text-decoration: none
}

.btn-play {
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.btn-play, .btn-play svg {
    height: 155px;
    width: 155px
}

.btn-play:after {
    background: -o-linear-gradient(228.85deg, hsla(0, 0%, 100%, .1) -22.88%, hsla(0, 0%, 100%, .1) 38.17%, hsla(0, 0%, 100%, 0) 73.32%);
    background: linear-gradient(221.15deg, hsla(0, 0%, 100%, .1) -22.88%, hsla(0, 0%, 100%, .1) 38.17%, hsla(0, 0%, 100%, 0) 73.32%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.btn-play:hover:after {
    opacity: 1
}

.btn-menu {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-menu > * {
    margin-bottom: auto;
    margin-top: auto
}

.btn-menu svg {
    height: 13px;
    width: 17px
}

.btn-menu span {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 19.2592px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 100%;
    padding-left: 10px
}

.certs, .form {
    -webkit-backdrop-filter: blur(47.2px);
    backdrop-filter: blur(47.2px);
    background: -o-linear-gradient(230.83deg, rgba(7, 42, 73, .3) 21.95%, rgba(0, 24, 46, 0) 119.76%);
    background: linear-gradient(219.17deg, rgba(7, 42, 73, .3) 21.95%, rgba(0, 24, 46, 0) 119.76%);
    border-radius: 0;
    -webkit-box-shadow: inset -97px -99px 108.943px hsla(0, 0%, 100%, .11), inset 61px 44px 96.4px rgba(3, 42, 77, .32);
    box-shadow: inset -97px -99px 108.943px hsla(0, 0%, 100%, .11), inset 61px 44px 96.4px rgba(3, 42, 77, .32);
    display: none;
    left: 50%;
    padding-bottom: 34px;
    padding-top: 34px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 877px;
    z-index: 100
}

.certs__close, .form__close {
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 29px;
    top: 22px;
    width: 26px
}

.certs__close svg, .form__close svg {
    height: 26px;
    width: 26px
}

.certs .heading-sxl, .form .heading-sxl {
    margin-bottom: 22px;
    text-align: center
}

.certs form, .form form {
    margin-left: auto;
    margin-right: auto;
    width: 307px
}

.certs__input, .form__input {
    height: 47px;
    padding-left: 20px;
    padding-right: 20px
}

.certs__input, .certs__text, .form__input, .form__text {
    
    background: -webkit-gradient(linear, left bottom, left top, color-stop(42.79%, hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .05) 42.79%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .05) 42.79%, hsla(0, 0%, 100%, 0));
    border: 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    margin-bottom: 22px;
    width: 100%
}

.certs__text, .form__text {
    height: 103px;
    padding: 20px;
    resize: none
}

.certs .btn, .form .btn {
    margin-left: auto;
    margin-right: auto
}

.certs__control, .form__control {
    position: relative
}

.certs__control:after, .form__control:after {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, #fff 0, #fff 30%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, #fff, #fff 30%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%
}

.certs__disc, .form__disc {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    height: 49px;
    letter-spacing: -.03em;
    line-height: 150%;
    margin-top: 22px;
    text-align: center
}

.certs__disc a, .form__disc a {
    color: #fff;
    text-decoration: underline
}

.certs__disc a:hover, .form__disc a:hover {
    text-decoration: none
}

.certs .thanks-layout, .form .thanks-layout {
    display: none;
    text-align: center
}

.certs .thanks-layout .heading-sxl, .form .thanks-layout .heading-sxl {
    margin-bottom: 22px
}

.certs-openned .certs {
    display: block
}

.certs {
    padding: 89px 20px
}

.certs ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 482px
}

.certs ul li {
    margin-bottom: 30px
}

.certs ul li:last-child {
    margin-bottom: 0
}

.certs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.certs ul li a svg {
    height: 31px;
    margin-right: 16px;
    max-width: 31px;
    min-width: 31px;
    width: 31px
}

.certs ul li a span {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.form-openned .form {
    display: block
}

.man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.man__img {
    margin-right: 28px;
    max-height: 104px;
    max-width: 104px;
    min-height: 104px;
    min-width: 104px
}

.man__img img {
    height: auto;
    width: 100%
}

.man__content {
    color: #fffbeb;
    font-size: 20.7102px;
    line-height: 35px;
    margin-bottom: auto;
    margin-top: auto
}

.man__content, .man__content div {
    font-family: Fira Sans, sans-serif;
    font-style: normal;
    font-weight: 400
}

.man__content div {
    font-size: 27.6136px;
    line-height: 41px;
    text-transform: uppercase
}

.point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.point .heading {
    white-space: nowrap
}

.point img {
    height: auto;
    max-width: 100%
}

.point .btn {
    margin-top: 60px
}

.point.point-t-1 {
    height: 532px;
    margin-left: 57px;
    max-width: 712px;
    min-width: 712px
}

.point.point-t-1 .point__left {
    border-right: .5px solid #fff;
    max-width: 382px;
    min-width: 382px;
    position: relative
}

.point.point-t-1 .point__left .heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 100%;
    position: absolute;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.point.point-t-1 .point__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 62px;
    padding-left: 24px
}

.point.point-t-1 .point__right .text-sm {
    margin-top: auto
}

.point.point-t-2 {
    height: 642px;
    margin-left: 57px;
    max-width: 870px;
    min-width: 870px
}

.point.point-t-2 .point__left {
    border-right: .5px solid #fff;
    max-width: 406px;
    min-width: 406px;
    padding-right: 102px;
    padding-top: 115px
}

.point.point-t-2 .point__right {
    max-width: 464px;
    min-width: 464px;
    text-align: right
}

.point.point-t-3 {
    height: 693px;
    margin-left: 3px;
    max-width: 711px;
    min-width: 711px
}

.point.point-t-3 .point__left {
    border-right: .5px solid #fff;
    max-width: 382px;
    min-width: 382px
}

.point.point-t-3 .point__right {
    max-width: 329px;
    min-width: 329px;
    padding-left: 24px;
    padding-top: 270px
}

.point.point-t-4 {
    margin-left: 12px;
    margin-top: 60px;
    max-width: 851px;
    min-width: 851px
}

.point.point-t-4 .point__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    min-width: 400px;
    padding-bottom: 28px;
    padding-right: 90px
}

.point.point-t-4 .point__left .heading {
    text-align: left
}

.point.point-t-4 .point__left .text-sm {
    margin-top: auto
}

.point.point-t-4 .point__right {
    max-width: 451px;
    min-width: 451px
}

.point.point-t-5 {
    border-right: .5px solid #fff;
    height: 1154px;
    margin-left: 11px;
    max-width: 657px;
    min-width: 657px;
    position: relative;
    top: 60px
}

.point.point-t-5 .point__left {
    padding-top: 141px
}

.point.point-t-5 .point__left .heading {
    margin-bottom: 42px;
    margin-top: 60px
}

.point.point-t-5 .point__left .text-sm {
    width: 331px
}

.feedback-swiper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-bottom: 95px
}

.feedback-swiper__text {
    font-size: 22px
}

.feedback-swiper__bot, .feedback-swiper__text {
    color: #fff7eb;
    font-family: Fira Sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.feedback-swiper__bot {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin-top: 17px;
    text-align: center
}

.feedback-swiper__bot a {
    color: #fff7eb;
    text-decoration: underline
}

.feedback-swiper__bot a:hover {
    text-decoration: none
}

.service {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.service img {
    height: auto;
    max-width: 100%
}

.service__content {
    position: relative;
    z-index: 5
}

.service__content .heading {
    margin-bottom: 42px
}

.tablo {
    position: relative
}

.tablo, .tablo-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tablo-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 160px;
    min-width: 160px;
    padding-top: 11px
}

.tablo-head__item {
    color: #fff;
    cursor: pointer;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 8px;
    max-width: 133px;
    min-width: 133px;
    opacity: .5;
    text-align: right;
    text-transform: uppercase
}

.tablo-head__item a {
    color: #fff;
    text-decoration: none
}

.tablo-head__item.active {
    cursor: default;
    opacity: 1
}

.tablo-head__item_last {
    margin-bottom: 0;
    margin-top: auto
}

.tablo-content__item {
    -webkit-backdrop-filter: blur(27.2357px);
    backdrop-filter: blur(27.2357px);
    background: -o-linear-gradient(238.72deg, hsla(0, 0%, 100%, .068) 21.47%, hsla(0, 0%, 100%, 0) 120.83%);
    background: linear-gradient(211.28deg, hsla(0, 0%, 100%, .068) 21.47%, hsla(0, 0%, 100%, 0) 120.83%);
    -webkit-box-shadow: inset -2.17885px -2.17885px 108.943px hsla(0, 0%, 100%, .1), inset 2.17885px 2.17885px 108.943px rgba(66, 66, 66, .1);
    box-shadow: inset -2.17885px -2.17885px 108.943px hsla(0, 0%, 100%, .1), inset 2.17885px 2.17885px 108.943px rgba(66, 66, 66, .1);
    display: none;
    max-width: 364px;
    min-width: 364px;
    padding: 30px;
    position: relative
}

.tablo-content__item:before {
    /*background-image: url(../images/dist/cross.svg);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 57px;
    left: -28.5px;
    position: absolute;
    top: -28.5px;
    width: 56px
}

.tablo-content__item.active {
    display: block
}

.pricelist-title {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 16px;
    margin-top: 18px;
    text-transform: uppercase
}

.pricelist-title:first-child {
    margin-top: 0
}

.pricelist .btn {
    margin-top: 32px
}

.pricelist-point {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.pricelist-point__h {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    max-width: 153px
}

.pricelist-point__h div, .pricelist-point__h span {
    color: #fff;
    font-size: 8px;
    line-height: 120%
}

.pricelist-point__price {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 11.2601px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team img {
    height: auto;
    max-width: 100%
}

.team .heading {
    margin-bottom: 42px
}

@media (max-width: 1823.98px) {
    .point.point-t-1, .point.point-t-2 {
        margin-left: 47px
    }

    .point.point-t-3 {
        margin-left: 33px
    }

    .point.point-t-4, .point.point-t-5 {
        margin-left: 0
    }
}

@media (max-width: 1347.98px) {
    .heading-xl {
        font-size: 46px
    }

    .text {
        font-size: 21px
    }

    .text small {
        font-size: 21px !important
    }

    .ring {
        height: 220px;
        width: 220px
    }
}

@media (max-width: 991.98px) {
    .btn-menu svg {
        height: 25px;
        width: 33px
    }

    .btn-menu span {
        display: none
    }

    .btn-play, .btn-play svg {
        height: 134px;
        width: 134px
    }

    .heading-xl {
        font-size: 38px
    }

    .text {
        font-size: 18px
    }

    .text small {
        font-size: 18px !important;
        margin-top: 28px
    }

    .mob {
        display: block
    }

    .desktop {
        display: none
    }

    .certs, .form {
        display: none;
        max-width: 356px;
        padding: 42px 30px;
        width: calc(100% - 36px)
    }

    .certs__close, .form__close {
        height: 15px;
        right: 23px;
        top: 17px;
        width: 15px
    }

    .certs__close svg, .form__close svg {
        width: 15px
    }

    .certs form, .form form {
        width: 100%
    }

    .certs__text, .form__text {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(42.79%, hsla(0, 0%, 100%, .14)), to(hsla(0, 0%, 100%, 0)));
        background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .14) 42.79%, hsla(0, 0%, 100%, 0) 100%);
        background: linear-gradient(0deg, hsla(0, 0%, 100%, .14) 42.79%, hsla(0, 0%, 100%, 0));
        border: 0;
        border-radius: 0;
        color: #fff;
        display: block;
        font-family: Fira Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 200;
        height: 103px;
        line-height: 120%;
        margin-bottom: 22px;
        padding: 20px;
        resize: none;
        width: 100%
    }

    .certs .btn, .form .btn {
        margin-left: auto;
        margin-right: auto;
        min-width: auto;
        width: 100%
    }

    .certs__control, .form__control {
        position: relative
    }

    .certs__control:after, .form__control:after {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(64%, #fff), to(hsla(0, 0%, 100%, 0)));
        background: -o-linear-gradient(left, #fff 0, #fff 64%, hsla(0, 0%, 100%, 0) 100%);
        background: linear-gradient(90deg, #fff, #fff 64%, hsla(0, 0%, 100%, 0));
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 100%
    }

    .certs__disc, .form__disc {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        height: 49px;
        letter-spacing: -.03em;
        line-height: 150%;
        margin-top: 22px;
        text-align: center
    }

    .certs__disc a, .form__disc a {
        color: #fff;
        text-decoration: underline
    }

    .certs__disc a:hover, .form__disc a:hover {
        text-decoration: none
    }

    .feedback-swiper {
        padding-bottom: 76px
    }

    .feedback-swiper__text {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px
    }

    .feedback-swiper__bot {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px
    }

    .text-md {
        font-size: 16px
    }

    .point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 12px !important;
        margin-right: 12px !important;
        padding-left: 20px;
        padding-right: 20px;
        position: relative
    }

    .point .btn {
        max-width: 304px !important;
        width: 100% !important
    }

    .point:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 287px;
        left: 0;
        position: absolute;
        top: -54px;
        width: .5px
    }

    .point.point-t-1 {
        height: auto;
        margin-left: 0;
        max-width: none;
        min-width: 0
    }

    .point.point-t-1 .point__left {
        border-right: 0;
        max-width: none;
        min-width: 1px
    }

    .point.point-t-1 .point__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        padding-left: 0
    }

    .point.point-t-1 .point__right .text-sm {
        margin-top: 60px
    }

    .point.point-t-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        margin-left: 0;
        max-width: none;
        min-width: 0
    }

    .point.point-t-2 .point__left {
        border-right: 0;
        max-width: none;
        min-width: 0;
        padding-right: 0;
        padding-top: 0
    }

    .point.point-t-2 .point__left .text-sm {
        margin-top: 60px
    }

    .point.point-t-2 .point__right {
        max-width: none;
        min-width: 0;
        text-align: left
    }

    .point.point-t-3 {
        height: auto;
        margin-left: 0;
        max-width: none;
        min-width: 0
    }

    .point.point-t-3 .point__left {
        border-right: 0;
        max-width: none;
        min-width: 0
    }

    .point.point-t-3 .point__right {
        max-width: none;
        min-width: 0;
        padding-left: 0;
        padding-top: 0
    }

    .point.point-t-4 {
        margin-left: 0;
        margin-top: 134px;
        max-width: none;
        min-width: 0
    }

    .point.point-t-4:before {
        top: 6px
    }

    .point.point-t-4 .point__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        min-width: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .point.point-t-4 .point__left .heading {
        text-align: left
    }

    .point.point-t-4 .point__left .text-sm {
        margin-top: auto
    }

    .point.point-t-4 .point__right, .point.point-t-5 {
        max-width: none;
        min-width: 0
    }

    .point.point-t-5 {
        border-right: 0;
        height: auto;
        margin-left: 0;
        margin-top: 134px;
        top: 0
    }

    .point.point-t-5:before {
        top: 6px
    }

    .point.point-t-5 .point__left {
        padding-top: 0
    }

    .point.point-t-5 .point__left .heading {
        margin-top: 0
    }

    .point.point-t-5 .point__left .text-sm {
        width: auto
    }

    .ring {
        height: 165px;
        width: 165px
    }

    .ring div {
        font-size: 10.28px
    }

    .service .service__content .heading {
        max-width: 220px
    }

    .tablo {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tablo, .tablo-head {
        -webkit-box-direction: normal
    }

    .tablo-head {
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        min-width: 100%;
        padding-right: 7px
    }

    .tablo-head__item {
        font-size: 14px;
        margin-bottom: 12px;
        max-width: none;
        min-width: auto;
        text-align: left
    }

    .tablo-head__item_last {
        display: none
    }

    .tablo-content__item {
        max-width: 100%;
        min-width: 100%
    }

    .tablo-content__item:before {
        left: auto;
        right: -28.5px
    }

    .heading-sxl {
        font-size: 30px;
        font-weight: 400
    }

    .certs ul li a svg {
        height: 24px;
        margin-right: 12px;
        max-width: 24px;
        min-width: 24px;
        width: 24px
    }

    .certs ul li a span {
        font-size: 14px
    }
}

@media (max-width: 400px) {
    .ring {
        height: 145px;
        width: 145px
    }
}

.footer {
    padding-bottom: 84px;
    padding-top: 56px
}

.footer .logo {
    font-family: Josefin Sans, sans-serif;
    font-size: 31.6632px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 6px
}

.footer .footer-text, .footer .logo {
    color: #fff;
    font-style: normal;
    letter-spacing: -.03em
}

.footer .footer-text {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    margin-left: 23px;
    width: 299px
}

.footer nav ul li {
    margin-bottom: 30px
}

.footer nav ul li:last-child {
    margin-bottom: 0
}

.footer nav ul li a {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 150%;
    text-decoration: none
}

.overlay {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.form-openned .overlay, .menu-openned .overlay {
    display: block
}

@media (max-width: 1823.98px) {
    .footer {
        padding-bottom: 78px
    }

    .footer .foot-menu-1, .footer .foot-menu-2, .footer .footer-text {
        left: -25px;
        margin-left: 0;
        position: relative
    }

    .footer .footer-text {
        width: 241px
    }
}

@media (max-width: 1347.98px) {
    .footer .foot-menu-1, .footer .foot-menu-2, .footer .footer-text {
        left: 0;
        position: relative
    }

    .footer .footer-text {
        width: 241px
    }

    .footer nav ul li a {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .footer {
        padding-bottom: 46px;
        padding-top: 0
    }

    .footer .logo {
        font-size: 23.0278px;
        line-height: 23px;
        margin: 0 12px 40px
    }

    .footer nav {
        margin-bottom: 40px;
        max-width: 344px;
        padding-left: 12px;
        padding-right: 12px
    }

    .footer nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer nav ul li {
        margin-bottom: 20px;
        margin-right: 20px
    }

    .footer nav ul li:last-child {
        margin-bottom: 0
    }

    .footer nav ul li a {
        font-size: 16px
    }

    .footer .footer-text {
        margin-left: 12px;
        margin-right: 12px;
        max-width: 320px;
        width: auto
    }
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    text-decoration: none !important;
    top: 45px
}

.header .logo .logo-sub2 {
    display: flex;
    flex-direction: row;
}

.header .logo .logo-sub1 span {
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important
}

.header .logo .logo-sub2 span {
    font-family: Josefin Sans, sans-serif;
    font-size: 30px;
    letter-spacing: -.03em;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important
}

.header .logo .logo-sub2 div, .header .logo .logo-sub2 span, .header .logo .logo-sub1 span {
    color: #fff;
    font-style: normal;
    font-weight: 400
}

.header .logo .logo-sub2 div {
    font-family: Licorice, cursive;
    font-size: 12.0089px;
    letter-spacing: .05em;
    line-height: 12px;
    margin-left: 13px;
    margin-top: 14px
}

.header .btn-menu {
    position: absolute;
    right: 51px;
    top: 51px
}

.header .header-inner {
    position: relative
}

.menu {
    -webkit-backdrop-filter: blur(47.2px);
    backdrop-filter: blur(47.2px);
    background: -o-linear-gradient(230.83deg, rgba(7, 42, 73, .3) 21.95%, rgba(0, 24, 46, 0) 119.76%);
    background: linear-gradient(219.17deg, rgba(7, 42, 73, .3) 21.95%, rgba(0, 24, 46, 0) 119.76%);
    border-radius: 0;
    -webkit-box-shadow: inset -97px -99px 108.943px hsla(0, 0%, 100%, .11), inset 61px 44px 96.4px rgba(3, 42, 77, .32);
    box-shadow: inset -97px -99px 108.943px hsla(0, 0%, 100%, .11), inset 61px 44px 96.4px rgba(3, 42, 77, .32);
    display: none;
    left: 50%;
    margin-left: -141.5px;
    padding-bottom: 43px;
    padding-top: 50px;
    position: fixed;
    text-align: center;
    top: 31.5px;
    -webkit-transform: translateX(646.5px);
    -ms-transform: translateX(646.5px);
    transform: translateX(646.5px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 283px;
    z-index: 100
}

.menu__close {
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 17px
}

.menu__close, .menu__close svg {
    height: 17px;
    width: 17px
}

.menu .btn {
    margin: 44px auto 30px;
    min-width: 180px;
    padding-left: 0;
    text-align: center;
    width: 180px
}

.menu nav {
    padding-left: 49px;
    padding-right: 49px
}

.menu nav ul li {
    line-height: 15px;
    margin-bottom: 16px;
    text-align: center
}

.menu nav ul li:last-child {
    margin-bottom: 0
}

.menu nav ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fffbeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    justify-content: space-between;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase
}

.menu nav ul li a > * {
    margin-bottom: auto;
    margin-top: auto
}

.menu nav ul li a svg {
    height: 7px;
    width: 13px
}

.menu-openned .menu {
    display: block
}

@media (max-width: 1823.98px) {
    .menu {
        -webkit-transform: translateX(408.5px);
        -ms-transform: translateX(408.5px);
        transform: translateX(408.5px)
    }
}

@media (max-width: 1347.98px) {
    .menu {
        -webkit-transform: translateX(238.5px);
        -ms-transform: translateX(238.5px);
        transform: translateX(238.5px)
    }
}

@media (max-width: 991.98px) {
    .header .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 12px;
        top: 29px
    }

    .header .logo span {
        font-size: 22px;
        line-height: 22px
    }

    .header .logo div {
        margin-left: 7px;
        margin-top: 1px
    }

    .header .btn-menu {
        right: 12px;
        top: 33px
    }

    .menu {
        left: 50%;
        margin-left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 283px;
        z-index: 100
    }
}

.section-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: relative;
    z-index: 2
}

.section-intro .container .row {
    margin-bottom: auto;
    margin-top: auto
}

.section-intro .heading-xl {
    margin-bottom: 8px;
    margin-top: 85.5px
}

.section-intro .btn {
    margin-top: 42px
}

.section-intro .row {
    width: 100%
}

.img-1 {
    height: 300vh;
    position: relative
}

.img-1 #image-sequence {
    height: 100vh;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw
}

#video-bg-1 {
    position: relative
}

#video-bg-1:before {
    background-image: url(../images/dist/1920x932_main_screen.jpg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#video-bg-2 {
    position: relative
}

#video-bg-2:before {
    background-image: url(../images/dist/1920x932_boy_light.jpg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#video-bg-3 {
    position: relative
}

#video-bg-3:before {
    background-image: url(../images/dist/1920x932_woman_sun.jpg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#video-bg-4 {
    position: relative
}

#video-bg-4:before {
    background-image: url(../images/dist/1920x932_man_smile.jpg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-service-intro {
    height: auto;
    min-height: 100vh;
    position: relative
}

.section-service-intro .heading-xl {
    margin-top: 120px
}

.section-service-intro .heading-xl br {
    display: none
}

.section-service-intro .light {
    height: 2274px;
    left: 50%;
    margin-left: -1137px;
    margin-top: -1128px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(300px, 320px);
    -ms-transform: translate(300px, 320px);
    transform: translate(300px, 320px);
    width: 2256px
}

.section-service-intro .light-mob {
    display: none;
    height: 1956px;
    left: 50%;
    margin-left: -972px;
    margin-top: -978px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(140px, 360px);
    -ms-transform: translate(140px, 360px);
    transform: translate(140px, 360px);
    width: 1944px
}

.section-service-intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    position: relative;
    z-index: 2
}

.section-service-intro .container .row {
    margin-bottom: 48.8px;
    margin-top: auto;
    width: 100%
}

.section-service-intro:before {
    background: -o-radial-gradient(48.99% 75.28%, 62.06% 91.5%, #1cc4da 0, #00adcf 27.4%, #019ac1 52.88%, #004f79 79.81%, #003248 100%);
    background: radial-gradient(62.06% 91.5% at 48.99% 75.28%, #1cc4da 0, #00adcf 27.4%, #019ac1 52.88%, #004f79 79.81%, #003248 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.section-service-intro .text {
    margin-top: 2px;
    position: relative
}

.section-service-intro .text:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 680px;
    left: -24px;
    position: absolute;
    top: 4px;
    width: .5px
}

.section-service-intro .text small {
    display: block;
    font-size: 20px;
    margin-top: 65px
}

.section-service-intro .ring-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    width: 1308.4px
}

.section-service-intro .ring-container .ring-1 {
    margin-right: 22px
}

.section-service-intro .ring-container .ring-2 {
    margin-right: 71.6px
}

.section-service-intro .ring-container .ring-3 {
    margin-right: 22px
}

.section-service-intro_2-els .text {
    max-width: 570px
}

.section-service-intro_2-els .text:after {
    height: 610px
}

.section-service-intro_2-els .heading-xl, .section-service-intro_2-els .text {
    position: relative;
    top: 120px
}

.section-service-intro_coop .text {
    max-width: 610px
}

.section-service-intro_coop .text:after {
    height: 650px
}

.section-service-intro_coop .text small {
    margin-top: 38px;
    max-width: 413px
}

.section-service-intro_about .col-text {
    margin-top: auto
}

.section-service-intro_about .heading-xl {
    margin-top: 120px;
    top: -34px
}

.section-service-intro_about .text {
    max-width: 610px;
    top: -34px
}

.section-service-intro_about .text:after {
    height: 563px
}

.section-service-intro_post {
    height: 450px;
    min-height: 450px
}

.section-service-intro_post .light {
    height: 3159px;
    left: 50%;
    margin-left: -1579px;
    margin-top: -1569px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(12px, 175px);
    -ms-transform: translate(12px, 175px);
    transform: translate(12px, 175px);
    width: 3138px
}

.section-service-intro_post:before {
    background: -o-radial-gradient(48.99% 75.28%, 66.04% 97.17%, #1cc4da 0, #00adcf 27.4%, #019ac1 52.88%, #004f79 79.81%, #003248 100%);
    background: radial-gradient(66.04% 97.17% at 48.99% 75.28%, #1cc4da 0, #00adcf 27.4%, #019ac1 52.88%, #004f79 79.81%, #003248 100%)
}

.section-service-intro_post .container {
    height: auto;
    min-height: auto
}

.section-service-intro_post .container .row {
    margin-bottom: 0
}

.section-service-intro_post .heading-xl {
    margin-top: 200px;
    position: relative
}

.section-service-intro_post .heading-xl:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 279px;
    left: -24px;
    position: absolute;
    top: 0;
    width: .5px
}

.section-service-intro_new .ring-container {
    margin-top: 88px
}

.section-service-intro_new .text:after {
    height: 562px
}

.section-advs {
    overflow: hidden;
    padding-top: 185px;
    position: relative
}

.section-advs .container {
    position: relative;
    z-index: 2
}

/*.section-advs .light {
    height: 3709px;
    left: 50%;
    margin-left: -1916px;
    position: absolute;
    top: -1200px;
    -webkit-transform: translate(-800px, -700px);
    -ms-transform: translate(-800px, -700px);
    transform: translate(-800px, -700px);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    width: 3833px;
    will-change: transform;
    z-index: 1
}*/

.section-advs .light-mob {
    display: none;
    height: 2436px;
    left: 50%;
    margin-left: -1259px;
    margin-top: -1218px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-270px, -920px);
    -ms-transform: translate(-270px, -920px);
    transform: translate(-270px, -920px);
    width: 2518px;
    z-index: 1
}

.section-advs .light-2 {
    bottom: 0;
    height: 2772px;
    left: 50%;
    margin-left: -1386px;
    position: absolute;
    -webkit-transform: translate(20px, 1330px);
    -ms-transform: translate(20px, 1330px);
    transform: translate(20px, 1330px);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    width: 2771px;
    will-change: transform;
    z-index: 1
}

.section-advs .light-2-mob {
    display: none;
    height: 1547px;
    left: 50%;
    margin-left: -773px;
    margin-top: -774px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(70px, 940px);
    -ms-transform: translate(70px, 940px);
    transform: translate(70px, 940px);
    width: 1546px;
    z-index: 1
}

.section-advs .heading {
    margin-bottom: 60px
}

.section-advs .row-heading-1 .heading {
    left: 31.5px;
    position: relative
}

.section-advs .row-heading-2 {
    margin-top: 60px
}

.section-advs .row-heading-2 .heading {
    left: 31px;
    margin-bottom: 57px;
    position: relative
}

.section-advs .pattern {
    bottom: -60px;
    height: 843px;
    left: 50%;
    margin-left: -323.5px;
    position: absolute;
    -webkit-transform: translateX(589px);
    -ms-transform: translateX(589px);
    transform: translateX(589px);
    width: 647px;
    z-index: 2
}

.section-advs .point.point-t-2 {
    position: relative;
    top: 3px
}

.section-advs-2 {
    margin-top: -1px;
    padding-top: 200px;
    position: relative
}

.section-advs-2 .circle {
    bottom: 0;
    height: 1797px;
    left: 50%;
    margin-left: -939px;
    position: relative;
    position: absolute;
    -webkit-transform: rotate(38deg) translate(1124px, 709px);
    -ms-transform: rotate(38deg) translate(1124px, 709px);
    transform: rotate(38deg) translate(1124px, 709px);
    width: 1878px
}

.section-advs-2 .circle .layer-1 {
    background: #f80;
    border-radius: 929.465px;
    -webkit-filter: blur(224.814px);
    filter: blur(224.814px);
    height: 1399px;
    mix-blend-mode: lighten;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: matrix(-1, -.09, -.09, 1, 0, 0);
    -ms-transform: matrix(-1, -.09, -.09, 1, 0, 0);
    transform: matrix(-1, -.09, -.09, 1, 0, 0);
    width: 1401px;
    z-index: 4
}

.section-advs-2 .circle .layer-2 {
    background: conic-gradient(from 180deg at 50% 50%, #ffe072 0deg, rgba(255, 216, 75, 0) 1turn);
    border-radius: 929.465px;
    -webkit-filter: blur(237.405px);
    filter: blur(237.405px);
    height: 941px;
    left: 567px;
    mix-blend-mode: normal;
    position: absolute;
    top: 10px;
    -webkit-transform: matrix(-.45, -.9, -.9, .45, 0, 0);
    -ms-transform: matrix(-.45, -.9, -.9, .45, 0, 0);
    transform: matrix(-.45, -.9, -.9, .45, 0, 0);
    width: 942px;
    z-index: 3
}

.section-advs-2 .circle .layer-3 {
    background: -o-radial-gradient(50% 50%, 50% 50%, #38ff70 0, rgba(74, 224, 116, .65) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #38ff70 0, rgba(74, 224, 116, .65) 100%);
    border-radius: 755.714px;
    bottom: 20px;
    -webkit-filter: blur(182.788px);
    filter: blur(182.788px);
    height: 923px;
    left: 420px;
    mix-blend-mode: color;
    position: absolute;
    -webkit-transform: matrix(-1, -.09, -.09, 1, 0, 0);
    -ms-transform: matrix(-1, -.09, -.09, 1, 0, 0);
    transform: matrix(-1, -.09, -.09, 1, 0, 0);
    width: 924px;
    z-index: 2
}

.section-advs-2 .circle .layer-4 {
    background: -o-radial-gradient(27.97% 49.05%, 217.68% 217.68%, #5ae9fd 0, rgba(90, 233, 253, 0) 100%);
    background: radial-gradient(217.68% 217.68% at 27.97% 49.05%, #5ae9fd 0, rgba(90, 233, 253, 0) 100%);
    border: 79.7505px solid #55e5ff;
    border-radius: 678.728px;
    bottom: 80px;
    -webkit-filter: blur(190.044px);
    filter: blur(190.044px);
    height: 995px;
    left: 100px;
    position: absolute;
    -webkit-transform: matrix(-.98, -.21, -.21, .98, 0, 0);
    -ms-transform: matrix(-.98, -.21, -.21, .98, 0, 0);
    transform: matrix(-.98, -.21, -.21, .98, 0, 0);
    width: 997px;
    z-index: 1
}

/*.section-advs-2 .light-3 {
    height: 1838px;
    left: 50%;
    margin-left: -920px;
    margin-top: -919px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-620px, -630px);
    -ms-transform: translate(-620px, -630px);
    transform: translate(-620px, -630px);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    width: 1841px;
    will-change: transform;
    z-index: 1
}*/

.section-advs-2 .light-3-mob {
    display: none;
    height: 1305px;
    left: 50%;
    margin-left: -653px;
    margin-top: -653px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-970px);
    -ms-transform: translateY(-970px);
    transform: translateY(-970px);
    width: 1306px;
    z-index: 1
}

.section-advs-2 .light-4 {
    height: 1838px;
    left: 50%;
    margin-left: -921px;
    margin-top: -919px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(540px, 470px);
    -ms-transform: translate(540px, 470px);
    transform: translate(540px, 470px);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    width: 1841px;
    will-change: transform;
    z-index: 1
}

.section-advs-2 .light-4-mob {
    display: none;
    height: 1345px;
    left: 50%;
    margin-left: -674px;
    margin-top: -673px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50px, 890px);
    -ms-transform: translate(50px, 890px);
    transform: translate(50px, 890px);
    width: 1347px;
    z-index: 1
}

.section-advs-2 .light-5-mob {
    display: none;
    height: 1480px;
    left: 50%;
    margin-left: -740px;
    margin-top: -740px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(180px, 290px);
    -ms-transform: translate(180px, 290px);
    transform: translate(180px, 290px);
    width: 1480px;
    z-index: 1
}

.section-advs-2 .heading {
    margin-bottom: 60px
}

.section-advs-2 .row-heading-1 .heading {
    left: 84.5px;
    position: relative
}

.section-advs-2 .container {
    position: relative;
    z-index: 3
}

.section-man {
    position: relative
}

.section-man .container {
    height: 100vh;
    position: relative;
    z-index: 2
}

.section-man .container .row {
    bottom: 118px;
    left: 0;
    position: absolute;
    width: 100%
}

.section-man .text-md {
    margin-left: 106px;
    width: 528px
}

.section-man .pattern {
    height: 900px;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-611px);
    -ms-transform: translateX(-611px);
    transform: translateX(-611px);
    width: 710px;
    z-index: 2
}

.section-man-smiling .heading {
    margin-bottom: 42px
}

.section-man-smiling .text-block {
    margin-left: 95px;
    max-width: 526px
}

.section-man-smiling .btn {
    margin-top: 60px
}

.section-man-smiling .container {
    height: 100vh;
    position: relative;
    z-index: 2
}

.section-man-smiling .container .row {
    bottom: 55px;
    left: 0;
    position: absolute;
    width: 100%
}

.section-sliders {
    padding-bottom: 172.5px;
    padding-top: 102px;
    position: relative
}

.section-sliders .heading {
    margin-bottom: 80px
}

.section-sliders .news-slider-container, .section-sliders .partner-slider-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1297px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2
}

.section-sliders .news-slider-container .slide, .section-sliders .partner-slider-container .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.section-sliders .news-slider-container .slide img, .section-sliders .partner-slider-container .slide img {
    height: auto;
    margin: auto;
    max-width: 100%;
    mix-blend-mode: screen;
    position: relative;
    z-index: 2
}

.section-sliders .news-slider-container .swiper-button-prev, .section-sliders .partner-slider-container .swiper-button-prev {
    left: 110px
}

.section-sliders .news-slider-container .swiper-button-next, .section-sliders .partner-slider-container .swiper-button-next {
    right: 110px
}

.section-sliders .news-slider-container .swiper-button-next, .section-sliders .news-slider-container .swiper-button-prev, .section-sliders .partner-slider-container .swiper-button-next, .section-sliders .partner-slider-container .swiper-button-prev {
    bottom: 0;
    cursor: pointer !important;
    height: 16px;
    opacity: 1;
    top: auto;
    width: 113px
}

.section-sliders .news-slider-container .swiper-button-next:after, .section-sliders .news-slider-container .swiper-button-next:before, .section-sliders .news-slider-container .swiper-button-prev:after, .section-sliders .news-slider-container .swiper-button-prev:before, .section-sliders .partner-slider-container .swiper-button-next:after, .section-sliders .partner-slider-container .swiper-button-next:before, .section-sliders .partner-slider-container .swiper-button-prev:after, .section-sliders .partner-slider-container .swiper-button-prev:before {
    display: none
}

.section-sliders .news-slider-container .swiper-button-next svg, .section-sliders .news-slider-container .swiper-button-prev svg, .section-sliders .partner-slider-container .swiper-button-next svg, .section-sliders .partner-slider-container .swiper-button-prev svg {
    position: absolute
}

.section-sliders .news-slider-container {
    margin-top: 153px;
    padding-bottom: 60px
}

.section-sliders .news-slider-container .slide img {
    margin-left: 0;
    max-width: calc(100% - 24px)
}

.section-sliders .news-slider-container .slide .h {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 26.572px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 54px;
    text-transform: uppercase
}

.section-sliders .news-slider-container .slide .t {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-top: 21px
}

.section-sliders .pattern {
    height: 1388px;
    left: 50%;
    margin-left: -695px;
    max-width: 1391px;
    min-width: 1391px;
    position: absolute;
    top: -80px;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    width: 1391px;
    z-index: 0
}

.section-sliders .pattern-mob {
    display: none;
    height: 1238px;
    left: 50%;
    margin-left: -620px;
    margin-top: -619px;
    max-width: 1240px;
    min-width: 1240px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-310px, 80px);
    -ms-transform: translate(-310px, 80px);
    transform: translate(-310px, 80px);
    width: 1240px;
    z-index: 0
}

.section-sliders .pattern-2 {
    bottom: -400px;
    height: 1274px;
    left: 50%;
    margin-left: -638px;
    max-width: 1276px;
    min-width: 1276px;
    position: absolute;
    -webkit-transform: translate(660px);
    -ms-transform: translate(660px);
    transform: translate(660px);
    width: 1276px;
    z-index: 0
}

.section-sliders .pattern-2-mob {
    display: none;
    height: 929px;
    left: 50%;
    margin-left: -466px;
    margin-top: -465px;
    max-width: 931px;
    min-width: 931px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(280px, 630px);
    -ms-transform: translate(280px, 630px);
    transform: translate(280px, 630px);
    width: 931px;
    z-index: 0
}

.section-sliders_new {
    padding-bottom: 175px;
    padding-top: 154px
}

.section-sliders_new .news-slider-container {
    margin-top: 0
}

.section-sliders_new .light-mob {
    display: none;
    height: 900px;
    left: 50%;
    margin-left: -450px;
    margin-top: -450px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-250px, 60px);
    -ms-transform: translate(-250px, 60px);
    transform: translate(-250px, 60px);
    width: 901px;
    z-index: 1
}

.section-red-girl {
    height: 100vh;
    position: relative;
    z-index: 2
}

.section-red-girl .btn-play {
    left: 50%;
    margin-left: -77.5px;
    margin-top: -77.5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-483.5px, -5px);
    -ms-transform: translate(-483.5px, -5px);
    transform: translate(-483.5px, -5px);
    z-index: 3
}

.section-red-girl .pattern {
    height: 960px;
    left: 50%;
    margin-left: -265px;
    position: absolute;
    top: calc(100% - 114px);
    -webkit-transform: translateX(-443px);
    -ms-transform: translateX(-443px);
    transform: translateX(-443px);
    width: 530px;
    z-index: 3
}

.section-red-girl .bg {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.section-red-girl .light {
    height: 3529px;
    left: 50%;
    margin-left: -1781px;
    margin-top: -1764px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(680px, -100px);
    -ms-transform: translate(680px, -100px);
    transform: translate(680px, -100px);
    width: 3563px;
    z-index: 1
}

.section-red-girl .light-mob {
    display: none;
    height: 2582px;
    left: 50%;
    margin-left: -1304px;
    margin-top: -1291px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(100px);
    -ms-transform: translate(100px);
    transform: translate(100px);
    width: 2607px;
    z-index: 1
}

.section-contacts {
    padding-bottom: 152px;
    padding-top: 151px
}

.section-contacts .contacts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-contacts .contacts-container__map {
    height: 600px;
    max-width: 451px;
    min-width: 451px;
    width: 100%
}

.section-contacts .contacts-container__map img {
    height: auto;
    width: 100%
}

.section-contacts .contacts-container [class*=ymaps-2-1][class*=-map-copyrights-promo] {
    display: none
}

.section-contacts .contacts-container [class*=ymaps-2-1][class*=-copyrights-pane] {
    display: none
}

.section-contacts .contacts-container__info {
    margin-left: 113px;
    max-width: 408px;
    min-width: 408px
}

.section-contacts .icon-1 {
    margin-bottom: 16px;
    margin-top: 80px
}

.section-contacts .text-1 {
    margin-top: 24px
}

.section-contacts .row-1, .section-contacts .text-2 {
    margin-top: 80px
}

.section-contacts .row-2 {
    margin-top: 14px
}

.section-partners-and-feedback {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.section-partners {
    padding-bottom: 137px;
    padding-top: 178px;
    position: relative
}

.section-partners .partners-container {
    margin-left: 40px;
    text-align: center;
    width: 723.5px
}

.section-partners .partners-container .heading {
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.section-partners .partners-container .text-sm {
    display: inline-block;
    position: relative;
    text-align: left;
    z-index: 2
}

.section-partners .partners-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 71px;
    max-width: 723px;
    position: relative;
    z-index: 2
}

.section-partners .partners-list__item img {
    max-width: 147px
}

.section-feedback {
    padding-bottom: 193.5px;
    padding-top: 195px;
    position: relative
}

.section-feedback .feedback-container {
    position: relative
}

.section-feedback .swiper-button-prev {
    left: 55px
}

.section-feedback .swiper-button-next {
    right: 55px
}

.section-feedback .swiper-button-next, .section-feedback .swiper-button-prev {
    bottom: 0;
    cursor: pointer !important;
    height: 16px;
    opacity: 1;
    top: auto;
    width: 113px
}

.section-feedback .swiper-button-next:after, .section-feedback .swiper-button-next:before, .section-feedback .swiper-button-prev:after, .section-feedback .swiper-button-prev:before {
    display: none
}

.section-feedback .swiper-button-next svg, .section-feedback .swiper-button-prev svg {
    position: absolute
}

.section-feedback .circle {
    bottom: -1800px;
    height: 2245px;
    left: 50%;
    margin-left: -1165px;
    position: absolute;
    -webkit-transform: translate(135px);
    -ms-transform: translate(135px);
    transform: translate(135px);
    width: 2330px
}

.section-feedback .heading {
    margin-bottom: 80px
}

.section-feedback_new {
    padding-bottom: 100px;
    position: relative
}

.section-feedback_new .heading-sxl {
    margin-bottom: 80px;
    margin-left: 244px;
    position: relative;
    z-index: 2
}

.section-feedback_new .feedback-container {
    position: relative;
    z-index: 2
}

.section-feedback_new .light {
    height: 2568px;
    left: 50%;
    margin-left: -1311px;
    position: absolute;
    top: -300px;
    -webkit-transform: translateX(-546px);
    -ms-transform: translateX(-546px);
    transform: translateX(-546px);
    width: 2623px;
    z-index: 1
}

.section-feedback_new .light-mob {
    display: none;
    height: 2212px;
    left: 50%;
    margin-left: -1109px;
    margin-top: -1106px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-400px, 760px);
    -ms-transform: translate(-400px, 760px);
    transform: translate(-400px, 760px);
    width: 2218px;
    z-index: 1
}

.section-history {
    padding-bottom: 100px;
    padding-top: 104px;
    position: relative;
    z-index: 2
}

.section-history .heading-sxl {
    margin-bottom: 83px;
    margin-left: 244px
}

.section-history .text-md {
    max-width: 416px
}

.section-history .history-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1076px;
    padding-bottom: 60px;
    position: relative
}

.section-history .history-container:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 906px;
    position: absolute;
    right: -25px;
    top: -72px;
    width: .5px
}

.section-history .history-container img {
    height: auto;
    margin-bottom: 60px;
    max-width: 526px
}

.section-history .history-container .heading {
    margin-bottom: 42px
}

.section-history .history-container .col-after img {
    margin-bottom: 0;
    margin-top: 60px
}

.section-history .swiper-button-prev {
    left: 0
}

.section-history .swiper-button-next {
    right: 0
}

.section-history .swiper-button-next, .section-history .swiper-button-prev {
    bottom: 0;
    cursor: pointer !important;
    height: 16px;
    opacity: 1;
    top: auto;
    width: 113px
}

.section-history .swiper-button-next:after, .section-history .swiper-button-next:before, .section-history .swiper-button-prev:after, .section-history .swiper-button-prev:before {
    display: none
}

.section-history .swiper-button-next svg, .section-history .swiper-button-prev svg {
    position: absolute
}

.section-works {
    padding-bottom: 86px;
    padding-top: 100px;
    position: relative;
    z-index: 3
}

.section-works .heading-sxl {
    margin-bottom: 76px;
    margin-left: 244px
}

.section-works * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section-works .works-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1298px;
    position: relative
}

.section-works .works-overlay {
    bottom: 0;
    cursor: url(../images/dist/cursor.svg) 62 62, auto;
    height: calc(100% - 100px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4
}

.section-works .works-swiper .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-works .works-swiper .heading {
    margin-bottom: 42px;
    max-width: 413px
}

.section-works .works-swiper .text-sm {
    max-width: 413px
}

.section-works .works-swiper img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto
}

.section-works .works-swiper-1 .c-1 {
    max-width: 42.5%;
    min-width: 42.5%;
    padding-right: 31px
}

.section-works .works-swiper-1 .c-2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    max-width: 57.5%;
    min-width: 57.5%
}

.section-works .works-swiper-1 .c-2 .img-1 {
    max-width: 288px;
    min-width: 288px
}

.section-works .works-swiper-1 .c-2 .img-2 {
    max-width: 384px;
    min-width: 384px
}

.section-works .works-swiper-2 {
    margin-top: 36px
}

.section-works .works-swiper-2 .c-1 {
    max-width: 51%;
    min-width: 51%
}

.section-works .works-swiper-2 .c-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 49%;
    min-width: 49%;
    padding-left: 31px
}

.section-works .works-swiper-2 .img-1 {
    max-width: 100%;
    min-width: 100%
}

.section-works .works-swiper-2 .img-2 {
    margin-top: auto;
    max-width: 384px;
    min-width: 384px
}

.section-works .cases {
    margin-left: auto;
    margin-right: auto;
    max-width: 1391px;
    min-height: 615px;
    opacity: 0;
    padding-bottom: 95px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

.section-works .cases .cases-slider {
    height: auto;
    padding-bottom: 126px;
    position: relative
}

.section-works .cases .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    opacity: 1;
    position: relative;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    width: 198px;
    z-index: 1
}

.section-works .cases .swiper-slide .t {
    bottom: -126px;
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    height: 126px;
    left: 0;
    line-height: 110%;
    opacity: 0;
    padding-top: 32px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.section-works .cases .swiper-slide .t span {
    color: #fff7eb;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    text-decoration-line: underline;
    text-transform: none
}

.section-works .cases .swiper-slide img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    width: 100%
}

.section-works .cases .swiper-slide-active {
    opacity: 1;
    z-index: 2
}

.section-works .cases .swiper-slide-active .t {
    opacity: 1
}

.section-works .cases .cases-next, .section-works .cases .cases-prev {
    background-color: transparent;
    border: 0;
    bottom: 0;
    padding: 0;
    position: absolute
}

.section-works .cases .cases-prev {
    left: 0
}

.section-works .cases .cases-next {
    right: 0
}

.new-wrapper {
    overflow: hidden
}

.section-history-works {
    position: relative
}

.section-history-works .light {
    height: 2106px;
    left: 50%;
    margin-left: -1037px;
    margin-top: -1053px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(389px, 650px);
    -ms-transform: translate(389px, 650px);
    transform: translate(389px, 650px);
    width: 2075px
}

.section-price {
    margin-top: -1px;
    padding-bottom: 326px;
    padding-top: 101px;
    position: relative
}

.section-price:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1561px;
    left: 50%;
    margin-left: -.5px;
    position: absolute;
    top: 112px;
    width: .5px;
    z-index: 2
}

.section-price .price-block {
    margin-left: 373px;
    padding-left: 25px;
    padding-top: 90px;
    position: relative;
    z-index: 2
}

.section-price .price-block .text-md {
    margin-top: 220px;
    max-width: 426px
}

.section-price .price-block:before {
    background-color: #fff;
    content: "";
    height: 408px;
    left: 0;
    position: absolute;
    top: 0;
    width: .5px
}

.section-price .price-block .btn {
    margin-top: 60px
}

.section-price .switch {
    height: 1195px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 193px;
    position: relative;
    width: 1287px
}

.section-price .switch-item {
    cursor: pointer;
    opacity: .4;
    position: absolute;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    width: 380px;
    z-index: 2
}

.section-price .switch-item.shown {
    opacity: 1
}

.section-price .switch-item .heading {
    margin-bottom: 24px
}

.section-price .switch-item-1 {
    left: 0;
    top: 289px
}

.section-price .switch-item-2 {
    right: 0;
    top: 145px
}

.section-price .switch-item-3 {
    left: 0;
    top: 812px
}

.section-price .switch-item-4 {
    right: 0;
    top: 703px
}

.section-price .switch-item-5 {
    left: 549px;
    top: 1050px
}

.section-price .switch-center {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 371px;
    padding-top: 263px;
    position: relative;
    width: 354px
}

.section-price .switch-center:before {
    background: #fff;
    content: "";
    display: block;
    height: 1074px;
    left: -55px;
    position: absolute;
    top: 0;
    width: .5px
}

.section-price .switch-center:after {
    background: #fff;
    content: "";
    display: block;
    height: 1074px;
    position: absolute;
    right: -55px;
    top: 0;
    width: .5px
}

.section-price .switch-center img {
    display: none;
    height: auto;
    width: 354px
}

.section-price .switch-center img.shown {
    display: block
}

.section-price .light-1 {
    height: 1606px;
    left: 50%;
    margin-left: -804.5px;
    position: absolute;
    top: 100px;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
    width: 1609px;
    z-index: 0
}

.section-price .light-1-mob {
    display: none;
    height: 960px;
    left: 50%;
    margin-left: -481px;
    margin-top: -480px;
    position: absolute;
    top: 100px;
    -webkit-transform: translate(290px, 160px);
    -ms-transform: translate(290px, 160px);
    transform: translate(290px, 160px);
    width: 962px;
    z-index: 0
}

.section-price .light-2 {
    height: 1606px;
    left: 50%;
    margin-left: -804.5px;
    position: absolute;
    top: 590px;
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px);
    width: 1609px;
    z-index: 0
}

.section-price .light-2-mob {
    display: none;
    height: 931px;
    left: 50%;
    margin-left: -466px;
    margin-top: -466px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-70px, 420px);
    -ms-transform: translate(-70px, 420px);
    transform: translate(-70px, 420px);
    width: 932px;
    z-index: 0
}

.section-price .switch-container {
    margin-top: 120px;
    padding-bottom: 55px;
    position: relative
}

.section-price .switch-container .slide {
    border-right: .5px solid #fff;
    padding-left: 12px;
    padding-right: 12px
}

.section-price .switch-container .slide .heading {
    margin-bottom: 24px
}

.section-price .switch-container .slide img {
    height: auto;
    margin-bottom: 60px;
    max-width: calc(100% - 12px)
}

.section-price .switch-container .swiper-button-prev {
    left: 12px
}

.section-price .switch-container .swiper-button-next {
    right: 12px
}

.section-price .switch-container .swiper-button-next, .section-price .switch-container .swiper-button-prev {
    bottom: 0;
    cursor: pointer !important;
    height: 16px;
    opacity: 1;
    top: auto;
    width: 113px
}

.section-price .switch-container .swiper-button-next:after, .section-price .switch-container .swiper-button-next:before, .section-price .switch-container .swiper-button-prev:after, .section-price .switch-container .swiper-button-prev:before {
    display: none
}

.section-price .switch-container .swiper-button-next svg, .section-price .switch-container .swiper-button-prev svg {
    position: absolute
}

.section-woman {
    position: relative
}

.section-woman .container {
    height: 100vh;
    position: relative;
    z-index: 2
}

.section-woman .container .row {
    bottom: 58px;
    left: 0;
    position: absolute;
    width: 100%
}

.section-woman .container .heading {
    margin-bottom: 42px
}

.section-woman .container .text-block {
    margin-left: 69px;
    width: 416px
}

.section-woman .container .btn {
    margin-top: 60px
}

.video-container-woman {
    position: relative;
    z-index: 3
}

.video-container-woman .light {
    height: 2767px;
    left: 50%;
    margin-left: -1351px;
    margin-top: -1383px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 2702px;
    z-index: 1
}

.section-service {
    padding-bottom: 137px;
    padding-top: 201px;
    position: relative
}

.section-service .light {
    height: 1710px;
    left: 50%;
    margin-left: -848.5px;
    position: absolute;
    top: calc(100% - 410px);
    width: 1697px;
    z-index: 1
}

.section-service .service {
    margin-left: auto;
    margin-right: auto
}

.section-service .service-1 {
    padding-right: 121px;
    position: relative;
    width: 1306px
}

.section-service .service-1 img {
    width: 599px
}

.section-service .service-1 .service__img {
    padding-top: 67px
}

.section-service .service-1 .service__content .text-sm {
    width: 330px
}

.section-service .service-1 .tablo {
    margin-top: 87px
}

.section-service .service-1 .pattern {
    left: -105px;
    max-height: 843px;
    max-width: 647px;
    min-height: 843px;
    min-width: 647px;
    position: absolute;
    top: 135px;
    z-index: 2
}

.section-service .service-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 135px;
    position: relative;
    width: 1113px
}

.section-service .service-2:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1143px;
    left: 655px;
    position: absolute;
    top: -75.5px;
    width: .5px
}

.section-service .service-2 img {
    width: 416px
}

.section-service .service-2 .service__img {
    padding-top: 51px;
    position: relative
}

.section-service .service-2 .service__img img {
    position: relative;
    z-index: 2
}

.section-service .service-2 .service__img img.shine {
    height: 2414px;
    left: 50%;
    margin-left: -1207px;
    margin-top: -1207px;
    min-width: 2414px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(300px, 40px);
    -ms-transform: translate(300px, 40px);
    transform: translate(300px, 40px);
    width: 2414px;
    z-index: 1
}

.section-service .service-2 .service__img img.shine-mob {
    display: none;
    height: 1666px;
    left: 50%;
    margin-left: -833px;
    margin-top: -833px;
    min-width: 1666px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(385px, 50px);
    -ms-transform: translate(385px, 50px);
    transform: translate(385px, 50px);
    width: 1666px;
    z-index: 1
}

.section-service .service-2 .service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 582px;
    min-width: 582px;
    position: relative
}

.section-service .service-2 .service__content .heading, .section-service .service-2 .service__content .text-sm {
    margin-left: auto;
    width: 342px
}

.section-service .service-2 .tablo {
    margin-top: 113px
}

.section-service .service-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: 31.5px;
    margin-top: 90px;
    position: relative;
    width: 1143px;
    z-index: 1
}

.section-service .service-3 img.pattern {
    height: 634px;
    left: 417px;
    max-width: 1303px;
    min-width: 1303px;
    position: absolute;
    top: 135px;
    top: -262px;
    z-index: 3
}

.section-service .service-3 img {
    max-width: 812px;
    min-width: 812px;
    width: 812px
}

.section-service .service-3 .service__img {
    position: relative
}

.section-service .service-3 .service__img img {
    position: relative;
    z-index: 2
}

.section-service .service-3 .service__img img.shine {
    height: 1082px;
    left: 50%;
    margin-left: -572px;
    margin-top: -541px;
    min-width: 1145px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-270px, -280px);
    -ms-transform: translate(-270px, -280px);
    transform: translate(-270px, -280px);
    width: 1145px;
    z-index: 1
}

.section-service .service-3 .service__img img.shine-mob {
    display: none;
    height: 832px;
    left: 50%;
    margin-left: -440px;
    margin-top: -416px;
    min-width: 880px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(130px, -10px);
    -ms-transform: translate(130px, -10px);
    transform: translate(130px, -10px);
    width: 880px;
    z-index: 1
}

.section-service .service-3 .heading, .section-service .service-3 .text-sm {
    width: 318px
}

.section-service .service-3 .tablo {
    left: 222px;
    margin-top: 50px;
    position: relative
}

.section-service .service-3 .service__content {
    left: 190px;
    padding-top: 110px;
    position: relative;
    z-index: 2
}

.section-service .service-4 {
    left: -51px;
    margin-top: 79px;
    position: relative;
    width: 978px
}

.section-service .service-4 img {
    width: 478px
}

.section-service .service-4 .service__content {
    padding-left: 38px;
    padding-top: 18px
}

.section-service .service-4 .service__content .heading {
    padding-left: 36px
}

.section-service .service-4 .service__content .text-sm {
    padding-left: 36px;
    width: 390px
}

.section-service .service-4 .tablo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 88px
}

.section-service .service-4 .tablo .tablo-content__item:before {
    left: auto;
    right: -28.5px
}

.section-sotr {
    padding-bottom: 256px;
    padding-top: 95px;
    position: relative
}

.section-sotr .container {
    position: relative;
    z-index: 2
}

.section-sotr .team-1 {
    left: -68px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1160px
}

.section-sotr .team-1 .team__img {
    margin-right: 111px;
    max-width: 636px;
    min-width: 636px;
    position: relative
}

.section-sotr .team-1 .team__img .pattern {
    height: 1179px;
    left: -417px;
    max-width: 1005px;
    min-width: 1005px;
    position: absolute;
    top: 0;
    width: 1005px
}

.section-sotr .team-1 .team__content .team-text {
    border-left: .5px solid #fff;
    padding-bottom: 80px;
    padding-left: 24px
}

.section-sotr .team-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: 43px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 102px;
    position: relative;
    width: 770px
}

.section-sotr .team-2 .team__img {
    max-width: 441px;
    min-width: 441px;
    position: relative
}

.section-sotr .team-2 .team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 17px
}

.section-sotr .team-2 .team__content .team-text {
    border-left: .5px solid #fff;
    margin-top: auto;
    padding-bottom: 33px;
    padding-left: 24px;
    padding-top: 98px
}

.section-sotr .team-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    left: -197.5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 218px;
    position: relative;
    width: 879px
}

.section-sotr .team-3 .team__img {
    max-width: 441px;
    min-width: 441px;
    position: relative
}

.section-sotr .team-3 .team__img .pattern {
    height: 1245px;
    max-width: 883px;
    min-width: 883px;
    position: absolute;
    right: -1242px;
    top: -239px;
    width: 883px
}

.section-sotr .team-3 .team__content {
    max-width: 354px;
    min-width: 354px
}

.section-sotr .team-3 .team__content .team-text {
    border-right: .5px solid #fff;
    padding-right: 58px;
    padding-top: 113px;
    width: 354px
}

.section-sotr .team-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    left: 96.5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 233px;
    position: relative;
    width: 441px
}

.section-sotr .team-4 .team__img {
    max-width: 441px;
    min-width: 441px;
    position: relative
}

.section-sotr .team-4 .team__img .pattern {
    height: 1377px;
    max-width: 883px;
    min-width: 883px;
    position: absolute;
    right: -719px;
    top: -842px;
    width: 883px
}

.section-sotr .team-4 .team__content {
    margin-top: 25px
}

.section-sotr .team-4 .team__content .team-text {
    border-left: .5px solid #fff;
    padding-bottom: 69px;
    padding-left: 28px;
    padding-top: 35px;
    width: 325px
}

.section-sotr .light-1 {
    height: 2292px;
    left: 50%;
    margin-left: -1146.5px;
    position: absolute;
    top: -300px;
    -webkit-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    transform: translateX(-700px);
    width: 2293px;
    z-index: 0
}

.section-sotr .light-1-mob {
    display: none;
    height: 1054px;
    left: 50%;
    margin-left: -528px;
    margin-top: -527px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-180px, -640px);
    -ms-transform: translate(-180px, -640px);
    transform: translate(-180px, -640px);
    width: 1056px;
    z-index: 0
}

.section-sotr .light-2 {
    bottom: -40px;
    display: none;
    height: 2106px;
    left: 50%;
    margin-left: -1037.5px;
    position: absolute;
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    width: 2075px;
    z-index: 0
}

.section-sotr .light-2-mob {
    display: none;
    height: 2672px;
    left: 50%;
    margin-left: -1364px;
    margin-top: -1336px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-360px, 1350px);
    -ms-transform: translate(-360px, 1350px);
    transform: translate(-360px, 1350px);
    width: 2728px;
    z-index: 0
}

.section-sotr .light-3 {
    bottom: -1300px;
    height: 2568px;
    left: 50%;
    margin-left: -1311px;
    position: absolute;
    -webkit-transform: translate(-460px);
    -ms-transform: translate(-460px);
    transform: translate(-460px);
    width: 2623px;
    z-index: 0
}

.section-video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative
}

.section-video .btn-play {
    bottom: 38px;
    left: 50%;
    margin-left: -77.5px;
    margin-top: -77.5px;
    position: absolute;
    -webkit-transform: translate(-609px);
    -ms-transform: translate(-609px);
    transform: translate(-609px)
}

.section-video_new {
    position: relative
}

.section-video_new .btn-play {
    z-index: 3
}

.section-video_new .light {
    height: 1791px;
    left: 50%;
    margin-left: -890px;
    margin-top: -895px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(480px);
    -ms-transform: translateX(480px);
    transform: translateX(480px);
    width: 1781px;
    z-index: 1
}

.section-video_new .light-mob {
    display: none;
    height: 2141px;
    left: 50%;
    margin-left: -1071px;
    margin-top: -1071px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(200px, 20px);
    -ms-transform: translate(200px, 20px);
    transform: translate(200px, 20px);
    width: 2142px;
    z-index: 1
}

.section-video_new .bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.section-team {
    padding-bottom: 36px;
    padding-top: 112px
}

.section-team .team-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-bottom: 86px;
    position: relative
}

.section-team .team-container .slide {
    padding-left: 18px;
    padding-top: 39px;
    position: relative
}

.section-team .team-container .slide:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 249px;
    left: 0;
    position: absolute;
    top: 0;
    width: .5px
}

.section-team .team-container .slide .heading {
    margin-bottom: 42px
}

.section-team .team-container .slide img {
    height: auto;
    margin-bottom: 60px;
    max-width: 100%
}

.section-team .team-container .swiper-button-prev {
    left: 18px
}

.section-team .team-container .swiper-button-next {
    right: 18px
}

.section-team .team-container .swiper-button-next, .section-team .team-container .swiper-button-prev {
    bottom: 0;
    cursor: pointer !important;
    height: 16px;
    opacity: 1;
    top: auto;
    width: 113px
}

.section-team .team-container .swiper-button-next:after, .section-team .team-container .swiper-button-next:before, .section-team .team-container .swiper-button-prev:after, .section-team .team-container .swiper-button-prev:before {
    display: none
}

.section-team .team-container .swiper-button-next svg, .section-team .team-container .swiper-button-prev svg {
    position: absolute
}

.video-container-coop {
    margin-bottom: 98px
}

.section-about {
    padding-bottom: 124px;
    padding-top: 102px;
    position: relative
}

.section-about .pattern {
    height: 1179px;
    left: 50%;
    margin-left: -502.5px;
    position: absolute;
    top: -141px;
    -webkit-transform: translateX(-591px);
    -ms-transform: translateX(-591px);
    transform: translateX(-591px);
    width: 1005px;
    z-index: 1
}

.section-about .about-block {
    color: #fff7eb;
    font-family: Fira Sans, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-left: 80px;
    max-width: 730px;
    position: relative;
    z-index: 2
}

.section-about .about-block .heading-sxl {
    margin-bottom: 42px
}

.section-about-advs {
    padding-bottom: 158px;
    padding-top: 124px
}

.section-about-advs .heading-sxl {
    left: -46px;
    position: relative;
    text-align: center
}

.section-about-advs .about-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.section-about-advs .about-item__img img {
    position: relative;
    z-index: 2
}

.section-about-advs .about-item .heading {
    margin-bottom: 42px
}

.section-about-advs .about-item .light-mob {
    position: absolute;
    z-index: 1
}

.section-about-advs .about-item .light {
    background-image: url(../images/dist/light-about-1.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1
}

.section-about-advs .about-item-1 {
    left: 165.5px;
    margin-top: 130px;
    max-width: 965px
}

.section-about-advs .about-item-1 .pic {
    max-width: 416px
}

.section-about-advs .about-item-1 .text-sm {
    max-width: 348px
}

.section-about-advs .about-item-1 .about-item__img {
    padding-left: 22px;
    position: relative
}

.section-about-advs .about-item-1 .about-item__img .light {
    height: 1068px;
    margin-left: -597px;
    margin-top: -489px;
    -webkit-transform: translate(-143px, -119px);
    -ms-transform: translate(-143px, -119px);
    transform: translate(-143px, -119px);
    width: 1194px
}

.section-about-advs .about-item-1 .about-item__img:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 780px;
    left: 0;
    position: absolute;
    top: -124px;
    width: .5px
}

.section-about-advs .about-item-1 .about-item__img .light-mob {
    display: none;
    height: 781px;
    margin-left: -432px;
    margin-top: -391px;
    -webkit-transform: translate(170px, -40px);
    -ms-transform: translate(170px, -40px);
    transform: translate(170px, -40px);
    width: 864px
}

.section-about-advs .about-item-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: -91px;
    margin-top: 128px;
    max-width: 1116px
}

.section-about-advs .about-item-2 .pic {
    max-width: 649px
}

.section-about-advs .about-item-2 .text-sm {
    max-width: 341px
}

.section-about-advs .about-item-2 .about-item__img {
    padding-right: 69px;
    position: relative
}

.section-about-advs .about-item-2 .about-item__img .light {
    height: 978px;
    margin-left: -436px;
    margin-top: -589px;
    -webkit-transform: translateY(256px);
    -ms-transform: translateY(256px);
    transform: translateY(256px);
    width: 1081px
}

.section-about-advs .about-item-2 .about-item__img .light-mob {
    display: none;
    height: 830px;
    margin-left: -459px;
    margin-top: -415px;
    -webkit-transform: translate(220px, -280px);
    -ms-transform: translate(220px, -280px);
    transform: translate(220px, -280px);
    width: 917px
}

.section-about-advs .about-item-2 .about-item__img:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1013px;
    position: absolute;
    right: 0;
    top: -30px;
    width: .5px
}

.section-about-advs .about-item-3 {
    left: 55px;
    margin-top: 249px;
    max-width: 966px
}

.section-about-advs .about-item-3 .pic {
    max-width: 440px
}

.section-about-advs .about-item-3 .text-sm {
    max-width: 330px
}

.section-about-advs .about-item-3 .about-item__img {
    position: relative
}

.section-about-advs .about-item-3 .about-item__img .light {
    height: 1115px;
    margin-left: -679px;
    margin-top: -610px;
    -webkit-transform: translateY(202px);
    -ms-transform: translateY(202px);
    transform: translateY(202px);
    width: 1059px
}

.section-about-advs .about-item-3 .about-item__img .light-mob {
    display: none;
    height: 1220px;
    margin-left: -599px;
    margin-top: -610px;
    -webkit-transform: translate(180px, -210px);
    -ms-transform: translate(180px, -210px);
    transform: translate(180px, -210px);
    width: 1198px
}

main.content {
    color: #fffbeb;
    font-family: Fira Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    padding-bottom: 60px;
    padding-top: 90px;
    position: relative;
    z-index: 3
}

main.content .back-block {
    margin-bottom: 40px;
    position: relative
}

main.content .back-block:before {
    background-image: url(../images/dist/plus.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: -123px;
    position: absolute;
    top: 0;
    width: 24px
}

main.content .back-block:after {
    background-image: url(../images/dist/plus.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: -123px;
    top: 0;
    width: 24px
}

main.content .back-block-2 {
    margin-bottom: 89px;
    margin-top: 40px
}

main.content a {
    color: #fffbeb;
    text-decoration: underline
}

main.content a:hover {
    text-decoration: none
}

main.content .content-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1295px
}

main.content .content-block-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-backdrop-filter: blur(27.2357px);
    backdrop-filter: blur(27.2357px);
    background: -o-linear-gradient(238.72deg, hsla(0, 0%, 100%, .068) 21.47%, hsla(0, 0%, 100%, 0) 120.83%);
    background: linear-gradient(211.28deg, hsla(0, 0%, 100%, .068) 21.47%, hsla(0, 0%, 100%, 0) 120.83%);
    -webkit-box-shadow: inset -2.17885px -2.17885px 108.943px hsla(0, 0%, 100%, .1), inset 2.17885px 2.17885px 108.943px rgba(66, 66, 66, .1);
    box-shadow: inset -2.17885px -2.17885px 108.943px hsla(0, 0%, 100%, .1), inset 2.17885px 2.17885px 108.943px rgba(66, 66, 66, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 70px;
    padding: 30px
}

main.content .content-block-cta__title {
    color: #fff7eb;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 21px;
    text-align: center;
    text-transform: uppercase
}

main.content .content-block-cta .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 194px
}

main.content img {
    height: auto;
    max-width: 100%
}

main.content hr {
    color: #fff;
    margin-bottom: 1em;
    margin-top: 2em;
    opacity: 1
}

main.content blockquote {
    color: #fffbeb;
    margin: 1.45em 0;
    padding-left: 330px
}

main.content h1 {
    font-size: 56px;
    font-weight: 200
}

main.content h1, main.content h2 {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-style: normal;
    line-height: 120%;
    text-transform: uppercase
}

main.content h2 {
    font-size: 50px;
    font-weight: 300
}

main.content h3 {
    font-size: 30px
}

main.content h3, main.content h4 {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase
}

main.content h4 {
    font-size: 18px
}

main.content h5 {
    color: #fff;
    font-family: Sofia Sans Condensed, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase
}

main.content h6 {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%
}

main.content p {
    margin: 1em 0
}

main.content p:last-of-type {
    margin-bottom: 0
}

main.content_case {
    padding-top: 188px
}

main.content_case .light {
    height: 2568px;
    left: 50%;
    margin-left: -1900px;
    max-width: 2623px;
    min-width: 2623px;
    position: absolute;
    top: 300px;
    -webkit-transform: translateY(-1312px);
    -ms-transform: translateY(-1312px);
    transform: translateY(-1312px);
    z-index: 1
}

main.content_case .container {
    position: relative;
    z-index: 2
}

main.content_case h1 {
    margin-bottom: 32px
}

main.content_case img {
    margin-bottom: 1em;
    margin-top: 2em
}

@media (max-width: 1823.98px) {
    .section-contacts {
        padding-bottom: 145px;
        padding-top: 144px
    }

    .section-contacts .contacts-container__map {
        max-width: 440px;
        min-width: 440px
    }

    .section-contacts .icon-1, .section-contacts .row-1, .section-contacts .text-2 {
        margin-top: 75px
    }

    .section-partners .partners-container {
        margin-left: 0
    }

    .section-service-intro .ring-container {
        left: -18.2px;
        position: relative
    }

    .section-woman .container .text-block {
        margin-left: 0
    }

    .section-price .price-block {
        margin-left: 133px
    }

    .section-price .switch {
        width: 1276px
    }

    .section-video .btn-play {
        -webkit-transform: translate(-560px);
        -ms-transform: translate(-560px);
        transform: translate(-560px)
    }

    .section-man-smiling .text-block {
        margin-left: 12px
    }

    .section-about .about-block, .section-feedback_new .heading-sxl, .section-history .heading-sxl, .section-works .heading-sxl {
        margin-left: 0
    }
}

@media (max-width: 1347.98px) {
    .section-red-girl .btn-play {
        -webkit-transform: translate(-363.5px, -5px);
        -ms-transform: translate(-363.5px, -5px);
        transform: translate(-363.5px, -5px)
    }

    .section-man .text-md {
        margin-left: 86px
    }

    .section-advs .row-heading-1 .heading {
        left: -12.5px
    }

    .section-advs .row-heading-2 .heading {
        left: -17px
    }

    .section-advs-2 .row-heading-1 .heading {
        left: -68.5px
    }

    .section-partners .partners-container {
        margin-left: auto
    }

    .section-service-intro, .section-service-intro .container {
        height: auto;
        min-height: 100vh
    }

    .section-service-intro .col-rings {
        margin-top: auto
    }

    .section-service-intro .ring-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 0;
        width: auto
    }

    .section-service-intro .ring-container .ring-1, .section-service-intro .ring-container .ring-2, .section-service-intro .ring-container .ring-3 {
        margin-right: 0
    }

    .section-service-intro .ring-container_2-els {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .section-service-intro .ring-container_2-els .ring-1 {
        margin-right: 12px
    }

    .section-service-intro_2-els .heading-xl, .section-service-intro_2-els .text {
        top: 0
    }

    .section-service .service-1 {
        padding-right: 0;
        width: 100%
    }

    .section-service .service-1 img {
        max-width: 499px;
        min-width: 499px;
        width: 499px
    }

    .section-service .service-1 .service__content {
        padding-left: 30px
    }

    .section-service .service-1 .service__content .text-sm {
        width: 330px
    }

    .section-service .service-1 .tablo {
        left: -140px;
        margin-top: 110px;
        position: relative
    }

    .section-service .service-1 .pattern {
        left: -105px;
        max-height: 632px;
        max-width: 485px;
        min-height: 632px;
        min-width: 485px;
        top: 135px
    }

    .section-service .service-2 {
        width: auto
    }

    .section-service .service-2 img {
        width: 316px
    }

    .section-service .service-3 {
        left: 0;
        width: auto
    }

    .section-service .service-3 img.pattern {
        height: 475.5px;
        max-width: 977px;
        min-width: 977px;
        top: -262px
    }

    .section-service .service-3 img {
        max-width: 582px;
        min-width: 582px;
        width: 582px
    }

    .section-service .service-3 .service__content {
        left: 170px
    }

    .section-service .service-4 {
        left: 0;
        width: auto
    }

    .section-service .service-4 img {
        width: 478px
    }

    .section-service .service-4 .service__content {
        padding-left: 38px;
        padding-top: 18px
    }

    .section-service .service-4 .service__content .heading {
        padding-left: 36px
    }

    .section-service .service-4 .service__content .text-sm {
        padding-left: 36px;
        width: 390px
    }

    .section-service .service-4 .tablo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 88px
    }

    .section-service .service-4 .tablo .tablo-content__item:before {
        left: auto;
        right: -28.5px
    }

    .section-price {
        padding-bottom: 100px
    }

    .section-price .price-block {
        margin-left: 0
    }

    .section-price .switch {
        height: auto;
        width: auto
    }

    .section-price .switch-item {
        width: 280px
    }

    .section-price .switch-item-1 {
        left: 0;
        top: 189px
    }

    .section-price .switch-item-2 {
        right: 0;
        top: 45px
    }

    .section-price .switch-item-3 {
        left: 0;
        top: 612px
    }

    .section-price .switch-item-4 {
        right: 0;
        top: 503px
    }

    .section-price .switch-item-5 {
        left: 549px;
        top: 750px
    }

    .section-price .switch-center {
        width: 254px
    }

    .section-price .switch-center:before {
        display: none
    }

    .section-price .switch-center:after {
        display: none
    }

    .section-price .switch-center img {
        width: 254px
    }

    .section-sotr .team-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        left: 0;
        max-width: 636px;
        width: auto
    }

    .section-sotr .team-1 .team__img {
        margin-right: 0
    }

    .section-sotr .team-1 .team__content {
        margin-top: 25px;
        max-width: 636px
    }

    .section-sotr .team-3 {
        left: 0;
        margin-top: 218px;
        width: auto
    }

    .section-sotr .team-3 .team__img {
        max-width: 441px;
        min-width: 441px;
        position: relative
    }

    .section-sotr .team-3 .team__content {
        max-width: 354px;
        min-width: 354px
    }

    .section-sotr .team-3 .team__content .team-text {
        border-right: 1px solid #fff;
        padding-right: 58px;
        padding-top: 113px;
        width: 354px
    }

    .section-video .btn-play {
        -webkit-transform: translate(-363.5px);
        -ms-transform: translate(-363.5px);
        transform: translate(-363.5px)
    }

    .section-about-advs .heading-sxl {
        left: 0
    }

    .section-about-advs .about-item-1 {
        left: 0;
        max-width: 100%
    }

    .section-about-advs .about-item-1 .pic {
        max-width: 416px
    }

    .section-about-advs .about-item-1 .about-item__img {
        padding-left: 22px
    }

    .section-about-advs .about-item-2 {
        left: 0;
        max-width: 100%
    }

    .section-about-advs .about-item-2 .pic {
        max-width: 549px
    }

    .section-about-advs .about-item-2 .about-item__img {
        padding-right: 22px
    }

    .section-about-advs .about-item-3 {
        left: 0;
        max-width: 100%
    }

    .section-about-advs .about-item-3 .pic {
        max-width: 440px
    }

    .section-about-advs .about-item-3 .text-sm {
        max-width: 330px
    }

    main.content {
        font-size: 14px;
        padding-top: 57px
    }

    main.content img.featured {
        height: auto;
        max-width: 100%
    }

    main.content blockquote {
        padding-left: 0
    }

    main.content h1 {
        font-size: 46px
    }

    main.content h2 {
        font-size: 38px
    }

    main.content h3 {
        font-size: 30px
    }

    main.content_case {
        padding-top: 98px
    }

    .section-history .history-container img {
        height: auto;
        max-width: 100%
    }

    .section-works .works-swiper-1 .c-2 .img-1 {
        max-width: 43%;
        min-width: 43%
    }

    .section-works .works-swiper-1 .c-2 .img-2 {
        max-width: 57%;
        min-width: 57%
    }

    .section-works .works-swiper-2 .img-2 {
        margin-top: 30px;
        max-width: 284px;
        min-width: 284px
    }

    .section-works .cases {
        min-height: auto
    }

    .section-works .cases .cases-slider {
        padding-bottom: 159px
    }

    .section-works .cases .swiper-slide .t {
        bottom: -159px;
        height: 159px
    }

    .section-sotr .team-1 .team__img .pattern {
        left: -420.5px
    }

    .section-sotr .team-3 .team__img .pattern {
        right: -1240.5px
    }
}

@media (max-width: 991.98px) {
    .section-intro .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        position: relative;
        z-index: 2
    }

    .section-intro .container .row {
        margin-bottom: 54px;
        margin-top: auto
    }

    .section-intro .heading-xl {
        margin-bottom: 4px;
        margin-left: 13px
    }

    .section-intro .text {
        margin-left: 13px;
        max-width: 263px
    }

    .section-intro .text br {
        display: none
    }

    .section-intro .btn {
        margin-left: 13px
    }

    .section-contacts {
        padding-bottom: 65px;
        padding-top: 94px
    }

    .section-contacts .contacts-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section-contacts .contacts-container__map {
        height: 527px;
        margin-top: 38px;
        max-width: 100%;
        min-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }

    .section-contacts .contacts-container__info {
        margin-left: 0;
        max-width: 404px;
        min-width: auto;
        padding-left: 12px;
        padding-right: 12px
    }

    .section-contacts .icon-1, .section-contacts .text-1 {
        margin-top: 38px
    }

    .section-contacts .text-2 {
        margin-top: 60px
    }

    .section-contacts .row-1 {
        margin-top: 38px
    }

    .section-contacts .row-1 .icon__text, .section-contacts .row-2 .icon__text {
        font-size: 16px
    }

    .section-partners {
        padding-bottom: 159px;
        padding-top: 139px
    }

    .section-partners .partners-container {
        width: auto
    }

    .section-partners .partners-container .heading {
        margin-bottom: 4px
    }

    .section-partners .partners-container .partners-list {
        margin-top: 118px
    }

    .section-feedback {
        padding-bottom: 76px;
        padding-top: 76px
    }

    .section-feedback .heading {
        margin-bottom: 60px
    }

    .section-feedback .swiper-button-prev {
        left: 12px
    }

    .section-feedback .swiper-button-next {
        right: 12px
    }

    .section-feedback .feedback-container {
        padding-left: 12px;
        padding-right: 12px
    }

    .section-feedback .circle {
        bottom: -420px;
        height: 673.5px;
        left: 50%;
        margin-left: -349.5px;
        position: absolute;
        -webkit-transform: translate(140px);
        -ms-transform: translate(140px);
        transform: translate(140px);
        width: 699px
    }

    .section-red-girl .btn-play {
        bottom: 40px;
        left: 32px;
        margin-left: 0;
        margin-top: 0;
        top: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .section-red-girl .light {
        display: none
    }

    .section-red-girl .light-mob {
        display: block
    }

    .section-video .btn-play {
        left: 32px;
        margin-left: 0;
        margin-top: 0;
        top: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .section-man .container .row {
        bottom: 46px
    }

    .section-man .text-md {
        margin-left: 0;
        padding-left: 24px;
        padding-right: 0;
        width: 100%
    }

    .section-advs {
        overflow-x: hidden;
        padding-bottom: 85px;
        padding-top: 92px
    }

    .section-advs .heading {
        margin-bottom: 28px !important
    }

    .section-advs .row-heading-2 {
        margin-top: 150px
    }

    .section-advs .row-heading-1 .heading, .section-advs .row-heading-2 .heading {
        left: 0
    }

    .section-advs .light, .section-advs .light-2 {
        display: none
    }

    .section-advs .light-2-mob, .section-advs .light-mob {
        display: block
    }

    .section-advs .pattern {
        bottom: -60px;
        bottom: 163px;
        height: 680px;
        left: 50%;
        margin-left: -260.5px;
        -webkit-transform: translateX(180px);
        -ms-transform: translateX(180px);
        transform: translateX(180px);
        width: 521px
    }

    .section-man .pattern {
        height: 580px;
        left: 50%;
        margin-left: -215px;
        position: absolute;
        top: 62px;
        -webkit-transform: translateX(-128px);
        -ms-transform: translateX(-128px);
        transform: translateX(-128px);
        width: 430px;
        z-index: 2
    }

    .section-partners .partners-container .partners-list {
        margin-left: auto;
        margin-right: auto
    }

    .section-advs-2 {
        overflow: hidden;
        padding-bottom: 64px;
        padding-top: 82px
    }

    .section-advs-2 .circle {
        display: none
    }

    .section-advs-2 .text-sm {
        margin-top: 60px !important
    }

    .section-advs-2 .heading {
        left: 0 !important;
        margin-bottom: 28px !important;
        text-align: center !important
    }

    .section-advs-2 .light-3, .section-advs-2 .light-4 {
        display: none
    }

    .section-advs-2 .light-3-mob, .section-advs-2 .light-4-mob, .section-advs-2 .light-5-mob {
        display: block
    }

    .section-red-girl .pattern {
        display: none
    }

    .section-service-intro-wrapper {
        overflow-x: hidden
    }

    .section-service-intro .heading-xl {
        margin-top: 0;
        padding-left: 32px;
        padding-right: 12px
    }

    .section-service-intro .heading-xl br {
        display: block
    }

    .section-service-intro .text {
        padding-left: 32px;
        padding-right: 12px
    }

    .section-service-intro .container {
        min-height: auto
    }

    .section-service-intro .container .row {
        margin-bottom: 0;
        margin-top: 167px;
        width: auto
    }

    .section-service-intro .ring-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 55px;
        margin-top: 92px;
        padding-left: 32px;
        padding-right: 12px
    }

    .section-service-intro .ring-container .ring {
        margin-bottom: 12px
    }

    .section-service-intro .text:after {
        height: 813px;
        left: 12px;
        top: -75px
    }

    .section-service-intro .light {
        display: none
    }

    .section-service-intro .light-mob {
        display: block
    }

    .section-service-intro_2-els .text:after {
        height: 780px;
        top: -33.5px
    }

    .section-service-intro_2-els .ring-container {
        margin-top: 180px
    }

    .section-service {
        padding-bottom: 80px;
        padding-top: 0
    }

    .section-service .service-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        width: 100%;
        z-index: 2
    }

    .section-service .service-1 img {
        left: -12px;
        max-width: 373px;
        min-width: auto;
        position: relative;
        width: auto
    }

    .section-service .service-1 .service__content {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 42px
    }

    .section-service .service-1 .service__content .text-sm {
        width: 100%
    }

    .section-service .service-1 .service__img {
        padding-top: 0
    }

    .section-service .service-1 .tablo {
        left: 0;
        margin-top: 61px
    }

    .section-service .service-1 .pattern {
        left: -189px;
        max-height: 525px;
        max-width: 402px;
        min-height: 525px;
        min-width: 402px;
        top: -67px
    }

    .section-service .service-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 86px;
        width: 100%;
        z-index: 1
    }

    .section-service .service-2:before {
        display: none
    }

    .section-service .service-2 img {
        left: 96px;
        max-width: 268px;
        position: relative;
        width: auto
    }

    .section-service .service-2 .service__img {
        padding-top: 0;
        position: relative;
        text-align: right
    }

    .section-service .service-2 .service__img img {
        position: relative;
        z-index: 2
    }

    .section-service .service-2 .service__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        min-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 42px
    }

    .section-service .service-2 .service__content .heading, .section-service .service-2 .service__content .text-sm {
        margin-left: auto;
        width: 100%
    }

    .section-service .service-2 .tablo {
        margin-top: 113px
    }

    .section-service .service-2 .tablo .tablo-head {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section-service .service-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        width: 100%
    }

    .section-service .service-3 img.pattern {
        height: 390px;
        left: 34px;
        max-width: 801px;
        min-width: 801px;
        position: absolute;
        top: -143px;
        z-index: 3
    }

    .section-service .service-3 img {
        height: auto;
        margin-left: -12px;
        max-width: calc(100% + 24px);
        min-width: calc(100% + 24px);
        width: calc(100% + 24px)
    }

    .section-service .service-3 .heading, .section-service .service-3 .text-sm {
        width: 100%
    }

    .section-service .service-3 .tablo {
        left: 0;
        margin-top: 67px
    }

    .section-service .service-3 .tablo .tablo-head {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section-service .service-3 .service__content {
        left: 0;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 57px;
        position: relative;
        z-index: 2
    }

    .section-service .service-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        margin-top: 67px;
        position: relative;
        width: 100%
    }

    .section-service .service-4 img {
        margin-left: -55px;
        max-width: 320px;
        width: auto
    }

    .section-service .service-4 .service__content {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 51px
    }

    .section-service .service-4 .service__content .heading {
        padding-left: 0
    }

    .section-service .service-4 .service__content .text-sm {
        padding-left: 0;
        width: 100%
    }

    .section-service .service-4 .tablo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px
    }

    .section-service .service-4 .tablo .tablo-head {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section-woman .container .row {
        bottom: 68px
    }

    .section-woman .container .heading {
        margin-bottom: 4px
    }

    .section-woman .container .text-block {
        margin-left: 24px;
        max-width: 304px
    }

    .section-price {
        padding-top: 51px
    }

    .section-price:before {
        display: none
    }

    .section-price .price-block {
        margin-left: 0;
        padding-left: 32px;
        padding-right: 12px;
        padding-top: 58px;
        z-index: 2
    }

    .section-price .price-block .text-md {
        margin-top: 150px;
        max-width: 100%
    }

    .section-price .price-block:before {
        background-color: #fff;
        content: "";
        height: 287px;
        left: 12px;
        position: absolute;
        top: 0;
        width: .5px
    }

    .section-price .price-block .btn {
        margin-top: 60px
    }

    .section-team {
        padding-bottom: 120px;
        padding-top: 70px
    }

    .section-team .team-container .slide {
        border-right: 1px solid #fff;
        padding: 0 24px 40px 12px
    }

    .section-team .team-container .slide:before {
        display: none
    }

    .section-team .team-container .slide .heading {
        margin-bottom: 24px
    }

    .section-team .team-container .swiper-button-prev {
        left: 12px
    }

    .section-team .team-container .swiper-button-next {
        right: 12px
    }

    .section-team .team-container .swiper-button-next, .section-team .team-container .swiper-button-prev {
        bottom: 0;
        cursor: pointer !important;
        height: 16px;
        opacity: 1;
        top: auto;
        width: 113px
    }

    .section-team .team-container .swiper-button-next:after, .section-team .team-container .swiper-button-next:before, .section-team .team-container .swiper-button-prev:after, .section-team .team-container .swiper-button-prev:before {
        display: none
    }

    .section-team .team-container .swiper-button-next svg, .section-team .team-container .swiper-button-prev svg {
        position: absolute
    }

    .section-sotr {
        padding-bottom: 126px;
        padding-top: 73px
    }

    .section-sotr .team-1 {
        max-width: none;
        padding-left: 32px;
        padding-right: 12px;
        width: auto
    }

    .section-sotr .team-1 .team__img {
        margin-right: 0;
        max-width: none;
        min-width: auto
    }

    .section-sotr .team-1 .team__img .pattern {
        height: 613px;
        left: -237px;
        max-width: 522px;
        min-width: 522px;
        top: -40px;
        width: 522px
    }

    .section-sotr .team-1 .team__content {
        max-width: none
    }

    .section-sotr .team-1 .team__content .text-md {
        font-size: 14px
    }

    .section-sotr .team-1 .team__content .team-text {
        border: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .section-sotr .team-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        margin-top: 105px;
        width: auto
    }

    .section-sotr .team-2 .team__img {
        max-width: none;
        min-width: auto;
        position: relative;
        text-align: right
    }

    .section-sotr .team-2 .team__img img {
        left: 20px;
        max-width: 268px;
        position: relative
    }

    .section-sotr .team-2 .team__content {
        margin-top: -36px;
        padding-left: 12px;
        padding-right: 12px
    }

    .section-sotr .team-2 .team__content .text-md {
        font-size: 14px
    }

    .section-sotr .team-2 .team__content .team-text {
        margin-top: auto;
        padding-bottom: 51px;
        padding-left: 20px;
        padding-top: 78px
    }

    .section-sotr .team-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        margin-top: 93px;
        position: relative;
        width: auto
    }

    .section-sotr .team-3:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 12px;
        top: -6px;
        width: 1px
    }

    .section-sotr .team-3 .team__img {
        max-width: 280px;
        min-width: 280px;
        position: relative
    }

    .section-sotr .team-3 .team__img .pattern {
        height: auto;
        left: 154px;
        max-width: 477px;
        min-width: 477px;
        right: auto;
        top: -216px;
        width: 477px
    }

    .section-sotr .team-3 .team__img img {
        left: -12px;
        max-width: 280px;
        position: relative
    }

    .section-sotr .team-3 .team__content {
        max-width: none;
        min-width: auto
    }

    .section-sotr .team-3 .team__content .team-text {
        border: 0;
        padding-left: 32px;
        padding-right: 24px;
        padding-top: 33px;
        width: auto
    }

    .section-sotr .team-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 192px;
        position: relative;
        width: auto
    }

    .section-sotr .team-4 .team__img {
        max-width: none;
        min-width: auto;
        padding-left: 32px;
        padding-right: 12px
    }

    .section-sotr .team-4 .team__img .pattern {
        height: 746px;
        max-width: 477px;
        min-width: 477px;
        right: -303px;
        top: -216px;
        width: 477px
    }

    .section-sotr .team-4 .team__content {
        margin-top: -36px;
        padding-left: 12px
    }

    .section-sotr .team-4 .team__content .team-text {
        border-left: 1px solid #fff;
        padding: 71px 12px 44px 20px;
        width: auto
    }

    .section-sotr .light-1, .section-sotr .light-2, .section-sotr .light-3 {
        display: none
    }

    .section-sotr .light-1-mob, .section-sotr .light-2-mob {
        display: block
    }

    .section-sliders {
        padding-bottom: 80px;
        padding-top: 50px
    }

    .section-sliders .heading {
        margin-bottom: 42px
    }

    .section-sliders .news-slider-container, .section-sliders .partner-slider-container {
        padding-bottom: 48px
    }

    .section-sliders .news-slider-container .swiper-button-prev, .section-sliders .partner-slider-container .swiper-button-prev {
        left: 12px
    }

    .section-sliders .news-slider-container .swiper-button-next, .section-sliders .partner-slider-container .swiper-button-next {
        right: 12px
    }

    .section-sliders .partner-slider-container {
        padding-left: 32px;
        padding-right: 32px
    }

    .section-sliders .news-slider-container {
        margin-top: 121px;
        padding-bottom: 60px;
        padding-left: 32px;
        padding-right: 32px
    }

    .section-sliders .news-slider-container .slide {
        border-right: .5px solid #fff;
        padding-bottom: 22.5px
    }

    .section-sliders .news-slider-container .slide img {
        margin-left: 0;
        max-width: calc(100% - 24px)
    }

    .section-sliders .news-slider-container .slide .h {
        max-width: calc(100% - 24px)
    }

    .section-sliders .news-slider-container .slide .t {
        font-size: 14px;
        max-width: calc(100% - 24px)
    }

    .section-man-smiling .heading {
        margin-bottom: 4px
    }

    .section-man-smiling .text-block {
        margin-left: 0;
        padding-left: 24px
    }

    .section-man-smiling .container .row {
        bottom: 72px
    }

    .section-sliders {
        overflow: hidden
    }

    .section-sliders .pattern, .section-sliders .pattern-2 {
        display: none
    }

    .section-sliders .pattern-2-mob, .section-sliders .pattern-mob {
        display: block
    }

    .section-about {
        padding-bottom: 50px;
        padding-top: 15px
    }

    .section-about .pattern {
        height: 526px;
        left: 50%;
        margin-left: -201px;
        position: absolute;
        top: -76px;
        -webkit-transform: translateX(-287px);
        -ms-transform: translateX(-287px);
        transform: translateX(-287px);
        width: 403px;
        z-index: 1
    }

    .section-about .about-block {
        font-size: 14px;
        margin-left: 0;
        max-width: 100%;
        padding-left: 32px;
        padding-right: 12px
    }

    .section-about .about-block .heading-sxl {
        max-width: 200px
    }

    .section-about-advs {
        padding-bottom: 176px;
        padding-top: 50px
    }

    .section-about-advs .heading-sxl {
        left: 0;
        padding-left: 32px;
        text-align: left
    }

    .section-about-advs .about-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 12px;
        padding-right: 12px
    }

    .section-about-advs .about-item .heading {
        max-width: 215px
    }

    .section-about-advs .about-item .pic {
        height: auto !important;
        width: 100% !important
    }

    .section-about-advs .about-item__img {
        margin-bottom: 60px;
        padding-left: 20px !important;
        padding-right: 0 !important
    }

    .section-about-advs .about-item__img:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 287px !important;
        height: 780px;
        left: 0;
        position: absolute;
        top: 0 !important;
        width: .5px
    }

    .section-about-advs .about-item__content {
        padding-left: 20px;
        padding-right: 12px
    }

    .section-about-advs .about-item-1 {
        margin-top: 40px
    }

    .section-about-advs .about-item-1 .about-item__img .light {
        display: none
    }

    .section-about-advs .about-item-1 .about-item__img .light-mob {
        display: block
    }

    .section-about-advs .about-item-2 {
        margin-top: 100px
    }

    .section-about-advs .about-item-2 .about-item__img .light {
        display: none
    }

    .section-about-advs .about-item-2 .about-item__img .light-mob {
        display: block
    }

    .section-about-advs .about-item-2 .about-item__img .pic {
        min-height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center left;
        object-position: center left
    }

    .section-about-advs .about-item-3 {
        margin-top: 100px
    }

    .section-about-advs .about-item-3 .pic {
        max-width: 440px
    }

    .section-about-advs .about-item-3 .about-item__img .light {
        display: none
    }

    .section-about-advs .about-item-3 .about-item__img .light-mob {
        display: block
    }

    .section-service .service-1 {
        z-index: 3
    }

    .section-service .service-2 {
        z-index: 2
    }

    .section-service .service-3 {
        z-index: 1
    }

    .section-service-intro_about .container {
        min-height: 100vh
    }

    .section-service-intro_about .row {
        margin-top: 0 !important;
        min-height: 100vh
    }

    .section-service-intro_about .col-text {
        margin-top: 0
    }

    .section-service-intro_about .col-rings {
        margin-top: auto
    }

    .section-service-intro_about .heading-xl {
        margin-top: 167px;
        top: 0
    }

    .section-service-intro_about .text {
        max-width: 610px;
        top: 0
    }

    .section-service-intro_about .text:after {
        height: calc(100vh - 95px)
    }

    .section-service-intro_about .ring-container {
        margin-top: 100px
    }

    .section-service-intro_post {
        height: 463px;
        min-height: 463px
    }

    .section-service-intro_post .light {
        display: none
    }

    .section-service-intro_post .container {
        height: auto;
        min-height: auto
    }

    .section-service-intro_post .container .row {
        margin-bottom: 0;
        margin-top: 0
    }

    .section-service-intro_post .heading-xl {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 200px;
        padding-left: 20px
    }

    .section-service-intro_post .heading-xl:before {
        height: 295px;
        left: 0;
        top: 16px
    }

    main.content .content-block {
        padding-left: 12px;
        padding-right: 12px
    }

    main.content img.featured {
        height: auto;
        max-width: 100%;
        min-height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    main.content .back-block {
        margin-bottom: 18px;
        padding-left: 12px;
        padding-right: 12px
    }

    main.content .back-block-2 {
        margin-bottom: 40px;
        margin-top: 40px
    }

    main.content h1 {
        font-size: 26px;
        margin-bottom: 24px
    }

    main.content p {
        font-size: 16px;
        line-height: 1.5
    }

    main.content .content-block-cta {
        margin-top: 40px
    }

    .section-service-intro_new .text:after {
        height: 780px
    }

    .section-service-intro_new .container {
        min-height: 100vh
    }

    .section-service-intro_new .container .col-rings {
        margin-top: auto
    }

    .section-sliders_new {
        padding-bottom: 68px;
        padding-top: 99px
    }

    .section-sliders_new .news-slider-container {
        margin-top: 0
    }

    .section-feedback_new {
        padding-bottom: 40px;
        padding-top: 71px
    }

    .section-feedback_new .heading-sxl {
        margin-bottom: 60px;
        text-align: center
    }

    .section-history {
        padding-bottom: 35px;
        padding-top: 40px
    }

    .section-history .heading-sxl {
        margin-bottom: 60px;
        text-align: center
    }

    .section-history .history-container {
        padding-left: 24px;
        padding-right: 24px
    }

    .section-history .history-container:before {
        display: none
    }

    .section-history .history-container .heading {
        margin-bottom: 24px
    }

    .section-history .history-container img {
        margin-bottom: 42px
    }

    .section-history .history-container .col-after {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section-history .history-container .col-after img {
        margin-bottom: 42px
    }

    .section-history .swiper-button-next {
        right: 12px
    }

    .section-history .swiper-button-prev {
        left: 12px
    }

    .section-works {
        padding-bottom: 102px;
        padding-top: 36px
    }

    .section-works .works-overlay {
        display: none
    }

    .section-works .heading-sxl {
        margin-bottom: 60px;
        text-align: center
    }

    .section-works .works-container {
        padding-left: 12px;
        padding-right: 12px
    }

    .section-works .works-swiper .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-works .works-swiper .heading {
        margin-bottom: 24px
    }

    .section-works .works-swiper-1 .c-1 {
        padding-right: 0
    }

    .section-works .works-swiper-1 .c-2 {
        gap: 9px;
        margin-top: 42px
    }

    .section-works .works-swiper-1 .c-2 .img-1 {
        margin-top: auto;
        max-width: 38%;
        min-width: 38%
    }

    .section-works .works-swiper-1 .c-2 .img-2 {
        max-width: 62%;
        min-width: 62%
    }

    .section-works .works-swiper-1 .c-1, .section-works .works-swiper-1 .c-2 {
        max-width: 100%;
        min-width: 100%
    }

    .section-works .works-swiper-2 {
        margin-top: 59px
    }

    .section-works .works-swiper-2 .img-1 {
        height: auto;
        max-width: 61%;
        min-width: 61%
    }

    .section-works .works-swiper-2 .img-2-wrapper {
        margin-top: 0;
        max-width: 39%;
        min-width: 39%;
        position: relative
    }

    .section-works .works-swiper-2 .img-2-wrapper img {
        height: auto;
        width: 100%
    }

    .section-works .works-swiper-2 .c-1, .section-works .works-swiper-2 .c-2 {
        max-width: 100%;
        min-width: 100%
    }

    .section-works .works-swiper-2 .c-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 11px;
        position: relative
    }

    .section-works .works-swiper-2 .c-1 .next-btn {
        background-image: url(../images/dist/cursor.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        bottom: -76px;
        cursor: pointer;
        height: 124px;
        margin-top: 32px;
        min-width: 124px;
        position: absolute;
        right: 11px
    }

    .section-works .works-swiper-2 .c-2 {
        margin-top: 42.5px;
        padding-left: 0
    }

    .section-video_new .light {
        display: none
    }

    .section-video_new .light-mob {
        display: block
    }

    .section-video_new .bg {
        background-image: url(../images/dist/News_video_poster_mobile.jpg) !important
    }

    .section-service .service-2 .service__content .heading {
        margin-left: 0
    }

    .section-service .service-2 .service__img img.shine {
        display: none
    }

    .section-service .service-2 .service__img img.shine-mob {
        display: block
    }

    .section-service .service-3 .service__img img.shine {
        display: none
    }

    .section-service .service-3 .service__img img.shine-mob {
        display: block
    }

    .section-price .light-1 {
        display: none
    }

    .section-price .light-1-mob {
        display: block
    }

    .section-price .light-2 {
        display: none
    }

    .section-price .light-2-mob {
        display: block
    }

    #video-bg-1:before {
        background-image: url(../images/dist/Preload_mobile_main_screen.jpg)
    }

    #video-bg-2:before {
        background-image: url(../images/dist/Preload_mobile_boy_smile.jpg)
    }

    #video-bg-3:before {
        background-image: url(../images/dist/Preload_mobile_woman_sun.jpg)
    }

    #video-bg-4:before {
        background-image: url(../images/dist/Preload_mobile_man_smile.jpg)
    }

    .section-works .cases {
        margin-left: -12px;
        padding-bottom: 80px;
        width: calc(100% + 24px)
    }

    .section-works .cases .cases-prev {
        left: 24px
    }

    .section-works .cases .cases-next {
        right: 24px
    }

    .section-sliders_new .light-mob {
        display: block
    }

    .section-feedback_new .light {
        display: none
    }

    .section-feedback_new .light-mob {
        display: block
    }
}

@media (max-width: 767.98px) {
    main.content .back-block:before {
        left: -24px
    }

    main.content .back-block:after {
        right: -23px
    }

    main.content .back-block-2 {
        position: relative;
        top: -79px
    }

    main.content_case .light {
        height: 1669.2px;
        left: 50%;
        margin-left: -1165px;
        max-width: 1704.95px;
        min-width: 1704.95px;
        position: absolute;
        top: 300px;
        -webkit-transform: translateY(-972px);
        -ms-transform: translateY(-972px);
        transform: translateY(-972px);
        z-index: 1
    }

    .section-sotr .light-2-mob {
        -webkit-transform: translate(-50px, 1350px);
        -ms-transform: translate(-50px, 1350px);
        transform: translate(-50px, 1350px)
    }

    .section-feedback_new .light-mob {
        -webkit-transform: translate(-280px, 680px);
        -ms-transform: translate(-280px, 680px);
        transform: translate(-280px, 680px)
    }
}

@media (max-width: 400px) {
    .section-contacts .row-1 .icon__text, .section-contacts .row-2 .icon__text {
        font-size: 14px
    }

    .section-feedback_new .light-mob {
        -webkit-transform: translate(-160px, 680px);
        -ms-transform: translate(-160px, 680px);
        transform: translate(-160px, 680px)
    }
}

.menu-arrow-svg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

.menu a:hover .menu-arrow-svg {
    opacity: 1;
    visibility: visible;
}

.menu a:hover span {
    color: #a0a0a0;
    transition: color 0.2s ease;
}

.foot-menu-1 a:hover,
.foot-menu-2 a:hover {
    color: #a0a0a0;          /* Замените на желаемый оттенок */
    transition: color 0.2s ease;
}

.scroll-light-img {
    pointer-events: none
}

.js-scroll-light {
    width: 120%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    will-change: transform;
    z-index: 1;
    /*background: rgba(255,0,0,0.3);
    outline: 2px solid yellow;*/
}

.js-follow-light {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    will-change: transform;
    z-index: 1;
}

.light-alt-index {
    z-index: 0;
    /*background: rgba(255,0,0,0.3);
    outline: 2px solid yellow;*/
}

.btn-form-send {
    margin-top: 20%;
}

.point.point-t-1 .point__left,
.point.point-t-2 .point__left,
.point.point-t-3 .point__left,
.point.point-t-5,
.section-sotr .team-3 .team__content .team-text {
    border-right: .5px solid #ffffff40;
}

.section-sotr .team-1 .team__content .team-text,
.section-sotr .team-2 .team__content .team-text {
    border-left: .5px solid #ffffff40;
}

.section-service-intro .text:after,
.section-about-advs .about-item-1 .about-item__img:before,
.section-about-advs .about-item-2 .about-item__img:before,
.section-service .service-2:before {
    background-color: #ffffff40;
}

.form__error {
    position: absolute;
    right: 2.5%;
    top: 125%;
    transform: translateY(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    white-space: nowrap;
    pointer-events: none; /* чтобы клики проходили сквозь подсказку к полю */
    line-height: 1.2;
    font-family: inherit;
    text-shadow: 0 0 2px rgba(0,0,0,0.3); /* легкая тень для читаемости на светлом фоне */
    display: none; /* скрыты по умолчанию */
    z-index: 10;
}

.btn-form-send:disabled,
.btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.form__input.invalid,
.form__text.invalid {
    border-color: #ff4d4d;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(42.79%, hsla(0, 0%, 100%, .10)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .10) 42.79%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .10) 42.79%, hsla(0, 0%, 100%, 0));
}

.section-service-intro-wrapper {
    position: relative;
    overflow: hidden;
}

.section-price {
    position: relative;
    overflow: hidden;
}