/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --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-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2
}

@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-top: 0;
    margin-bottom: 0
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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);
    direction: ltr;
    unicode-bidi: bidi-override
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

img, svg {
    vertical-align: middle
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    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;
    overflow: visible;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal;
    text-transform: none
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

textarea {
    resize: vertical;
    margin: 0;
    overflow: auto
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

[hidden] {
    display: none !important
}

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

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not(:read-only) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control:read-only {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0 solid;
    border-color: inherit
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0 solid;
    border-color: inherit
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 3
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus, .link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus, .link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus, .link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus, .link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus, .link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus, .link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus, .link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus, .link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .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-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .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-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .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
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .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
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .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
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .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
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .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-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .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
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

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

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

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

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

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

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

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

/*!
 * @fuadpro
 */
html {
    line-height: 1.15
}

h1 {
    font-size: 2em
}

button, dl dl, dl ol, dl ul, input, ol dl, ol ol, ol ul, select, ul dl, ul ol, ul ul {
    margin: 0
}

details, main {
    display: block
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

input {
    overflow: visible
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: ButtonText dotted 1px
}

:-moz-ui-invalid {
    box-shadow: none
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

[hidden], dialog:not([open]), template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin
}

.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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.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 {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    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 {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.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%);
    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;
    transition: transform .2s, top .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%);
    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 {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-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 {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.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 {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    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.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-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-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.text-white {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.text-black {
    color: #1a1a1e !important
}

.bg-black {
    background-color: #1a1a1e !important
}

.text-blue {
    color: #151e50 !important
}

.bg-blue {
    background-color: #151e50 !important
}

.text-gray {
    color: #a5a9b0 !important
}

.bg-gray {
    background-color: #a5a9b0 !important
}

.text-special-gray {
    color: #696f78 !important
}

.bg-special-gray {
    background-color: #696f78 !important
}

.text-green {
    color: #409e99 !important
}

.bg-green {
    background-color: #409e99 !important
}

.text-light-green {
    color: #f2faf9 !important
}

.bg-light-green {
    background-color: #f2faf9 !important
}

.breadcrumbs::-webkit-scrollbar, .hero__tabs::-webkit-scrollbar {
    display: none
}

.breadcrumbs::-webkit-scrollbar-track, .hero__tabs::-webkit-scrollbar-track {
    box-shadow: none
}

.breadcrumbs::-webkit-scrollbar-thumb, .hero__tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0
}

.cta .text-scrolling.max-h::-webkit-scrollbar, .responsibility .container-fluid > .row::-webkit-scrollbar, .responsibility .container-lg > .row::-webkit-scrollbar, .responsibility .container-md > .row::-webkit-scrollbar, .responsibility .container-sm > .row::-webkit-scrollbar, .responsibility .container-xl > .row::-webkit-scrollbar, .responsibility .container-xxl > .row::-webkit-scrollbar, .working__items::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.cta .text-scrolling.max-h::-webkit-scrollbar-track, .responsibility .container-fluid > .row::-webkit-scrollbar-track, .responsibility .container-lg > .row::-webkit-scrollbar-track, .responsibility .container-md > .row::-webkit-scrollbar-track, .responsibility .container-sm > .row::-webkit-scrollbar-track, .responsibility .container-xl > .row::-webkit-scrollbar-track, .responsibility .container-xxl > .row::-webkit-scrollbar-track, .working__items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 2.5px
}

.cta .text-scrolling.max-h::-webkit-scrollbar-thumb, .responsibility .container-fluid > .row::-webkit-scrollbar-thumb, .responsibility .container-lg > .row::-webkit-scrollbar-thumb, .responsibility .container-md > .row::-webkit-scrollbar-thumb, .responsibility .container-sm > .row::-webkit-scrollbar-thumb, .responsibility .container-xl > .row::-webkit-scrollbar-thumb, .responsibility .container-xxl > .row::-webkit-scrollbar-thumb, .working__items::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 0;
    border-radius: 2.5px
}

.custom-radio__label {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.listreset, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.custom-radio, .custom-radio__label:after, .custom-radio__label:before, .news__item__img img, .popup, .salary-tab .tab__nav ul li button, .salary-tab .tab__nav ul li button:before {
    transition: .3s ease-in-out
}

/*!
 * @fuadpro
 */
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ellipsis-gradient:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 80%);
    pointer-events: none
}

html {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    font-size: 62.5%
}

*, :after, :before {
    box-sizing: inherit;
    outline: 0
}

* {
    max-height: 1000000px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "HAL Matex", sans-serif;
    font-weight: 400;
    color: #1a1a1e
}

.gm-style img {
    max-width: none
}

svg:not(.sprite) * {
    fill: currentColor
}

.h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: "HAL Matex", sans-serif;
    font-weight: 700;
    margin: 0;
    color: #1a1a1e
}

strong {
    font-weight: 500
}

a {
    background-color: transparent;
    color: #151e50;
    font-weight: 400;
    transition: .3s;
    border-color: #151e50;
    text-decoration: none !important
}

a:focus, a:hover {
    color: currentColor
}

.btn {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.7rem 2.25rem;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: max-content;
    gap: .8rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation
}

.btn:active, .btn:focus, .btn:hover {
    background: #000;
    color: #fff
}

.btn.w-264 {
    width: 26.4rem
}

.btn.type-1 {
    background-color: #000;
    width: 16.8rem
}

.btn.type-2 {
    background-color: #000;
    border-color: #000
}

.btn.type-2:active, .btn.type-2:focus, .btn.type-2:hover {
    color: #fff;
    border-color: #fff
}

.btn.type-3 {
    background-color: #000;
    width: 16.8rem;
    white-space: nowrap;
    padding: 1.1rem 5rem
}

.btn--with_icon svg {
    margin-right: .9rem
}

.btn--small {
    font-size: 1.4rem;
    padding: 1rem 1.6rem
}

.btn-form {
    margin-top: 1.2rem;
    position: relative;
    padding: 1.5rem 2.4rem;
    background: #0368dc;
    color: #fff;
    outline: 0;
    border: 1px solid #0368dc;
    border-radius: 16px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.btn-form span, .btn-form svg {
    z-index: 2;
    position: relative
}

.btn-form:hover img {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn-loading {
    position: relative
}

.btn-loading.active {
    pointer-events: none;
    background: #0368dc;
    opacity: .8
}

.btn-loading.active .btn-loading-img {
    opacity: 1
}

.btn-loading.active span {
    opacity: 0
}

.btn-loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(100%) saturate(0) hue-rotate(212deg) brightness(107%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(80%) sepia(100%) saturate(0) hue-rotate(212deg) brightness(107%) contrast(108%)
}

.btn-loading span {
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
    transition: .1s ease-in-out
}

.btn-loading span img {
    width: 2rem;
    height: 2rem;
    transition: .3s ease-in-out
}

.btn-white {
    color: #fff;
    background: #fff
}

.btn-white:focus, .btn-white:hover {
    background: #fff;
    color: #fff;
    border-color: currentColor
}

.btn-white-transparent {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.btn-white-transparent:focus, .btn-white-transparent:hover {
    border-color: #fff;
    background: #fff;
    color: #fff
}

.btn-black {
    color: #fff;
    background: #1a1a1e
}

.btn-black:focus, .btn-black:hover {
    background: #fff;
    color: #1a1a1e;
    border-color: currentColor
}

.btn-black-transparent {
    color: #1a1a1e;
    background: 0 0;
    border-color: #1a1a1e
}

.btn-black-transparent:focus, .btn-black-transparent:hover {
    border-color: #1a1a1e;
    background: #1a1a1e;
    color: #fff
}

.btn-blue {
    color: #fff;
    background: #151e50
}

.btn-blue:focus, .btn-blue:hover {
    background: #fff;
    color: #151e50;
    border-color: currentColor
}

.btn-blue-transparent {
    color: #151e50;
    background: 0 0;
    border-color: #151e50
}

.btn-blue-transparent:focus, .btn-blue-transparent:hover {
    border-color: #151e50;
    background: #151e50;
    color: #fff
}

.btn-gray {
    color: #fff;
    background: #a5a9b0
}

.btn-gray:focus, .btn-gray:hover {
    background: #fff;
    color: #a5a9b0;
    border-color: currentColor
}

.btn-gray-transparent {
    color: #a5a9b0;
    background: 0 0;
    border-color: #a5a9b0
}

.btn-gray-transparent:focus, .btn-gray-transparent:hover {
    border-color: #a5a9b0;
    background: #a5a9b0;
    color: #fff
}

.btn-special-gray {
    color: #fff;
    background: #696f78
}

.btn-special-gray:focus, .btn-special-gray:hover {
    background: #fff;
    color: #696f78;
    border-color: currentColor
}

.btn-special-gray-transparent {
    color: #696f78;
    background: 0 0;
    border-color: #696f78
}

.btn-special-gray-transparent:focus, .btn-special-gray-transparent:hover {
    border-color: #696f78;
    background: #696f78;
    color: #fff
}

.btn-green {
    color: #fff;
    background: #409e99
}

.btn-green:focus, .btn-green:hover {
    background: #fff;
    color: #409e99;
    border-color: currentColor
}

.btn-green-transparent {
    color: #409e99;
    background: 0 0;
    border-color: #409e99
}

.btn-green-transparent:focus, .btn-green-transparent:hover {
    border-color: #409e99;
    background: #409e99;
    color: #fff
}

.btn-light-green {
    color: #fff;
    background: #f2faf9
}

.btn-light-green:focus, .btn-light-green:hover {
    background: #fff;
    color: #f2faf9;
    border-color: currentColor
}

.btn-light-green-transparent {
    color: #f2faf9;
    background: 0 0;
    border-color: #f2faf9
}

.btn-light-green-transparent:focus, .btn-light-green-transparent:hover {
    border-color: #f2faf9;
    background: #f2faf9;
    color: #fff
}

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

.section-head {
    margin: 2rem 0;
    padding: 4rem;
    background: #f9f9f9
}

.section-head h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #25282b
}

.section-heading {
    margin-bottom: 6.4rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2.4rem
}

.section-heading.align-c {
    align-items: center
}

.section-heading.align-s {
    align-items: start
}

@media (max-width: 767px) {
    .section-head {
        padding: 20px
    }

    .section-head h3 {
        font-size: 20px;
        line-height: 20px
    }

    .section-heading {
        margin-bottom: 24px;
        gap: 16px
    }
}

.slider__arrows {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    justify-content: end
}

.slider__arrows.slider-prod {
    background-image: url(../images/arrow-romb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 9.6rem;
    height: 4.8rem;
    gap: 1.8rem;
    justify-content: center
}

.slider__arrows.slider-prod img {
    width: 2.5rem
}

.slider__arrow {
    all: unset;
    cursor: pointer
}

.slider__arrow.swiper-button-disabled img, .slider__arrow:disabled img {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(7%) saturate(118%) hue-rotate(182deg) brightness(87%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(94%) sepia(7%) saturate(118%) hue-rotate(182deg) brightness(87%) contrast(90%)
}

.section-title {
    color: #25282b;
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 500
}

.see__more {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center
}

.see__more a {
    padding: 1rem 6.95rem;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4px;
    background: #f3f3f5;
    border-radius: 8px;
    color: #25282b;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400
}

.see__more a:hover img {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.see__more a img {
    transition: .3s ease-in-out
}

.see__more.w-264i a {
    max-width: 26.4rem;
    padding: 1rem 3.5rem
}

.see__more.load a:hover img, .see__more.w-264i a:hover img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width: 991px) {
    .see__more {
        margin-top: 24px
    }

    .see__more a {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: 4px;
        background: #f3f3f5;
        border-radius: 8px;
        color: #25282b;
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 400;
        white-space: nowrap
    }

    .see__more a:hover img {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .see__more a img {
        transition: .3s ease-in-out
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 30px;
        line-height: 38px
    }

    .see__more.sm a {
        font-size: 14px;
        line-height: 20px
    }
}

.section-desc {
    color: #9496ac;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    min-height: 10rem
}

.section-desc p {
    margin-top: 1.2rem
}

.mb-48 {
    margin-bottom: 4.8rem
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 32px
    }
}

.mb-64 {
    margin-bottom: 6.4rem
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 48px
    }
}

.mb-80 {
    margin-bottom: 8rem
}

@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 24px
    }
}

.pl-24 {
    padding-left: 2.4rem
}

.mb-112 {
    margin-bottom: 11.2rem
}

@media (max-width: 767px) {
    .mb-112 {
        margin-bottom: 64px
    }
}

.mb-120 {
    margin-bottom: 12rem
}

@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 64px
    }
}

.mb-120s {
    margin-bottom: 12rem
}

.pt-120 {
    padding-top: 12rem
}

@media (max-width: 767px) {
    .mb-120s {
        margin-bottom: 48px
    }

    .pt-120 {
        padding-top: 64px
    }
}

.pt-112 {
    padding-top: 11.2rem
}

@media (max-width: 767px) {
    .pt-112 {
        padding-top: 64px
    }
}

.loader-btn {
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #4b7826 #0000;
    -webkit-animation: 1s infinite l1;
    animation: 1s infinite l1
}

@-webkit-keyframes l1 {
    to {
        -webkit-transform: rotate(.5turn);
        transform: rotate(.5turn)
    }
}

@keyframes l1 {
    to {
        -webkit-transform: rotate(.5turn);
        transform: rotate(.5turn)
    }
}

input, select {
    -webkit-appearance: none
}

.form-notification {
    font-size: 1.4rem;
    margin-bottom: 1.5rem
}

.form-notification--error {
    color: #dc3545
}

.form-notification--success {
    color: #409e99
}

.form-group {
    margin-bottom: 2.8rem
}

.form-group label {
    color: #696f78;
    font-size: 1.6rem;
    margin-bottom: .8rem
}

.form-group .error-text {
    color: #dc3545 !important;
    display: block;
    margin-top: .5rem;
    font-size: 1.3rem
}

.form-group .form-control {
    border-color: #d4d6db;
    background: 0 0;
    font-weight: 300;
    color: #9496ac;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.7rem 1.2rem;
    -webkit-appearance: none;
    border-radius: 10px
}

.form-group .form-control.is-invalid {
    border-color: #d80516 !important
}

.form-group .form-control::-webkit-input-placeholder {
    color: #9496ac
}

.form-group .form-control:-ms-input-placeholder {
    color: #9496ac
}

.form-group .form-control::-ms-input-placeholder {
    color: #9496ac
}

.form-group .form-control::placeholder {
    color: #9496ac
}

.form-group .form-control:focus {
    outline: 0;
    border-color: #dee2e6;
    box-shadow: unset
}

.form-group .form-control--select {
    padding: 2px 8px !important;
    border: none !important;
    width: 8.4rem;
    border-radius: 0 !important;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: #9496ac;
    background: url(../images/svg-icons/arrow-select.svg) right -4px top 50% no-repeat !important
}

.form-group--text {
    position: relative
}

.form-group--text input {
    padding-left: 10rem !important;
    padding-top: 2.8rem !important;
    padding-bottom: .6rem !important
}

.form-group--text select {
    position: absolute;
    left: 4px;
    bottom: 2px
}

.form-group--text label {
    position: absolute;
    top: 5px;
    left: 11px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    color: #caccd0
}

.form-group--file .label {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px dashed #031542;
    border-radius: 12px;
    padding: 3.2rem;
    cursor: pointer
}

.form-group--file .label.is-invalid {
    border-color: #dc3545 !important
}

.form-group .form-check {
    display: flex;
    align-items: center
}

.form-group .form-check label {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #25282b;
    margin-bottom: 0
}

.form-group .form-check-input {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    border-radius: 4px;
    border-color: #d4d6db;
    margin-right: .8rem;
    margin-top: 0;
    background: #f3f3f5
}

.form-group .form-check-input:checked {
    border-color: #000;
    background-color: #000
}

.form-group .form-check-input:focus {
    border-color: #000;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25)
}

.form-group input[type=number]::-webkit-inner-spin-button, .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-group select.form-control {
    background: url(../images/svg-icons/arrow-bottom.svg) right 20px top 50%/12.5px 6.75px no-repeat;
    padding-right: 4rem
}

.form-group textarea {
    resize: unset
}

.form-popup-notification {
    background: #fff;
    padding: 2.8rem 4.8rem;
    box-shadow: 0 0 24px 0 #3333331F;
    width: calc(100% - 32px);
    max-width: 80rem;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    opacity: 0;
    transition: .3s ease-in-out;
    pointer-events: none;
    cursor: none;
    z-index: 999
}

.form-popup-notification.open {
    opacity: 1;
    pointer-events: auto;
    cursor: auto
}

.form-popup-notification .container-fluid, .form-popup-notification .container-lg, .form-popup-notification .container-md, .form-popup-notification .container-sm, .form-popup-notification .container-xl, .form-popup-notification .container-xxl {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.form-popup-notification__content {
    display: flex;
    align-items: center;
    gap: 20px
}

.form-popup-notification__content img {
    width: 5.4rem;
    height: 5.4rem
}

.form-popup-notification__content h3 {
    color: #25282b;
    line-height: 2.4rem;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: .8rem
}

.form-popup-notification__content p {
    color: #25282b;
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400
}

@media (max-width: 767px) {
    .form-popup-notification {
        padding: 28px 16px;
        top: 20px;
        bottom: initial
    }

    .form-popup-notification__content img {
        width: 40px;
        height: 40px
    }

    .form-popup-notification__content h3 {
        line-height: 16px;
        font-size: 16px
    }

    .form-popup-notification__content p {
        line-height: 14px;
        font-size: 14px
    }
}

.custom-radio {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    padding: 2.5rem 3rem;
    margin-bottom: 2.4rem
}

.custom-radio__label {
    font-size: 1.7rem;
    font-weight: 500;
    color: #1a1a1e;
    justify-content: unset;
    position: relative;
    cursor: pointer
}

.custom-radio__label svg {
    margin-right: 1.2rem
}

.custom-radio__label:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 8px;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    border-radius: 50%;
    background-color: transparent
}

.custom-radio__label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    border-radius: 50%;
    border: 2px solid #dee2e6
}

.custom-radio .form-group {
    margin-bottom: 0;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #e5e7ef
}

.switch {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 2.4rem
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked + .toggle {
    background-color: #151e50
}

.switch input:checked + .toggle:before {
    -webkit-transform: translateX(1.6rem);
    transform: translateX(1.6rem)
}

.switch input:focus + .toggle {
    box-shadow: 0 0 1px #2196f3
}

.switch .toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c9ced6;
    transition: .4s;
    border-radius: 10rem
}

.switch .toggle:before {
    position: absolute;
    content: "";
    height: 2rem;
    width: 2rem;
    left: .2rem;
    bottom: .2rem;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%
}

.switch .toggle.round {
    border-radius: 3.4rem
}

.switch .toggle.round:before {
    border-radius: 50%
}

.breadcrumbs-block {
    padding: 2.4rem 0 0;
    margin-bottom: 5.2rem
}

.breadcrumbs-block--white {
    padding: 2.4rem 0;
    margin-bottom: 0;
    background-color: #fff
}

.breadcrumbs {
    display: flex;
    align-items: center
}

.breadcrumbs li {
    font-size: 1.3rem;
    font-weight: 400;
    color: #1a1a1e
}

.breadcrumbs li a {
    color: #a5a9b0;
    display: flex;
    align-items: center
}

.breadcrumbs li a:after {
    content: '';
    display: inline-block;
    margin: 0 1.2rem;
    width: 4px;
    height: 6px;
    background-image: url(../images/svg-icons/arrow-right.svg);
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .breadcrumbs-block {
        margin-bottom: 24px
    }

    .breadcrumbs-block--white {
        margin-bottom: 0;
        padding-top: 16px
    }

    .breadcrumbs {
        width: 100%;
        overflow-x: auto
    }

    .breadcrumbs li {
        width: -webkit-max-content;
        width: max-content;
        font-size: 11px;
        white-space: nowrap
    }

    .breadcrumbs li a {
        white-space: nowrap
    }

    .breadcrumbs li a:after {
        margin: 2px 12px 0;
        width: 5px;
        height: 8px
    }
}

.footer {
    height: 100%;
    max-height: 73rem;
    overflow: hidden;
    position: relative
}

.footer .container-fluid, .footer .container-lg, .footer .container-md, .footer .container-sm, .footer .container-xl, .footer .container-xxl {
    padding: 8rem 16px 2.4rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.footer h2 {
    color: #fff;
    font-size: 5.6rem;
    line-height: 6.4rem;
    text-align: center;
    margin-bottom: 4rem
}

.footer__media {
    height: 100%;
    position: absolute;
    width: 100%
}

.footer__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .65) 0, #000 100%);
    z-index: 0
}

.footer__media img, .footer__media video {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__logo {
    margin: 0 auto 4.8rem
}

.footer__logo img {
    max-height: 20.2rem
}

.footer__btn {
    margin: 0 auto 12.8rem;
    display: flex;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 1.7rem 9.55rem
}

.footer__btn:hover {
    color: #fff
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem
}

.footer__bottom p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 200
}

.footer__bottom ul {
    display: flex;
    gap: 2.4rem;
    align-items: center
}

.footer__bottom ul li a {
    display: block
}

.footer--main {
    max-height: 38rem;
    min-height: auto
}

.footer--main .container-fluid, .footer--main .container-lg, .footer--main .container-md, .footer--main .container-sm, .footer--main .container-xl, .footer--main .container-xxl {
    padding: 4.8rem 16px 32px
}

@media (max-width: 767px) {
    .footer h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 32px
    }

    .footer .container-fluid, .footer .container-lg, .footer .container-md, .footer .container-sm, .footer .container-xl, .footer .container-xxl {
        padding: 32px 16px
    }

    .footer__logo {
        margin: 0 auto 48px
    }

    .footer__logo img {
        max-height: 80px
    }

    .footer__btn {
        margin: 0 auto 64px;
        display: flex;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding: 17px 95.5px
    }

    .footer__btn:hover {
        color: #fff
    }

    .footer__bottom {
        display: flex;
        align-items: start;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 48px
    }

    .footer__bottom p {
        font-size: 1.6rem;
        line-height: 2.4rem
    }

    .footer__bottom ul {
        display: flex;
        gap: 2.4rem;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .footer--main {
        max-height: 38rem;
        min-height: auto
    }

    .footer--main .container-fluid, .footer--main .container-lg, .footer--main .container-md, .footer--main .container-sm, .footer--main .container-xl, .footer--main .container-xxl {
        padding: 48px 16px 32px
    }

    .footer--main .footer__logo img {
        max-height: 140px
    }
}

.footer-simple .container-fluid, .footer-simple .container-lg, .footer-simple .container-md, .footer-simple .container-sm, .footer-simple .container-xl, .footer-simple .container-xxl {
    padding: 3rem 16px;
    display: flex;
    justify-content: space-between
}

.footer-simple__left {
    display: flex;
    align-items: center;
    gap: 4.4rem
}

.footer-simple__left p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.56rem;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, .5)
}

.footer-simple__logo {
    border-right: 1px solid rgba(0, 0, 0, .3);
    padding-right: 4.4rem
}

.footer-simple .footer__bottom img {
    -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(2%) saturate(16%) hue-rotate(314deg) brightness(82%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(88%) sepia(2%) saturate(16%) hue-rotate(314deg) brightness(82%) contrast(90%)
}

@media (max-width: 767px) {
    .footer-simple .container-fluid, .footer-simple .container-lg, .footer-simple .container-md, .footer-simple .container-sm, .footer-simple .container-xl, .footer-simple .container-xxl {
        flex-direction: column-reverse;
        gap: 32px;
        align-items: center
    }
}

@media (max-width: 414px) {
    .footer-simple__left {
        display: flex;
        align-items: center;
        gap: 2.4rem
    }

    .footer-simple__left p {
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: -1%;
        color: rgba(0, 0, 0, .5)
    }

    .footer-simple__logo {
        border-right: 1px solid rgba(0, 0, 0, .3);
        padding-right: 2.4rem
    }
}

.header {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 4.8rem
}

.header .logo-white {
    display: block
}

.header .logo-dark, .header.header-black .logo-white {
    display: none
}

.header.header-black .logo-dark {
    display: block
}

@media (min-width: 767px) {
    .header.header-black.header-invest .header__nav .header__menu {
        background-color: #282b2e;
        border-radius: 1rem;
        gap: 0
    }

    .header.header-black.header-invest .header__nav .header__menu li a {
        padding: 0 1.2rem;
        line-height: 4rem
    }

    .header.header-black.header-invest .header__nav .header__menu li:first-child a {
        padding-left: 1.6rem
    }

    .header.header-black.header-invest .header__nav .header__menu li:last-child a {
        padding-right: 1.6rem
    }
}

.header.header-black.header-invest .header__lang__selected {
    background: 0 0
}

.header.header-black.header-invest .header__lang .header__lang__selected {
    display: none
}

.header.header-black.header-invest .header__lang .header__lang__list {
    position: static;
    opacity: 1;
    background: 0 0
}

.header.header-black.header-invest .header__lang .header__lang__list li {
    display: inline-block
}

.header.header-black.header-invest .header__lang .header__lang__list li a:hover {
    color: #b6b6b6
}

.header.header-black.header-invest .header__lang__list {
    border: 1px solid transparent;
    border-radius: 8px
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 768px) {
    .header__wrapper.centered-bg {
        position: relative;
        justify-content: center;
        height: 8rem
    }

    .header__wrapper.centered-bg .header__nav {
        background-image: url(../images/header-romb.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 74.4rem;
        height: 8rem;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header__wrapper.centered-bg .login-btn {
        position: absolute;
        right: 0
    }

    .header__wrapper.centered-bg .header__menu {
        width: 88%;
        justify-content: space-between
    }

    .popup__content .row {
        margin: 0 -12px
    }

    .popup__content .row > * {
        padding: 0 12px
    }
}

.header__menu {
    display: flex;
    gap: 2.4rem;
    align-items: center
}

.header__menu li a {
    display: block;
    color: #caccd0;
    font-size: 1.4rem;
    line-height: 6.4rem;
    font-weight: 400;
    text-align: center;
    transition: .3s ease-in-out
}

.header__menu li a:active, .header__menu li a:focus, .header__menu li a:hover {
    color: #fff
}

.header__tools {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    pointer-events: auto
}

.right__header {
    display: flex;
}

.right__header > .header__docs-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.3s;
    margin-right: 12px
}

.header__lang {
    cursor: pointer;
    position: relative;
}

@media (max-width: 767px) {
    .header.header-black.header-invest .header__lang__list {
        border: 1px solid #fff
    }

    .header__lang, .right__header {
        display: none
    }

    .header__nav .header__lang {
        display: flex;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #25282b
    }

    .header__nav .header__lang__list {
        position: static;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        box-shadow: none;
        border: none;
        display: flex;
        flex-direction: row;
        gap: 8px;
        padding: 0;
        margin-left: 8px
    }

    .header__nav .header__lang__list li a {
        color: #caccd0;
        font-size: 18px;
        line-height: 20px;
        padding: 0
    }

    .header__nav .header__lang__selected span {
        color: #fff;
        font-size: 18px;
        line-height: 20px
    }
}

.header__lang:hover .header__lang__selected {
    border-radius: 8px 8px 0 0
}

.header__lang:hover .header__lang__list {
    opacity: 1;
    pointer-events: auto;
    top: 100%
}

.header__lang__selected {
    color: #caccd0;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    border: 1px solid #fff;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    gap: 8px;
    transition: .3s ease-in-out
}

.header__lang__list {
    position: absolute;
    top: 90%;
    z-index: 4;
    left: 0;
    right: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
    border: 1px solid #fff;
    border-top: none
}

.header__lang__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.4rem;
    color: #b6b6b6;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    border-radius: 4px
}

.header__lang__list li a:hover {
    color: #fff
}

.header__burger {
    border-radius: 8px;
    border: 1px solid #fff;
    background: #000;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer
}

.header__burger img {
    width: 24px;
    height: 24px
}

.header__burger .burger-close {
    display: none
}

@media (max-width: 767px) {
    .header {
        top: 0;
        bottom: 0;
        pointer-events: none;
        overflow: hidden;
        padding: 3rem 0
    }

    .header__logo {
        z-index: 2;
        pointer-events: auto
    }

    .header__tools {
        z-index: 2
    }

    .header__burger {
        display: flex;
        pointer-events: auto
    }

    .header__nav {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        min-height: 100svh;
        background: #000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        padding: 114px 16px 64px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        transition: .3s ease-in-out
    }

    .header__menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0;
        width: 100%
    }

    .header__menu li {
        width: 100%;
        border-bottom: 1px solid #25282b
    }

    .header__menu li:last-child {
        border-bottom: none
    }

    .header__menu li a {
        padding: 16px 0;
        text-align: start;
        color: #caccd0;
        font-size: 18px;
        line-height: 20px
    }

    .header__socials {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 24px
    }
}

#menu_toggle:checked ~ .header {
    position: fixed;
    overflow: revert
}

#menu_toggle:checked ~ .header .header__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto
}

#menu_toggle:checked ~ .header .header__burger {
    pointer-events: auto
}

#menu_toggle:checked ~ .header .header__burger .burger-close {
    display: block
}

#menu_toggle:checked ~ .header .header__burger .burger {
    display: none
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup.open {
    opacity: 1;
    pointer-events: auto
}

.popup__blur {
    all: unset;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .75)
}

.popup__close {
    all: unset;
    width: 3.2rem;
    min-width: 3.2rem;
    max-width: 3.2rem;
    height: 3.2rem;
    min-height: 3.2rem;
    max-height: 3.2rem;
    background-color: transparent;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.popup__close:hover {
    background-color: rgba(64, 64, 64, .2)
}

.popup__close:after, .popup__close:before {
    content: '';
    width: 1px;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup__body {
    padding: 4.8rem;
    border-radius: 10px;
    position: relative;
    max-height: 100%;
    z-index: 15;
    background-color: #161616;
    width: 74.4rem;
    min-height: 40.5rem
}

.popup__content > h3 {
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.popup__content > p {
    color: #9095a0;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
    margin-bottom: 3.2rem
}

.popup__content .row {
    row-gap: 2.4rem
}

.popup__content .form-group {
    margin-bottom: 0
}

.popup__content .ml-auto {
    margin-left: auto
}

.popup__btn {
    display: flex;
    justify-content: end;
    align-items: end
}

.popup__btn button {
    all: unset;
    cursor: pointer;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 1.8rem 2.4rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400
}

.popup__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem
}

.popup__success__img {
    width: 6rem;
    height: 6rem;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

.popup__success h3 {
    color: #fff;
    font-size: 4.2rem;
    line-height: 5rem;
    font-weight: 500;
    text-align: center
}

.popup__success p {
    max-width: 38.4rem;
    color: #caccd0;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center
}

.popup__success a {
    margin-top: 1.6rem;
    padding: 1.8rem 3.5rem;
    background: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center
}

@media (max-width: 767px) {
    .popup__body {
        width: calc(100% - 32px);
        max-height: 90%;
        padding: 48px 16px 32px;
        min-height: auto
    }

    .popup__content > h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .popup__content > p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px
    }

    .popup__success {
        gap: 24px
    }

    .popup__success h3 {
        font-size: 32px;
        line-height: 50px
    }

    .popup__success p {
        max-width: none;
        font-size: 16px;
        line-height: 20px
    }

    .popup__success a {
        margin-top: 0;
        padding: 18px 35px;
        font-size: 16px;
        line-height: 20px
    }

    .hero__media img.desktop-img {
        display: none !important
    }
}

.not-found {
    padding: 6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: 80vh;
    background: rgba(37, 40, 43, .1)
}

.not-found h1 {
    font-size: 4rem;
    color: #25282b;
    font-weight: 500
}

.not-found h1 b {
    font-size: 12rem
}

.not-found .btn {
    margin-top: 3rem
}

.hero {
    height: 82.5rem;
    max-height: 82.5rem;
    overflow: hidden;
    position: relative
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    background-image: url(../images/hero-layer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.hero.no-layer:before {
    display: none
}

.hero__media {
    height: 100%
}

.hero__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
    pointer-events: none
}

.hero__media img, .hero__media video {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__text {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hero__text h1 {
    color: #fff;
    font-size: 7.2rem;
    line-height: 8.28rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.6rem
}

.hero__text h4 {
    max-width: 640px;
    color: #caccd0;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3.2rem
}

.hero__text.main-hero h1 {
    margin-bottom: 4.8rem
}

.hero__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem
}

.hero__form {
    width: 32rem;
    height: 42rem;
    overflow: hidden;
    padding: 2.4rem;
    z-index: 1;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero__form:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 40, 43, .55);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.hero__form__images {
    position: relative;
    height: 8rem;
    margin-bottom: 3.6rem;
    width: 100%
}

.hero__form__img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 3.6rem;
    transition: .3s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero__form__img.active {
    opacity: 1
}

.hero__form__inner {
    border-radius: 12px;
    background-color: #f8f9fb;
    height: 18rem;
    overflow: hidden;
    width: 26rem;
    margin-bottom: 2.4rem
}

.hero__form__auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.3rem
}

.hero__form__auth__item {
    all: unset;
    cursor: pointer;
    width: 5.6rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(82, 87, 92, .5);
    transition: .3s ease-in-out
}

.hero__form__auth__item img {
    width: 3.2rem;
    height: 3.2rem;
    transition: .3s ease-in-out;
    -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(2%) saturate(175%) hue-rotate(227deg) brightness(81%) contrast(85%);
    filter: brightness(0) saturate(100%) invert(82%) sepia(2%) saturate(175%) hue-rotate(227deg) brightness(81%) contrast(85%)
}

.hero__form__auth__item.active, .hero__form__auth__item:active, .hero__form__auth__item:hover {
    background-color: #ecedef
}

.hero__form__auth__item.active img, .hero__form__auth__item:active img, .hero__form__auth__item:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(801%) hue-rotate(169deg) brightness(96%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(801%) hue-rotate(169deg) brightness(96%) contrast(86%)
}

.hero .container-fluid, .hero .container-lg, .hero .container-md, .hero .container-sm, .hero .container-xl, .hero .container-xxl {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero.birID {
    height: 92rem;
    max-height: 92rem
}

.hero.birID .hero__media:before, .hero.birID:before {
    display: none
}

.hero.birID .hero__text {
    top: initial;
    left: 50%;
    bottom: 4rem;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.hero.birID .hero__text h1 {
    color: #fff;
    font-size: 5.6rem;
    line-height: 6.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5.6rem
}

.hero-birPay {
    background: #000
}

.hero-birPay .container-fluid, .hero-birPay .container-lg, .hero-birPay .container-md, .hero-birPay .container-sm, .hero-birPay .container-xl, .hero-birPay .container-xxl {
    padding-top: 24rem
}

.hero-birPay__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.6rem
}

.hero-birPay__left img {
    max-height: 6.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero-birPay__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hero-birPay__right img {
    max-height: 42.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero-birBonus {
    background: #000
}

.hero-birBonus .container-fluid, .hero-birBonus .container-lg, .hero-birBonus .container-md, .hero-birBonus .container-sm, .hero-birBonus .container-xl, .hero-birBonus .container-xxl {
    padding-top: 24rem
}

.hero-birBonus__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.6rem
}

.hero-birBonus__left img {
    max-height: 6.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero-birBonus__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hero-birBonus__right img {
    max-height: 42.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.hero__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
    align-items: center;
    margin-top: 4rem
}

.hero__tabs button {
    all: unset;
    cursor: pointer;
    border-radius: 22px;
    border: 1px solid #fff;
    background: 0 0;
    min-width: 9.6rem;
    padding: .9rem 2rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition: .3s ease-in-out
}

.hero__tabs button:before {
    content: '';
    background: #fff;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s ease-in-out
}

.hero__tabs button.active, .hero__tabs button:hover {
    background-color: #fff;
    color: #25282b
}

.hero__tabs button.active:before, .hero__tabs button:hover:before {
    opacity: 1
}

@media (max-width: 1024px) {
    .hero__text h1 {
        font-size: 6rem;
        line-height: 7.2rem;
        margin-bottom: 1.6rem
    }

    .hero__text h4 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 3.2rem
    }

    .hero__buttons {
        gap: 2rem
    }

    .hero__buttons .w-264 {
        width: 20rem
    }
}

@media (max-width: 767px) {
    .hero {
        height: 100vh
    }

    .hero:before {
        background-image: url(../images/hero-layer-mobile.png)
    }

    .hero__text h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 24px
    }

    .hero__text h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .hero__buttons {
        gap: 15px
    }

    .hero__buttons .btn {
        padding: 11px 26px
    }

    .hero__buttons .w-264 {
        width: 164px
    }

    .hero.birID {
        height: 812px;
        max-height: 812px
    }

    .hero.birID .container-fluid, .hero.birID .container-lg, .hero.birID .container-md, .hero.birID .container-sm, .hero.birID .container-xl, .hero.birID .container-xxl {
        padding: 0
    }

    .hero.birID .hero__text {
        bottom: 0
    }

    .hero.birID .hero__text h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 24px
    }

    .hero__tabs {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        gap: 2.4rem;
        align-items: start;
        overflow-x: scroll;
        margin: 0 -16px;
        width: 100%;
        padding: 24px 16px
    }

    .hero__tabs button {
        min-width: 112px;
        padding: 11px 16px;
        font-size: 16px;
        line-height: 20px
    }

    .hero__tabs button:before {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
}

@media (max-width: 375px) {
    .hero__buttons {
        flex-direction: column
    }
}

.cta {
    padding: 6.4rem 0;
    background: #000;
    position: relative
}

.cta-long:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: .8;
    background: linear-gradient(to top, #000 30%, transparent 40%)
}

.cta-long h4 {
    padding-bottom: 4.4rem
}

.cta .text-scrolling {
    color: #9496ac;
    font-size: 4.2rem;
    line-height: 5rem;
    font-weight: 500;
    transition: .3s ease-in-out
}

.cta .text-scrolling.max-h {
    max-height: 24.4rem;
    overflow-y: auto
}

.cta h4 {
    color: #9496ac;
    font-size: 4.2rem;
    line-height: 5rem;
    font-weight: 500;
    transition: .3s ease-in-out
}

.cta .word {
    display: inline-block;
    color: #9496ac;
    position: relative;
    transition: .3s ease-in-out
}

.cta .word.visible {
    color: #fff
}

.cta .btn {
    width: 16.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: .9rem;
    font-size: 1.6rem;
    line-height: 2rem
}

.cta .btn img {
    width: 2.4rem;
    height: 2.4rem
}

@media (max-width: 767px) {
    .cta {
        padding: 32px 0
    }

    .cta .text-scrolling {
        font-size: 28px;
        line-height: 40px
    }

    .cta-about .container-fluid, .cta-about .container-lg, .cta-about .container-md, .cta-about .container-sm, .cta-about .container-xl, .cta-about .container-xxl {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.products {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1440px) {
    .products {
        overflow: hidden
    }
}

.products__texts {
    position: relative;
    height: 100%
}

.products__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: .5s ease-in-out;
    position: absolute;
    pointer-events: none;
    opacity: 0
}

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

.products__text h3 {
    color: #25282b;
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 1.6rem
}

.products__text p {
    color: #9496ac;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    max-width: 45.6rem;
    margin-bottom: 2.4rem
}

.products__text a {
    display: flex;
    align-items: center;
    gap: .4rem;
    background: #f3f3f5;
    border: 1px solid #f3f3f5;
    padding: 1rem 1.55rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #25282b
}

.products__text a img {
    width: 2.4rem;
    height: 2.4rem
}

.products__cards {
    display: flex;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
    transition: .3s ease-in-out
}

.products__cards.step1 .products__card.child1 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products__cards.step1 .products__card.child2, .products__cards.step1 .products__card.child3, .products__cards.step1 .products__card.child4, .products__cards.step1 .products__card.child5, .products__cards.step1 .products__card.child6 {
    -webkit-transform: translateX(calc(-34rem));
    transform: translateX(calc(-34rem))
}

.products__cards.step2 .products__card.child1 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products__cards.step2 .products__card.child2 {
    -webkit-transform: translateX(calc(-34rem));
    transform: translateX(calc(-34rem))
}

.products__cards.step2 .products__card.child3, .products__cards.step2 .products__card.child4, .products__cards.step2 .products__card.child5, .products__cards.step2 .products__card.child6 {
    -webkit-transform: translateX(calc(-34rem * 2));
    transform: translateX(calc(-34rem * 2))
}

.products__cards.step3 .products__card.child1 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products__cards.step3 .products__card.child2 {
    -webkit-transform: translateX(calc(-34rem));
    transform: translateX(calc(-34rem))
}

.products__cards.step3 .products__card.child3 {
    -webkit-transform: translateX(calc(-34rem * 2));
    transform: translateX(calc(-34rem * 2))
}

.products__cards.step3 .products__card.child4, .products__cards.step3 .products__card.child5, .products__cards.step3 .products__card.child6 {
    -webkit-transform: translateX(calc(-34rem * 3));
    transform: translateX(calc(-34rem * 3))
}

.products__cards.step4 .products__card.child1 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products__cards.step4 .products__card.child2 {
    -webkit-transform: translateX(calc(-34rem));
    transform: translateX(calc(-34rem))
}

.products__cards.step4 .products__card.child3 {
    -webkit-transform: translateX(calc(-34rem * 2));
    transform: translateX(calc(-34rem * 2))
}

.products__cards.step4 .products__card.child4 {
    -webkit-transform: translateX(calc(-34rem * 3));
    transform: translateX(calc(-34rem * 3))
}

.products__cards.step4 .products__card.child5, .products__cards.step4 .products__card.child6 {
    -webkit-transform: translateX(calc(-34rem * 4));
    transform: translateX(calc(-34rem * 4))
}

.products__cards.step5 .products__card.child1 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products__cards.step5 .products__card.child2 {
    -webkit-transform: translateX(calc(-34rem));
    transform: translateX(calc(-34rem))
}

.products__cards.step5 .products__card.child3 {
    -webkit-transform: translateX(calc(-34rem * 2));
    transform: translateX(calc(-34rem * 2))
}

.products__cards.step5 .products__card.child4 {
    -webkit-transform: translateX(calc(-34rem * 3));
    transform: translateX(calc(-34rem * 3))
}

.products__cards.step5 .products__card.child5 {
    -webkit-transform: translateX(calc(-34rem * 4));
    transform: translateX(calc(-34rem * 4))
}

.products__cards.step5 .products__card.child6 {
    -webkit-transform: translateX(calc(-34rem * 5));
    transform: translateX(calc(-34rem * 5))
}

.products__card {
    position: relative;
    width: 36rem;
    min-width: 36rem;
    margin-right: 2rem;
    height: 38.4rem;
    flex: none;
    border-radius: 10px;
    padding-top: 3.2rem;
    box-shadow: -4px 0 24px 0 #fffFFF14;
    background: #f3f3f5;
    transition: .3s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.products__card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px
}

.products__card .card-logo {
    max-height: 4.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.products__card .card-img {
    position: absolute;
    bottom: 0
}

.products__card span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    top: 3.2rem;
    left: 0;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 4.8rem;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #82848a
}

.products__slider .products__card {
    max-width: none;
    min-width: auto;
    width: auto;
    margin-right: 0
}

.products__slider .products__card .card-img {
    width: 100%
}

.products__slider .products-img {
    margin-bottom: 24px
}

.products__slider .products__text {
    position: static;
    opacity: 1;
    pointer-events: auto
}

@media (max-width: 767px) {
    .products .container-fluid, .products .container-lg, .products .container-md, .products .container-sm, .products .container-xl, .products .container-xxl {
        overflow: hidden
    }

    .products__text h3 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 8px
    }

    .products__text p {
        font-size: 18px;
        line-height: 24px
    }

    .products__text a {
        padding: 11px 15.5px;
        font-size: 16px;
        line-height: 20px
    }

    .products__text a img {
        width: 24px;
        height: 24px
    }
}

.ecosystem {
    overflow: hidden;
    scroll-margin-top: 4rem
}

.ecosystem__item {
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
    background-color: #fff;
    height: 58rem;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ecosystem__item__head {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: end;
    justify-content: end
}

.ecosystem__item__head h3 {
    color: #25282b;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: right;
    font-weight: 500
}

.ecosystem__item__icon {
    background-color: #25282b;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ecosystem__item__icon img {
    max-height: 6.4rem
}

.ecosystem__slider .swiper-container {
    overflow: visible
}

.ecosystem__slider .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    gap: 12px
}

.ecosystem__slider .swiper-container:not(.swiper-initialized) .swiper-wrapper > * {
    width: 26.2%
}

.ecosystem__slider .swiper-container .swiper-slide .border-slide {
    border: solid #f3f3f5;
    border-width: 24px 12px;
    background: #f3f3f5
}

.ecosystem__slider .swiper-container .swiper-slide:first-of-type .border-slide {
    border-width: 24px 12px 24px 24px;
    border-radius: 10px 0 0 10px
}

.ecosystem__slider .swiper-container .swiper-slide:last-of-type .border-slide {
    border-width: 24px 24px 24px 12px;
    border-radius: 0 10px 10px 0
}

@media (max-width: 767px) {
    .ecosystem .slider__arrow {
        display: none
    }

    .ecosystem .section-heading {
        padding-bottom: 0
    }

    .ecosystem__slider .container-fluid, .ecosystem__slider .container-lg, .ecosystem__slider .container-md, .ecosystem__slider .container-sm, .ecosystem__slider .container-xl, .ecosystem__slider .container-xxl {
        padding: 0
    }

    .ecosystem__slider .swiper-container .swiper-slide .border-slide {
        border: solid #f3f3f5;
        border-width: 24px 8px;
        background: #f3f3f5
    }

    .ecosystem__slider .swiper-container .swiper-slide:first-of-type .border-slide {
        border-width: 24px 8px 24px 16px;
        border-radius: 10px 0 0 10px
    }

    .ecosystem__slider .swiper-container .swiper-slide:last-of-type .border-slide {
        border-width: 24px 16px 24px 8px;
        border-radius: 0 10px 10px 0
    }

    .ecosystem__item {
        height: 580px
    }

    .ecosystem__item__head {
        padding: 16px
    }

    .ecosystem__item__head h3 {
        font-size: 20px;
        line-height: 32px
    }

    .ecosystem__item__icon {
        width: 64px;
        height: 64px
    }

    .ecosystem__item__icon img {
        max-height: 32px
    }
}

.one-card .container-fluid .row, .one-card .container-lg .row, .one-card .container-md .row, .one-card .container-sm .row, .one-card .container-xl .row, .one-card .container-xxl .row {
    row-gap: 2.4rem
}

.one-card__item {
    background: #000;
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: flex
}

.one-card__item__img {
    min-width: 24rem;
    height: 27.8rem;
    display: flex;
    align-items: end
}

.one-card__item__desc {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.one-card__item__desc img {
    max-height: 4.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.one-card__item__desc p {
    min-height: 10.2rem;
    color: #9496ac;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.one-card__item__desc a {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: .5rem 4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-weight: 400;
    color: #fff;
    background: 0 0;
    transition: .3s ease-in-out
}

.one-card__item__desc a:hover {
    background: #fff;
    color: #25282b
}

.one-card__item.child3 {
    flex-direction: column-reverse;
    justify-content: space-between
}

@media (max-width: 767px) {
    .one-card__item {
        flex-direction: column-reverse;
        gap: 24px;
        justify-content: space-between
    }

    .one-card__item__img {
        justify-content: center
    }
}

.news .container-fluid .row, .news .container-lg .row, .news .container-md .row, .news .container-sm .row, .news .container-xl .row, .news .container-xxl .row {
    row-gap: 2.4rem
}

@media (min-width: 768px) {
    .hero__media img.mobile-img {
        display: none !important
    }

    .one-card .container-fluid .row, .one-card .container-lg .row, .one-card .container-md .row, .one-card .container-sm .row, .one-card .container-xl .row, .one-card .container-xxl .row {
        margin: 0 -12px
    }

    .one-card .container-fluid .row > *, .one-card .container-lg .row > *, .one-card .container-md .row > *, .one-card .container-sm .row > *, .one-card .container-xl .row > *, .one-card .container-xxl .row > * {
        padding: 0 12px
    }

    .news .container-fluid .row, .news .container-lg .row, .news .container-md .row, .news .container-sm .row, .news .container-xl .row, .news .container-xxl .row {
        margin: 0 -12px
    }

    .news .container-fluid .row > *, .news .container-lg .row > *, .news .container-md .row > *, .news .container-sm .row > *, .news .container-xl .row > *, .news .container-xxl .row > * {
        padding: 0 12px
    }
}

.news__item {
    background: #f3f3f5;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column
}

.news__item:hover .news__item__img {
    overflow: hidden
}

.news__item:hover .news__item__img img {
    scale: 1.1
}

.news__item__desc {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.news__item__desc h3 {
    color: #25282b;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 500;
    margin-bottom: 1.6rem
}

.news__item__img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    display: block
}

.news__item__img img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.news__item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news__item__bottom span {
    color: #9496ac;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400
}

.news__item__bottom img {
    height: 4rem
}

.news__item.related .news__item__img {
    max-height: 24rem
}

.news__item.related .news__item__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.news .section-heading .see__more {
    justify-content: flex-end
}

.news .section-heading .see__more a {
    padding: 1rem 2.1rem
}

.news__inner, .news__inner p {
    color: #25282b;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400
}

.news__actions {
    display: flex;
    align-items: center;
    gap: 3.6rem;
    margin-top: 4.4rem
}

.news__actions ul {
    display: flex;
    gap: 2.4rem;
    align-items: center
}

.news__actions ul li a {
    display: block
}

.news__actions ul li a img {
    -webkit-filter: brightness(0) saturate(100%);
    filter: brightness(0) saturate(100%)
}

.news__actions p {
    color: #25282b;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 300
}

@media (max-width: 991px) {
    .news__item__img {
        width: 100%
    }

    .news__item h3 {
        font-size: 18px;
        line-height: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.vacancies {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease-in-out;
    height: 52.8rem;
    overflow: hidden;
    scroll-margin-top: 60px
}

@media (max-width: 1360px) {
    .vacancies {
        background-position: -96px 0
    }
}

.vacancies.type-dark {
    background-color: #000
}

.vacancies.type-dark .vacancies__inner {
    gap: 0
}

.vacancies.type-dark h3 {
    color: #fff;
    margin-bottom: 4rem
}

.vacancies.type-dark p {
    color: #caccd0
}

.vacancies .container-fluid, .vacancies .container-lg, .vacancies .container-md, .vacancies .container-sm, .vacancies .container-xl, .vacancies .container-xxl {
    display: flex;
    width: 100%;
    height: 100%
}

.vacancies__inner {
    max-width: 64.8rem;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-content: center
}

.vacancies__inner h3 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    color: #25282b
}

.vacancies__inner h4 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: 300;
    color: #25282b
}

.vacancies__inner p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #9496ac
}

.vacancies__form {
    max-width: 69.6rem;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vacancies__form h3 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    color: #25282b;
    margin-bottom: 2rem
}

.vacancies__form .popup__btn button {
    background: #000;
    color: #fff
}

.vacancies__form .popup__btn button:disabled {
    background: #a5a7ad
}

@media (max-width: 1120px) {
    .vacancies {
        background-position: -192px 0
    }

    .vacancies__inner {
        max-width: 60rem
    }
}

.vacancies__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 2.4rem;
    margin-top: 3.8rem
}

.vacancies__list__item {
    border: 1px solid #d4d6db;
    border-radius: 10px;
    padding: .7rem;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 2.4rem;
    color: #25282b;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    transition: .3s ease-in-out
}

.vacancies__list__item:hover {
    background: #f3f3f5
}

.vacancies__list__item img {
    width: 4rem;
    height: 4rem
}

@media (max-width: 991px) {
    .vacancies {
        background-image: none !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .vacancies .container-fluid, .vacancies .container-lg, .vacancies .container-md, .vacancies .container-sm, .vacancies .container-xl, .vacancies .container-xxl {
        flex-direction: column;
        gap: 24px
    }

    .vacancies__img {
        margin: 0 -16px;
        transition: .3s ease-in-out
    }

    .vacancies__inner {
        max-width: none
    }
}

@media (max-width: 767px) {
    .vacancies__img {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        height: 528px;
        width: 528px;
        max-height: 528px
    }

    .vacancies__img img {
        -o-object-fit: contain;
        object-fit: contain
    }

    .vacancies__inner {
        gap: 16px;
        justify-content: center
    }

    .vacancies__inner h3 {
        font-size: 32px;
        line-height: 56px
    }

    .vacancies__inner p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .vacancies__list {
        display: grid;
        grid-template-columns:repeat(1, 1fr);
        justify-items: center;
        gap: 2.4rem
    }

    .vacancies__list__item {
        border: 1px solid #d4d6db;
        border-radius: 10px;
        padding: 7px 34px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: 24px;
        font-size: 16px;
        line-height: 20px
    }

    .vacancies__list__item img {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 480px) {
    .vacancies__img {
        -webkit-transform: translateX(-35%);
        transform: translateX(-35%)
    }

    .vacancies__img.birPay-v {
        -webkit-transform: translateX(-28%);
        transform: translateX(-28%)
    }
}

.working {
    scroll-margin-top: 4rem
}

.working__items {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.working__item {
    padding: 4rem 2.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #f3f3f5
}

.working__item:focus, .working__item:hover {
    background-color: #f3f3f5
}

.working__item:focus .working__item__img img, .working__item:hover .working__item__img img {
    opacity: 1
}

.working__item__title {
    max-width: 38rem;
    width: 100%
}

.working__item__title h3 {
    color: #25282b;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 500
}

.working__item__numb {
    max-width: 16.8rem
}

.working__item__numb h4 {
    font-size: 12.8rem;
    font-weight: 400;
    line-height: 12.8rem;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #d4d6db
}

.working__item__desc {
    max-width: 38rem;
    width: 100%
}

.working__item__desc p {
    color: #9496ac;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400
}

.working__item__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.working__item__img img {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out
}

@media (max-width: 767px) {
    .working .container-fluid.no-padding, .working .no-padding.container-lg, .working .no-padding.container-md, .working .no-padding.container-sm, .working .no-padding.container-xl, .working .no-padding.container-xxl {
        padding: 0
    }

    .working__items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
        padding: 0 16px 16px;
        overflow-x: scroll
    }

    .working__item {
        flex: none;
        padding: 0;
        width: 303px;
        display: flex;
        flex-direction: column;
        border-bottom: none;
        cursor: default
    }

    .working__item:focus, .working__item:hover {
        background-color: transparent
    }

    .working__item__title {
        max-width: 303px;
        width: 100%;
        background: #f3f3f5;
        padding: 24px;
        border-radius: 10px;
        margin-bottom: 24px
    }

    .working__item__title h3 {
        color: #25282b;
        font-size: 20px;
        line-height: 32px;
        font-weight: 500
    }

    .working__item img {
        max-height: 310px;
        margin-bottom: 12px
    }

    .working__item__desc {
        max-width: none;
        width: 100%
    }

    .working__item__desc p {
        color: #9496ac;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400
    }
}

.statistics__inner {
    border-radius: 10px;
    padding: 6.4rem 0;
    height: 45.6rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.2rem
}

.statistics__inner__img img {
    height: 6.4rem
}

.statistics__logo {
    max-height: 12rem
}

.statistics__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem
}

.statistics__list__item {
    border: 1px solid #d4d6db;
    border-radius: 10px;
    padding: .7rem 1.8rem .7rem 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2.4rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    transition: .3s ease-in-out
}

.statistics__list__item:hover {
    background-color: #fff
}

.statistics__list__item img {
    width: 4rem;
    height: 4rem
}

.statistics h2 {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6.4rem;
    text-align: center;
    color: #fff
}

.statistics__counts {
    color: #fff;
    display: flex;
    align-items: start;
    gap: 2.4rem
}

.statistics__count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 26.4rem
}

.statistics__count h4 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 4rem;
    text-align: center;
    color: #fff
}

.statistics__count p {
    font-size: 2rem;
    font-weight: 200;
    line-height: 4rem;
    text-align: center;
    color: #fff
}

@media (max-width: 767px) {
    .statistics__inner {
        border-radius: 10px;
        padding: 40px 0;
        height: 504px;
        gap: 40px
    }

    .statistics__inner__img {
        margin-bottom: 16px
    }

    .statistics__inner__img img {
        height: 40px
    }

    .statistics__inner.bonus-s {
        padding: 32px;
        gap: 24px
    }

    .statistics__logo {
        max-height: 80px
    }

    .statistics h2 {
        font-size: 32px;
        line-height: 40px
    }

    .statistics__counts {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 24px
    }

    .statistics__count h4 {
        font-size: 32px;
        line-height: 40px
    }

    .statistics__count p {
        font-size: 20px;
        line-height: 40px
    }

    .statistics__list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2.4rem
    }

    .statistics__list__item {
        border: 1px solid #d4d6db;
        border-radius: 10px;
        padding: .7rem 1.8rem .7rem 1rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: 2.4rem;
        min-width: 225px;
        color: #fff;
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 300;
        transition: .3s ease-in-out
    }

    .statistics__list__item:hover {
        background-color: #fff
    }

    .statistics__list__item img {
        width: 4rem;
        height: 4rem
    }
}

.join {
    background: #000;
    padding: 8rem 0
}

.join .row {
    row-gap: 2.4rem
}

@media (min-width: 768px) {
    .join .row {
        margin: 0 -12px
    }

    .join .row > * {
        padding: 0 12px
    }
}

.join h3 {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6.4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem
}

.join__item {
    width: 100%;
    height: 100%;
    background: #161616;
    border-radius: 10px;
    padding: 2.4rem;
    display: flex;
    flex-direction: column
}

.join__item img {
    max-height: 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2.4rem
}

.join__item h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: #fff;
    margin-bottom: 1.6rem
}

.join__item p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.4rem;
    color: #fff
}

.join .j-center {
    align-items: center;
    justify-content: center
}

.join__btn {
    margin-top: 4rem;
    width: 100%
}

.join__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    padding: 1.7rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300
}

@media (max-width: 767px) {
    .join {
        padding: 40px 0
    }

    .join h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .join__item {
        padding: 24px
    }

    .join__item img {
        max-height: 40px;
        margin-bottom: 24px
    }

    .join__item h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .join__item p {
        font-size: 16px;
        line-height: 24px
    }
}

.faq {
    scroll-margin-top: 4rem
}

.faq .container-fluid > h3, .faq .container-lg > h3, .faq .container-md > h3, .faq .container-sm > h3, .faq .container-xl > h3, .faq .container-xxl > h3 {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6.4rem;
    color: #25282b;
    margin-bottom: 6.4rem
}

.faq__acc {
    max-width: 74.4rem;
    margin: 0 auto
}

.faq__acc .acc__item {
    border-bottom: 1px solid #f3f3f5
}

.faq__acc .acc__item__title {
    cursor: pointer;
    transition: .3s ease-in-out;
    padding: 1.8rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.faq__acc .acc__item__title h3 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    color: #25282b
}

.faq__acc .acc__item__title.active .acc__btn img.open {
    opacity: 0
}

.faq__acc .acc__item__title.active .acc__btn img.close {
    opacity: 1
}

.faq__acc .acc__item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out
}

.faq__acc .acc__item__content p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 0
}

.faq__acc .acc__text {
    background: #f3f3f5;
    margin: 0 1.2rem 1.6rem;
    padding: 1.2rem
}

.faq__acc .acc__btn {
    position: relative;
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem
}

.faq__acc .acc__btn img {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    transition: .3s ease-in-out
}

.faq__acc .acc__btn img.open {
    opacity: 1
}

.faq__acc .acc__btn img.close {
    opacity: 0
}

.career__filter {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 rgba(19, 22, 60, .06);
    padding: 1.6rem
}

.career__filter h4 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem
}

.career__filter button {
    all: unset;
    cursor: pointer;
    display: flex;
    border: 1px solid #d4d6db;
    border-radius: 6px;
    padding: .5rem 1.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000
}

.career__filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #d4d6db;
    margin-bottom: 1.6rem
}

.career__filter__checks {
    border-bottom: 1px solid #d4d6db;
    padding-bottom: .8rem;
    margin-bottom: 1.6rem
}

.career__filter__checks:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.career__filter .form-group {
    margin-bottom: 1.6rem
}

@media (min-width: 768px) {
    .career__filter .row {
        margin: 0 -6px
    }

    .career__filter .row > * {
        padding: 0 6px
    }
}

.career__search {
    position: relative
}

.career__search__icon {
    position: absolute;
    top: 50%;
    left: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.career__search .form-control {
    padding-left: 4.4rem;
    padding-right: 17.4rem
}

.career__search__btn {
    all: unset;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    background: #000;
    color: #fff;
    padding: 1.8rem 0;
    border-radius: 10px;
    max-width: 16.8rem;
    width: 100%;
    text-align: center
}

.career__items {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.career__item {
    border: 1px solid #f3f3f5;
    padding: 2.4rem 2.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border-radius: 10px
}

.career__item__head {
    display: flex;
    align-items: start;
    gap: .8rem
}

.career__item__head img {
    width: 6.4rem;
    min-width: 6.4rem;
    height: 6.4rem;
    border-radius: 10px;
    overflow: hidden
}

.career__item__head h3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #25282b
}

.career__item__head p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #caccd0
}

.career__item__desc {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #9496ac;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #f3f3f5
}

.career__item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem
}

.career__item__bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.4rem
}

.career__item__bottom ul li {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #9496ac;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.career__item__bottom ul li span {
    display: block;
    margin-top: .2rem;
    color: #9496ac;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem
}

.career__item__bottom ul li img {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem
}

.career__item__bottom > a {
    padding: 1.2rem 2rem;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem
}

@media (max-width: 767px) {
    .career__filter {
        padding: 1.6rem .8rem;
        margin-bottom: 24px
    }

    .career__filter__header {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }

    .career__filter__header.active .career__filter__toggle img {
        rotate: 180deg
    }

    .career__filter__checks {
        border-bottom: 1px solid #d4d6db;
        padding-bottom: .8rem;
        margin-bottom: 1.6rem
    }

    .career__filter__checks:first-of-type {
        border-top: 1px solid #d4d6db;
        padding-top: .8rem;
        margin-top: .8rem
    }

    .career__filter__checks:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .career__filter__toggle {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f3f3f5
    }

    .career__filter__toggle img {
        width: 1.6rem;
        height: 1.6rem;
        transition: .3s ease-in-out
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .career__filter .row {
        margin: 0 -4px
    }

    .career__filter .row > * {
        padding: 0 4px
    }
}

@media (max-width: 767px) {
    .career__accordion {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }

    .career__item {
        padding: 16px 8px;
        gap: 24px
    }

    .career__item__head {
        gap: 8px
    }

    .career__item__head img {
        width: 44px;
        min-width: 44px;
        height: 44px;
        border-radius: 7px
    }

    .career__item__head h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px
    }

    .career__item__head p {
        font-size: 14px;
        line-height: 16px
    }

    .career__item__desc {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #f3f3f5
    }

    .career__item__bottom {
        flex-direction: column;
        align-items: start;
        gap: 24px
    }

    .career__item__bottom ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px
    }

    .career__item__bottom ul li {
        gap: 8px;
        font-size: 12px;
        line-height: 16px
    }

    .career__item__bottom ul li span {
        margin-top: 2px;
        font-size: 12px;
        line-height: 16px
    }

    .career__item__bottom > a {
        padding: 12px 20px;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        background: #000;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px
    }

    .career__search__icon {
        position: absolute;
        top: 50%;
        left: 1.2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .career__search .form-control {
        padding-left: 4.4rem;
        padding-right: 6.4rem
    }

    .career__search__btn {
        all: unset;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #000;
        color: #fff;
        padding: 16px;
        border-radius: 10px;
        max-width: 56px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .career__search__btn img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(300deg) brightness(101%) contrast(103%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(300deg) brightness(101%) contrast(103%)
    }
}

@media (max-width: 520px) {
    .career__item__bottom ul {
        display: flex;
        align-items: start;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 16px
    }
}

.missions .row {
    row-gap: 2.4rem
}

.missions__card {
    position: relative;
    overflow: hidden;
    padding: 1.6rem 2.4rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 #0020331F;
    background-color: #fff;
    background-image: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex
}

.missions__card__text {
    padding: 2.4rem 1.6rem;
    padding-right: 0 !important;
    position: relative;
    z-index: 2;
    flex: 1
}

.missions__card__text h3 {
    color: #000;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: .3s ease-in-out
}

.missions__card__text p {
    color: #9095a0;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
    transition: .3s ease-in-out
}

.missions__card__img {
    max-width: 19.4rem;
    width: 100%;
    height: 34.8rem;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: .3s ease-in-out
}

.missions__card__img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%
}

.missions__card__cover {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 0
}

.missions__card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in-out
}

.missions__card .c-items {
    position: absolute;
    height: calc(100% - 33px);
    width: 100%;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: right 24px top 0;
    mask-position: right 24px top 0;
    mask-repeat: no-repeat;
    opacity: 1;
    transition: .3s ease-in-out;
    -webkit-mask-image: url(../images/misson-layer.svg);
    mask-image: url(../images/misson-layer.svg)
}

.missions__card:hover {
    background-image: unset
}

.missions__card:hover .missions__card__cover, .missions__card:hover .missions__card__img, .missions__card:hover:before {
    opacity: 1
}

.missions__card:hover h3, .missions__card:hover p {
    color: #fff
}

@media (max-width: 991px) {
    .missions__card .missions__card__cover, .missions__card .missions__card__img, .missions__card:before {
        opacity: 1
    }

    .missions__card .missions__card__cover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .missions__card .c-items {
        display: none
    }

    .missions__card h3, .missions__card p {
        color: #fff
    }
}

@media (max-width: 767px) {
    .missions__card {
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 8px 24px 0 #0020331F;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex
    }

    .missions__card__text {
        padding: 14px 24px;
        padding-right: 0 !important;
        position: relative;
        z-index: 1;
        flex: 1
    }

    .missions__card__text h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .missions__card__text p {
        font-size: 16px;
        line-height: 21px
    }

    .missions__card__img {
        max-width: 130px;
        height: 232px
    }
}

.apart {
    background: #000;
    position: relative;
    padding: 6.4rem 0
}

.apart:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    z-index: 1;
    background: #000
}

.apart__container {
    max-width: 1440px;
    overflow: hidden;
    margin: 0 auto
}

.apart .section-heading {
    position: relative;
    z-index: 1
}

.apart .section-title {
    color: #fff
}

.apart__slider {
    position: relative;
    z-index: 0
}

.apart__slider .swiper-container {
    overflow: visible
}

.apart__slider .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    gap: 12px
}

.apart__slider .swiper-container:not(.swiper-initialized) .swiper-wrapper > * {
    width: 26.2%
}

.apart__slider .swiper-container .swiper-slide .border-slide {
    border: solid #f3f3f5;
    border-width: 24px 12px;
    background: #f3f3f5
}

.apart__slider .swiper-container .swiper-slide:first-of-type .border-slide {
    border-width: 24px 12px 24px 24px;
    border-radius: 10px 0 0 10px
}

.apart__slider .swiper-container .swiper-slide:last-of-type .border-slide {
    border-width: 24px 24px 24px 12px;
    border-radius: 0 10px 10px 0
}

.apart__slider__tools {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 4rem
}

.apart__slider__tools .swiper-pagination-horizontal {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    display: flex;
    color: #fff
}

.apart__slider__tools .swiper-pagination-fraction {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: static;
    align-items: baseline;
    justify-content: center;
    min-width: 4.4rem
}

.apart__slider__tools .swiper-pagination-total {
    font-size: 3.2rem
}

.apart__slide {
    color: #fff;
    background-color: #161616;
    padding: 4rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.apart__slide span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    top: 3.2rem;
    left: 0;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 4.8rem;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #82848a
}

.apart__slide h3 {
    color: #fff;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem
}

.apart__slide p {
    color: #9095a0;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    min-height: 12rem
}

.apart__img {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .apart {
        padding: 32px 0
    }

    .apart .row {
        row-gap: 24px
    }

    .apart:before {
        display: none
    }

    .apart__slide {
        padding: 24px 24px 24px 40px
    }

    .apart__slide h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .apart__slide h3 br {
        display: none
    }

    .apart__slide p {
        font-size: 16px;
        line-height: 24px
    }
}

.team .container-fluid > .row, .team .container-lg > .row, .team .container-md > .row, .team .container-sm > .row, .team .container-xl > .row, .team .container-xxl > .row {
    row-gap: 2.4rem
}

.team__item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px 0 #0020331F;
    height: 100%
}

.team__item__img {
    background-color: #858e9d;
    display: flex;
    height: 28rem;
    justify-content: center
}

.team__item__desc {
    padding: 2.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.team__item__desc h3 {
    color: #000;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin-bottom: .8rem
}

.team__item__desc p {
    color: #9095a0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 300;
    margin-bottom: 1.6rem
}

.team__item__desc ul {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center
}

.team__item__desc ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out
}

.team__item__desc ul li a img {
    transition: .3s ease-in-out
}

.team__item__desc ul li a:hover img {
    scale: 1.1
}

.responsibility .container-fluid > .row, .responsibility .container-lg > .row, .responsibility .container-md > .row, .responsibility .container-sm > .row, .responsibility .container-xl > .row, .responsibility .container-xxl > .row {
    row-gap: 2.4rem
}

@media (min-width: 768px) {
    .missions .row {
        margin: 0 -12px
    }

    .missions .row > * {
        padding: 0 12px
    }

    .team .container-fluid > .row, .team .container-lg > .row, .team .container-md > .row, .team .container-sm > .row, .team .container-xl > .row, .team .container-xxl > .row {
        margin: 0 -12px
    }

    .team .container-fluid > .row > *, .team .container-lg > .row > *, .team .container-md > .row > *, .team .container-sm > .row > *, .team .container-xl > .row > *, .team .container-xxl > .row > * {
        padding: 0 12px
    }

    .responsibility .container-fluid > .row, .responsibility .container-lg > .row, .responsibility .container-md > .row, .responsibility .container-sm > .row, .responsibility .container-xl > .row, .responsibility .container-xxl > .row {
        margin: 0 -12px
    }

    .responsibility .container-fluid > .row > *, .responsibility .container-lg > .row > *, .responsibility .container-md > .row > *, .responsibility .container-sm > .row > *, .responsibility .container-xl > .row > *, .responsibility .container-xxl > .row > * {
        padding: 0 12px
    }

    .salary-tab__item .col-md-6:first-child {
        width: 48%
    }

    .salary-tab__item .col-md-6:last-child {
        width: 52%
    }
}

.responsibility__item {
    background-color: #f3f3f5;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.responsibility__item span {
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
    background-color: #25282b
}

.responsibility__item span img {
    width: 6.4rem;
    height: 6.4rem
}

.responsibility__item p {
    color: #000;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400
}

@media (max-width: 767px) {
    .responsibility .container-fluid > .row, .responsibility .container-lg > .row, .responsibility .container-md > .row, .responsibility .container-sm > .row, .responsibility .container-xl > .row, .responsibility .container-xxl > .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        margin: 0 -16px;
        padding: 0 8px 24px
    }

    .responsibility .container-fluid > .row .col-md-4, .responsibility .container-lg > .row .col-md-4, .responsibility .container-md > .row .col-md-4, .responsibility .container-sm > .row .col-md-4, .responsibility .container-xl > .row .col-md-4, .responsibility .container-xxl > .row .col-md-4 {
        max-width: 303px
    }

    .responsibility__item {
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .responsibility__item span {
        width: 64px;
        height: 64px
    }

    .responsibility__item span img {
        width: 32px;
        height: 32px
    }

    .responsibility__item p {
        font-size: 18px;
        line-height: 22.5px
    }
}

.salary-hero {
    min-height: 81rem
}

@media (min-width: 991px) {
    .salary-hero {
        background: 0 0 !important
    }
}

.salary-hero .container-fluid, .salary-hero .container-lg, .salary-hero .container-md, .salary-hero .container-sm, .salary-hero .container-xl, .salary-hero .container-xxl {
    display: flex;
    justify-content: space-between
}

.salary-hero__desc {
    position: relative;
    z-index: 2;
    padding-top: 9rem;
    max-width: 63rem
}

.salary-hero__desc img {
    margin-bottom: 6rem
}

.salary-hero__desc h1 {
    text-align: left;
    font-size: 6.6rem;
    line-height: 7.92rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 2rem
}

.salary-hero__desc p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: 1%;
    margin-bottom: 1.2rem;
    color: #000
}

.salary-hero__img {
    position: absolute;
    right: 0;
    -webkit-mask-image: url(../images/dynamic/salary-hero-mask.png);
    mask-image: url(../images/dynamic/salary-hero-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: left
}

.salary-hero__img img {
    height: 81rem;
    min-width: 50rem
}

@media (max-width: 991px) {
    .salary-hero {
        position: relative;
        min-height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .salary-hero:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .5)
    }

    .salary-hero__desc {
        padding-top: 24px;
        padding-bottom: 64px;
        max-width: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative
    }

    .salary-hero__desc br {
        display: none
    }

    .salary-hero__desc img {
        max-height: 46px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 64px;
        -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(1%) hue-rotate(95deg) brightness(103%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(1%) hue-rotate(95deg) brightness(103%) contrast(101%)
    }

    .salary-hero__desc h1 {
        text-align: left;
        font-size: 36px;
        line-height: 43.2px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 2rem
    }

    .salary-hero__desc p {
        font-weight: 300;
        font-size: 16px;
        line-height: 23.2px;
        margin-bottom: 16px;
        color: #fff
    }
}

.salary-tab {
    background: #f8f8f8;
    padding: 8rem 0;
    position: relative
}

.salary-tab .tab__nav {
    position: relative
}

.salary-tab .tab__nav ul {
    display: flex;
    position: relative;
    margin-bottom: 5.6rem
}

.salary-tab .tab__nav ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0
}

.salary-tab .tab__nav ul li {
    min-width: 30rem
}

.salary-tab .tab__nav ul li button {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: -.02em;
    background: 0 0;
    padding: 1.2rem 0 5.6rem;
    border: 0;
    width: 100%;
    gap: 1.6rem;
    color: #20222b
}

.salary-tab .tab__nav ul li button:before {
    content: '';
    display: block;
    width: 1.2rem;
    min-width: 1.2rem;
    max-width: 1.2rem;
    height: 1.2rem;
    min-height: 1.2rem;
    max-height: 1.2rem;
    background: #20222b
}

.salary-tab .tab__nav ul li button.active {
    border-color: #b5202e;
    color: #b5202e;
    pointer-events: none
}

.salary-tab .tab__nav ul li button.active:before {
    background: #b5202e
}

.salary-tab .tab__nav__rect {
    background-color: #b5202e;
    transition: .6s cubic-bezier(.55, .24, .18, 1);
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0
}

.salary-tab .tab__block {
    position: relative
}

.salary-tab .tab__item {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    transition: 1s cubic-bezier(.55, .24, .18, 1)
}

.salary-tab .tab__item.active {
    display: flex
}

@media (max-width: 1024px) {
    .salary-tab .tab__nav ul li {
        min-width: 20rem
    }
}

.salary-tab__desc {
    max-width: 52rem;
    position: sticky;
    top: 1rem
}

.salary-tab__desc h3 {
    font-size: 4.4rem;
    line-height: 6.2rem;
    letter-spacing: -1%;
    font-weight: 400;
    margin-bottom: .6rem
}

.salary-tab__desc p {
    font-size: 1.6rem;
    line-height: 2.56rem;
    letter-spacing: -1%;
    font-weight: 300;
    margin-bottom: 4.4rem
}

.salary-tab__list > li {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.8rem 0;
    border-bottom: 1px solid rgba(32, 34, 43, .1);
    color: #757578;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.32rem;
    letter-spacing: -1%
}

.salary-tab__list > li:first-child {
    padding-top: 0
}

.salary-tab__list > li img {
    width: 4.4rem;
    height: 4.4rem
}

.salary-tab__list > li p {
    color: #757578;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.32rem;
    letter-spacing: -1%
}

@media (max-width: 767px) {
    .salary-tab .tab__nav ul li {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .salary-tab .tab__nav ul li button {
        font-size: 14px;
        font-weight: 492;
        line-height: 19.6px;
        padding: .8rem 2.8rem 2rem 0;
        gap: 1.2rem
    }

    .salary-tab .tab__nav ul li button:before {
        width: .6rem;
        min-width: .6rem;
        max-width: .6rem;
        height: .6rem;
        min-height: .6rem;
        max-height: .6rem
    }

    .salary-tab .tab__nav__rect {
        height: 3px
    }

    .salary-tab .tab__block {
        margin-bottom: 80px
    }

    .salary-tab__desc {
        max-width: none;
        position: static;
        top: 0
    }

    .salary-tab__desc br {
        display: none
    }

    .salary-tab__desc h3 {
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: 1%;
        margin-bottom: 12px
    }

    .salary-tab__desc p {
        font-size: 16px;
        line-height: 23.2px;
        letter-spacing: 1%;
        font-weight: 300;
        margin-bottom: 32px
    }

    .salary-tab__desc img {
        max-height: 38rem
    }
}

.salary-cta {
    padding: 12rem 0 7rem
}

.salary-cta h2 {
    font-size: 6.9rem;
    line-height: 6.555rem;
    font-weight: 300;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 4rem;
    color: #131515
}

.salary-cta h2 span, .salary-cta h2 strong {
    font-weight: 400
}

.salary-cta__content {
    display: flex;
    align-items: start
}

.salary-cta__content p {
    width: 100%;
    background: #f8f8f8;
    padding: 2.8rem 4.4rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.56rem;
    letter-spacing: -1%
}

.salary-cta__content img {
    max-height: 28rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .salary-cta {
        padding: 80px 0
    }

    .salary-cta br {
        display: none
    }

    .salary-cta h2 {
        font-size: 36px;
        line-height: 43.2px;
        text-align: start;
        margin-bottom: 32px
    }

    .salary-cta__content {
        display: flex;
        align-items: start;
        flex-direction: column
    }

    .salary-cta__content img {
        width: 100%;
        max-height: 262px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .salary-cta__content p {
        width: 100%;
        background: #f8f8f8;
        padding: 28px 20px;
        font-weight: 300;
        font-size: 16px;
        line-height: 22.4px
    }
}

.invest-hero {
    background-image: url(../images/dynamic/invest-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.invest-hero__inner {
    display: flex;
    flex-direction: column;
    padding-top: calc(12rem + 8.8rem)
}

.invest-hero__desc {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
    text-align: center;
    color: rgba(33, 36, 38, .5);
    margin-bottom: 3.2rem
}

.invest-hero__desc p {
    width: 80%;
    margin: auto
}

.invest-hero__desc h1 {
    font-weight: 600;
    font-size: 6rem;
    line-height: 7.2rem;
    letter-spacing: -.03rem;
    text-align: center;
    margin-bottom: 2.4rem;
    color: #212426
}

.invest-hero__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 96rem;
    margin: 0 auto 4.8rem
}

@media (max-width: 767px) {
    .invest-hero__inner {
        padding-top: 9.6rem
    }

    .invest-hero__desc {
        font-size: 1.6rem;
        line-height: 1.8rem
    }

    .invest-hero__desc h1 {
        font-size: 3.2rem;
        line-height: 4rem
    }

    .invest-hero__media {
        max-width: none;
        margin: 0 0 2.4rem
    }
}

.invest-hero__media img, .invest-hero__media video {
    max-height: 53.6rem;
    border-radius: 10px
}

@media (max-width: 768px) {
    .invest-hero__media img, .invest-hero__media video {
        width: 100%;
        max-height: none
    }
}

.invest-hero__media .media__sound {
    position: absolute;
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    backdrop-filter: blur(40px);
    border-radius: 60px;
    right: 7.2rem;
    bottom: 1.6rem;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .3);
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto
}

.invest-hero__media .media__sound > img {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem
}

.invest-hero__media .media__sound:hover {
    border-color: rgba(255, 255, 255, .5)
}

.invest-hero__media .media__sound:active, .invest-hero__media .media__sound:focus {
    border-color: transparent
}

.invest-hero__media .media__sound.active {
    border-color: #fff
}

.invest-hero__btn {
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    backdrop-filter: blur(40px);
    position: absolute;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .3);
    right: 2rem;
    bottom: 1.6rem;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.invest-hero__btn img {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    border-radius: 0
}

.invest-hero__partners {
    height: 29.6rem
}

.invest-hero__partners p {
    max-width: 93.6rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.invest-hero__logos {
    display: flex;
    gap: 2.4rem;
    margin-top: 3.2rem
}

@media (max-width: 767px) {
    .invest-hero__partners {
        height: auto
    }

    .invest-hero__logos {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2.4rem
    }
}

.invest-hero__logos a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.4rem;
    background: #f9fafb;
    border-radius: 10px;
    overflow: hidden
}

.invest-hero__logos a img {
    width: 100%;
    height: 100%
}

.invest-statistics {
    background: #000
}

.invest-statistics__inner {
    display: flex;
    padding: 9.6rem 0;
    gap: 6.4rem
}

.invest-statistics__heading {
    width: 32%
}

@media (max-width: 767px) {
    .invest-hero__logos a {
        padding: 14px
    }

    .invest-hero__logos a img {
        max-height: 2.2rem
    }

    .invest-statistics__inner {
        flex-direction: column;
        padding: 4.8rem 0;
        gap: 4.8rem
    }

    .invest-statistics__heading {
        width: auto
    }
}

.invest-statistics__heading h4 {
    color: #fff;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -2%;
    margin-bottom: 2rem
}

.invest-statistics__heading p {
    font-weight: 200;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #fff
}

.invest-statistics__content {
    flex-grow: 1
}

.invest-statistics__metrics {
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    gap: 6.4rem
}

@media (max-width: 767px) {
    .invest-statistics__metrics {
        grid-template-columns:1fr;
        gap: 4.8rem
    }
}

.invest-statistics__metric {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.invest-statistics__metric p {
    color: #fff;
    font-weight: 500;
    font-size: 6rem;
    line-height: 7.2rem;
    letter-spacing: -2%;
    margin: 0;
    padding: 0
}

.invest-statistics__metric span {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    color: #9095a0
}

.invest-assets__header {
    padding-top: 12rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 3.2rem
}

.invest-assets__header h3 {
    font-size: 6rem;
    line-height: 7.2rem;
    letter-spacing: -2%;
    text-align: center
}

@media (max-width: 767px) {
    .invest-assets__header {
        padding-top: 4.8rem
    }

    .invest-assets__header h3 {
        font-size: 3.2rem;
        line-height: 100%
    }
}

.invest-assets__header p {
    max-width: 76.8rem;
    margin: 0 auto;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
    color: #21242680
}

.invest-assets__assets {
    max-width: 93.6rem;
    margin: 0 auto 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

@media (min-width: 768px) and (min-height: 768px) {
    .invest-assets__assets > div:nth-child(1) {
        top: calc(0 * 4.8rem);
        z-index: 1
    }

    .invest-assets__assets > div:nth-child(2) {
        top: calc(1 * 4.8rem);
        z-index: 2
    }

    .invest-assets__assets > div:nth-child(3) {
        top: calc(2 * 4.8rem);
        z-index: 3
    }

    .invest-assets__assets > div:nth-child(4) {
        top: calc(3 * 4.8rem);
        z-index: 4
    }

    .invest-assets__assets > div:nth-child(5) {
        top: calc(4 * 4.8rem);
        z-index: 5
    }

    .invest-assets__assets > div:nth-child(6) {
        top: calc(5 * 4.8rem);
        z-index: 6
    }

    .invest-assets__assets > div:nth-child(7) {
        top: calc(6 * 4.8rem);
        z-index: 7
    }

    .invest-assets__assets > div:nth-child(8) {
        top: calc(7 * 4.8rem);
        z-index: 8
    }

    .invest-assets__assets > div:nth-child(9) {
        top: calc(8 * 4.8rem);
        z-index: 9
    }

    .invest-assets__assets > div:nth-child(10) {
        top: calc(9 * 4.8rem);
        z-index: 10
    }
}

@media (min-width: 768px) and (min-height: 900px) {
    .invest-assets__assets > div:nth-child(1) {
        top: calc(0 * 14.8rem);
        z-index: 1
    }

    .invest-assets__assets > div:nth-child(2) {
        top: calc(1 * 14.8rem);
        z-index: 2
    }

    .invest-assets__assets > div:nth-child(3) {
        top: calc(2 * 14.8rem);
        z-index: 3
    }

    .invest-assets__assets > div:nth-child(4) {
        top: calc(3 * 14.8rem);
        z-index: 4
    }

    .invest-assets__assets > div:nth-child(5) {
        top: calc(4 * 14.8rem);
        z-index: 5
    }

    .invest-assets__assets > div:nth-child(6) {
        top: calc(5 * 14.8rem);
        z-index: 6
    }

    .invest-assets__assets > div:nth-child(7) {
        top: calc(6 * 14.8rem);
        z-index: 7
    }

    .invest-assets__assets > div:nth-child(8) {
        top: calc(7 * 14.8rem);
        z-index: 8
    }

    .invest-assets__assets > div:nth-child(9) {
        top: calc(8 * 14.8rem);
        z-index: 9
    }

    .invest-assets__assets > div:nth-child(10) {
        top: calc(9 * 14.8rem);
        z-index: 10
    }
}

.invest-assets__block {
    position: sticky;
    top: 0;
    background: #fdf0f1;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 4.8rem 4.8rem 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .invest-assets__header p {
        font-size: 1.6rem
    }

    .invest-assets__block {
        padding: 2.4rem 2.4rem 0;
        display: block
    }
}

.invest-assets__block h3 {
    font-size: 3.6rem;
    padding-bottom: .8rem
}

.invest-assets__block ul {
    font-weight: 600;
    list-style: disc;
    margin-left: 2.4rem
}

.invest-assets__icon_text {
    padding-bottom: 4.8rem;
    font-size: 1.6rem
}

.invest-assets__icon_text__icon {
    margin-bottom: 4.8rem
}

.invest-assets__icon_text p {
    padding-bottom: .8rem
}

.invest-assets__image {
    display: flex;
    align-items: end
}

@media (max-width: 767px) {
    .invest-assets__icon_text {
        padding-bottom: 2.4rem
    }

    .invest-assets__image {
        display: block;
        text-align: center
    }
}

.invest-assets__image img {
    max-width: none
}

.invest-ventures {
    padding-top: 12rem;
    padding-bottom: 4.8rem;
    background: #f9fafb;
    overflow: hidden
}

.invest-ventures__header {
    text-align: center;
    margin-bottom: 4.8rem
}

.invest-ventures__header h3 {
    font-size: 6rem;
    line-height: 7.2rem;
    margin-bottom: 1.6rem
}

@media (max-width: 767px) {
    .invest-ventures__header h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.invest-ventures__header p {
    max-width: 76.8rem;
    margin: 0 auto;
    color: rgba(33, 36, 38, .6);
    font-size: 2rem;
    line-height: 3rem
}

.invest-ventures__slider .swiper-slide {
    height: auto;
    box-sizing: border-box
}

.invest-ventures__slider .swiper-slide .invest-assets__block {
    height: 100%
}

.invest-ventures .venture-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 4.8rem;
    color: #fff;
    min-height: 40rem
}

.invest-ventures .venture-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.invest-ventures .venture-card__content .venture-card__logo {
    margin-bottom: 2.4rem
}

.invest-ventures .venture-card__content .venture-card__logo img {
    width: 6.4rem;
    height: auto
}

.invest-ventures .venture-card__content h3 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: .8rem
}

.invest-ventures .venture-card__content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem
}

.invest-ventures .venture-card__content ul {
    list-style: disc;
    padding-left: 2rem
}

.invest-ventures .venture-card__content ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500
}

.invest-ventures .venture-card__image {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.invest-ventures .venture-card__image img {
    max-width: 30rem;
    height: auto
}

.invest-ventures .venture__slider__arrows {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2.4rem;
    padding-top: 3.2rem
}

.invest-ventures .venture__slider__arrows .slider__arrow {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    border: 1px solid #eaecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.invest-ventures .venture__slider__arrows .slider__arrow:hover {
    background: #f3f3f5
}

.invest-ventures .venture__slider__arrows .slider__arrow img {
    width: 2rem;
    height: auto
}

@media (max-width: 767px) {
    .invest-ventures__slider .swiper-slide .invest-assets__block {
        display: flex;
        flex-direction: column
    }
}

.invest-products {
    margin-bottom: 4.8rem
}

.invest-products__inner {
    display: flex;
    flex-direction: column;
    gap: 3.2rem
}

.invest-products .row {
    row-gap: 2.4rem
}

.invest-products__header {
    padding-top: 12rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 3.2rem
}

.invest-products__header h3 {
    font-size: 6rem;
    line-height: 7.2rem;
    letter-spacing: -2%;
    text-align: center
}

@media (max-width: 767px) {
    .invest-products__header {
        padding-top: 4.8rem
    }

    .invest-products__header h3 {
        font-size: 3.2rem;
        line-height: 100%
    }

    .invest-products__card {
        margin-bottom: 2.4rem
    }
}

.invest-products__header p {
    max-width: 76.8rem;
    margin: 0 auto;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
    color: #21242680
}

.invest-products__card {
    border-radius: 1rem;
    height: 100%;
    padding: 2.4rem 2.4rem 0;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease-in-out;
    box-shadow: 0 0 24px 0 #fff
}

.invest-products__card:hover {
    box-shadow: 0 0 24px 0 rgba(183, 183, 183, .5)
}

.invest-products__card-header {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.invest-products__card-header h3 {
    font-size: 2.6rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: #212426
}

@media (max-width: 767px) {
    .invest-products__card-header h3 {
        font-size: 3.6rem;
        line-height: 3.6rem
    }
}

.invest-products__card-header p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0;
    vertical-align: middle
}

.invest-products__card-img {
    display: flex;
    justify-content: center
}

.invest-cta {
    background: #000;
    color: #fff;
    padding: 9.6rem 0
}

.invest-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0
}

.invest-cta__inner h2 {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 4.4rem;
    letter-spacing: -.02rem;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .invest-cta {
        padding: 4.8rem 0
    }

    .invest-cta__inner {
        font-size: 1.6rem
    }

    .invest-cta__inner h2 {
        font-size: 3.2rem
    }
}

.invest-cta__inner p {
    margin-bottom: 3.2rem
}

.invest-cta__inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: .6rem;
    width: 100%;
    max-width: 36rem;
    background: #fff;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0
}

.invest-cta__inner a img {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem
}

.invest-cta__inner a:hover {
    color: #000
}

.invest-footer {
    padding: 6.4rem 0 2.4rem
}

.invest-footer__logo {
    text-align: center;
    margin-bottom: 3.2rem
}

.invest-footer__menu {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    padding-top: 3.2rem;
    border-top: 1px solid #eaecf0;
    flex-direction: row-reverse;
    padding-bottom: 2.4rem;
    color: #667085
}

.invest-footer__menu a {
    color: #667085;
    border-bottom: 1px solid transparent
}

.invest-footer__menu a:hover {
    border-color: #667085
}

.invest-footer__menu__right {
    padding-bottom: 2.4rem
}

.invest-footer__menu__right ul li {
    display: inline-block;
    margin-left: 1.6rem
}

@media (max-width: 767px) {
    .invest-footer__menu {
        display: block
    }

    .invest-footer__menu__right ul li {
        margin-left: 0;
        margin-right: 1.6rem
    }
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    max-width: 100vw
}

#all_parts {
    flex: 1
}

@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 50%
    }
}

@media (min-width: 1025px) and (max-width: 1248px) {
    html {
        font-size: 55%
    }
}

hr {
    margin: 0;
    border-color: #ecedf0
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px;
    padding: 0 1.6rem
}

.container-fluid--md {
    max-width: 744px
}

.container-fluid--lmd {
    max-width: 1290px
}

.container-fluid--lg {
    max-width: 1472px;
    padding: 0 1.6rem
}

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