[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: scroll;
    max-width: 100%;
    max-height: 100%
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes zoom {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes hvr-buzz {
    0% {
        transform: translateX(0px) rotate(0deg)
    }
    25% {
        transform: translateX(0px) rotate(22deg)
    }
    50% {
        transform: translateX(0px) rotate(0deg)
    }
    75% {
        transform: translateX(0px) rotate(-22deg)
    }
    100% {
        transform: translateX(0px) rotate(0deg)
    }
}

.animate__fadeInUpCustom {
    -webkit-animation-name: animate__fadeInUpCustom;
    animation-name: animate__fadeInUpCustom
}

@keyframes animate__fadeInUpCustom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    65% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.animate__delay-100ms {
    animation-delay: .1s;
    animation-delay: calc(var(--animate-delay) * .1)
}

.animate__delay-200ms {
    animation-delay: .2s;
    animation-delay: calc(var(--animate-delay) * .2)
}

.animate__delay-300ms {
    animation-delay: .3s;
    animation-delay: calc(var(--animate-delay) * .3)
}

animate__delay-400ms {
    animation-delay: .4s;
    animation-delay: calc(var(--animate-delay) * .4)
}

.animate__delay-500ms {
    animation-delay: .5s;
    animation-delay: calc(var(--animate-delay) * .5)
}

.animate__delay-600ms {
    animation-delay: .6s;
    animation-delay: calc(var(--animate-delay) * .6)
}

.animate__delay-700ms {
    animation-delay: .7s;
    animation-delay: calc(var(--animate-delay) * .7)
}

.animate__delay-800ms {
    animation-delay: .8s;
    animation-delay: calc(var(--animate-delay) * .8)
}

.animate__delay-900ms {
    animation-delay: .9s;
    animation-delay: calc(var(--animate-delay) * .9)
}

.animate__delay-1100ms {
    animation-delay: 1.1s;
    animation-delay: calc(var(--animate-delay) * 1.1)
}

.animate__delay-1200ms {
    animation-delay: 1.2s;
    animation-delay: calc(var(--animate-delay) * 1.2)
}

.animate__delay-1300ms {
    animation-delay: 1.3s;
    animation-delay: calc(var(--animate-delay) * 1.3)
}

.animate__delay-1400ms {
    animation-delay: 1.4s;
    animation-delay: calc(var(--animate-delay) * 1.4)
}

.animate__delay-1500ms {
    animation-delay: 1.5s;
    animation-delay: calc(var(--animate-delay) * 1.5)
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes slideUpFadeIn {
    from {
        transform: translateY(100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideDownFadeOut {
    from {
        transform: translateY(0);
        opacity: 1
    }
    to {
        transform: translateY(100%);
        opacity: 0
    }
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

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

:root {
    --bs-gutter-x: 15px
}

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

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

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

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

@media (min-width: 1250px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1230px
    }
}

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 990px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1250px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 989.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1249.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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-radius .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230c63e4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

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

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !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 {
    transform: translate(-50%, -50%) !important
}

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

.translate-middle-y {
    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 + 0.9vw) !important
}

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

.fs-4 {
    font-size: calc(1.275rem + 0.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-center {
    text-align: center !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 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

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

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

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    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: 990px) {
    .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: 1250px) {
    .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
    }
}

@media (min-width: 1200px) {
    .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 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
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: 0px) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: 0px) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fancybox-container button[disabled] {
    display: none
}

.fancybox-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 0px
}

.fancybox-infobar {
    display: none !important
}

.fancybox-button--zoom {
    display: none !important
}

.fancybox-button--play {
    display: none !important
}

.fancybox-bg {
    background: rgba(22, 22, 22, .85)
}

.fancybox-slide {
    padding: 0
}

.fancybox-slide .animated-modal {
    overflow: hidden;
    transform: translateY(-80px);
    transition: transform .5s ease-in-out
}

.fancybox-slide--current .animated-modal {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s
}

.fancy-modal {
    box-shadow: none;
    width: 100%;
    max-width: 600px;
    padding: 0;
    background: transparent
}

.fancy-modal video {
    width: 1200px;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 100px)
}

.fancy-modal .fancybox-close-small {
    display: none
}

.fancy-modal__close {
    z-index: 20;
    transition: background .2s ease-in-out;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px
}

.fancy-modal__close span, .fancy-modal__close:before, .fancy-modal__close:after {
    content: "";
    height: 2px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #6b7f9c;
    border-radius: 4px;
    will-change: margin, transform;
    transform: translate(-50%, -50%);
    transition: .2s ease-in-out background-color
}

.fancy-modal__close:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.fancy-modal__close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.fancy-modal__close:hover span, .fancy-modal__close:hover:before, .fancy-modal__close:hover:after {
    background-color: #267dff
}

.fancy-modal__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 30px
}

.fancy-modal__wrap-form {
    width: 100%;
    height: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto
}

.fancy-modal form, .fancy-modal .form-block {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.fancy-modal--video {
    overflow: unset !important;
    max-width: 1140px;
    height: auto;
    max-height: calc(100vh - 100px)
}

.fancy-modal--video .fancy-modal__wrap {
    padding: 0
}

.fancy-modal--video .fancy-modal__close {
    top: -44px;
    right: -44px
}

.fancy-modal--video .fancy-modal__close:hover span, .fancy-modal--video .fancy-modal__close:hover:before, .fancy-modal--video .fancy-modal__close:hover:after {
    background-color: #fff
}

.fancy-modal--video-link {
    height: 675px !important
}

.fancy-modal--mini-form {
    max-width: 710px
}

.fancy-modal--mini-form form {
    max-width: 470px
}

.fancy-modal--success {
    max-width: 586px
}

.fancy-modal--big-form {
    max-width: 855px
}

.fancy-modal--big-form .fancy-modal__wrap-form {
    max-width: 675px
}

.fancy-modal--management {
    max-width: 930px
}

.fancybox-image {
    background: #fff
}

@media (max-width: 1249px) {
    .fancy-modal--video .fancy-modal__close {
        right: 0px
    }
}

@media (max-width: 989px) {
    .fancy-modal {
        padding: 0
    }

    .fancy-modal--video-link {
        height: 530px !important
    }
}

@media (max-width: 767px) {
    .fancy-modal__close {
        top: 5px;
        right: 5px
    }

    .fancy-modal__wrap {
        border-radius: 20px
    }
}

@media (max-width: 575px) {
    .fancy-modal--video-link {
        height: 300px !important
    }
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

: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;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 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;
    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
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
    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 {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    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 {
    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 {
    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-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    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, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 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;
    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:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.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-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 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-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    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, 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
}

.scrollbar {
    width: 100%;
    height: 100%
}

.scrollbar .simplebar-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column
}

.scrollbar .simplebar-scrollbar {
    width: 4px;
    right: 0px
}

.scrollbar .simplebar-scrollbar:before {
    background-color: #267dff;
    border-radius: 0px
}

.scrollbar .simplebar-track.simplebar-vertical {
    transition: .5s ease-in-out height;
    background-color: #e4e4e4;
    width: 4px;
    border-radius: 0px
}

.scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 1;
    top: 0px;
    bottom: 0px
}

.scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    display: none
}

.scrollbar--horizontal .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    display: block;
    opacity: 1
}

.scrollbar--horizontal .simplebar-track.simplebar-horizontal {
    transition: .5s ease-in-out height;
    background-color: #d6d6d6;
    height: 4px;
    border-radius: 0px
}

.scrollbar--horizontal .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4px;
    top: 0;
    left: 0
}

.scrollbar--horizontal .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    left: 0px;
    right: 0px
}

:root {
    scroll-behavior: auto !important
}

html {
    box-sizing: border-box
}

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

html, body {
    height: 100%;
    min-height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    transition: opacity .15s ease-in-out
}

body.active {
    opacity: 1
}

.row {
    --bs-gutter-x: 30px
}

button, input, select, textarea {
    color: #6b7f9c;
    font-family: "Inter";
    font-size: 18px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #d7e2ec;
    width: 100%;
    padding: 16px 20px;
    display: block
}

button {
    border: 0
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

textarea {
    resize: none;
    height: 93px
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

blockquote {
    border-left: 5px solid #267dff;
    margin: 20px 0;
    padding-left: 48px;
    font-size: 18px;
    font-weight: 600
}

blockquote p {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul:not(.no-markers) {
    margin: 20px 0;
    font: inherit
}

ul:not(.no-markers) > li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0
}

ul:not(.no-markers) > li ol, ul:not(.no-markers) > li ul {
    margin: 20px 0
}

ul:not(.no-markers) > li:last-of-type {
    margin-bottom: 0
}

ul:not(.no-markers) > li:before {
    content: "";
    width: 16px;
    height: 4px;
    background: #267dff;
    position: absolute;
    top: .6em;
    transform: translateY(-50%);
    left: 0
}

ol:not(.no-markers) {
    margin: 20px 0;
    font: inherit;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    counter-reset: item;
    padding-left: 40px
}

ol:not(.no-markers) > li {
    padding-left: 10px;
    counter-increment: item
}

ol:not(.no-markers) > li::marker {
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 5px;
    line-height: 0;
    color: #267dff;
    content: counters(item, ".") ". "
}

table {
    width: 100%;
    min-width: 400px
}

table tr:first-of-type {
    border-bottom: 2px solid #267dff
}

table tr:first-of-type td {
    font-weight: bold;
    font-size: 12px
}

table tr:nth-of-type(2n + 3) {
    background: #267dff
}

table tr td {
    padding: 13px 9px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2
}

a {
    outline: none;
    transition: .2s ease-in-out color, .2s ease-in-out text-decoration-color, .2s ease-in-out opacity;
    color: #267dff;
    text-decoration-color: #267dff;
    text-decoration: underline
}

a:hover {
    color: #468dff;
    text-decoration-color: transparent
}

strong, b {
    font-weight: 600
}

@media (max-width: 767px) {
    blockquote {
        padding-left: 25px;
        font-size: 16px;
        margin: 15px 0
    }

    blockquote p {
        font-size: 16px;
        margin: 15px 0
    }

    ul:not(.no-markers) {
        margin: 15px 0
    }

    ul:not(.no-markers) > li {
        padding-left: 26px;
        margin: 10px 0
    }

    ul:not(.no-markers) > li ol, ul:not(.no-markers) > li ul {
        margin: 15px 0
    }

    ol:not(.no-markers) {
        margin: 15px 0
    }

    ol:not(.no-markers) > li {
        padding-left: 5px
    }
}

input, textarea {
    background: transparent
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input.wpcf7-not-valid::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ee2323
}

input.wpcf7-not-valid::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder {
    color: #ee2323
}

input.wpcf7-not-valid:-moz-placeholder, textarea.wpcf7-not-valid:-moz-placeholder {
    color: #ee2323
}

input.wpcf7-not-valid:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: #ee2323
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input[type=search], textarea[type=search] {
    box-sizing: border-box
}

input[type=search]::-webkit-input-placeholder, textarea[type=search]::-webkit-input-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input[type=search]::-moz-placeholder, textarea[type=search]::-moz-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input[type=search]:-moz-placeholder, textarea[type=search]:-moz-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input[type=search]:-ms-input-placeholder, textarea[type=search]:-ms-input-placeholder {
    color: #575249;
    transition: opacity .3s ease
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #202020
}

@font-face {
    font-family: "Inter";
    src: url(webpack/src/assets/fonts/Inter-VariableFont_slnt,wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal
}

body {
    color: #202020;
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    background: #fff;
    height: 100% !important
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    font-family: "Inter";
    font-size: 100%;
    line-height: 1.2;
    font-weight: 600;
    margin: 20px 0
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: inherit;
    color: #267dff
}

p {
    font: inherit;
    margin: 20px 0;
    font-weight: 400
}

h1 {
    font-size: 68px;
    font-size: clamp(27px, 9vw, 68px);
    font-size: clamp(
            1.6875rem,
            0.9986122125rem + 3.2513877875vw,
            4.25rem
    );
    line-height: 1;
    font-weight: 900
}

h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 60px 0 20px
}

h3 {
    font-size: 32px;
    margin: 40px 0 20px
}

h4 {
    font-size: 28px;
    margin: 30px 0 20px
}

@media (max-width: 1249px) {
    body {
        font-size: 18px
    }

    h2 {
        font-size: 35px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 20px
    }
}

.overflow-hide {
    overflow: hidden !important
}

.overflow-unset {
    overflow: unset !important
}

.w-0 {
    width: 0 !important
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative
}

.wrapper-content {
    flex: 1 0 auto;
    overflow: hidden
}

.wrapper-content > section:last-of-type {
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .wrapper-content > section:last-of-type {
        margin-bottom: 35px
    }
}

.sticky {
    position: fixed;
    z-index: 101
}

.stop {
    position: relative;
    z-index: 101
}

.modal-open {
    overflow: hidden
}

@-webkit-keyframes tape {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -400%
    }
}

@keyframes tape {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -400%
    }
}




.header {
    background: #283143;
    border-bottom: 1px solid #4D768D33;
    position: fixed;
    left: 0px;
    top: -1px;
    right: 0px;
    z-index: 150;
    transition-property: background, box-shadow, height, transform, opacity, border;
    transition-duration: .3s, .3s, .3s, .3s, .3s, .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header_transparent {
    background: transparent
}

.header_fixed {
    background: #283143;
    box-shadow: 0px 1px 14px 0px rgba(0, 163, 255, .1);
    transform: translateY(0);
    opacity: 1;
    transition-property: background, box-shadow, height, transform, opacity, border;
    transition-duration: .2s, .3s, .3s, .3s, .3s, .3s;
    transition-timing-function: ease-in-out;
    transition-delay: .2s, .2s, .2s, .2s, .2s, .2s
}

.header_fixed .header__wrap {
    padding: 6px 0
}

.header_fixed--hidden {
    transform: translateY(-100%);
    opacity: 0;
    transition-delay: .4s, .2s, .2s, 0s, .2s, .2s
}

.header_fixed--hidden .header__wrap {
    transition-delay: .2s
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    transition: .2s ease-in-out padding;
    grid-gap: 15px
}

.header__nav {
    grid-gap: 3px 20px;
    display: flex;
    flex-wrap: wrap
}

.header__nav > li {
    position: relative
}

.header__nav > li.current-menu-item a {
    pointer-events: none
}

.header__nav > li.current-menu-item a:after, .header__nav > li a:hover:after {
    width: 100%
}

.header__nav > li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: 400
}

.header__nav > li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: #00a3ff;
    transition: width .15s ease-in-out
}

.header__nav > li.menu-item-has-children > a {
    padding-right: 22px
}

.header__nav > li.menu-item-has-children > a:before {
    transition: .2s ease-in-out background;
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    right: 0;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E %3Cpath d=%27M5.46967 6.53033C5.76256 6.82322 6.23744 6.82322 6.53033 6.53033L11.3033 1.75736C11.5962 1.46447 11.5962 0.989592 11.3033 0.696699C11.0104 0.403806 10.5355 0.403806 10.2426 0.696699L6 4.93934L1.75736 0.696699C1.46447 0.403806 0.989592 0.403806 0.696699 0.696699C0.403806 0.989593 0.403806 1.46447 0.696699 1.75736L5.46967 6.53033ZM5.25 5L5.25 6L6.75 6L6.75 5L5.25 5Z%27 fill=%27%23fff%27/%3E %3C/svg%3E")
}

.header__nav > li.menu-item-has-children:hover > ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s, 0s
}

.header__nav > li.menu-item-has-children > ul {
    left: -25px;
    width: 260px;
    position: absolute;
    z-index: 110;
    background: #fff;
    top: calc(100% + 10px);
    min-width: calc(100% + 25px);
    padding: 15px 22px 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-gap: 10px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: .2s, .2s, .2s;
    cursor: auto;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1098039216);
    border-radius: 4px
}

.header__nav > li.menu-item-has-children > ul > li {
    display: block;
    width: 100%
}

.header__nav > li.menu-item-has-children > ul > li a {
    color: #283143;
    font-size: 18px
}

.header__logo {
    display: flex;
    grid-gap: 25px;
    align-items: center
}

.header__logo img {
    width: 100%;
    max-width: 158px
}

.header__desc {
    color: #C6C6C6B2;
    font-size: 14px;
    max-width: 160px
}

.header__enter {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    color: #fff;
    text-decoration: none;
    background: #00a3ff;
    border-radius: 44px;
    height: 40px;
    width: 102px;
    padding: 0 10px;
    transition: .2s ease-in-out color, .2s ease-in-out background;
    margin-left: auto;
    font-size: 16px
}

.header__enter svg path {
    transition: .2s ease-in-out stroke
}

.header__enter:hover {
    background: #fff;
    color: #00a3ff
}

.header__enter:hover svg path {
    stroke: #00a3ff
}

@media (max-width: 1249px) {
    .header_fixed .header__wrap {
        padding: 10px 0
    }

    .header__wrap {
        padding: 15px 0
    }

    .header__nav > li a {
        font-size: 18px
    }

    .header__nav > li.menu-item-has-children > ul {
        width: 220px
    }

    .header__nav > li.menu-item-has-children > ul > li a {
        font-size: 16px
    }
}

@media (max-width: 989px) {
    .header__logo img {
        max-width: 120px
    }

    .header__desc {
        display: none
    }

    .header__nav {
        grid-gap: 3px 10px
    }

    .header__nav > li a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .header_fixed .header__wrap {
        padding: 10px 0
    }

    .header__wrap {
        padding: 10px 0
    }

    .header__menu {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100 - var(--heightHeader, 1vh) * 100 + 1px);
        top: calc(var(--heightHeader, 1vh) * 100);
        position: absolute !important;
        left: 0;
        z-index: 200;
        flex-direction: column;
        padding: 40px 15px;
        background: #283143;
        margin-top: 0;
        width: 100%;
        align-items: flex-start;
        flex-wrap: nowrap;
        transition: .2s ease-in-out opacity, .2s ease-in-out visibility, .3s ease-in-out transform;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        overflow: auto;
        overflow-x: hidden;
        justify-content: flex-start;
        display: flex
    }

    .header__menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px)
    }

    .header__menu-wrap {
        width: 100%;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        grid-gap: 40px
    }

    .header__nav {
        flex-direction: column;
        grid-gap: 30px
    }

    .header__nav > li a {
        font-size: 20px
    }

    .header__nav > li a:after {
        bottom: -3px;
        height: 2px
    }

    .header__nav > li.menu-item-has-children > ul {
        width: 100%;
        background: transparent;
        position: static;
        transform: translateY(0px);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        padding-bottom: 0
    }

    .header__nav > li.menu-item-has-children > ul > li a {
        color: #fff;
        font-size: 18px
    }

    .header__menu-data {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 40px 0;
        grid-gap: 20px;
        align-items: flex-start
    }

    .header__menu-data:before {
        content: "";
        background: #4D768D33;
        height: 1px;
        left: -100%;
        top: 0;
        right: -100%;
        position: absolute
    }

    .header__menu-data-tel {
        font-size: 20px;
        color: #fff;
        text-decoration: none
    }

    .header__menu-data-tel:hover {
        color: #00a3ff
    }

    .header__menu-data-tel-wrap {
        display: flex;
        grid-gap: 10px;
        align-items: center
    }

    .header__soc-ico {
        display: block;
        height: 30px
    }

    .header__soc-ico svg {
        width: 100%;
        height: 100%
    }

    .header__soc-ico svg path {
        transition: .2s ease-in-out fill
    }

    .header__menu-data-mail {
        font-size: 20px
    }

    .header__whatsapp:hover svg path {
        fill: #00a3ff
    }

    .header__tg:hover svg path[fill="#00A3FF"], .header__tg:hover svg rect[fill="#00A3FF"] {
        fill: #fff
    }

    .header__tg:hover svg path[fill="#fff"], .header__tg:hover svg rect[fill="#fff"] {
        fill: #00a3ff
    }
}

@media (max-width: 575px) {
    .header__logo img {
        max-width: 100px
    }

    .header__enter {
        grid-gap: 3px;
        height: 30px;
        width: 87px;
        font-size: 14px;
        padding: 0 9px
    }

    .header__enter svg {
        height: 24px
    }

    .header__menu-wrap {
        max-width: 100%
    }
}


.main-banner {
    background: url(webpack/src/assets/img/main-banner.jpg) center/cover no-repeat;
    overflow: hidden;
    position: relative
}

.main-banner__wrap {
    min-height: clamp(100px, 100vh, 988px);
    display: flex;
    flex-direction: column;
    padding-top: 110px
}

.main-banner__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 40px;
    grid-gap: 20px
}

.main-banner__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 850px;
    grid-gap: 50px
}

.main-banner__col .button {
    max-width: 350px
}

.main-banner__col h1 {
    margin: 0
}

.main-banner__decor {
    max-width: 950px;
    max-width: 690px;
    max-width: 790px;
    width: 100%;
    position: relative;
    margin-right: -100px
}

.main-banner__decor svg, .main-banner__decor .main-banner__decor-img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%
}

.main-banner__decor-img {
    display: flex;
    position: relative;
    align-items: flex-start
}

.main-banner__decor-img img {
    max-width: 100%;
    width: 390px;
    height: auto;
    border-radius: 80px;
    overflow: hidden;
    object-position: center;
    object-fit: contain
}

.main-banner__decor-img-new {
    margin-top: 167px;
    margin-left: -82px
}

.main-banner__footer {
    margin-top: auto;
    margin-bottom: 66px;
    padding-left: 0;
    padding-right: 0
}

.main-banner__advantages {
    background: #fff;
    padding: 20px 24px;
    border-radius: 70px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 20px
}

.main-banner__advantages li {
    display: flex;
    grid-gap: 13px;
    align-items: center
}

.main-banner__advantages li svg {
    flex-shrink: 0
}

.main-banner__advantages li div {
    display: flex;
    flex-direction: column;
    grid-gap: 4px
}

.main-banner__advantages li strong {
    font-size: 22px;
    font-weight: 600
}

.main-banner__advantages li span {
    color: #6b7f9c;
    font-size: 16px
}

@media (max-width: 1530px) {
    .main-banner__decor {
        max-width: 550px;
        margin-right: 0px
    }

    .main-banner__wrap {
        min-height: clamp(100px, 100vh, 800px)
    }
}

@media (max-width: 1249px) {
    .main-banner__decor {
        max-width: 460px
    }

    .main-banner__decor-img img {
        border-radius: 40px
    }

    .main-banner__decor-img-new {
        margin-top: 125px;
        margin-left: -50px
    }

    .main-banner__advantages {
        padding: 15px 15px;
        grid-gap: 5px
    }

    .main-banner__advantages li {
        grid-gap: 10px
    }

    .main-banner__advantages li svg {
        width: 40px;
        height: 40px
    }

    .main-banner__advantages li strong {
        font-size: 18px
    }

    .main-banner__advantages li span {
        font-size: 14px
    }
}

@media (max-width: 989px) {
    .main-banner__decor {
        max-width: 400px
    }

    .main-banner__wrap {
        min-height: clamp(100px, 100vh, 700px)
    }

    .main-banner__row {
        margin-bottom: 35px
    }

    .main-banner__footer {
        margin-bottom: 45px
    }

    .main-banner__col {
        grid-gap: 30px
    }

    .main-banner__col .button {
        max-width: 330px
    }
}

@media (max-width: 767px) {
    .main-banner__wrap {
        padding-top: 96px
    }

    .main-banner__row {
        width: 100%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        grid-gap: 15px
    }

    .main-banner__decor {
        order: -1
    }

    .main-banner__decor-img-new {
        margin-top: 95px;
        margin-left: -40px
    }

    .main-banner__advantages {
        display: flex;
        flex-direction: column;
        padding: 18px;
        border-radius: 20px;
        grid-gap: 24px
    }

    .main-banner__advantages li {
        grid-gap: 12px
    }

    .main-banner__advantages li svg {
        width: 30px;
        height: 30px
    }

    .main-banner__advantages li strong {
        font-size: 18px
    }

    .main-banner__advantages li span {
        font-size: 14px
    }

    .main-banner__col {
        grid-gap: 20px
    }

    .main-banner__col .button {
        max-width: 265px
    }
}

.contacts__map {
    height: 1100px;
    width: 1100px
}

.contacts [class*=copyrights-pane] {
    display: none !important
}

.contacts [class*="-image "] {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    position: absolute
}

.contacts [class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1)
}

@media (max-width: 767px) {
    .contacts [class*="-image "] {
        width: 30px !important;
        height: 45px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center bottom !important;
        margin-left: 10.5px !important;
        margin-top: 18px !important
    }
}

.how-to-work {
    margin: 120px 0
}

.how-to-work__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    grid-gap: 20px
}

.how-to-work__info {
    width: 100%;
    max-width: 510px
}

.how-to-work__info h3 {
    margin: 28px 0
}

.how-to-work__list {
    display: flex;
    flex-direction: column;
    grid-gap: 8px
}

.how-to-work__item .nav-link {
    display: flex;
    grid-gap: 24px;
    border: 1px solid #dbf3ff;
    border-radius: 40px;
    padding: 18px;
    align-items: center;
    cursor: pointer;
    transition: .2s ease-in-out background, .2s ease-in-out border-color
}

.how-to-work__item .nav-link:hover {
    border-color: #267dff
}

.how-to-work__item .nav-link.active {
    background: #dff3ff;
    border-color: #dff3ff;
    pointer-events: none
}

.how-to-work__item strong {
    font-size: 20px;
    font-weight: 600
}

.how-to-work__item span {
    font-size: 16px;
    color: #6b7f9c
}

.how-to-work__item-num {
    border-radius: 50%;
    border: 2px solid #267dff;
    color: #267dff;
    font-size: 25px;
    font-weight: 600;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.how-to-work__item-col {
    display: flex;
    flex-direction: column;
    grid-gap: 5px
}

.how-to-work__img {
    max-width: 590px;
    width: 100%;
    position: relative
}

.how-to-work__img img {
    width: 100%;
    object-fit: contain;
    object-position: center
}

@media (max-width: 1249px) {
    .how-to-work {
        margin: 90px 0
    }
}

@media (max-width: 989px) {
    .how-to-work__info h3 {
        margin: 20px 0
    }

    .how-to-work__item-num {
        font-size: 25px;
        width: 40px;
        height: 40px
    }

    .how-to-work__item .nav-link {
        grid-gap: 14px;
        border-radius: 20px
    }

    .how-to-work__item strong {
        font-size: 18px
    }

    .how-to-work__item span {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .how-to-work {
        margin: 60px 0
    }

    .how-to-work__wrap {
        flex-direction: column
    }

    .how-to-work__item-num {
        width: 35px;
        height: 35px
    }

    .how-to-work__info {
        order: 2;
        max-width: 100%
    }

    .how-to-work__img {
        max-width: 100%
    }

    .how-to-work__img h3 {
        margin: 0 0 20px
    }
}

.slider-before-after {
    margin: 170px 0
}

.slider-before-after__slider {
    position: relative
}

.slider-before-after .swiper-slide {
    box-sizing: border-box;
    display: flex;
    grid-gap: 6px
}

.slider-before-after .swiper {
    border-radius: 30px
}

.slider-before-after__col {
    width: 50%;
    display: flex;
    flex-direction: column
}

.slider-before-after__col img {
    margin-top: auto;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 597/400
}

.slider-before-after__col--before img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.slider-before-after__col--after img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.slider-before-after__col--after .slider-before-after__text span {
    background: #267dff
}

.slider-before-after__text {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 10px;
    align-items: center;
    margin-bottom: 22px
}

.slider-before-after__text span {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 14px;
    color: #fff;
    background: #202020;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    line-height: 1
}

.slider-before-after__text p {
    margin: 0;
    color: #6b7f9c;
    font-size: 16px;
    font-weight: 500
}

.slider-before-after .slider-btn .slider-btn--prev, .slider-before-after .slider-btn .slider-btn--next {
    top: calc(50% + 20px)
}

@media (max-width: 1249px) {
    .slider-before-after {
        margin: 120px 0
    }
}

@media (max-width: 989px) {
    .slider-before-after .swiper {
        border-radius: 20px
    }

    .slider-before-after__col--before img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .slider-before-after__col--after img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .slider-before-after__text {
        padding: 0 15px
    }

    .slider-before-after__text p {
        font-size: 14px
    }

    .slider-before-after__text span {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .slider-before-after {
        margin: 90px 0
    }

    .slider-before-after__col img {
        aspect-ratio: 140/170
    }
}

.problems {
    margin: 220px 0
}

.problems__list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px
}

.problems__item {
    box-shadow: 0px 17px 34px 0px #29539126;
    border: 1px solid #d7e2ec;
    padding: 20px 20px 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 40px
}

.problems__num {
    border-radius: 14px;
    border: 1px solid #d7e2ec;
    padding: 12px 14px;
    color: #267dff;
    font-weight: 500;
    font-size: 15px
}

.problems__question-title {
    color: #267dff;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 12px
}

.problems__question-desc {
    color: #6b7f9c;
    font-size: 16px
}

.problems__answer-title {
    color: #fff;
    background: #267dff;
    font-size: 18px;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-flex;
    padding: 8px 20px;
    margin-left: -20px;
    margin-bottom: 15px
}

.problems__answer-desc {
    font-weight: 500;
    font-size: 18px
}

@media (max-width: 1249px) {
    .problems {
        margin: 140px 0
    }
}

@media (max-width: 989px) {
    .problems__list {
        grid-gap: 15px
    }

    .problems__item {
        grid-gap: 30px
    }

    .problems__num {
        font-size: 14px
    }

    .problems__question-title {
        font-size: 26px
    }

    .problems__answer-desc {
        font-size: 16px
    }

    .problems__answer-title {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .problems {
        margin: 100px 0
    }

    .problems__list {
        grid-gap: 24px;
        grid-template-columns:repeat(1, 1fr)
    }

    .problems__item {
        padding: 20px 20px 30px;
        grid-gap: 12px
    }

    .problems__answer-title {
        margin-bottom: 12px
    }

    .problems__question-desc {
        font-size: 14px
    }

    .problems__num {
        font-size: 12px
    }
}

.conversion {
    margin: 110px 0
}

.conversion__wrap {
    display: flex;
    justify-content: space-between;
    grid-gap: 24px
}

.conversion__col {
    display: flex;
    flex-direction: column;
    grid-gap: 22px;
    max-width: 282px;
    width: 100%
}

.conversion__col h2 {
    margin: 0
}

.conversion__col p {
    margin: 0;
    color: #6b7f9c
}

.conversion__item {
    max-width: 894px;
    width: 100%;
    background: #fff;
    border: 1px solid #d7e2ec;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 45px;
    position: relative
}

.conversion__item:before {
    content: "";
    width: 606px;
    height: 613px;
    position: absolute;
    bottom: -140px;
    left: -155px;
    z-index: -1;
    filter: blur(60px);
    background: #c6f1cf;
    border-radius: 50%;
    opacity: .8
}

.conversion__item:after {
    content: "";
    width: 517px;
    height: 500px;
    position: absolute;
    top: -90px;
    right: -205px;
    z-index: -1;
    filter: blur(60px);
    background: #dbf3ff;
    border-radius: 50%
}

.conversion__item h3 {
    margin: 0
}

.conversion__schedule {
    color: #4b6080
}

.conversion__schedule > div {
    display: flex;
    justify-content: space-between;
    grid-gap: 15px
}

.conversion__schedule > div > strong {
    font-weight: 600;
    font-size: 18px;
    color: inherit
}

.conversion__schedule > div > span {
    font-weight: 700;
    font-size: 18px;
    color: inherit;
    height: 100%
}

.conversion__schedule > div > span:last-of-type {
    flex-shrink: 0
}

.conversion__schedule--active {
    color: #267dff
}

.conversion__schedule--active .conversion__schedule-line {
    border: 1px solid #267dff
}

.conversion__schedule--active .conversion__schedule-line span {
    background: #267dff
}

.conversion__schedule-line {
    background: #f2f2f2;
    border-radius: 30px;
    border: 1px solid #4b6080;
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 15px
}

.conversion__schedule-line span {
    display: block;
    background: #4b6080
}

.conversion__footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 340px
}

.conversion__result {
    background: #f2ffee;
    width: 100%;
    display: flex;
    grid-gap: 23px;
    padding: 14px 20px;
    border-radius: 60px;
    align-items: center;
    margin-bottom: 45px
}

.conversion__result h2 {
    margin: 0;
    color: #2fcb6d
}

.conversion__result span {
    font-size: 19px;
    font-weight: 600;
    color: #2fcb6d
}

.conversion__desc {
    font-size: 16px;
    color: #6b7f9c;
    font-weight: 500;
    margin: 0 0 18px
}

@media (max-width: 1249px) {
    .conversion {
        margin: 90px 0
    }
}

@media (max-width: 989px) {
    .conversion__col {
        max-width: 185px
    }

    .conversion__col svg {
        width: 90px;
        height: 90px
    }

    .conversion__item {
        padding: 30px;
        grid-gap: 28px
    }

    .conversion__schedule > div > strong {
        font-size: 16px
    }

    .conversion__result {
        grid-gap: 18px
    }

    .conversion__result span {
        font-size: 16px
    }

    .conversion__footer {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .conversion {
        margin: 90px 0
    }

    .conversion__wrap {
        flex-direction: column
    }

    .conversion__col {
        max-width: 100%;
        grid-gap: 10px
    }

    .conversion__col svg {
        width: 70px;
        height: 70px
    }

    .conversion__item {
        padding: 20px;
        border-radius: 20px
    }

    .conversion__result {
        margin-bottom: 27px
    }

    .conversion__desc {
        font-size: 14px
    }

    .conversion__schedule > div {
        width: 100%;
        flex-direction: column;
        grid-gap: 10px
    }

    .conversion__schedule > div > strong {
        font-size: 14px
    }

    .conversion__schedule--active {
        margin-top: 20px
    }
}

.sending-photo {
    border-radius: 50px;
    background: #267dff;
    color: #fff;
    width: calc(100% - 80px);
    max-width: 1824px;
    margin: 110px auto;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0
}

.sending-photo__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    grid-gap: 45px
}

.sending-photo__info {
    display: flex;
    flex-direction: column;
    max-width: 590px;
    width: 100%
}

.sending-photo__title h2 {
    margin: 0 0 20px
}

.sending-photo__list {
    margin-top: 40px;
    margin-bottom: 20px
}

.sending-photo__list > li {
    position: relative;
    padding-left: 63px;
    margin: 40px 0
}

.sending-photo__list > li:first-of-type {
    margin-top: 0
}

.sending-photo__list > li:last-of-type {
    margin-bottom: 0
}

.sending-photo__list > li:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: .6em;
    transform: translateY(-50%);
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 31px 23px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2731%27 height=%2723%27 viewBox=%270 0 31 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M29.1667 2.25L10.375 21.0417L1.83334 12.5%27 stroke=%27white%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E")
}

.sending-photo__add {
    width: 100%;
    max-width: 546px;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFFFFF66;
    border-radius: 30px;
    padding: 40px 30px;
    grid-gap: 30px
}

.sending-photo__add-list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 28px
}

.sending-photo__add-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
    border: #d7e2ec solid 1px;
    color: #267dff;
    grid-gap: 14px;
    min-height: 160px;
    padding: 20px
}

.sending-photo__add-item p {
    font-weight: 500;
    font-size: 16px;
    margin: 0
}

@media (max-width: 1350px) {
    .sending-photo {
        width: calc(100% - 40px)
    }
}

@media (max-width: 1249px) {
    .sending-photo {
        margin: 90px auto
    }

    .sending-photo__add-item {
        padding: 10px
    }
}

@media (max-width: 989px) {
    .sending-photo {
        padding: 55px 0
    }

    .sending-photo__add {
        max-width: 266px;
        grid-gap: 20px
    }

    .sending-photo__add-list {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 12px
    }

    .sending-photo__add-item {
        min-height: 100px;
        grid-gap: 8px
    }

    .sending-photo__title h2 {
        margin: 0 0 10px
    }

    .sending-photo__list {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .sending-photo {
        padding: 55px 0 45px;
        margin: 90px auto;
        border-radius: 30px
    }

    .sending-photo__wrap {
        flex-direction: column
    }

    .sending-photo__title h2 {
        margin: 0 0 0px
    }

    .sending-photo__add {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .sending-photo {
        width: 100%
    }
}

.service-help {
    margin: 160px 0
}

.service-help__wrap {
    display: flex;
    grid-gap: 24px
}

.service-help__title {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    max-width: 382px;
    width: 100%
}

.service-help__title h2 {
    margin: 0
}

.service-help__title p {
    margin: 0;
    color: #6b7f9c
}

.service-help__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 24px;
    width: 100%
}

.service-help__item {
    border-radius: 20px;
    border: 1px solid #d7e2ec;
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    grid-gap: 22px;
    text-align: center;
    align-items: center;
    font-size: 24px
}

.service-help__item p {
    margin: 0
}

@media (max-width: 1249px) {
    .service-help {
        margin: 120px 0
    }

    .service-help__list {
        grid-gap: 15px
    }

    .service-help__item {
        font-size: 20px;
        grid-gap: 15px
    }

    .service-help__item svg {
        width: 75px;
        height: 75px
    }
}

@media (max-width: 989px) {
    .service-help__list {
        grid-template-columns:repeat(1, 1fr)
    }

    .service-help__item {
        flex-direction: row;
        padding: 12px 10px;
        font-size: 18px;
        text-align: left;
        border-radius: 20px
    }

    .service-help__item svg {
        width: 52px;
        height: 52px
    }
}

@media (max-width: 767px) {
    .service-help {
        margin: 90px 0
    }

    .service-help__title {
        max-width: 100%
    }

    .service-help__wrap {
        flex-direction: column
    }
}

.tariff {
    margin: 160px 0
}

.tariff__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 20px;
    position: relative
}

.tariff__list:before {
    content: "";
    width: 662px;
    height: 500px;
    position: absolute;
    top: -60px;
    left: -254px;
    z-index: -1;
    filter: blur(60px);
    background: #e3c8ff;
    border-radius: 50%;
    opacity: .8
}

.tariff__list:after {
    content: "";
    width: 573px;
    height: 500px;
    position: absolute;
    bottom: -248px;
    right: -209px;
    z-index: -1;
    filter: blur(60px);
    background: #dbf3ff;
    border-radius: 50%;
    opacity: .8
}

.tariff__item {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    box-shadow: 0px 17px 34px 0px #29539126;
    border: 1px solid #d7e2ec;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    grid-gap: 44px;
    position: relative
}

.tariff__item--active {
    border: 2px solid #267dff
}

.tariff__marker {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #267dff;
    border-radius: 20px;
    padding: 5px 13px
}

.tariff__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.tariff__col:last-of-type {
    margin-top: auto
}

.tariff__title {
    font-size: 24px;
    color: #267dff;
    margin-bottom: 10px;
    font-weight: 600
}

.tariff__desc {
    color: #6b7f9c;
    font-size: 14px;
    font-weight: 500
}

.tariff__count {
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #d7e2ec;
    padding: 4px;
    color: #6b7f9c;
    font-size: 16px
}

.tariff__count > div {
    margin-left: 14px;
    margin-right: 18px
}

.tariff__count > div strong {
    color: #202020;
    font-weight: 700;
    font-size: 20px
}

.tariff__price {
    margin: 0 0 18px
}

.tariff__price strong {
    color: #202020;
    font-size: 32px
}

.tariff__price span {
    font-size: 20px
}

.tariff .button {
    max-width: 266px;
    width: 100%
}

@media (max-width: 1249px) {
    .tariff {
        margin: 120px 0
    }
}

@media (max-width: 989px) {
    .tariff__list {
        grid-gap: 22px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .tariff__item {
        width: calc(50% - 11px)
    }
}

@media (max-width: 767px) {
    .tariff {
        margin: 90px 0
    }

    .tariff__item {
        grid-gap: 34px;
        padding: 30px 20px;
        width: 100%
    }
}

.faq {
    margin: 150px 0
}

.faq__list {
    display: flex;
    flex-direction: column
}

.faq__item {
    border-bottom: 1px solid #267dff
}

.faq__head {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 20px 55px 20px 0px;
    transition: .2s ease-in-out color
}

.faq__head:hover {
    color: #267dff
}

.faq__head:not(.collapsed) .faq__ico:after {
    transform: translate(-50%, -50%) rotate(0deg)
}

.faq__head:not(.collapsed) .faq__ico:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq__ico {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0px
}

.faq__ico:after {
    content: "";
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #267dff;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: .2s ease-in-out transform
}

.faq__ico:before {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #267dff;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: .2s ease-in-out transform
}

.faq__body {
    font-size: 18px;
    padding: 0px 55px 20px 0
}

.faq__body > *:first-child {
    margin-top: 0
}

.faq__body h1, .faq__body h2, .faq__body h3, .faq__body h4, .faq__body h5, .faq__body h6 {
    margin: 0 0 20px
}

.faq__body strong {
    color: #267dff
}

@media (max-width: 1249px) {
    .faq {
        margin: 120px 0
    }

    .faq__body {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .faq {
        margin: 90px 0
    }

    .faq__head {
        padding: 20px 25px 20px 0px
    }

    .faq__body {
        padding: 0px 25px 20px 0;
        font-size: 14px
    }
}

.form-section {
    border-radius: 50px;
    background: #267dff;
    color: #fff;
    width: calc(100% - 80px);
    max-width: 1824px;
    margin: 150px auto;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 100px
}

.form-section__wrap {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    justify-content: space-between
}

.form-section__info {
    display: flex;
    flex-direction: column;
    max-width: 590px;
    width: 100%;
    grid-gap: 20px
}

.form-section__info h2 {
    margin: 0
}

.form-section__info p {
    margin: 0
}

.form-section__form {
    box-shadow: 0px 17px 64px 0px #267DFF33;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    width: 100%;
    max-width: 540px
}

.form-section .wpcf7-form-title, .form-section .wpcf7-form-or, .form-section .button--border {
    display: none
}

@media (max-width: 1350px) {
    .form-section {
        width: calc(100% - 40px)
    }
}

@media (max-width: 1249px) {
    .form-section {
        margin: 90px auto
    }
}

@media (max-width: 989px) {
    .form-section {
        padding: 50px 0
    }

    .form-section__wrap {
        flex-direction: column
    }

    .form-section__info {
        max-width: 100%
    }

    .form-section__form {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .form-section {
        margin: 90px auto;
        border-radius: 30px;
        padding: 40px 5px 55px
    }

    .form-section__form {
        border-radius: 20px
    }
}

@media (max-width: 575px) {
    .form-section {
        width: 100%
    }
}



.footer {
    background: #283143
}

.footer__up {
    right: 25px;
    bottom: 135px;
    bottom: 75px;
    transform: translateY(calc(-50% + 25px)) rotate(-90deg);
    position: fixed;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-color: #00a3ff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%2714%27 viewBox=%270 0 9 14%27 fill=%27none%27%3E %3Cpath d=%27M1.25708 0.928467L7.38565 7.05704L1.25708 13.1856%27 stroke=%27white%27 stroke-width=%272%27/%3E %3C/svg%3E");
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.footer__up.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) rotate(-90deg)
}

.footer__up:hover {
    background-color: #0171dc
}

.footer__float-whatsapp {
    width: 50px;
    height: 50px;
    z-index: 105;
    transition: all .2s ease-in-out;
    position: fixed;
    right: 25px;
    bottom: 25px;
    border-radius: 100%;
    animation: 3s radial-pulse 10s infinite
}

.footer__float-whatsapp > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%)
}

.footer__float-whatsapp svg {
    width: 100%;
    height: 100%
}

.footer__float-whatsapp:hover {
    animation: none !important
}

.footer__float-tg {
    width: 50px;
    height: 50px;
    z-index: 105;
    transition: all .2s ease-in-out;
    position: fixed;
    right: 30px;
    bottom: 12px;
    border-radius: 100%;
    animation: 3s radial-pulse 10s infinite
}

.footer__float-tg > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.footer__float-tg svg {
    width: 100%;
    height: 100%
}

.footer__float-tg svg path {
    transition: .2s ease-in-out fill
}

.footer__float-tg:hover {
    animation: none !important
}

.footer__float-tg:hover svg path[fill="#00A3FF"] {
    fill: #33b5ff
}

.footer__float-demo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    z-index: 105;
    transition: all .2s 0s;
    position: fixed;
    right: 21px;
    bottom: 90px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    cursor: pointer;
    background: #00a3ff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.footer__float-demo svg {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.footer__float-demo:hover {
    background: #0171dc
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    padding: 130px 0 100px
}

.footer__col {
    display: flex;
    flex-direction: column
}

.footer__logo {
    max-width: 158px;
    min-width: 158px;
    width: 100%;
    margin-bottom: 60px
}

.footer__logo img {
    object-position: center;
    object-fit: contain;
    width: 100%;
    margin: 0
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.footer__tel-wrap {
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.footer__tel {
    font-size: 32px;
    color: #fff;
    text-decoration: none
}

.footer__tel:hover {
    color: #00a3ff
}

.footer__soc-ico {
    display: block;
    height: 37px;
    width: 37px
}

.footer__soc-ico svg {
    width: 100%;
    height: 100%
}

.footer__soc-ico svg path {
    transition: .2s ease-in-out fill
}

.footer__tg:hover svg path[fill="#00A3FF"], .footer__tg:hover svg rect[fill="#00A3FF"] {
    fill: #fff
}

.footer__tg:hover svg path[fill="#fff"], .footer__tg:hover svg rect[fill="#fff"] {
    fill: #00a3ff
}

.footer__whatsapp:hover svg path {
    fill: #00a3ff
}

.footer__email {
    font-size: 32px
}

.footer__certificate-wrap {
    display: flex;
    grid-gap: 15px;
    width: 100%;
    max-width: 390px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    align-items: flex-start;
    border-radius: 10px;
    border: 2px solid #00a3ff;
    padding: 15px
}

.footer__certificate-img {
    max-width: 80px
}

.footer__certificate-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    font-size: 14px;
    color: rgba(255, 255, 255, .5)
}

.footer__certificate-text > div {
    margin-top: 5px
}

.footer__certificate-text > div:first-child {
    margin-top: 0;
    margin-bottom: auto
}

.footer__certificate-popup {
    display: block;
    border-radius: 6px;
    max-width: 100px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.footer__certificate-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.footer__certificate-popup:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #283143;
    opacity: .3;
    transition: .2s ease-in-out opacity
}

.footer__certificate-popup:hover:after {
    opacity: 0
}

.footer__bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(191, 218, 236, .2)
}

.footer__bottom-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 35px;
    flex-wrap: wrap
}

.footer__menu {
    display: flex;
    justify-content: center;
    grid-gap: 35px
}

.footer__menu a {
    color: #fff;
    text-decoration: none
}

.footer__menu a:hover {
    color: #00a3ff
}

.footer__menu-add {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, .5)
}

.footer__menu-add a {
    color: rgba(255, 255, 255, .5)
}

.footer__menu-add a:hover {
    color: #00a3ff
}

.footer__menu-add-2 {
    width: 100%;
    justify-content: center
}

.footer__desc {
    color: #fff;
    font-size: 22px;
    margin-top: 5px
}

.footer__desc > p:first-of-type {
    margin-top: 0
}

.footer__desc > p:last-of-type {
    margin-bottom: 0
}

@media (max-width: 1249px) {
    .footer__tel {
        font-size: 28px
    }

    .footer__email {
        font-size: 28px
    }
}

@media (max-width: 989px) {
    .footer__wrap {
        padding: 100px 0 70px
    }

    .footer__logo {
        max-width: 120px;
        min-width: 120px;
        margin-bottom: 40px
    }

    .footer__tel {
        font-size: 26px
    }

    .footer__email {
        font-size: 26px
    }

    .footer__contacts {
        grid-gap: 10px
    }

    .footer__menu-add {
        flex-direction: column;
        grid-gap: 15px
    }
}

@media (max-width: 767px) {
    .footer__logo {
        margin-bottom: 20px
    }

    .footer__contacts {
        grid-gap: 5px
    }

    .footer__tel {
        font-size: 22px
    }

    .footer__email {
        font-size: 22px
    }

    .footer__soc-ico {
        height: 30px;
        width: 30px
    }

    .footer__wrap {
        flex-direction: column;
        grid-gap: 25px
    }

    .footer__bottom-wrap {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__menu {
        flex-direction: column;
        grid-gap: 15px
    }

    .footer__menu-add {
        justify-content: flex-start
    }

    .footer__desc {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .footer__logo {
        max-width: 100px;
        min-width: 100px
    }

    .footer__bottom-wrap {
        flex-direction: column
    }

    .footer__certificate-wrap {
        flex-direction: column
    }
}


.inner-page {
    padding-top: 110px;
    padding-bottom: 70px
}

.inner-page__text {
    margin: 120px 0
}

@media (max-width: 1249px) {
    .inner-page__text {
        margin: 90px 0
    }
}

@media (max-width: 767px) {
    .inner-page__text {
        margin: 60px 0
    }
}

.body-inner .wp-caption-text {
    margin-top: -35px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    display: block
}

.body-inner .wp-caption-text--video {
    margin-top: 0
}

.body-inner .important {
    background: rgba(227, 234, 241, .3);
    border: 3px solid rgba(30, 166, 227, .1);
    border-radius: 5px;
    position: relative;
    display: flex;
    padding: 10px 25px;
    margin: 20px 0
}

.body-inner .important p {
    color: #000
}

.body-inner .important:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2720%27 cy=%2720%27 r=%2720%27 fill=%27%231EA6E3%27/%3E%3Cpath d=%27M22.9506 13.9093V8.52441H17.7047V13.9093C17.7047 14.2536 17.7299 14.5794 17.7802 14.8868C17.8305 15.1941 17.8997 15.5384 17.9878 15.9195C18.0758 16.3006 18.145 16.6264 18.1953 16.8969L19.1766 22.8719H21.4033L22.4222 16.8969C22.4726 16.651 22.5481 16.3313 22.6487 15.9379C22.7493 15.5445 22.8248 15.1941 22.8751 14.8868C22.9255 14.5794 22.9506 14.2536 22.9506 13.9093ZM22.9506 29.5492C22.9506 28.8361 22.6927 28.2337 22.1769 27.7419C21.6612 27.2501 21.0384 27.0042 20.3088 27.0042C19.6043 27.0042 18.9942 27.2501 18.4784 27.7419C17.9626 28.2337 17.7047 28.8361 17.7047 29.5492C17.7047 30.2622 17.9626 30.8708 18.4784 31.3749C18.9942 31.8789 19.6043 32.131 20.3088 32.131C21.0384 32.131 21.6612 31.8789 22.1769 31.3749C22.6927 30.8708 22.9506 30.2622 22.9506 29.5492Z%27 fill=%27white%27/%3E%3C/svg%3E");
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: block;
    margin-right: 30px;
    margin-top: 20px
}

.body-inner .wp-caption {
    max-width: 100%;
    margin-bottom: 0
}

.body-inner .alignleft, .body-inner img.alignleft {
    float: left
}

.body-inner .alignright, .body-inner img.alignright {
    float: right
}

.body-inner .aligncenter, .body-inner img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.body-inner img.alignleft + .wp-caption-text, .body-inner img.aligncenter + .wp-caption-text, .body-inner img.alignright + .wp-caption-text {
    margin-top: 0
}

.body-inner .alignleft img, .body-inner .alignright img {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0
}

.body-inner p, .body-inner ul, .body-inner ol, .body-inner table, .body-inner blockquote, .body-inner h2, .body-inner h3, .body-inner h4, .body-inner h5, .body-inner h6 {
    clear: both
}

.cookie-block {
    background: #fff;
    position: fixed;
    right: 70px;
    bottom: 85px;
    max-width: 450px;
    padding: 25px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 70px - 15pxyy);
    box-shadow: 0px 2px 12px 0px rgba(160, 170, 220, .7);
    border-radius: 30px;
    z-index: 100;
    transition: .2s ease-in-out opacity, .2s ease-in-out visibility, .2s ease-in-out transform;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

.cookie-block.show {
    visibility: visible;
    animation: slideUpFadeIn .5s ease-out .5s forwards
}

.cookie-block.active {
    animation: slideDownFadeOut .4s ease-in forwards
}

.cookie-block svg {
    width: 28px;
    margin-right: 15px;
    flex-shrink: 0
}

.cookie-block__text {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px
}

.cookie-block__text p {
    margin: 0
}

.cookie-block__more {
    color: #267dff !important;
    margin-right: 20px;
    font-size: 16px
}

.cookie-block__btns {
    display: flex;
    align-items: center;
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .cookie-block {
        padding: 15px;
        border-radius: 20px
    }

    .cookie-block svg {
        display: none
    }

    .cookie-block__text {
        font-size: 14px
    }

    .cookie-block__ok.button {
        font-size: 14px;
        padding: 15px;
        height: 40px
    }

    .cookie-block__more {
        font-size: 14px
    }
}

.main-title {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    text-align: center;
    margin-bottom: 70px
}

.main-title h2 {
    margin: 0
}

.main-title p {
    margin: 0 auto;
    color: #6b7f9c;
    max-width: 780px
}

@media (max-width: 1249px) {
    .main-title {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .main-title {
        margin-bottom: 50px
    }
}

.files {
    margin: 20px 0 90px
}

.files__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0
}

.files li {
    width: 32.5%;
    margin-bottom: 10px
}

.files__info {
    padding-right: 50px;
    margin-bottom: auto
}

.files__item {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

.files__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    height: 100%
}

.files__item a:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2741%27 viewBox=%270 0 40 41%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Crect y=%270.5%27 width=%2740%27 height=%2740%27 rx=%2720%27 fill=%27%23EDF2F6%27/%3E %3Cpath d=%27M29 23.5V27.5C29 28.0304 28.7893 28.5391 28.4142 28.9142C28.0391 29.2893 27.5304 29.5 27 29.5H13C12.4696 29.5 11.9609 29.2893 11.5858 28.9142C11.2107 28.5391 11 28.0304 11 27.5V23.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3Cpath d=%27M15 18.5L20 23.5L25 18.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3Cpath d=%27M20 23.5V11.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E");
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0
}

.files__item a:hover .files__title {
    color: #5f7ce4
}

.files__item--hidden {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important
}

.files__item i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_0_1%29%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_0_1%27 x1=%2714%27 y1=%279.5%27 x2=%2741%27 y2=%2737.5%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23ADC030%27/%3E %3Cstop offset=%271%27 stop-color=%27%2353A023%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
    min-width: 38px;
    width: 38px;
    height: 50px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: auto
}

.files__item--doc i, .files__item--docx i {
    background-image: url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_213_26%29%27/%3E %3Cpath d=%27M7.89844 32.2471C7.89844 31.0941 8.15592 30.1758 8.6709 29.4922C9.19043 28.8086 9.89909 28.4668 10.7969 28.4668C11.5169 28.4668 12.1117 28.7357 12.5811 29.2734V25.5H14.5635V36H12.7793L12.6836 35.2139C12.1914 35.8291 11.5579 36.1367 10.7832 36.1367C9.91276 36.1367 9.21322 35.7949 8.68457 35.1113C8.16048 34.4232 7.89844 33.4684 7.89844 32.2471ZM9.87402 32.3906C9.87402 33.0833 9.99479 33.6143 10.2363 33.9834C10.4779 34.3525 10.8288 34.5371 11.2891 34.5371C11.8997 34.5371 12.3304 34.2796 12.5811 33.7646V30.8457C12.335 30.3307 11.9089 30.0732 11.3027 30.0732C10.3503 30.0732 9.87402 30.8457 9.87402 32.3906ZM15.7871 32.2334C15.7871 31.4997 15.9284 30.8457 16.2109 30.2715C16.4935 29.6973 16.8991 29.2529 17.4277 28.9385C17.9609 28.624 18.5785 28.4668 19.2803 28.4668C20.2783 28.4668 21.0918 28.7721 21.7207 29.3828C22.3542 29.9935 22.7074 30.8229 22.7803 31.8711L22.7939 32.377C22.7939 33.5117 22.4772 34.4232 21.8438 35.1113C21.2103 35.7949 20.3604 36.1367 19.2939 36.1367C18.2275 36.1367 17.3753 35.7949 16.7373 35.1113C16.1038 34.4277 15.7871 33.498 15.7871 32.3223V32.2334ZM17.7627 32.377C17.7627 33.0788 17.8949 33.6165 18.1592 33.9902C18.4235 34.3594 18.8018 34.5439 19.2939 34.5439C19.7725 34.5439 20.1462 34.3617 20.415 33.9971C20.6839 33.6279 20.8184 33.04 20.8184 32.2334C20.8184 31.5452 20.6839 31.012 20.415 30.6338C20.1462 30.2555 19.7679 30.0664 19.2803 30.0664C18.7972 30.0664 18.4235 30.2555 18.1592 30.6338C17.8949 31.0075 17.7627 31.5885 17.7627 32.377ZM27.0869 34.5439C27.4515 34.5439 27.7477 34.4437 27.9756 34.2432C28.2035 34.0426 28.3219 33.776 28.3311 33.4434H30.1836C30.179 33.9447 30.0423 34.4049 29.7734 34.8242C29.5046 35.2389 29.1354 35.5625 28.666 35.7949C28.2012 36.0228 27.6862 36.1367 27.1211 36.1367C26.0638 36.1367 25.2298 35.8018 24.6191 35.1318C24.0085 34.4574 23.7031 33.5277 23.7031 32.3428V32.2129C23.7031 31.0736 24.0062 30.1644 24.6123 29.4854C25.2184 28.8063 26.0501 28.4668 27.1074 28.4668C28.0326 28.4668 28.7731 28.7311 29.3291 29.2598C29.8896 29.7839 30.1745 30.4834 30.1836 31.3584H28.3311C28.3219 30.9756 28.2035 30.6657 27.9756 30.4287C27.7477 30.1872 27.4469 30.0664 27.0732 30.0664C26.613 30.0664 26.2643 30.235 26.0273 30.5723C25.7949 30.9049 25.6787 31.4473 25.6787 32.1992V32.4043C25.6787 33.1654 25.7949 33.7122 26.0273 34.0449C26.2598 34.3776 26.613 34.5439 27.0869 34.5439Z%27 fill=%27white%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_213_26%27 x1=%271.56436%27 y1=%2723.9034%27 x2=%2736.7525%27 y2=%2723.9034%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%238541AF%27/%3E %3Cstop offset=%271%27 stop-color=%27%234829A0%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")
}

.files__item--pdf i {
    background-image: url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27%23DD3634%27/%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_213_1510%29%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cpath d=%27M16.0195 32.3701C16.0195 33.5094 15.7598 34.4232 15.2402 35.1113C14.7253 35.7949 14.028 36.1367 13.1484 36.1367C12.401 36.1367 11.7972 35.877 11.3369 35.3574V38.8438H9.36133V28.6035H11.1934L11.2617 29.3281C11.7402 28.7539 12.3646 28.4668 13.1348 28.4668C14.0462 28.4668 14.7549 28.804 15.2607 29.4785C15.7666 30.153 16.0195 31.0827 16.0195 32.2676V32.3701ZM14.0439 32.2266C14.0439 31.5384 13.9209 31.0075 13.6748 30.6338C13.4333 30.2601 13.0801 30.0732 12.6152 30.0732C11.9954 30.0732 11.5693 30.3102 11.3369 30.7842V33.8125C11.5785 34.3001 12.0091 34.5439 12.6289 34.5439C13.5723 34.5439 14.0439 33.7715 14.0439 32.2266ZM16.9424 32.2471C16.9424 31.0941 17.1999 30.1758 17.7148 29.4922C18.2344 28.8086 18.943 28.4668 19.8408 28.4668C20.5609 28.4668 21.1556 28.7357 21.625 29.2734V25.5H23.6074V36H21.8232L21.7275 35.2139C21.2354 35.8291 20.6019 36.1367 19.8271 36.1367C18.9567 36.1367 18.2572 35.7949 17.7285 35.1113C17.2044 34.4232 16.9424 33.4684 16.9424 32.2471ZM18.918 32.3906C18.918 33.0833 19.0387 33.6143 19.2803 33.9834C19.5218 34.3525 19.8727 34.5371 20.333 34.5371C20.9437 34.5371 21.3743 34.2796 21.625 33.7646V30.8457C21.3789 30.3307 20.9528 30.0732 20.3467 30.0732C19.3942 30.0732 18.918 30.8457 18.918 32.3906ZM25.6787 36V30.0527H24.5781V28.6035H25.6787V27.9746C25.6787 27.1452 25.9157 26.5026 26.3896 26.0469C26.8682 25.5866 27.5358 25.3564 28.3926 25.3564C28.666 25.3564 29.001 25.402 29.3975 25.4932L29.377 27.0244C29.2129 26.9834 29.0124 26.9629 28.7754 26.9629C28.0326 26.9629 27.6611 27.3115 27.6611 28.0088V28.6035H29.1309V30.0527H27.6611V36H25.6787Z%27 fill=%27white%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_213_1510%27 x1=%275.5%27 y1=%272.5%27 x2=%2739.6937%27 y2=%276.18011%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23D02929%27/%3E %3Cstop offset=%271%27 stop-color=%27%23F95586%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")
}

.files__item--xls i, .files__item--xml i, .files__item--xlsx i {
    background-image: url("data:image/svg+xml,%3Csvg width=%2738%27 height=%2749%27 viewBox=%270 0 38 49%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M37.4926 12.2828L25.8767 0.514063C25.5528 0.185938 25.1156 0 24.6568 0H1.72727C0.771875 0 0 0.782031 0 1.75V47.25C0 48.218 0.771875 49 1.72727 49H36.2727C37.2281 49 38 48.218 38 47.25V13.5242C38 13.0594 37.8165 12.6109 37.4926 12.2828Z%27 fill=%27url%28%23paint0_linear_75_7375%29%27/%3E %3Cpath d=%27M13.5518 30.8115L14.7959 28.6035H16.9082L14.8027 32.2266L16.9971 36H14.8779L13.5586 33.6758L12.2461 36H10.1201L12.3145 32.2266L10.2158 28.6035H12.335L13.5518 30.8115ZM19.9434 36H17.9609V25.5H19.9434V36ZM25.583 33.9561C25.583 33.7145 25.4622 33.5254 25.2207 33.3887C24.9837 33.2474 24.6009 33.1221 24.0723 33.0127C22.3132 32.6436 21.4336 31.8962 21.4336 30.7705C21.4336 30.1143 21.7048 29.5674 22.2471 29.1299C22.7939 28.6878 23.5072 28.4668 24.3867 28.4668C25.3255 28.4668 26.0752 28.6878 26.6357 29.1299C27.2008 29.5719 27.4834 30.1462 27.4834 30.8525H25.5078C25.5078 30.57 25.4167 30.3376 25.2344 30.1553C25.0521 29.9684 24.7673 29.875 24.3799 29.875C24.0472 29.875 23.7897 29.9502 23.6074 30.1006C23.4251 30.251 23.334 30.4424 23.334 30.6748C23.334 30.8936 23.4365 31.0713 23.6416 31.208C23.8512 31.3402 24.2021 31.4564 24.6943 31.5566C25.1865 31.6523 25.6012 31.7617 25.9385 31.8848C26.9821 32.2676 27.5039 32.9307 27.5039 33.874C27.5039 34.5485 27.2145 35.0954 26.6357 35.5146C26.057 35.9294 25.3096 36.1367 24.3936 36.1367C23.7738 36.1367 23.2223 36.0273 22.7393 35.8086C22.2607 35.5853 21.8848 35.2822 21.6113 34.8994C21.3379 34.512 21.2012 34.0951 21.2012 33.6484H23.0742C23.0924 33.9993 23.2223 34.2682 23.4639 34.4551C23.7054 34.6419 24.029 34.7354 24.4346 34.7354C24.8128 34.7354 25.0977 34.6647 25.2891 34.5234C25.485 34.3776 25.583 34.1885 25.583 33.9561Z%27 fill=%27white%27/%3E %3Cpath d=%27M24 4V10.5C24 12.7091 25.7909 14.5 28 14.5H34%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E %3Cdefs%3E %3ClinearGradient id=%27paint0_linear_75_7375%27 x1=%2714%27 y1=%279.5%27 x2=%2741%27 y2=%2737.5%27 gradientUnits=%27userSpaceOnUse%27%3E %3Cstop stop-color=%27%23ADC030%27/%3E %3Cstop offset=%271%27 stop-color=%27%2353A023%27/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E")
}

.files__title {
    color: #000;
    transition: .2s ease-in-out color;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 3px
}

.files__size {
    font-size: 14px;
    font-style: italic;
    color: #267dff
}

@media (max-width: 989px) {
    .files {
        margin: 80px 0
    }

    .files__list {
        margin: 40px 0
    }

    .files li {
        width: 49%
    }
}

@media (max-width: 767px) {
    .files {
        margin: 40px 0
    }

    .files__list {
        margin: 30px 0
    }

    .files li {
        width: 100%
    }
}

.checkbox-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.checkbox-list li {
    position: relative;
    margin-bottom: 10px
}

.checkbox-list li:last-of-type {
    margin-bottom: 0
}

.checkbox-list label {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    transition: .2s ease-in-out color;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1
}

.checkbox-list i {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border: 2px solid #267dff;
    transition: .2s ease-in-out all;
    border-radius: 50%;
    margin-right: 18px;
    background: transparent;
    position: relative;
    transform: translateY(-2px)
}

.checkbox-list i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%) scale(0);
    transition: all ease-in-out .3s;
    border-radius: 50%;
    background: #267dff
}

.checkbox-list input[type=checkbox], .checkbox-list input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.checkbox-list input[type=checkbox]:checked + label i:before, .checkbox-list input[type=radio]:checked + label i:before {
    transform: translate(-50%, -50%) scale(1)
}

.burger {
    cursor: pointer;
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out background;
    border-radius: 50%;
    z-index: 102;
    border: 1px solid #267dff
}

.burger:hover {
    background: #267dff
}

.burger:hover span, .burger:hover span:before, .burger:hover span:after {
    background: #fff
}

.burger span, .burger span:before, .burger span:after {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background: #267dff;
    border-radius: 2px;
    position: relative;
    top: 0px;
    transition: all .3s ease-in-out
}

.burger span:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 4px
}

.burger span:before {
    position: absolute;
    content: "";
    top: 4px
}

.burger.active span {
    transform: rotate(45deg)
}

.burger.active span:before {
    transform: translate(0px, -4px) rotate(-90deg)
}

.burger.active span:after {
    transform: translate(0px, 4px) rotate(-90deg)
}

.burger.active span, .burger.active span:before, .burger.active span:after {
    background: #267dff
}

.burger.active:hover span, .burger.active:hover span:before, .burger.active:hover span:after {
    background: #fff
}

form {
    position: relative;
    padding: 50px 40px;
    color: #202020
}

form .wpcf7-form-title {
    margin-bottom: 37px;
    display: flex;
    flex-direction: column;
    grid-gap: 18px
}

form .wpcf7-form-or {
    font-size: 16px;
    color: #6b7f9c;
    text-align: center;
    margin: 37px 0
}

form h3 {
    margin: 0
}

form h3 + p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #6b7f9c
}

form .label {
    font-weight: 500;
    margin-bottom: 11px;
    display: block;
    font-size: 16px
}

form .wpcf7-form-control-wrap {
    margin: 0 0 25px;
    display: block;
    text-align: left;
    width: auto;
    position: relative
}

form .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #6b7f9c;
    font-size: 12px;
    font-weight: normal;
    display: block;
    left: 0
}

form .wpcf7-not-valid {
    border-color: #ee2323 !important
}

form .wpcf7-response-output {
    border: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 15px !important;
    line-height: 1.2;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    background: #267dff;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    position: static;
    margin: 20px 0 0 !important
}

form .wpcf7 .ajax-loader {
    display: none !important
}

form.wpcf7-form.sent .wpcf7-response-output {
    color: #fff
}

form button {
    margin-top: 37px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

form button:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-in-out opacity, .1s ease-in-out visibility;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27xMidYMid%27 class=%27uil-ring-alt%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%27 height=%27100%27 fill=%27none%27 class=%27bk%27%3E%3C/rect%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27%23267DFF%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3C/circle%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2740%27 stroke=%27%23fff%27 fill=%27none%27 stroke-width=%2710%27 stroke-linecap=%27round%27%3E%3Canimate attributeName=%27stroke-dashoffset%27 dur=%272s%27 repeatCount=%27indefinite%27 from=%270%27 to=%27502%27%3E%3C/animate%3E%3Canimate attributeName=%27stroke-dasharray%27 dur=%272s%27 repeatCount=%27indefinite%27 values=%27150.6 100.4;1 250;150.6 100.4%27%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E")
}

form button.loading {
    color: transparent !important;
    pointer-events: none !important;
    cursor: default !important
}

form button.loading:after {
    opacity: 1;
    visibility: visible
}

form .form-personal-data {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #6b7f9c
}

form .form-personal-data a {
    color: inherit
}

@media (max-width: 1249px) {
    form {
        padding: 40px 30px
    }
}

@media (max-width: 767px) {
    form {
        padding: 40px 15px
    }

    form .wpcf7-form-or {
        margin: 25px 0
    }

    form .wpcf7-form-title {
        margin-bottom: 25px
    }

    form .form-personal-data {
        margin-top: 25px
    }
}

.button {
    padding: 15px;
    background: #267dff;
    border-radius: 14px;
    height: 74px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    transition: .2s ease-in-out background-color, .2s ease-in-out border, .2s ease-in-out color;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    grid-gap: 14px
}

.button:hover {
    border-color: #468dff;
    background-color: #468dff;
    color: #fff
}

.button--mini {
    height: 52px;
    font-size: 16px;
    font-weight: 500
}

.button--border {
    color: #267dff;
    background: transparent;
    border: 1px solid #d7e2ec
}

.button--border:hover {
    border-color: #267dff;
    background-color: #267dff;
    color: #fff
}

@media (max-width: 989px) {
    .button {
        height: 65px
    }

    .button--mini {
        height: 52px
    }
}

@media (max-width: 767px) {
    .button {
        height: 50px;
        grid-gap: 8px
    }

    .button--mini {
        height: 52px
    }
}

.slider-btn {
    display: flex;
    justify-content: center;
    grid-gap: 15px
}

.slider-btn--prev, .slider-btn--next {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 52px;
    height: 52px;
    background-color: transparent;
    transition: .2s ease-in-out background-color;
    border-radius: 50%;
    border: 1px solid #267dff
}

.slider-btn--prev:after, .slider-btn--prev:before, .slider-btn--next:after, .slider-btn--next:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s ease-in-out opacity;
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2724%27 viewBox=%270 0 14 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M2.25 21.5L11.75 12L2.25 2.5%27 stroke=%27%23267DFF%27 stroke-width=%274%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E")
}

.slider-btn--prev:before, .slider-btn--next:before {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2724%27 viewBox=%270 0 14 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M2.25 21.5L11.75 12L2.25 2.5%27 stroke=%27%23fff%27 stroke-width=%274%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E")
}

.slider-btn--prev.swiper-button-disabled, .slider-btn--next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.slider-btn--prev:hover, .slider-btn--next:hover {
    background-color: #267dff
}

.slider-btn--prev:hover:after, .slider-btn--next:hover:after {
    opacity: 0
}

.slider-btn--prev:hover:before, .slider-btn--next:hover:before {
    opacity: 1
}

.slider-btn--prev.swiper-button-lock, .slider-btn--next.swiper-button-lock {
    display: none
}

.slider-btn--next {
    margin-left: auto
}

.slider-btn--prev {
    margin-right: auto
}

.slider-btn--prev:after, .slider-btn--prev:before {
    transform: rotate(180deg)
}

.slider-btn--absolute-bottom .slider-btn--prev, .slider-btn--absolute-bottom .slider-btn--next {
    position: absolute;
    top: 50%;
    z-index: 1
}

.slider-btn--absolute-bottom .slider-btn--prev {
    transform: translate(-100%, -50%);
    left: -18px
}

.slider-btn--absolute-bottom .slider-btn--next {
    transform: translate(100%, -50%);
    right: -18px
}

.slider-btn--absolute .slider-btn--prev, .slider-btn--absolute .slider-btn--next {
    position: absolute;
    top: 50%;
    z-index: 1
}

.slider-btn--absolute .slider-btn--prev {
    transform: translate(-100%, -50%);
    left: -55px
}

.slider-btn--absolute .slider-btn--next {
    transform: translate(100%, -50%);
    right: -55px
}

.slider-btn--absolute .swiper-pagination {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
    position: relative
}

.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 5px;
    background: rgba(124, 103, 103, .33);
    margin-right: 13px;
    transition: .2s ease-in-out background, .2s ease-in-out opacity;
    cursor: pointer
}

.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0
}

.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #267dff;
    pointer-events: none
}

.slider-btn--absolute .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: .7
}

.slider-btn--static {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: static;
    margin: 28px 0 0;
    transform: none
}

.slider-btn .destroy {
    cursor: pointer;
    pointer-events: none
}

.slider-btn .swiper-pagination {
    position: static;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px 7px;
    justify-content: center;
    align-items: center
}

.slider-btn .swiper-pagination.swiper-pagination-lock {
    display: none
}

.slider-btn .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .2s ease-in-out transform, .2s ease-in-out background;
    border-radius: 50%;
    border: 1px solid #6b7f9c;
    margin: 0;
    opacity: 1;
    cursor: pointer
}

.slider-btn .swiper-pagination .swiper-pagination-bullet:hover {
    background: #267dff;
    border-color: #267dff
}

.slider-btn .swiper-pagination .swiper-pagination-bullet-active {
    background: #267dff;
    border-color: #267dff;
    transform: scale(1.4)
}

@media (max-width: 1379px) {
    .slider-btn--absolute-bottom {
        display: flex;
        margin-top: 11px;
        align-items: center;
        justify-content: space-between
    }

    .slider-btn--absolute-bottom .slider-btn--next, .slider-btn--absolute-bottom .slider-btn--prev {
        transform: translate(0%);
        position: static;
        margin: 0
    }

    .slider-btn--absolute-bottom .swiper-pagination:not(.swiper-pagination-lock) {
        display: flex;
        margin: 0
    }
}

@media (max-width: 767px) {
    .slider-btn--prev, .slider-btn--next {
        width: 30px;
        height: 30px
    }

    .slider-btn--prev:after, .slider-btn--prev:before, .slider-btn--next:after, .slider-btn--next:before {
        background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2714%27 viewBox=%270 0 9 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1.83655 12.4808L7.31732 7.00006L1.83655 1.51929%27 stroke=%27%23267DFF%27 stroke-width=%272.30769%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E")
    }

    .slider-btn--prev:before, .slider-btn--next:before {
        opacity: 0;
        background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2714%27 viewBox=%270 0 9 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M1.83655 12.4808L7.31732 7.00006L1.83655 1.51929%27 stroke=%27%23fff%27 stroke-width=%272.30769%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E %3C/svg%3E")
    }

    .slider-btn .swiper-pagination {
        margin-top: 40px;
        grid-gap: 5px 5px
    }

    .slider-btn .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }
}

.pagination {
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pagination li {
    overflow: hidden;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.pagination li:last-of-type {
    margin-right: 0
}

.pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: .2s ease-in-out color;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: #202020;
    position: relative
}

.pagination a:hover, .pagination span:hover {
    color: #468dff
}

.pagination a.active, .pagination span.active {
    background: #468dff;
    color: #fff;
    opacity: 1;
    pointer-events: none
}

.pagination a.pagination__next, .pagination span.pagination__next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 22px;
    transition: .2s ease-in-out opacity;
    background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L11 11L2 20%27 stroke=%27%23222222%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

.pagination a.pagination__next:after, .pagination span.pagination__next:after {
    transition: .2s ease-in-out opacity;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L11 11L2 20%27 stroke=%27%231EA6E3%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

.pagination a.pagination__next:hover:after, .pagination span.pagination__next:hover:after {
    opacity: 1
}

.pagination a.pagination__prev, .pagination span.pagination__prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 22px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 19.8569L2 10.8569L11 1.85693%27 stroke=%27%23222222%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

.pagination a.pagination__prev:after, .pagination span.pagination__prev:after {
    transition: .2s ease-in-out opacity;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2722%27 viewBox=%270 0 13 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 19.8569L2 10.8569L11 1.85693%27 stroke=%27%231EA6E3%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

.pagination a.pagination__prev:hover:after, .pagination span.pagination__prev:hover:after {
    opacity: 1
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    color: #575249;
    margin: 30px 0 67px
}

.breadcrumbs a {
    transition: .2s ease-in-out all;
    display: inline-block;
    font-weight: 500;
    color: #267dff;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #468dff
}

.breadcrumbs i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E %3Cpath d=%27M5 0L6.35045 3.64955L10 5L6.35045 6.35045L5 10L3.64955 6.35045L0 5L3.64955 3.64955L5 0Z%27 fill=%27%23B9A57E%27/%3E %3C/svg%3E");
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 13px
}

@media (max-width: 989px) {
    .breadcrumbs {
        margin: 25px 0 50px
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin: 20px 0 40px;
        font-size: 12px
    }

    .breadcrumbs i {
        margin: 0 6px
    }
}

.text-block {
    margin: 120px 0
}

.text-block .has-nbsp {
    height: 0
}

.text-block__row--flex-start > .row {
    align-items: flex-start
}

.text-block__row--center > .row {
    align-items: center
}

.text-block__row--flex-end > .row {
    align-items: flex-end
}

.text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell {
    width: 100%
}

.text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h1, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h2, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h3, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h4, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h5, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h6 {
    margin: 20px 0
}

.text-block .gallery {
    display: grid;
    grid-gap: 15px
}

.text-block .gallery .gallery-icon {
    height: 100%;
    display: block
}

.text-block .gallery .gallery-icon a {
    display: block;
    height: 100%
}

.text-block .gallery .gallery-icon a img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.text-block .gallery-columns-1 {
    grid-template-columns:repeat(1, 1fr)
}

.text-block .gallery-columns-2 {
    grid-template-columns:repeat(2, 1fr)
}

.text-block .gallery-columns-3 {
    grid-template-columns:repeat(3, 1fr)
}

.text-block .gallery-columns-4 {
    grid-template-columns:repeat(4, 1fr)
}

.text-block .gallery-columns-5 {
    grid-template-columns:repeat(5, 1fr)
}

.text-block .gallery-columns-6 {
    grid-template-columns:repeat(6, 1fr)
}

.text-block .gallery-columns-7 {
    grid-template-columns:repeat(7, 1fr)
}

.text-block .gallery-columns-8 {
    grid-template-columns:repeat(8, 1fr)
}

.text-block .gallery-columns-9 {
    grid-template-columns:repeat(9, 1fr)
}

.text-block .gallery figure {
    margin: 0
}

@media (max-width: 1249px) {
    .text-block {
        margin: 90px 0
    }

    .text-block .gallery-columns-1 {
        grid-template-columns:repeat(1, 1fr)
    }

    .text-block .gallery-columns-2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-block .gallery-columns-3 {
        grid-template-columns:repeat(3, 1fr)
    }

    .text-block .gallery-columns-4 {
        grid-template-columns:repeat(3, 1fr)
    }

    .text-block .gallery-columns-5 {
        grid-template-columns:repeat(4, 1fr)
    }

    .text-block .gallery-columns-6 {
        grid-template-columns:repeat(5, 1fr)
    }

    .text-block .gallery-columns-7 {
        grid-template-columns:repeat(6, 1fr)
    }

    .text-block .gallery-columns-8 {
        grid-template-columns:repeat(7, 1fr)
    }

    .text-block .gallery-columns-9 {
        grid-template-columns:repeat(8, 1fr)
    }
}

@media (max-width: 989px) {
    .text-block__cell .alignright, .text-block__cell img.alignright {
        float: none
    }

    .text-block__cell .alignleft, .text-block__cell img.alignleft {
        float: none
    }
}

@media (max-width: 767px) {
    .text-block {
        margin: 60px 0
    }

    .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h1, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h2, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h3, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h4, .text-block div[class*=col-lg-]:not(.col-lg-12) .text-block__cell h5 {
        margin: 15px 0
    }

    .text-block .gallery {
        grid-gap: 10px
    }

    .text-block .gallery-columns-1 {
        grid-template-columns:repeat(1, 1fr)
    }

    .text-block .gallery-columns-2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-block .gallery-columns-3 {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-block .gallery-columns-4 {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-block .gallery-columns-5 {
        grid-template-columns:repeat(3, 1fr)
    }

    .text-block .gallery-columns-6 {
        grid-template-columns:repeat(3, 1fr)
    }

    .text-block .gallery-columns-7 {
        grid-template-columns:repeat(4, 1fr)
    }

    .text-block .gallery-columns-8 {
        grid-template-columns:repeat(4, 1fr)
    }

    .text-block .gallery-columns-9 {
        grid-template-columns:repeat(5, 1fr)
    }
}


.form-personal-data label {
    display: flex;
    gap: 0.5rem;
}

.form-personal-data label input {
    width: 1.25rem;
}

.footer__fixed-panel .close {
    cursor: pointer;
    transform: rotate(45deg);
    font-weight: 100;
    font-size: 30px;
}

/*form-success*/
#form-success .fancy-modal__wrap {
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
}

#form-success h2 {
    margin-top: 1rem;
}

/**/
@media (max-width: 767px) {
    .conversion__col {
        display: grid !important;
        grid-template-columns: auto 5fr;
    }

    .conversion__col svg {
        grid-row: span 2;
    }
}

.wpcf7 form .wpcf7-response-output {
    background-color: red;
}

/*tarif-tabs*/
.tariff_tabs .tabs-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariff_tabs .tabs {
    display: inline-flex;
    justify-content: center;
    padding: 0.25rem;
    box-shadow: 0 17px 34px 0 #295391 26;
    background-color: white;
    margin: 0 auto 3rem auto;
    border-radius: 100px;
    overflow: hidden;
}

.tariff_tabs .tabs button {
    width: auto;
    border-radius: 100px;
    background-color: transparent;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.tariff_tabs .tabs button .sale {
    color: white;
    background-color: #267dff;
    transition: all 0.3s 0s;
    display: flex;
    font-size: 12px;
    border-radius: 100px;
    padding: 0.25rem 0.5rem;
}

.tariff_tabs .tabs button:not(.collapsed) {
    background-color: #267dff;
    z-index: 9;
    color: white;
    pointer-events: none;
}

.tariff_tabs .tabs button:not(.collapsed) .sale {
    color: #267dff;
    background-color: white;
}

.tariff_tabs .tariff__list {
    transition: opacity 0s 0s !important;
}

.tariff_tabs .tariff__list.collapsing {
    transition: height 0s ease !important;
}

.tariff_tabs .tariff__list:not(.show) {
    opacity: 0 !important;
}

.tariff_tabs .tariff__price s {
    display: block;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
    .tariff_tabs .tabs {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.25rem;
    }

    .tariff_tabs .tabs button {
        font-size: 14px;
        padding: 0.35rem 0.75rem;
        gap: 0.25rem;
        white-space: nowrap;
    }

    .tariff_tabs .tabs button .sale {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .tariff_tabs .tabs {
        background-color: unset;
        box-shadow: none;
    }

    .tariff_tabs .tabs button {
        background-color: white;
    }
}

@media (max-width: 360px) {
    .tariff_tabs .tabs {
        flex-wrap: wrap;
        padding: 0.25rem;
    }

    .tariff_tabs .tabs button {
        font-size: 12px;
        padding: 0.35rem 0.75rem;
        gap: 0.25rem;
    }

    .tariff_tabs .tabs button .sale {
        font-size: 10px;
    }
}

/**/
.slider-before-after__col img {
    aspect-ratio: 1 !important;
}
