@font-face {
    font-family: Golos Text;
    src: url(/fonts/GolosText-DemiBold.woff2) format("woff2"), url(/fonts/GolosText-DemiBold.woff) format("woff"), url(/fonts/GolosText-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos Text;
    src: url(/fonts/GolosText-Medium.woff2) format("woff2"), url(/fonts/GolosText-Medium.woff) format("woff"), url(/fonts/GolosText-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos Text;
    src: url(/fonts/GolosText-Regular.woff2) format("woff2"), url(/fonts/GolosText-Regular.woff) format("woff"), url(/fonts/GolosText-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#viewport {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100%
}

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

@-webkit-keyframes longFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes longFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes longFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes longFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes longFadeUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0) rotate(6deg);
        transform: translate3d(0, 100px, 0) rotate(6deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes longFadeUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0) rotate(6deg);
        transform: translate3d(0, 100px, 0) rotate(6deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes longFadeUpBigBounce {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0) rotate(6deg);
        transform: translate3d(0, 100px, 0) rotate(6deg)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes longFadeUpBigBounce {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0) rotate(6deg);
        transform: translate3d(0, 100px, 0) rotate(6deg)
    }
    25% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes longFadeLeft {
    0% {
        opacity: .5;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes longFadeLeft {
    0% {
        opacity: .5;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes longFadeRight {
    0% {
        opacity: .5;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes longFadeRight {
    0% {
        opacity: .5;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.magictime {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion),(print) {
    .magictime {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !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: #966cee
}

.swiper, :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

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

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

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

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

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

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

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-button-next, .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(150, 108, 238, .15);
    -webkit-transition: background .2s;
    transition: background .2s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 32px;
    height: 32px;
    stroke: #966cee;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #966cee
}

.swiper-button-next:hover svg, .swiper-button-prev:hover svg {
    stroke: #fff
}

.swiper-button-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.swiper-button-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.swiper-button-lock {
    display: none
}

.swiper-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px
}

.swiper-control .swiper-pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 24px;
    color: #392b4b;
    min-width: 90px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    opacity: .7
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #966cee
}

.hamburger-box {
    width: 28px;
    height: 19px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 28px;
    height: 3px;
    background-color: #966cee;
    border-radius: 6px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -8px
}

.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    -webkit-transition-duration: .275s;
    transition-duration: .275s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 8px;
    -webkit-transition: opacity .125s ease .275s;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 16px;
    -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select2-container--krajee {
    min-width: 200px !important
}

.select2-results__option {
    min-height: 40px !important;
    padding: 10px 16px !important
}

.select2-container--krajee-bs4 .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #efe8f8 !important;
    border-radius: 8px !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    height: auto !important;
    line-height: 1.428571429 !important;
    padding: 6px 24px 6px 12px !important
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: 44px !important;
    line-height: 1.428571429 !important;
    padding: 6px 24px 6px 12px !important
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #392b4b !important
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    bottom: 0 !important;
    right: 5px !important;
    top: 10px !important;
    width: 24px !important;
    height: 24px !important;
    background: url(/img/arrow-select.svg) !important;
    border-left: none !important
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    display: none !important
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected], .select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
    background-color: #fbfafd !important;
    color: #392b4b !important
}

.select2-container--krajee-bs4 .select2-dropdown {
    border: none !important;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 8px rgba(24, 29, 54, .2) !important;
    box-shadow: 0 2px 8px rgba(24, 29, 54, .2) !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
    margin-top: 2px !important
}

.select2-container--krajee-bs4 .select2-container--open.select2-container--below .select2-selection {
    border-bottom-color: #966cee !important
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    margin-top: 1px !important
}

.select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url(/img/arrow-select-open.svg) !important
}

.select2-container--krajee-bs4.select2-container--open .select2-selection, .select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection:focus {
    border: 1px solid #966cee !important
}

.select2-container--krajee-bs4.select2-container--focus .select2-selection--single .select2-selection__arrow {
    background: url(/img/arrow-select-close.svg) !important
}

.select2-container--krajee-bs4.select2-container--focus .select2-selection {
    border: 1px solid #966cee !important
}

.select2-container--krajee-bs4.select2-container--focus.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url(/img/arrow-select-open.svg) !important
}

.select2-container--krajee-bs4.select2-container--disabled .select2-selection, .select2-container--krajee-bs4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #efe8f8 !important
}

.irs--flat {
    height: 20px
}

.irs--flat .irs-bar {
    height: 8px;
    background-color: #b2c7ef;
    top: 2px;
    background: #e6e0fa
}

.irs--flat .irs-line {
    height: 8px;
    top: 2px;
    background-color: #f9f4ff
}

.irs--flat span.irs-handle {
    width: 12px;
    top: 0;
    height: 12px;
    background-color: #7d59ca;
    border-radius: 50%;
    cursor: pointer
}

.irs--flat .irs-handle i {
    display: none !important
}

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ea7f51;
    --bs-orange: #e19500;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #392b4b;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #966cee;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #ea7f51;
    --bs-light: #f8f9fa;
    --bs-dark: #392b4b;
    --bs-primary-rgb: 150, 108, 238;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 234, 127, 81;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 57, 43, 75;
    --bs-primary-text-emphasis: #3c2b5f;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #5e3320;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #eae2fc;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #fbe5dc;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #d5c4f8;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f7ccb9;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 57, 43, 75;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: "Golos Text", Open Sans, Tahoma, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #392b4b;
    --bs-body-color-rgb: 57, 43, 75;
    --bs-body-bg: #fbfafd;
    --bs-body-bg-rgb: 251, 250, 253;
    --bs-emphasis-color: #392b4b;
    --bs-emphasis-color-rgb: 57, 43, 75;
    --bs-secondary-color: rgba(57, 43, 75, 0.75);
    --bs-secondary-color-rgb: 57, 43, 75;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(57, 43, 75, 0.5);
    --bs-tertiary-color-rgb: 57, 43, 75;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #966cee;
    --bs-link-color-rgb: 150, 108, 238;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #7856be;
    --bs-link-hover-color-rgb: 120, 86, 190;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #efe8f8;
    --bs-border-color-translucent: rgba(57, 43, 75, 0.175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(57, 43, 75, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(57, 43, 75, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(57, 43, 75, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(57, 43, 75, 0.075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(150, 108, 238, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #ea7f51;
    --bs-form-invalid-border-color: #ea7f51
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #c0a7f5;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #f2b297;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #1e1630;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2f1910;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #373346;
    --bs-primary-border-subtle: #5a418f;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #8c4c31;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #c0a7f5;
    --bs-link-hover-color: #cdb9f7;
    --bs-link-color-rgb: 192, 167, 245;
    --bs-link-hover-color-rgb: 205, 185, 247;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #f2b297;
    --bs-form-invalid-border-color: #f2b297
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(57, 43, 75, 0)
}

hr {
    margin: 25px 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 12.5px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1, h1 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: -webkit-calc(1.325rem + .9vw);
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: -webkit-calc(1.3rem + .6vw);
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: -webkit-calc(1.275rem + .3vw);
    font-size: calc(1.275rem + .3vw)
}

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

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

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

ol, ul {
    padding-left: 2rem
}

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

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

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

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: -webkit-calc(1.275rem + .3vw);
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

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

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

dl, ol, ul, ul li {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

.btn, a {
    text-decoration: none
}

.btn {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: rgba(0, 0, 0, 0);
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: rgba(0, 0, 0, 0);
    --bs-btn-border-radius: 8px;
    --bs-btn-hover-border-color: rgba(0, 0, 0, 0);
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(57, 43, 75, 0.075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg)
}

.btn-check:focus-visible + .btn, .btn:focus-visible {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #966cee;
    --bs-btn-border-color: #966cee;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #805cca;
    --bs-btn-hover-border-color: #7856be;
    --bs-btn-focus-shadow-rgb: 166, 130, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7856be;
    --bs-btn-active-border-color: #7151b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #966cee;
    --bs-btn-disabled-border-color: #966cee
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #392b4b;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 20, 178, 215;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #392b4b;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #392b4b;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 225, 171, 17;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #392b4b;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #392b4b;
    --bs-btn-bg: #ea7f51;
    --bs-btn-border-color: #ea7f51;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #ed926b;
    --bs-btn-hover-border-color: #ec8c62;
    --bs-btn-focus-shadow-rgb: 207, 114, 80;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #ee9974;
    --bs-btn-active-border-color: #ec8c62;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #392b4b;
    --bs-btn-disabled-bg: #ea7f51;
    --bs-btn-disabled-border-color: #ea7f51
}

.btn-light {
    --bs-btn-color: #392b4b;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 219, 218, 224;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #392b4b;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #392b4b;
    --bs-btn-border-color: #392b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #574b66;
    --bs-btn-hover-border-color: #4d405d;
    --bs-btn-focus-shadow-rgb: 87, 75, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #61556f;
    --bs-btn-active-border-color: #4d405d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #392b4b;
    --bs-btn-disabled-border-color: #392b4b
}

.btn-outline-primary {
    --bs-btn-color: #966cee;
    --bs-btn-border-color: #966cee;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #966cee;
    --bs-btn-hover-border-color: #966cee;
    --bs-btn-focus-shadow-rgb: 150, 108, 238;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #966cee;
    --bs-btn-active-border-color: #966cee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #966cee;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #966cee;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ea7f51;
    --bs-btn-border-color: #ea7f51;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #ea7f51;
    --bs-btn-hover-border-color: #ea7f51;
    --bs-btn-focus-shadow-rgb: 234, 127, 81;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #ea7f51;
    --bs-btn-active-border-color: #ea7f51;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #ea7f51;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #ea7f51;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #392b4b;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #392b4b;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #392b4b;
    --bs-btn-border-color: #392b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #392b4b;
    --bs-btn-hover-border-color: #392b4b;
    --bs-btn-focus-shadow-rgb: 57, 43, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #392b4b;
    --bs-btn-active-border-color: #392b4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(57, 43, 75, 0.125);
    --bs-btn-disabled-color: #392b4b;
    --bs-btn-disabled-bg: rgba(0, 0, 0, 0);
    --bs-btn-disabled-border-color: #392b4b;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: rgba(0, 0, 0, 0);
    --bs-btn-border-color: rgba(0, 0, 0, 0);
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: rgba(0, 0, 0, 0);
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: rgba(0, 0, 0, 0);
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 166, 130, 241;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 480px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1620px
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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 > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    width: auto
}

.row-cols-1 > *, .row-cols-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1 > * {
    width: 100%
}

.row-cols-2 > * {
    width: 50%
}

.row-cols-2 > *, .row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3 > * {
    width: 33.33333%
}

.row-cols-4 > * {
    width: 25%
}

.row-cols-4 > *, .row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5 > * {
    width: 20%
}

.row-cols-6 > * {
    width: 16.66667%
}

.col-auto, .row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333%
}

.col-1, .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-3, .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-5, .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-7, .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-9, .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-11, .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1, .gx-1 {
    --bs-gutter-x: 6.25px
}

.g-1, .gy-1 {
    --bs-gutter-y: 6.25px
}

.g-2, .gx-2 {
    --bs-gutter-x: 12.5px
}

.g-2, .gy-2 {
    --bs-gutter-y: 12.5px
}

.g-3, .gx-3 {
    --bs-gutter-x: 25px
}

.g-3, .gy-3 {
    --bs-gutter-y: 25px
}

.g-4, .gx-4 {
    --bs-gutter-x: 50px
}

.g-4, .gy-4 {
    --bs-gutter-y: 50px
}

.g-5, .gx-5 {
    --bs-gutter-x: 100px
}

.g-5, .gy-5 {
    --bs-gutter-y: 100px
}

@media (min-width: 480px) {
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

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

    .row-cols-sm-1 > *, .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1 > * {
        width: 100%
    }

    .row-cols-sm-2 > * {
        width: 50%
    }

    .row-cols-sm-2 > *, .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3 > * {
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        width: 25%
    }

    .row-cols-sm-4 > *, .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5 > * {
        width: 20%
    }

    .row-cols-sm-6 > * {
        width: 16.66667%
    }

    .col-sm-auto, .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9, .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 6.25px
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 6.25px
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 12.5px
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 12.5px
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 25px
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 25px
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 50px
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 50px
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 100px
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 100px
    }
}

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

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

    .row-cols-md-1 > *, .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1 > * {
        width: 100%
    }

    .row-cols-md-2 > * {
        width: 50%
    }

    .row-cols-md-2 > *, .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3 > * {
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        width: 25%
    }

    .row-cols-md-4 > *, .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5 > * {
        width: 20%
    }

    .row-cols-md-6 > * {
        width: 16.66667%
    }

    .col-md-auto, .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 6.25px
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 6.25px
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 12.5px
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 12.5px
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 25px
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 25px
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 50px
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 50px
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 100px
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 100px
    }
}

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

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

    .row-cols-lg-1 > *, .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1 > * {
        width: 100%
    }

    .row-cols-lg-2 > * {
        width: 50%
    }

    .row-cols-lg-2 > *, .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3 > * {
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        width: 25%
    }

    .row-cols-lg-4 > *, .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5 > * {
        width: 20%
    }

    .row-cols-lg-6 > * {
        width: 16.66667%
    }

    .col-lg-auto, .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9, .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 6.25px
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 6.25px
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 12.5px
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 12.5px
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 25px
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 25px
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 50px
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 50px
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 100px
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 100px
    }
}

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

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

    .row-cols-xl-1 > *, .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-1 > * {
        width: 100%
    }

    .row-cols-xl-2 > * {
        width: 50%
    }

    .row-cols-xl-2 > *, .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-3 > * {
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        width: 25%
    }

    .row-cols-xl-4 > *, .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xl-5 > * {
        width: 20%
    }

    .row-cols-xl-6 > * {
        width: 16.66667%
    }

    .col-xl-auto, .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-9, .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 6.25px
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 6.25px
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 12.5px
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 12.5px
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 25px
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 25px
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 50px
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 50px
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 100px
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 100px
    }
}

@media (min-width: 1620px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

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

    .row-cols-xxl-1 > *, .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-1 > * {
        width: 100%
    }

    .row-cols-xxl-2 > * {
        width: 50%
    }

    .row-cols-xxl-2 > *, .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-3 > * {
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        width: 25%
    }

    .row-cols-xxl-4 > *, .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-xxl-5 > * {
        width: 20%
    }

    .row-cols-xxl-6 > * {
        width: 16.66667%
    }

    .col-xxl-auto, .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1 {
        width: 8.33333%
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-5 {
        width: 41.66667%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-9, .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-11 {
        width: 91.66667%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 6.25px
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 6.25px
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 12.5px
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 12.5px
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 25px
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 25px
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 50px
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 50px
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 100px
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 100px
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: -webkit-calc(1.625rem + 4.5vw);
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: -webkit-calc(1.575rem + 3.9vw);
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: -webkit-calc(1.525rem + 3.3vw);
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: -webkit-calc(1.475rem + 2.7vw);
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: -webkit-calc(1.425rem + 2.1vw);
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 25px;
    font-size: 1.25rem
}

.blockquote > :last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -25px;
    margin-bottom: 25px;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: inherit;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 24px 0;
    --bs-accordion-btn-padding-y: 24px 35px;
    --bs-accordion-btn-color: #392b4b;
    --bs-accordion-btn-bg: inherit;
    --bs-accordion-btn-icon: inherit;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: inherit;
    --bs-accordion-btn-focus-border-color: inherit;
    --bs-accordion-btn-focus-box-shadow: inherit;
    --bs-accordion-body-padding-x: 0 52px;
    --bs-accordion-body-padding-y: 0 0;
    --bs-accordion-active-color: #392b4b;
    --bs-accordion-active-bg: inherit
}

.accordion-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 -webkit-calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    -ms-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c0a7f5'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c0a7f5'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E")
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .5s;
    transition: opacity 0s .5s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #392b4b
}

.carousel-dark .carousel-caption {
    color: #392b4b
}

[data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
    background-color: #392b4b
}

[data-bs-theme=dark].carousel .carousel-caption, [data-bs-theme=dark] .carousel .carousel-caption {
    color: #392b4b
}

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

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

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

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

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #cbb6f7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25);
    box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: rgba(0, 0, 0, 0);
    border-width: medium;
    border-left: 0 solid rgba(0, 0, 0, 0);
    border-bottom: var(--bs-border-width) solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: var(--bs-border-width) solid rgba(0, 0, 0, 0)
}

.form-control-plaintext:focus {
    outline: 0
}

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

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

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

.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + var(--bs-border-width) * 2);
    min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

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

textarea.form-control {
    min-height: -webkit-calc(1.5em + .75rem + var(--bs-border-width) * 2);
    min-height: calc(1.5em + .75rem + var(--bs-border-width) * 2)
}

textarea.form-control-sm {
    min-height: -webkit-calc(1.5em + .5rem + var(--bs-border-width) * 2);
    min-height: calc(1.5em + .5rem + var(--bs-border-width) * 2)
}

textarea.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + var(--bs-border-width) * 2);
    min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2)
}

.form-control-color {
    width: 3rem;
    height: -webkit-calc(1.5em + .75rem + var(--bs-border-width) * 2);
    height: calc(1.5em + .75rem + var(--bs-border-width) * 2);
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: -webkit-calc(1.5em + .5rem + var(--bs-border-width) * 2);
    height: calc(1.5em + .5rem + var(--bs-border-width) * 2)
}

.form-control-color.form-control-lg {
    height: -webkit-calc(1.5em + 1rem + var(--bs-border-width) * 2);
    height: calc(1.5em + 1rem + var(--bs-border-width) * 2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-select:focus {
    border-color: #cbb6f7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25);
    box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25)
}

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

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

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

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

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

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact
}

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

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

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

.form-check-input:focus {
    border-color: #cbb6f7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25);
    box-shadow: 0 0 0 .25rem rgba(150, 108, 238, .25)
}

.form-check-input:checked {
    background-color: #966cee;
    border-color: #966cee
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #966cee;
    border-color: #966cee;
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

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

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

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

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(57,43,75,0.25)'/%3E%3C/svg%3E");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23cbb6f7'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255,255,255,0.25)'/%3E%3C/svg%3E")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0)
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fbfafd, 0 0 0 .25rem rgba(150, 108, 238, .25);
    box-shadow: 0 0 0 1px #fbfafd, 0 0 0 .25rem rgba(150, 108, 238, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fbfafd, 0 0 0 .25rem rgba(150, 108, 238, .25)
}

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

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

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

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

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

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

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

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

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: -webkit-calc(3.5rem + var(--bs-border-width) * 2);
    height: calc(3.5rem + var(--bs-border-width) * 2);
    min-height: -webkit-calc(3.5rem + var(--bs-border-width) * 2);
    min-height: calc(3.5rem + var(--bs-border-width) * 2);
    line-height: 1.25
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

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

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating > .form-control-plaintext::-webkit-input-placeholder, .form-floating > .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating > .form-control-plaintext:-ms-input-placeholder, .form-floating > .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating > .form-control-plaintext::-ms-input-placeholder, .form-floating > .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: rgba(0, 0, 0, 0)
}

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

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

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

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

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

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-select ~ label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label {
    border-left-width: 0;
    border-bottom-width: var(--bs-border-width);
    border-right-width: 0;
    border-top-width: var(--bs-border-width)
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
    color: #6c757d
}

.form-floating > .form-control:disabled ~ label:after, .form-floating > :disabled ~ label:after {
    background-color: var(--bs-secondary-bg)
}

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

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

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
    z-index: 5
}

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

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

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

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

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

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

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

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

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 6.25px 12.5px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

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

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
    width: -webkit-calc(3.75rem + 1.5em);
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--bs-form-valid-color)
}

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

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 6.25px 12.5px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ea7f51'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ea7f51' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(.375em + .1875rem) center;
    background-position: right calc(.375em + .1875rem) center;
    background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ea7f51'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ea7f51' stroke='none'/%3E%3C/svg%3E");
    padding-right: 4.125rem;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
    width: -webkit-calc(3.75rem + 1.5em);
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color)
}

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

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 25px;
    --bs-modal-margin: .5rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(57, 43, 75, 0.075);
    --bs-modal-inner-border-radius: -webkit-calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 25px;
    --bs-modal-header-padding-y: 25px;
    --bs-modal-header-padding: 25px 25px;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

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

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

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

.modal-dialog-scrollable {
    height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
    height: calc(100% - var(--bs-modal-margin) * 2)
}

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

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

.modal-dialog-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #392b4b;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5)
}

@media (min-width: 480px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(57, 43, 75, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

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

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

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-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-footer, .modal-fullscreen .modal-header {
    border-radius: 0
}

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

@media (max-width: 479.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-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

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

@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-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

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

@media (max-width: 991.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-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

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

@media (max-width: 1199.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-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

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

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

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

    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

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

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 6.25px !important
}

.m-2 {
    margin: 12.5px !important
}

.m-3 {
    margin: 25px !important
}

.m-4 {
    margin: 50px !important
}

.m-5 {
    margin: 100px !important
}

.m-auto {
    margin: auto !important
}

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

.mx-1 {
    margin-right: 6.25px !important;
    margin-left: 6.25px !important
}

.mx-2 {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important
}

.mx-3 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.mx-4 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.mx-5 {
    margin-right: 100px !important;
    margin-left: 100px !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: 6.25px !important;
    margin-bottom: 6.25px !important
}

.my-2 {
    margin-top: 12.5px !important;
    margin-bottom: 12.5px !important
}

.my-3 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-4 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

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

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

.mt-1 {
    margin-top: 6.25px !important
}

.mt-2 {
    margin-top: 12.5px !important
}

.mt-3 {
    margin-top: 25px !important
}

.mt-4 {
    margin-top: 50px !important
}

.mt-5 {
    margin-top: 100px !important
}

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

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 6.25px !important
}

.mb-2 {
    margin-bottom: 12.5px !important
}

.mb-3 {
    margin-bottom: 25px !important
}

.mb-4 {
    margin-bottom: 50px !important
}

.mb-5 {
    margin-bottom: 100px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 6.25px !important
}

.p-2 {
    padding: 12.5px !important
}

.p-3 {
    padding: 25px !important
}

.p-4 {
    padding: 50px !important
}

.p-5 {
    padding: 100px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

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

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

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

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

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

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

.py-1 {
    padding-top: 6.25px !important;
    padding-bottom: 6.25px !important
}

.py-2 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important
}

.py-3 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-4 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

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

.pt-1 {
    padding-top: 6.25px !important
}

.pt-2 {
    padding-top: 12.5px !important
}

.pt-3 {
    padding-top: 25px !important
}

.pt-4 {
    padding-top: 50px !important
}

.pt-5 {
    padding-top: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 6.25px !important
}

.pb-2 {
    padding-bottom: 12.5px !important
}

.pb-3 {
    padding-bottom: 25px !important
}

.pb-4 {
    padding-bottom: 50px !important
}

.pb-5 {
    padding-bottom: 100px !important
}

@media (min-width: 480px) {
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
}

@media (min-width: 1620px) {
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }
}

.accordion-header:hover .accordion-button.collapsed i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-header:hover .accordion-button.collapsed i svg {
    stroke: #966cee
}

.accordion-item {
    border-bottom: 1px solid #efe8f8
}

.accordion-button:after {
    display: none
}

.accordion-button {
    position: relative;
    padding-right: 60px;
    padding-left: 0;
    color: #392b4b;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.accordion-button i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.accordion-button i svg {
    width: 32px;
    height: 32px;
    stroke: #615473;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.accordion-button:not(.collapsed) .accordion-num:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.accordion-button:not(.collapsed) .accordion-num:before {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.accordion-button:not(.collapsed) i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-button:not(.collapsed) i svg {
    stroke: #966cee
}

.accordion-item {
    counter-increment: rowNumber
}

.accordion-num {
    width: 52px;
    height: 32px;
    min-width: 52px;
    position: relative
}

.accordion-num:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #966cee;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.accordion-num:before {
    content: counter(rowNumber);
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #966cee;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #392b4b;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    -webkit-transition: border .3s;
    transition: border .3s
}

.accordion-body {
    color: #615473;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%
}

.form__rules {
    font-size: 13px;
    line-height: 130%
}

.form__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form__wrap .help-block {
    font-size: 13px;
    line-height: 120%;
    padding-top: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    color: #a94442;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.form__wrap .control-label, .form__wrap .has-error .control-label {
    -webkit-transition: color .3s;
    transition: color .3s
}

.form__wrap .has-error .control-label {
    color: #a94442
}

.form__wrap .has-error .help-block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.control-label {
    font-size: 16px;
    color: #a897bd;
    line-height: 125%;
    padding-bottom: 3px
}

.scroll-element::-webkit-scrollbar {
    width: 12px
}

.scroll-element::-webkit-scrollbar-track {
    background: #fff
}

.scroll-element::-webkit-scrollbar-thumb {
    background: #966cee;
    border-radius: 8px;
    border: 4px solid #fff
}

.btn-open-filter {
    line-height: 110%
}

.btn-open-filter svg {
    width: 20px;
    height: 20px;
    stroke: #966cee;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke .2s;
    transition: stroke .2s
}

.btn-open-filter:hover svg {
    stroke: #fff
}

.btn-icon {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) var(--bs-btn-padding-y) 17px !important
}

.btn-icon span {
    line-height: 100%
}

.btn-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    z-index: 2
}

.btn-filter-reset {
    background: none;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #a897bd;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    outline: none
}

.btn-filter-reset svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-left: -4px
}

.btn-filter-reset:hover {
    color: #4e4856
}

.btn-light {
    --bs-btn-color: #966cee;
    --bs-btn-bg: #f9f4ff;
    --bs-btn-border-color: #e6e0fa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #966cee;
    --bs-btn-hover-border-color: #966cee;
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
    --bs-btn-active-color: var(--bs-btn-hover-color)
}

.header {
    background: #fff
}

.header--inner {
    -webkit-box-shadow: inset 0 -1px 0 #e4e9f0;
    box-shadow: inset 0 -1px 0 #e4e9f0
}

.header .row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .row:first-child {
    height: 54px
}

.header .row:nth-child(2) {
    height: 55px
}

.header .row:nth-child(2) > div {
    margin-top: -17px
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 157px;
    min-height: 44px;
    width: 157px;
    height: 44px
}

.header__logo svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.header__menu {
    margin-top: -6px
}

.header__menu, .header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.header__menu li:not(:last-child) {
    margin-left: 10px
}

.header__menu li a {
    display: block;
    color: #615473;
    font-weight: 400;
    line-height: 16px;
    padding: 6px 12px;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 25px;
    -webkit-transition: background .2s;
    transition: background .2s
}

.header__menu li a.is-active, .header__menu li a:hover {
    background: #feeee6
}

.header__search {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    margin-right: 30px;
    position: relative
}

.header__search-wrapper {
    width: 100%;
    position: relative
}

.header__search input[type=text] {
    width: 100%;
    padding: 0 78px 0 24px;
    border: 1px solid #966cee;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    height: 44px;
    outline: none;
    color: #392b4b
}

.header__search input[type=text]::-webkit-input-placeholder {
    color: #a897bd
}

.header__search input[type=text]::-moz-placeholder {
    color: #a897bd
}

.header__search input[type=text]:-ms-input-placeholder {
    color: #a897bd
}

.header__search input[type=text]::-ms-input-placeholder {
    color: #a897bd
}

.header__search input[type=text]::placeholder {
    color: #a897bd
}

.header__search button[type=submit] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 64px;
    height: 36px;
    right: 5px;
    top: 4px;
    border-radius: 4px;
    position: absolute
}

.header__search button[type=submit] svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2
}

.header__dropdown {
    position: absolute;
    top: -99999px;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e4e9f0;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
    z-index: 100
}

.header__dropdown .empty_list {
    padding: 35px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 115%;
    text-align: center
}

.header .is-active .header__dropdown {
    top: 70px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.header__buttons {
    margin-left: auto
}

.header__buttons, .header__buttons-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__buttons-item {
    margin-right: 25px;
    font-size: 15px;
    color: #392b4b;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.header__buttons-item svg {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.header__buttons-item:hover {
    opacity: .8
}

.header__buttons > .btn {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 15px;
    --bs-btn-font-size: 15px;
    height: 44px
}

.header__buttons > .btn svg {
    width: 24px;
    height: 24px
}

.header__profile {
    position: relative
}

.header__profile .btn-icon svg {
    width: 24px;
    height: 24px
}

.header__profile-menu {
    min-width: 200px;
    right: 0
}

.header__profile-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(24, 29, 54, .12)
}

.header__profile-menu li a, .header__profile-menu li button {
    display: block;
    padding: 10px 18px !important;
    font-size: 15px;
    font-weight: 500;
    color: #392b4b;
    line-height: 110%;
    -webkit-transition: background .1s, color .1s;
    transition: background .1s, color .1s
}

.header__profile-menu li a.btn-logout, .header__profile-menu li button.btn-logout {
    color: #c53131 !important
}

.header__profile-menu li a:hover, .header__profile-menu li button:hover {
    background: rgba(24, 29, 54, .04)
}

.header__profile-menu li a:hover {
    color: #966cee
}

.header__profile-menu li button {
    border: 0;
    width: 100%;
    text-align: left;
    background: none
}

.header__notification {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.header__notification-list {
    min-width: 550px;
    right: 0
}

.header .hamburger-wrap {
    display: none
}

.header.is-open-menu {
    bottom: 0
}

.header.is-open-menu .header__menu {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 68px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: -webkit-calc(100vh - 68px);
    max-height: calc(100vh - 68px);
    overflow: auto
}

.header.is-open-profileMenu {
    bottom: 0
}

.header.is-open-profileMenu .btn-profile--mobile {
    opacity: 1 !important
}

.header.is-open-profileMenu .btn-profile--mobile svg {
    stroke: #966cee
}

.header.is-open-profileMenu .header__profile {
    position: static
}

.header.is-open-profileMenu .header__profile-menu {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 68px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: -webkit-calc(100vh - 68px);
    max-height: calc(100vh - 68px);
    overflow: auto;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0;
    --bs-gutter-x: 80px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 10px
}

.header.is-open-profileMenu .header__profile-menu li {
    margin-bottom: 10px;
    margin-left: -16px
}

.header.is-open-profileMenu .header__profile-menu li a {
    font-size: 16px;
    padding: 6px 16px;
    font-weight: 500;
    color: inherit;
    color: #615473;
    line-height: 16px
}

.header.is-open-profileMenu .header__profile-menu li:not(:last-child) a {
    border-bottom: 0
}

.header .btn-profile--mobile {
    display: none
}

.header .btn-profile--mobile svg {
    stroke: #392b4b;
    stroke-width: 2
}

.header .btn-search--mobile {
    display: none
}

.header .btn-profile--menu {
    display: none !important
}

@media (max-width: 1619.98px) {
    .header .btn-primary {
        font-size: 14px
    }

    .header__menu li a {
        font-size: 14px;
        padding: 4px 10px
    }

    .header__buttons-item {
        font-size: 14px;
        margin-right: 20px
    }

    .header__search {
        margin-left: 20px;
        margin-right: 20px
    }

    .header__search input[type=text] {
        font-size: 14px;
        padding: 0 61px 0 17px
    }

    .header__search button[type=submit] {
        width: 52px
    }

    .header__search button[type=submit] svg {
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round
    }

    .header__logo {
        min-width: 145px;
        min-height: 44px;
        width: 145px;
        height: 44px
    }
}

@media (max-width: 1199.98px) {
    .header .header__menu li a {
        font-size: 13px;
        padding: 4px 8px
    }
}

@media (max-width: 991.98px) {
    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000
    }

    .header .btn-profile--menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        --bs-btn-padding-y: 10px;
        font-size: 15px
    }

    .header__logo {
        min-width: 135px;
        min-height: 38px;
        width: 135px;
        height: 38px
    }

    .header__buttons-item {
        font-size: 0
    }

    .header .row:first-child {
        height: 0;
        margin: 0
    }

    .header .row:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0;
        height: 68px;
        min-height: 68px
    }

    .header .row:nth-child(2) > div {
        margin-top: 0
    }

    .header .hamburger-wrap {
        display: block;
        margin-right: -15px
    }

    .header .btn-notification {
        display: none
    }

    .header .btn-search--mobile {
        display: block
    }

    .header__search {
        display: none
    }

    .header .btn-primary {
        --bs-btn-padding-y: 7px;
        --bs-btn-padding-x: 16px
    }

    .header .header__menu {
        --bs-gutter-x: 80px;
        position: absolute;
        top: -9999px;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0;
        padding-top: 10px;
        width: 100%;
        left: 0;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5)
    }

    .header .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header .header__menu li {
        margin-bottom: 10px;
        margin-left: -16px
    }

    .header .header__menu li a {
        font-size: 16px;
        padding: 6px 16px;
        font-weight: 500
    }

    .header .btn-profile {
        display: none !important
    }

    .header .btn-profile--mobile {
        display: block;
        margin-right: 10px
    }

    .header .btn-profile--mobile svg {
        fill: #392b4b
    }

    .header.is-open-profileMenu .header__profile-menu li a, .header.is-open-profileMenu .header__profile-menu li button {
        border-radius: 25px
    }

    .header.is-open-profileMenu .header__profile-menu li a:hover, .header.is-open-profileMenu .header__profile-menu li button:hover {
        background: #feeee6
    }
}

@media (max-width: 767.98px) {
    .header__logo {
        min-width: 128px;
        min-height: 36px;
        width: 128px;
        height: 36px
    }
}

@media (max-width: 479.98px) {
    .header .row:nth-child(2) {
        height: 62px;
        min-height: 62px
    }

    .header .header__logo {
        min-width: 120px;
        min-height: 34px;
        width: 120px;
        height: 34px
    }

    .header .header__buttons-item {
        margin-right: 17px
    }

    .header .header__buttons-item.btn-profile--mobile {
        margin-right: 5px
    }

    .header .header__buttons-item svg {
        margin-right: 0;
        width: 22px;
        height: 22px
    }

    .header .hamburger-inner, .header .hamburger-inner:after, .header .hamburger-inner:before {
        width: 24px
    }

    .header .hamburger {
        padding: 12px
    }

    .header .header__menu, .header.is-open-profileMenu .header__profile-menu {
        --bs-gutter-x: 40px;
        padding-top: 0
    }
}

@media (max-width: 380px) {
    .header .header__logo {
        min-width: 110px;
        min-height: 30px;
        width: 110px;
        height: 30px
    }

    .header .btn-favorite {
        display: none
    }
}

@media (max-width: 991.98px) {
    #viewport {
        padding-top: 68px
    }

    #viewport section.pt-5 {
        padding-top: 70px !important
    }

    #viewport section.mb-5 {
        margin-bottom: 70px !important
    }
}

@media (max-width: 479.98px) {
    #viewport {
        padding-top: 62px
    }

    #viewport section.pt-5 {
        padding-top: 45px !important
    }

    #viewport section.mb-5 {
        margin-bottom: 45px !important
    }
}

@media (max-width: 380px) {
    #viewport .hamburger-wrap + .btn {
        display: none
    }
}

.section-title {
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px
}

.section-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199.98px) {
    .section-title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .section-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section-head div + div {
        margin-top: 10px
    }
}

@media (max-width: 479.98px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 17px
    }
}

.section__hero {
    overflow: hidden
}

.section__hero .btn-primary {
    padding: 13px 30px;
    border-radius: 35px;
    -webkit-box-shadow: 7px 7px 25px 0 rgba(150, 108, 238, .5);
    box-shadow: 7px 7px 25px 0 rgba(150, 108, 238, .5);
    font-size: 16px;
    -webkit-transition: background .2s, -webkit-box-shadow .2s;
    transition: background .2s, -webkit-box-shadow .2s;
    transition: box-shadow .2s, background .2s;
    transition: box-shadow .2s, background .2s, -webkit-box-shadow .2s
}

.section__hero .btn-primary:hover {
    -webkit-box-shadow: 12px 12px 35px 0 rgba(150, 108, 238, .7);
    box-shadow: 12px 12px 35px 0 rgba(150, 108, 238, .7)
}

.section__hero .h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.section__hero span {
    display: block;
    color: #e19500
}

.section__hero > .row {
    width: -webkit-calc(100% - var(--bs-gutter-x));
    width: calc(100% - var(--bs-gutter-x))
}

.section__hero > .row > div:first-child {
    padding-top: 35px;
    padding-bottom: 35px
}

.section__hero-bg, .section__hero > .row > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.section__hero-bg {
    position: relative;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -50px
}

.section__hero-bg img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 1619.98px) {
    .section__hero .h1 {
        font-size: 48px
    }
}

@media (max-width: 1199.98px) {
    .section__hero .h1 {
        font-size: 42px
    }
}

@media (max-width: 991.98px) {
    .section__hero .h1 {
        font-size: 36px
    }

    .section__hero > .row {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .section__hero .h1 {
        font-size: 28px
    }

    .section__hero .tags__list-item {
        font-size: 14px
    }
}

@media (max-width: 479.98px) {
    .section__hero .h1 {
        font-size: 24px
    }

    .section__hero .tags__list-item {
        font-size: 13px
    }
}

.section__accordionAndImage-images {
    border-radius: 20px;
    background: #f8f3fe;
    overflow: hidden;
    position: relative
}

.section__accordionAndImage-images, .section__accordionAndImage-images .image-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.section__accordionAndImage-images .image-wrap {
    padding: 60px
}

.section__accordionAndImage-images .image-wrap img {
    max-width: 80%
}

.section__reviews {
    overflow: hidden
}

.section__reviews .swiper {
    overflow: unset
}

.section__reviews .swiper .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.section__reviews .swiper .swiper-slide-active, .section__reviews .swiper .swiper-slide-active + .swiper-slide, .section__reviews .swiper .swiper-slide-active + .swiper-slide + .swiper-slide, .section__reviews .swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1
}

.section__whatIsTrajectory {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    height: 270px
}

.section__whatIsTrajectory .block-big {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section__whatIsTrajectory .block-big p {
    margin-top: auto
}

.section__whatIsTrajectory .text-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12.5px
}

.section__whatIsTrajectory .text-icon strong {
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    margin-right: 15px
}

.section__whatIsTrajectory .text-icon svg {
    width: 34px;
    height: 23px
}

.section__whatIsTrajectory .row > div, .section__whatIsTrajectory .row > div .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__whatIsTrajectory .row > div .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section__whatIsTrajectory .row > div .block p {
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    .section__whatIsTrajectory {
        height: auto;
        margin-bottom: 0
    }

    .section__whatIsTrajectory .row > div:first-child {
        margin-bottom: 24px
    }
}

.section__fastTrajectoryForm .block-orangeLight {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#fdf2ea), color-stop(130%, #fedbc9));
    background: linear-gradient(90deg, #fdf2ea, #fedbc9 130%)
}

.section__fastTrajectoryForm .h2 {
    font-weight: 600;
    width: 50%;
    margin: 0 0 40px
}

.section__fastTrajectoryForm-image {
    position: absolute;
    right: 14%;
    top: 0
}

@media (max-width: 1619.98px) {
    .section__fastTrajectoryForm-image {
        right: 100px
    }
}

@media (max-width: 1199.98px) {
    .section__fastTrajectoryForm-image {
        right: 20px
    }

    .section__fastTrajectoryForm .block-orangeLight {
        padding-right: 300px
    }
}

@media (max-width: 991.98px) {
    .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight h2 {
        font-size: 22px;
        width: 80%
    }

    .section__fastTrajectoryForm-image {
        right: 20px;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }

    .section__fastTrajectoryForm-image img {
        max-height: 100%;
        max-width: 100%;
        margin-top: auto;
        margin-bottom: auto
    }

    .section__fastTrajectoryForm .block-orangeLight {
        padding-right: 50% !important
    }

    .section__fastTrajectoryForm .btn {
        white-space: nowrap
    }
}

@media (max-width: 767.98px) {
    .section__fastTrajectoryForm .block-orangeLight {
        padding-right: 280px !important
    }

    .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight h2 {
        font-size: 18px;
        width: 100%
    }

    .section__fastTrajectoryForm-image {
        right: 15px;
        width: 43%
    }

    .section__fastTrajectoryForm-image img {
        margin-top: 25px
    }
}

@media (max-width: 550px) {
    .section__fastTrajectoryForm .block-orangeLight {
        padding-right: 220px !important
    }
}

@media (max-width: 479.98px) {
    .section__fastTrajectoryForm .block-orangeLight {
        padding-right: 25px !important
    }

    .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight h2 {
        font-size: 18px
    }

    .section__fastTrajectoryForm-image {
        display: none
    }
}

.section__whyEdwica > .row {
    --bs-gutter-y: 24px
}

.section__fastRegForm .form__wrap .row {
    --bs-gutter-y: 57px
}

.section__fastRegForm-text .h1 {
    color: #392b4b;
    line-height: 110%;
    margin: 0 0 20px;
    font-weight: 600
}

.section__fastRegForm-text .h1 span {
    color: #e19500
}

.section__fastRegForm-text p {
    color: #a897bd;
    line-height: 150%;
    margin: 0;
    width: 80%
}

.section__fastRegForm-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__fastRegForm-image img {
    max-width: 100%
}

@media (max-width: 991.98px) {
    .section__fastRegForm .form__wrap {
        padding-top: 25px
    }

    .section__fastRegForm-text .h1 {
        width: 75%
    }

    .section__fastRegForm .form__wrap .row {
        --bs-gutter-y: 25px
    }

    .section__fastRegForm-image {
        display: none
    }
}

@media (max-width: 767.98px) {
    .section__fastRegForm-text .h1 {
        width: 100%
    }
}

@media (max-width: 479.98px) {
    .section__fastRegForm .form__wrap .row {
        --bs-gutter-y: 20px
    }
}

.section__trajectoryGiveU {
    margin-top: -30px
}

@media (max-width: 479.98px) {
    .section__trajectoryGiveU {
        margin-top: 0
    }
}

.section__list #list_wrapper {
    padding-top: 30px;
    margin-top: -30px
}

.section__list > .row {
    --bs-gutter-x: 50px
}

.section__list .btn-open-filter {
    display: none
}

.section__list .btn-filter-reset {
    display: none !important
}

.section__list .btn-filter-reset.is-active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.section__text > .row {
    --bs-gutter-x: 100px
}

.section__text--bgViolet {
    background-image: url(/images/bg-looper-1.svg);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat
}

.section__text--bgViolet, .section__text--bgVioletColor {
    border-radius: 16px;
    background-color: #6c4faa;
    color: #fff
}

@media (max-width: 991.98px) {
    .section__text > .row {
        --bs-gutter-x: 0px
    }
}

.section__logos ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.section__logos ul li {
    width: -webkit-calc(16.66667% - 20px);
    width: calc(16.66667% - 20px)
}

.section__logos-item, .section__logos ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #efe8f8;
    border-radius: 12px;
    padding: 15px;
    aspect-ratio: 2/1;
    -webkit-transition: border .2s;
    transition: border .2s
}

.section__logos-item img, .section__logos ul li a img {
    max-width: 100%;
    max-height: 100%
}

.section__logos-item:hover, .section__logos ul li a:hover {
    border: 1px solid #966cee
}

.section__logos-item {
    min-height: unset
}

.section__logos--col-4 ul li {
    width: -webkit-calc(25% - 18px);
    width: calc(25% - 18px)
}

.section__logos--col-4 ul li a {
    aspect-ratio: unset;
    height: 140px
}

.section__logos--col-4 ul li img {
    max-width: 70%;
    max-height: 70%
}

@media (max-width: 991.98px) {
    .section__logos ul li {
        width: -webkit-calc(25% - 18px);
        width: calc(25% - 18px)
    }
}

@media (max-width: 767.98px) {
    .section__logos ul li {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px)
    }

    .section__logos ul li a {
        padding: 20px
    }
}

@media (max-width: 479.98px) {
    .section__logos ul li {
        width: 100%
    }

    .section__logos ul li a {
        padding: 15px;
        aspect-ratio: unset;
        height: 120px
    }
}

.section__courseSlider, .section__swiperSlider {
    overflow: hidden
}

.section__courseSlider .swiper-button-lock, .section__swiperSlider .swiper-button-lock {
    display: none
}

.section__links ul {
    --bs-gutter-y: 12px
}

.section__links ul li a {
    color: #392b4b;
    text-decoration: none;
    font-size: 18px;
    margin: -8px -12px;
    padding: 8px 12px;
    border-radius: 15px;
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

.section__links ul li a:hover {
    background: #f8f3fe;
    color: #966cee
}

@media (max-width: 991.98px) {
    .section__links ul li a {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .section__links ul li a {
        font-size: 14px
    }
}

.block {
    border-radius: 20px;
    padding: 30px
}

.block-big {
    border-radius: 32px;
    padding: 60px
}

.block-black {
    background-color: #392b4b;
    color: #fff
}

.block-white {
    background-color: #fff
}

.block-orangeLight {
    background-color: #fdf2ea
}

.block-violetLight {
    background-color: #f8f3fe
}

.block__filter {
    padding: 0;
    border-radius: 0
}

@media (max-width: 1619.98px) {
    .block {
        padding: 25px
    }
}

@media (max-width: 767.98px) {
    .block {
        border-radius: 16px
    }
}

@media (max-width: 479.98px) {
    .block {
        border-radius: 14px;
        padding: 20px
    }
}

#filter-content .btn-filter-reset {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    #filter-content .btn-filter-reset {
        font-size: 15px
    }
}

.advantageList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.advantageList li .block {
    height: 100%
}

.advantageList li:first-child, .advantageList li:nth-child(2) {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px)
}

.advantageList li:not(:first-child):not(:nth-child(2)) {
    width: -webkit-calc(20% - 19.2px);
    width: calc(20% - 19.2px)
}

.advantageList__itemIcon > .block {
    min-height: 230px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantageList__itemIcon-title {
    color: #392b4b;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%
}

.advantageList__itemIcon svg {
    margin-top: auto;
    margin-left: auto;
    width: 64px;
    height: 64px
}

.advantageList__itemImage-title {
    color: #392b4b;
    font-size: 25px;
    font-weight: 500;
    line-height: 115%;
    padding-left: 20px
}

.advantageList__itemImage-text {
    font-size: 16px;
    line-height: 150%;
    opacity: .8;
    padding-left: 20px
}

.advantageList__itemImage-icon {
    min-width: 280px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantageList__itemImage-icon img {
    position: relative;
    z-index: 2;
    width: 260px
}

.advantageList__itemImage-icon:before {
    content: "";
    width: 216px;
    height: 216px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -108px;
    margin-top: -108px
}

.advantageList__itemImage-icon__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1619.98px) {
    .advantageList__itemImage-title {
        font-size: 20px
    }

    .advantageList__itemImage-text {
        font-size: 14px
    }

    .advantageList__itemImage-icon {
        min-width: 200px
    }

    .advantageList__itemImage-icon img {
        width: 200px
    }

    .advantageList__itemImage-icon:before {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        margin-top: -85px
    }

    .advantageList__itemIcon-title {
        font-size: 14px
    }
}

@media (max-width: 1199.98px) {
    .advantageList__itemIcon svg {
        width: 52px;
        height: 52px
    }
}

@media (max-width: 991.98px) {
    .advantageList li:first-child, .advantageList li:nth-child(2) {
        width: 100%
    }

    .advantageList li:not(:first-child):not(:nth-child(2)) {
        width: -webkit-calc(33.33333% - 16px);
        width: calc(33.33333% - 16px)
    }

    .advantageList li:nth-child(6), .advantageList li:nth-child(7) {
        width: -webkit-calc(50% - 12px) !important;
        width: calc(50% - 12px) !important
    }

    .advantageList__itemIcon > .block {
        min-height: 170px
    }
}

@media (max-width: 767.98px) {
    .advantageList li:first-child, .advantageList li:nth-child(2) {
        width: 100%
    }

    .advantageList li:not(:first-child):not(:nth-child(2)) {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px)
    }

    .advantageList li:nth-child(7) {
        width: 100% !important
    }

    .advantageList__itemImage-icon__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advantageList__itemImage-title {
        font-size: 18px
    }

    .advantageList__itemImage-text, .advantageList__itemImage-title {
        padding-left: 0
    }
}

@media (max-width: 479.98px) {
    .advantageList__itemImage-title {
        font-size: 16px
    }

    .advantageList__itemIcon > .block {
        min-height: unset
    }

    .advantageList li, .advantageList li:nth-child(6) {
        width: 100% !important
    }
}

.accordionWithImages {
    --bs-gutter-x: 78px
}

.accordionWithImages-carousel {
    width: 100%
}

.accordionWithImages-carousel, .accordionWithImages-carousel .carousel-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .accordionWithImages {
        --bs-gutter-x: 0
    }

    .accordionWithImages > div:nth-child(2) {
        display: none
    }
}

.reviews__item {
    background: #fff;
    min-height: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__item, .reviews__item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.reviews__item-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__item-image {
    width: 62px;
    margin-right: 15px
}

.reviews__item-image i {
    display: block;
    width: 62px;
    height: 62px;
    background: #f8f3fe;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.reviews__item-image i img {
    width: 100%
}

.reviews__item-image i svg {
    position: absolute;
    width: 30px;
    height: 30px;
    fill: #392b4b;
    opacity: .2;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px
}

.reviews__item-name p {
    color: #392b4b;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin: 0
}

.reviews__item-name span {
    color: #392b4b;
    font-size: 14px;
    line-height: 100%;
    opacity: .7
}

.reviews__item-text {
    color: rgba(57, 43, 75, .8);
    font-size: 15px;
    line-height: 135%;
    letter-spacing: .28px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.reviews__item-text a {
    font-weight: 500
}

.reviews__item-date {
    font-size: 13px;
    margin-top: auto
}

@media (max-width: 1619.98px) {
    .reviews__item {
        min-height: 340px
    }
}

@media (max-width: 1199.98px) {
    .reviews__item {
        min-height: 320px
    }
}

@media (max-width: 991.98px) {
    .reviews__item {
        padding: 20px;
        min-height: 280px
    }

    .reviews__item-text {
        font-size: 14px
    }

    .reviews__item-name p {
        font-size: 15px
    }

    .reviews__item-name span {
        font-size: 12px
    }

    .reviews__item-image {
        width: 52px
    }

    .reviews__item-image i {
        width: 52px;
        height: 52px
    }
}

.footer {
    background: #392b4b;
    padding: 60px 0;
    margin-bottom: 0;
    color: #fff
}

.footer .row > div:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__edwica a {
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.footer__edwica a:hover {
    opacity: .7
}

.footer__buttonsWrapper {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__buttonsWrapper a {
    display: inline-block;
    width: 220px;
    text-align: center;
    margin-bottom: 10px
}

.footer__socialButtons {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 12px;
    padding-left: 0
}

.footer__socialButtons li {
    list-style-type: none;
    display: inline-block
}

.footer__socialButtons li:not(:last-child) {
    margin-right: 15px
}

.footer__socialButtons li a svg {
    fill: #fff;
    -webkit-transition: fill .5s;
    transition: fill .5s
}

.footer__socialButtons li a:hover svg {
    fill: #966cee
}

.footer__socialButtons--mobile {
    display: none
}

.footer__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__logos-item {
    display: inline-block;
    max-width: 130px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.footer__logos-item:hover {
    opacity: .7
}

.footer__logos-item img {
    max-width: 100%
}

.footer__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 3
}

.footer__title.is-active {
    color: #cab1ff
}

.footer__title.is-active .footer__arrow {
    position: relative;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer__title.is-active .footer__arrow svg path {
    stroke: #cab1ff
}

.footer__info {
    color: #a897bd;
    margin: 20px 0 30px
}

.footer__info-policy {
    color: #a897bd;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 15px
}

.footer__menu {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.footer__menu-item ul li a {
    display: block;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transition: color .25s;
    transition: color .25s;
    line-height: 110%;
    font-size: 14px
}

.footer__menu-item ul li a:hover {
    color: #fff
}

.footer__menu-item ul li:not(:last-child) {
    margin-bottom: 15px
}

.footer__arrow {
    display: none;
    margin-left: 20px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

@media (max-width: 1619.98px) {
    .footer__buttonsWrapper a {
        width: 200px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px
    }

    .footer__title {
        font-size: 14px
    }
}

@media (max-width: 1199.98px) {
    .footer__menu {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 40px
    }
}

@media (max-width: 991.98px) {
    .footer {
        padding: 35px 0
    }

    .footer .row > div:first-child, .footer .row > div:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .footer .row > div:first-child {
        border-top: 1px solid #615473;
        padding-top: 30px;
        margin-top: 30px
    }

    .footer .row > div:nth-child(3) {
        padding-bottom: 30px
    }

    .footer__buttonsWrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__buttonsWrapper a {
        margin-bottom: 0;
        margin-right: 10px
    }

    .footer__socialButtons {
        padding: 0;
        margin: 0 0 0 auto;
        width: auto
    }

    .footer__title {
        font-size: 16px
    }

    .footer__logos {
        margin-left: auto
    }

    .footer__info {
        margin: 0 0 0 14px
    }

    .footer__info-policy {
        margin: 0;
        font-size: 12px
    }
}

@media (max-width: 767.98px) {
    .footer .row > div:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__socialButtons {
        margin: 30px 0 0;
        display: none
    }

    .footer__socialButtons--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer__buttonsWrapper {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__buttonsWrapper a {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px)
    }

    .footer .row > div:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logos {
        margin-top: 30px;
        margin-right: auto
    }

    .footer__info {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 479.98px) {
    .footer__buttonsWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__buttonsWrapper a {
        width: 100%
    }

    .footer__buttonsWrapper a:first-child {
        margin-bottom: 12px
    }

    .footer__menu {
        grid-template-columns:repeat(1, 1fr)
    }
}

.edwicaWinner .row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.edwicaWinner .row > div:first-child {
    text-align: right
}

.edwicaWinner .row > div:first-child img {
    max-width: 100%
}

.edwicaWinner__title {
    margin-left: auto
}

.edwicaWinner__title-main {
    color: #392b4b;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%
}

.edwicaWinner__title-after {
    padding: 0;
    color: rgba(57, 43, 75, .6);
    font-size: 16px;
    line-height: 110%;
    margin: 25px 0 0
}

.edwicaWinner__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.edwicaWinner__logos-item:not(:last-child) {
    margin-right: 20px
}

.edwicaWinner__logos-item img {
    max-width: 100%
}

@media (max-width: 1619.98px) {
    .edwicaWinner__title-main {
        font-size: 24px
    }
}

@media (max-width: 1199.98px) {
    .edwicaWinner__title-main {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .edwicaWinner__title-main {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .edwicaWinner .row > div:first-child {
        text-align: center
    }

    .edwicaWinner .row > div:nth-child(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .edwicaWinner__title {
        margin-right: auto
    }

    .edwicaWinner__title-after {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 5px
    }
}

.notify__list.scroll-element {
    max-height: 500px;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.notify__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px
}

.notify__list-item:not(:last-child) {
    border-bottom: 1px solid #e4e9f0
}

.notify__list-item__image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden
}

.notify__list-item__body .h4, .notify__list-item__body h4 {
    font-size: 17px;
    margin-bottom: 10px
}

.notify__list-item__message {
    font-size: 14px;
    margin-bottom: 10px
}

.notify__list-item__message-title {
    font-weight: 500;
    margin: 0
}

.notify__list-item__message p {
    opacity: .85;
    margin-bottom: 0
}

.notify__list-item__date {
    opacity: .5;
    font-size: 13px;
    font-weight: 500
}

.notify__list-item__remove {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    background: none;
    border: 0;
    padding: 15px
}

.notify__list-item__remove svg {
    width: 22px;
    height: 22px;
    stroke: #d0c2de;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke .2s;
    transition: stroke .2s
}

.notify__list-item__remove:hover svg {
    stroke: #ea7f51
}

.search_result {
    min-width: 400px;
    left: 0;
    right: 0
}

.search_result ul {
    margin-bottom: 0
}

.search_result ul li a {
    min-height: 64px;
    padding: 12px 15px;
    -webkit-box-shadow: inset 0 -1px 0 #e4e9f0;
    box-shadow: inset 0 -1px 0 #e4e9f0;
    font-size: 14px;
    line-height: 20px;
    display: block
}

.search_result ul li a img {
    margin-right: 10px;
    float: left;
    width: 70px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.search_result ul li a:hover {
    background-color: #fafbfd
}

.search_result .view-result_link {
    text-align: center;
    background-color: #fff;
    color: #966cee;
    font-weight: 700;
    padding: 16px 0;
    white-space: nowrap;
    margin: auto;
    font-size: 14px;
    display: block;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.search_result .view-result_link:hover {
    color: #392b4b
}

.top-search__mobile {
    padding-bottom: 0;
    padding-top: 0
}

.top-search__mobile.is-active .search_result {
    position: absolute;
    top: 60px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.top-search__mobile .search-wrapper {
    display: initial;
    height: auto;
    width: 100%;
    margin: 0 auto 8px
}

.top-search__mobile .modal-content {
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.top-search__mobile .search_result {
    position: absolute;
    top: -99999px;
    left: 0;
    min-width: unset;
    right: 0;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
    z-index: 100
}

.top-search__mobile .form_search {
    margin: 0 !important;
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.top-search__mobile .form_search input[type=text] {
    height: 46px
}

.top-search__mobile .form_search button {
    position: absolute;
    right: 1px;
    top: 1px;
    margin: 0;
    width: 48px;
    height: 46px;
    color: #a7b3c6;
    font-size: 34px;
    border: 0;
    background: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tags__list, .top-search__mobile .form_search button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tags__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.tags__list-item {
    border: 1px solid #392b4b;
    border-radius: 12px;
    padding: 9px 15px;
    line-height: 110%
}

.tags__list a.tags__list-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #966cee
}

.search__result-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 100%
}

.search__form-input {
    position: relative
}

.search__form-input input[type=text] {
    width: 100%;
    border-radius: 8px;
    height: 38px;
    border: 1px solid #966cee;
    background: #fff;
    outline: none;
    padding-left: 15px;
    padding-right: 64px
}

.search__form-input button[type=submit] {
    border: 0;
    border-radius: 6px;
    background: #966cee;
    width: 64px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.search__form-input button[type=submit] svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cards__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.cards__list, .cards__list .card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cards__list .card-item {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.cards__list--col-4 .card-item {
    width: -webkit-calc(25% - 22.5px);
    width: calc(25% - 22.5px)
}

.cards .section__fastTrajectoryForm {
    width: 100%
}

.cards .section__fastTrajectoryForm-image {
    right: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cards .section__fastTrajectoryForm-image img {
    width: 86%
}

@media (max-width: 1619.98px) {
    .cards__list--vacancy {
        gap: 20px
    }

    .cards__list--vacancy .card-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

@media (max-width: 1199.98px) {
    .cards__list {
        gap: 20px
    }

    .cards__list .card-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

@media (max-width: 991.98px) {
    .cards__list {
        gap: 20px
    }

    .cards__list .card-item {
        width: -webkit-calc(33.33333% - 13.33333px);
        width: calc(33.33333% - 13.33333px)
    }

    .cards__list--vacancy .card-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

@media (max-width: 767.98px) {
    .cards__list {
        gap: 20px
    }

    .cards__list .card-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .cards__list--vacancy .card-item {
        width: 100%
    }
}

@media (max-width: 479.98px) {
    .cards__list .card-item {
        width: 100%
    }
}

.card-item {
    background: #fff;
    border: 1px solid #efe8f8;
    border-radius: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
}

.card-item__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 5px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.card-item__name--vacancy {
    color: #392b4b;
    font-size: 18px
}

.card-item__name--vacancy:hover {
    color: #966cee
}

.card-item__image {
    display: block;
    width: 100%;
    height: 127px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/no_image.webp);
    border-radius: 16px 16px 0 0
}

.card-item__wrap {
    padding: 15px
}

.card-item__wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 120px
}

.card-item__wrap--vacancy {
    height: 100%
}

.card-item__buttons, .card-item__wrap--vacancy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-item__buttons {
    padding: 15px;
    gap: 15px
}

.card-item__buttons--user {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-item__buttons--user .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 100%
}

.card-item__buttons--user .btn-link {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #a897bd;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 14px
}

.card-item__buttons--user .btn-link:hover {
    color: #966cee
}

.card-item__buttons .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.card-item__buttons .write_to_user {
    width: 80px
}

.card-item__buttons .write_to_user svg {
    width: 26px;
    height: 26px;
    stroke: #966cee;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-transition: stroke .2s;
    transition: stroke .2s
}

.card-item__buttons .write_to_user:hover svg {
    stroke: #fff
}

.card-item__buttons--vacancy .btn {
    font-size: 14px
}

.card-item__buttons--vacancy .btn-link {
    color: #966cee;
    text-decoration: none;
    font-weight: 600
}

.card-item__buttons--vacancy .btn-link:hover {
    border: 1px solid #966cee
}

.card-item__info {
    border-bottom: 1px solid #e6e0fa;
    margin-top: auto
}

.card-item__info li {
    border-top: 1px solid #e6e0fa;
    padding: 20px 15px
}

.card-item__info li span {
    color: #a897bd
}

.card-item__info--user li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 15px;
    text-align: center;
    line-height: 120%
}

.card-item__info--user li span {
    padding-bottom: 4px
}

.card-item__info--vacancy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-item__info--vacancy li {
    width: 50%;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(57, 43, 75, .5)
}

.card-item__info--vacancy li:not(:last-child) {
    border-right: 1px solid #e6e0fa
}

.card-item__user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-item__user-info__photo {
    width: 84px;
    position: relative
}

.card-item__user-info__photo img {
    width: 84px
}

.card-item__user-info__this {
    padding-left: 10px
}

.card-item__user-info__this ul li {
    opacity: .65;
    line-height: 125%
}

.card-item__user-info__this ul li:not(:last-child) {
    padding-bottom: 6px
}

.card-item__user-info__online {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #1f9756;
    width: 10px;
    height: 10px;
    z-index: 2
}

.card-item__vacancy-info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-item__vacancy-info__this {
    margin-top: auto;
    padding-top: 10px
}

.card-item__vacancy-info__this ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px
}

.card-item__vacancy-info__this ul, .card-item__vacancy-info__this ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card-item__vacancy-info__this ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(57, 43, 75, .5);
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px
}

.card-item__vacancy-info__this ul li:not(:last-child) {
    margin-right: 10px
}

.card-item__vacancy-info__this ul li svg {
    width: 22px;
    height: 22px;
    margin-right: 2px
}

.card-item__vacancy-info__source {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a897bd;
    font-size: 12px;
    padding-bottom: 10px
}

.card-item__vacancy-info__source img {
    height: 20px;
    margin-right: 5px
}

.card-item:hover {
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12)
}

@media (max-width: 991.98px) {
    .card-item__name {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .card-item__name {
        font-size: 16px
    }
}

.breadcrumbs {
    padding-top: 30px
}

.breadcrumbs li {
    font-size: 11px
}

.breadcrumbs a {
    font-size: 11px;
    color: #966cee;
    font-weight: 500
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs ul > li + li:before {
    padding: 0 5px;
    color: #966cee;
    content: " / "
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        padding-top: 15px
    }
}

@media (max-width: 479.98px) {
    .breadcrumbs {
        padding-top: 5px
    }
}

.text-image {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.text-image-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-image-wrap img {
    max-width: 100%;
    max-height: 100%
}

.text ul.dotted li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text ul.dotted li:not(:last-child) {
    margin-bottom: 15px
}

.text ul.dotted li:before {
    content: "";
    margin-right: 15px
}

.text ul.dotted--violet li:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10s10 0 10-10c0 10 10 10 10 10s-10 .714-10 10c0-9.286-10-10-10-10z' fill='%23B298EE'/%3E%3C/svg%3E")
}

.text ul.dotted--violetGradient li:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0l8 8-8 8-8-8 8-8z' fill='url(%23paint0_radial_647_16679)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_647_16679' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-15.038 47.728 3.409) scale(17.3439)'%3E%3Cstop stop-color='%23EB6CEE'/%3E%3Cstop offset='1' stop-color='%236C90EE'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E")
}

.text ul.columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.text ul.columns-3 li {
    width: -webkit-calc(33.33333% - 33.33333px);
    width: calc(33.33333% - 33.33333px)
}

.text ul.numeric li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    counter-increment: liNum;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text ul.numeric li:not(:last-child) {
    margin-bottom: 15px
}

.text ul.numeric li:before {
    content: counter(liNum);
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border: 1px solid #dfdbee;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #392b4b;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .text-image {
        border-radius: 12px
    }

    .text ul.columns-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .text ul.columns-3 li {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .text-image {
        border-radius: 8px
    }
}

.pagination {
    list-style: none;
    overflow: hidden;
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination li.active a {
    background: #966cee;
    color: #fff
}

.pagination li, .pagination li.active a {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.pagination li {
    margin-right: 5px;
    width: 48px;
    height: 48px;
    float: left
}

.pagination li a {
    background: 0 0;
    padding: 5px 10px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #392b4b
}

.pagination li a:hover {
    background: #966cee;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.pagination .next.disabled, .pagination .prev.disabled {
    display: none
}

.pagination .prev {
    margin-right: 24px;
    border: 1px solid #efe8f8
}

.pagination .next, .pagination .prev, .pagination .prev a:hover {
    background-color: #fff
}

.pagination .next {
    margin-left: 24px;
    border: 1px solid #efe8f8
}

.pagination .next a:hover {
    background-color: #fff
}

.filter-section {
    margin-top: 30px;
    --bs-gutter-y: 20px;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    border-radius: 12px;
    padding: 25px
}

.filter-section__item:not(:last-child) {
    margin-bottom: 20px
}

.filter-section__item:not(:last-child).is-active .filter-section__item-wrap {
    padding-bottom: 15px
}

.filter-section__item.is-active .filter-section__item-wrap {
    display: block
}

.filter-section__item.is-active .filter-section__item-title svg {
    stroke: #966cee;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-section__item-wrap {
    display: none
}

.filter-section__item-wrap .form-group:not(:last-child) {
    margin-bottom: 15px
}

.filter-section__item-title {
    color: #392b4b;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 110%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s
}

.filter-section__item-title svg {
    stroke: #392b4b;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 20px;
    height: 20px;
    margin-left: auto;
    -webkit-transition: stroke .2s, -webkit-transform .2s;
    transition: stroke .2s, -webkit-transform .2s;
    transition: transform .2s, stroke .2s;
    transition: transform .2s, stroke .2s, -webkit-transform .2s
}

.filter-section__item-title:hover {
    color: #966cee
}

.filter-section__item-title:hover svg {
    stroke: #966cee
}

.filter-section label {
    color: #a897bd
}

.filter-section .filter-panel {
    border: 1px solid #efe8f8;
    background-color: #fff
}

.filter-section .filter-panel label {
    color: #a897bd;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px
}

.filter-section .filter-panel .form-group {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    align-items: start
}

.filter-section .slider_wrap input {
    display: none
}

.filter-section .slider_values {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.filter-section .slider_value__max, .filter-section .slider_value__min {
    padding-bottom: 8px
}

.filter-section .slider-handle.min-slider-handle {
    margin-left: 0
}

.filter-section .slider-handle.max-slider-handle {
    margin-right: 0
}

.filter-section .companies-f__reset {
    -ms-flex-align: center;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #a897bd;
    -webkit-transition: color .2s;
    transition: color .2s
}

.filter-section .companies-f__reset:before {
    content: "";
    position: relative;
    background-image: url(../../img/eraser.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.filter-section .list-group {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.filter-section .list-group input[type=checkbox] {
    display: none
}

.filter-section .list-group input[type=checkbox] + .list-group-item {
    cursor: pointer;
    color: #392b4b;
    border-radius: 8px;
    margin-right: 10px;
    height: 44px;
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.filter-section .list-group input[type=checkbox] + .list-group-item:before {
    content: "\2713";
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #a897bd;
    border-radius: 4px
}

.filter-section .list-group input[type=checkbox]:checked + .list-group-item {
    background: #f9f4ff;
    color: #392b4b;
    border: 1px solid #966cee;
    border-radius: 8px
}

.filter-section .list-group input[type=checkbox]:checked + .list-group-item:before {
    color: #fff;
    border: none;
    background: #966cee
}

.filter-section [role=radiogroup] {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.filter-section [role=radiogroup] > * {
    cursor: pointer
}

.filter-section [role=radiogroup] label {
    color: #392b4b
}

@media (max-width: 991.98px) {
    .filter-section {
        display: none
    }

    .filter-section.is-active {
        display: block;
        margin-bottom: 30px
    }
}

.vacancy-view__intro {
    background: #615473;
    border-radius: 25px;
    color: #fff;
    padding: 50px 110px 50px 50px;
    position: relative
}

.vacancy-view__intro .h1, .vacancy-view__intro h1 {
    padding-right: 110px
}

.vacancy-view__intro .card-item__vacancy-info__source {
    color: #fff
}

.vacancy-view__intro .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #36ae42;
    --bs-btn-border-color: #36ae42;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #71c97a;
    --bs-btn-hover-border-color: #71c97a;
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
    --bs-btn-active-color: var(--bs-btn-hover-color)
}

.vacancy-view__info {
    font-size: 20px;
    margin-bottom: 20px
}

.vacancy-view__info li:not(:last-child) {
    margin-bottom: 5px
}

.vacancy-view__rate {
    padding-top: 20px;
    padding-bottom: 20px
}

.vacancy-view__rate, .vacancy-view__rate-this {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vacancy-view__rate-this {
    background: #f3a919;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}

.vacancy-view__rate-this span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700
}

.vacancy-view__rate-star {
    width: 24px;
    height: 24px;
    position: relative
}

.vacancy-view__rate-star .rate-fill__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden
}

.vacancy-view__rate-star svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px
}

.vacancy-view__favorite {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 30px;
    right: 30px;
    border: 0 !important;
    padding: 0
}

.vacancy-view__favorite svg {
    width: 52px;
    height: 52px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.vacancy-view__favorite:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 991.98px) {
    .vacancy-view__intro {
        padding: 40px
    }

    .vacancy-view__info {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .vacancy-view__intro {
        padding: 30px
    }

    .vacancy-view__intro .h1, .vacancy-view__intro h1 {
        padding-right: 80px
    }

    .vacancy-view__info {
        font-size: 16px
    }

    .vacancy-view__rate-this span {
        font-size: 14px
    }

    .vacancy-view__favorite {
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px
    }

    .vacancy-view__favorite svg {
        width: 42px;
        height: 42px
    }
}

#filter-content {
    z-index: 10
}

@media (max-width: 991.98px) {
    #filter-content .search__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #filter-content .search__form-input {
        width: 100%
    }

    #filter-content .search__form .open-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        height: 38px;
        font-size: 15px;
        border-radius: 8px
    }

    #filter-content .search__form .open-filter svg {
        width: 24px;
        height: 24px;
        stroke: #966cee;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        margin-right: 10px;
        -webkit-transition: stroke .2s;
        transition: stroke .2s
    }

    #filter-content .search__form .open-filter:active svg, #filter-content .search__form .open-filter:focus svg, #filter-content .search__form .open-filter:hover svg {
        stroke: #fff
    }
}

@media (max-width: 767.98px) {
    #filter-content .search__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    #filter-content .search__form .open-filter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cookieUseInfo {
    border-radius: 16px;
    background: rgba(108, 80, 171, .9);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 15px 15px 15px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 900
}

.cookieUseInfo.is-hidden {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}

.cookieUseInfo__text {
    padding-left: 15px;
    padding-right: 15px
}

.cookieUseInfo__text p {
    padding: 0;
    margin: 0
}

.cookieUseInfo a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px
}

.cookieUseInfo svg {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px
}

.cookieUseInfo button {
    border: 0;
    border-radius: 6px;
    background: #9375d6;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    font-size: 13px
}

@media (max-width: 991.98px) {
    .cookieUseInfo {
        left: 5px;
        right: 5px;
        bottom: 5px
    }
}

@media (max-width: 479.98px) {
    .cookieUseInfo svg {
        display: none
    }

    .cookieUseInfo__text {
        padding-left: 0
    }
}

.page__home .section__hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100vh - 400px);
    height: calc(100vh - 400px);
    min-height: 400px;
    max-height: -webkit-calc(100vh - 400px);
    max-height: calc(100vh - 400px)
}

.page__home .section__hero .btn-primary {
    white-space: nowrap;
    margin-top: 30px
}

.page__home .section__hero > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .page__home .section__whatIsTrajectory .text-icon strong {
        font-size: 30px
    }

    .page__home .section__hero {
        min-height: 380px
    }
}

@media (max-width: 767.98px) {
    .page__home .section__whatIsTrajectory .text-icon strong {
        font-size: 25px;
        margin-right: 6px
    }

    .page__home .section__hero .btn-primary {
        font-size: 14px;
        margin-top: 0
    }

    .page__home .section__whatIsTrajectory .text-icon svg {
        width: 20px
    }

    .page__home .section__hero .row > div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        height: auto
    }

    .page__home .section__hero .row > div:first-child {
        padding-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: auto
    }

    .page__home .section__hero {
        height: auto;
        min-height: unset;
        max-height: unset
    }

    .page__home .section__hero-bg img {
        max-width: 70%
    }
}

@media (max-width: 479.98px) {
    .page__home .section__hero .btn-primary {
        font-size: 14px
    }
}

.page__professions {
    background: #fff
}

.page__professions .section__hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 991.98px) {
    .page__professions .section__hero > .row > div:first-child {
        padding-top: 0
    }

    .page__professions .section__hero > .row > div:nth-child(2) {
        height: auto
    }

    .page__professions .section__text .text-image-wrap {
        margin-top: 30px
    }

    .page__professions .section__text .text-image-wrap img {
        max-height: 320px
    }
}

@media (max-width: 767.98px) {
    .page__professions .section__hero {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 479.98px) {
    .page__professions .section__hero {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.page__inner, .page__professions-item {
    background: #fff
}

.page__inner .open-filter {
    display: none
}

@media (max-width: 991.98px) {
    .page__inner .btn-open-filter {
        display: block
    }

    .page__inner .block__filter form {
        display: none
    }
}

@media (max-width: 1619.98px) {
    .page__vacancy-item .cards__list--col-4 .card-item {
        width: -webkit-calc(33% - 16.3px);
        width: calc(33% - 16.3px)
    }

    .page__vacancy-item .cards__list--col-4 .card-item:nth-child(7), .page__vacancy-item .cards__list--col-4 .card-item:nth-child(8) {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .page__vacancy-item .cards__list--col-4 .card-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .page__vacancy-item .cards__list--col-4 .card-item:nth-child(7), .page__vacancy-item .cards__list--col-4 .card-item:nth-child(8) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767.98px) {
    .page__vacancy-item .cards__list--col-4 .card-item {
        width: 100%
    }
}

.page__community .search__result-text {
    padding-bottom: 41px
}

.page__vacancy {
    background: #fff
}

.page__vacancy .section__hero {
    overflow: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(161, 148, 237, .17)), to(hsla(0, 0%, 85.1%, 0)));
    background: linear-gradient(0deg, rgba(161, 148, 237, .17), hsla(0, 0%, 85.1%, 0))
}

.page__vacancy .section__hero .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page__vacancy .section__hero .row p {
    padding-top: 20px;
    padding-bottom: 20px
}

.page__vacancy .section__hero-bg {
    margin-bottom: -150px
}

.page__vacancy .section__hero-bg img {
    max-width: 90%;
    max-height: 100%;
    margin-left: -6%;
    margin-top: -12%
}

@media (max-width: 991.98px) {
    .page__vacancy .section__hero .row div:nth-child(2) {
        display: none
    }
}

@media (max-width: 767.98px) {
    .page__vacancy .section__hero {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .page__vacancy .section__hero .row p {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (max-width: 479.98px) {
    .page__vacancy .section__hero {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .page__vacancy .section__logos ul li {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px)
    }

    .page__vacancy .section__logos ul li a {
        padding: 20px
    }
}

@media (max-width: 1619.98px) {
    .h1, h1 {
        font-size: 2rem
    }

    .accordion-body {
        font-size: 15px
    }
}

@media (max-width: 1199.98px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        --bs-gutter-x: 100px
    }

    .accordion-button {
        padding: 20px 35px 20px 0
    }
}

@media (max-width: 991.98px) {
    .container, .container-lg, .container-md, .container-sm {
        --bs-gutter-x: 80px
    }

    :root {
        --bs-body-font-size: 14px
    }

    .accordion-body {
        font-size: 14px
    }

    .accordion-button {
        font-size: 15px
    }

    .h2, h2 {
        font-size: 24px
    }

    .p-4 {
        padding: 35px !important
    }

    .page__home section {
        overflow-x: hidden;
        max-width: 100vw
    }

    .mb-5 {
        margin-bottom: 50px !important
    }
}

@media (max-width: 767.98px) {
    .p-4 {
        padding: 30px !important
    }

    .mb-5 {
        margin-bottom: 40px !important
    }

    .h1, h1 {
        font-size: 30px
    }

    .h2, h2 {
        font-size: 20px
    }

    .h3, h3 {
        font-size: 18px
    }

    .h4, h4 {
        font-size: 16px
    }

    .modal-dialog {
        padding: 20px
    }
}

@media (max-width: 479.98px) {
    .modal-dialog {
        padding: 10px
    }

    .control-label {
        font-size: 14px
    }

    .h1, h1 {
        font-size: 24px
    }

    .h2, h2 {
        font-size: 18px
    }

    .h3, h3 {
        font-size: 16px
    }

    .h4, h4 {
        font-size: 15px
    }

    .p-4 {
        padding: 25px !important
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        --bs-gutter-x: 40px
    }

    .btn-section {
        width: 100%
    }

    .accordion-body {
        padding-left: 0
    }
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-clip: content-box;
    border: 2px solid #966cee;
    border-radius: 50%;
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 5px
}

input[type=radio]:checked {
    background-color: #966cee
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #fff
}

.courses__wrapper {
    padding-top: 20px;
    padding-bottom: 25px
}

.courses__slide {
    background: #fff;
    border: 1px solid #efe8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 270px;
    overflow: hidden
}

.slide-body__top {
    padding: 8px;
    height: 128px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-image: url(/images/no_image.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.slide-body__top, .slide-body__top_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.slide-body__top_row, .slide-body__top_span {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.slide-body__top_span {
    font-size: 12px;
    line-height: 133%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    background: #ff6a6a;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px
}

.swiper-button-next {
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    overflow: hidden
}

.swiper-button-next:after {
    position: absolute;
    content: ""
}

.swiper-button-prev {
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    overflow: hidden
}

.swiper-button-prev:after {
    position: absolute;
    content: ""
}

.slide-content__main {
    padding: 0 16px 8px
}

.slide-content__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #a897bd;
    margin: 8px 0 4px
}

.slide-content__title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #7d59ca;
    margin-bottom: 26px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.slide-content__info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #392b4b;
    margin-bottom: 24px
}

.slide-content__old-price strike {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #e19500
}

.slide-content__price {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #392b4b
}

.partner__text, .slide-content__go_btn {
    line-height: 143%;
    font-weight: 400;
    font-style: normal;
    font-size: 14px
}

.slide-content__go_btn {
    color: #7d59ca;
    border-top: 1px solid #efe8f8;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 10px 8px
}

.slide-content__go_btn, .slide-content__price_period {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.slide-content__price_period {
    position: relative
}

.slide-content__price_period:before {
    content: "";
    position: relative;
    background-image: url(/images/old/clock-2.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.course-favorite {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.course-favorite:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.course-link-info {
    color: #b9b9b9;
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    padding: 3px 10px 0
}

@media (max-width: 1200px) {
    .slide-body__form_logo, .slide-content__info {
        display: none
    }
}

@media (any-hover: hover) {
    .slide-content__title:hover {
        color: #7d59ca
    }

    .slide-content__go_btn:hover {
        background-color: #efe8f8;
        color: #5f2bce
    }
}

.btn_course {
    background: none;
    border: 0
}

ul.block_feature {
    list-style: none
}

ul.block_feature li {
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
    background-repeat: no-repeat
}

ul.block_feature li a {
    font-size: 16px
}

.icon_primary_level {
    background-image: url(/images/icon_primary_level.svg)
}

.icon_mentor {
    background-image: url(/images/old/icon_mentor.svg)
}

.icon_certificat {
    background-image: url(/images/old/icon_certificat.svg)
}

.icon_format {
    background-image: url(/images/old/icon_format.svg)
}

.icon_credit {
    background-image: url(/images/old/icon_credit.svg)
}

.icon_language {
    background-image: url(/images/old/icon_language.svg)
}

.icon_place {
    background-image: url(/images/old/icon_place.svg)
}

.icon_phone {
    background-image: url(/images/old/icon_phone.svg)
}

.icon_email {
    background-image: url(/images/old/icon_email.svg)
}

.icon_leader {
    background-image: url(/images/old/icon_leader.svg)
}

.icon_location-black {
    background-image: url(/images/old/icon_location-black.svg)
}

.icon_phone-black {
    background-image: url(/images/old/icon_phone-black.svg)
}

.icon_email-black {
    background-image: url(/images/old/icon_email-black.svg)
}

.course_item.vebinar-card .course_item__content .course_item__info {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.course_item.vebinar-card .course_item__content .course_item__info .info_block {
    width: 100%
}

.course_item.vebinar-card .course_item__content .course_item__info .info_block:nth-child(2) {
    border-top: 1px solid #e4e9f0
}

.course_item {
    margin-bottom: 30px;
    max-width: 342px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #e4e9f0
}

.course_item .btn-place {
    height: 36px
}

.course_item .course_item__content {
    padding: 16px 16px 0
}

.course_item .course_item__content .course_item__title {
    color: #a897bd;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.course_item .course_item__content .course_item__name {
    color: #1b273a;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 15px
}

.course_item .course_item__content .btn_action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 8px 0;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.course_item .course_item__content .course_item__info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    border: 1px solid #e4e9f0;
    margin-left: -17px;
    margin-right: -17px
}

.course_item .course_item__content .course_item__info .info_block {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    width: 50%
}

.course_item .course_item__content .course_item__info .info_block:first-child {
    border-right: 1px solid #e4e9f0
}

.course_item .course_item__content .course_item__info .info_block .info_block__title {
    color: #7889a4
}

.course_item .course_item__content .course_item__info .info_block .info_block__value {
    color: #1b273a
}

.course_item .course_item__content .course_item__info .info_block .info_block__value strike {
    color: #a7b3c6;
    font-size: 12px;
    white-space: nowrap
}

.course_item .course_item__header {
    min-height: 200px;
    overflow: hidden
}

.course_item .cat_markers {
    position: absolute;
    pointer-events: none;
    bottom: 8px;
    left: 10px
}

.course_item:active, .course_item:focus, .course_item:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12)
}

.course_item__header {
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.course_item__header img {
    display: block
}

.course_item__header .course_item__elements {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.course_item__header .course_item__elements > button, .course_item__header .course_item__elements > img {
    display: inline-block;
    float: right;
    margin-right: 8px;
    margin-top: 8px
}

.course_item__header .course_item__elements img.course-logo {
    float: left;
    max-height: 48px;
    margin-left: 8px;
    margin-top: 8px
}

.cat_markers {
    max-height: 80px;
    border-radius: 8px;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px)
}

.cat_marker__item {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px
}

.cat_marker__item.red {
    background: #ff6a6a;
    color: #fff
}

.cat_marker__item.green {
    background-color: #56b766;
    color: #fff
}

.swiper-button-next, .swiper-button-prev {
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .1);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    overflow: hidden;
    outline: none;
    border: 0
}

.swiper-button-prev {
    background: #fff;
    width: 48px;
    height: 48px;
    margin-top: -24px
}

.swiper-button-prev:after {
    background-image: url(/images/old/next-arrow.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 21px;
    width: 22px
}

.swiper-button-next {
    background: #fff;
    width: 48px;
    height: 48px;
    margin-top: -24px
}

.swiper-button-next:after {
    background-image: url(/images/old/next-arrow.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 21px;
    width: 22px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.courses__title_btn:hover {
    background: #e7d3ff
}

.courses__slide:hover {
    -webkit-box-shadow: 0 6px 24px rgba(24, 29, 54, .12);
    box-shadow: 0 6px 24px rgba(24, 29, 54, .12)
}

.courses__swiper {
    overflow: unset
}

.courses__swiper > * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.courses__swiper-container {
    position: relative
}

.courses__swiper .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.courses__swiper .swiper-slide.swiper-slide-active, .courses__swiper .swiper-slide.swiper-slide-active + .swiper-slide, .courses__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide, .courses__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    pointer-events: all
}

.logos__swiper {
    overflow: unset
}

.logos__swiper > * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.logos__swiper-container {
    position: relative
}

.logos__swiper .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.logos__swiper .swiper-slide.swiper-slide-active, .logos__swiper .swiper-slide.swiper-slide-active + .swiper-slide, .logos__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide, .logos__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide, .logos__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide, .logos__swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    pointer-events: all
}

@media (max-width: 1619.98px) {
    .logos__swiper {
        overflow: hidden
    }

    .logos__swiper .swiper-slide {
        opacity: 1;
        pointer-events: all
    }
}

@media (max-width: 991.98px) {
    .logos__swiper {
        overflow: unset
    }

    .logos__swiper-container .swiper-button-next, .logos__swiper-container .swiper-button-prev {
        display: none
    }
}

.swiper-button-next {
    right: -5%;
    left: auto
}

.swiper-button-prev {
    left: -5%;
    right: auto
}

.position__vacancy_stats.stats_white, .position__vacancy_stats.stats_white a {
    color: #6c50ab;
    background-color: #fff
}

.position__vacancy_stats.stats_white ul li a.is-active, .position__vacancy_stats.stats_white ul li a:hover {
    color: #fff;
    background-color: #6c50ab
}

.position__vacancy_stats.stats_white ul li a.is-active span, .position__vacancy_stats.stats_white ul li a:hover span {
    color: #fff
}

.position__vacancy_stats p {
    opacity: .8;
    font-size: 16px;
    margin-bottom: 20px
}

.position__vacancy_stats ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px 0 0 -8px
}

.position__vacancy_stats ul li {
    margin-right: 7px;
    margin-top: 7px
}

.position__vacancy_stats ul li a {
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 16px
}

.position__vacancy_stats ul li a span {
    opacity: .5
}

.position__vacancy_stats ul li a.is-active, .position__vacancy_stats ul li a:hover {
    background: #fff;
    color: #6c4faa
}

.position__vacancy_stats ul li a.is-active span, .position__vacancy_stats ul li a:hover span {
    color: #6c4faa
}

@media only screen and (max-width: 767px) {
    .position__vacancy_stats {
        border-radius: 16px;
        padding: 32px 16px
    }

    .position__vacancy_stats p, .position__vacancy_stats ul li a {
        font-size: 14px
    }
}

.position__vacancy_stats-empty {
    font-size: 20px;
    padding-bottom: 80px
}

.position__vacancy_stats-empty.is-hidden {
    display: none
}

a.stats-city {
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

@media (max-width: 991.98px) {
    .section__courseSlider .swiper-button-next, .section__courseSlider .swiper-button-prev {
        display: none
    }

    .courses__swiper .swiper-slide {
        opacity: 1
    }

    .section__courseSlider {
        position: relative
    }
}

@media (max-width: 767.98px) {
    .slide-content__title {
        font-size: 14px
    }

    .slide-content__subtitle {
        font-size: 13px
    }

    .slide-content__price {
        font-size: 14px
    }
}

#courses.section__courseSlider {
    margin-top: -30px;
    padding-top: 30px
}

.side-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 32px
}

.side-nav__item {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #a897bd;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    font-style: normal
}

.side-nav__item:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 100%;
    opacity: 0;
    background: #966cee;
    z-index: -1;
    z-index: 0
}

.side-nav__item.highlighted {
    color: #392b4b !important
}

.side-nav__item.highlighted:after {
    content: "";
    bottom: -4px;
    opacity: 1
}

.modal > .modal-body {
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.modal-header {
    border: none
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
    float: right;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.professions__charts .select2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: -2px
}

.professions__charts .select2 .select2-results__option {
    white-space: nowrap
}

.professions__charts .select2-container--krajee-bs4 .select2-selection--single {
    height: 44px !important;
    line-height: 1.428571429 !important;
    padding: 6px 30px 6px 12px !important
}

.professions__charts .modal-title {
    padding-right: 20px
}

.professions__charts #chart {
    height: 400px !important
}

.professions__charts .side-nav {
    max-width: 100%;
    position: relative
}

.professions__charts-citySelect .select2-dropdown {
    width: 250px !important
}

.professions__charts-citySelect.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    margin-top: 10px !important
}

@media (max-width: 991.98px) {
    .side-nav__list {
        margin-bottom: 16px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 6px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .side-nav__list::-webkit-scrollbar {
        display: none
    }

    .side-nav__item {
        font-size: 14px;
        line-height: 24px
    }

    #charts-popup .side-nav__list {
        margin-left: -25px;
        margin-right: -25px;
        padding: 0 25px 6px;
        gap: 15px
    }
}

@media (any-hover: hover) {
    .side-nav__item:hover {
        color: #534466
    }
}

@media (min-width: 768px) {
    .modal > .modal-dialog {
        max-width: 1000px
    }
}

@media (max-width: 480px) {
    #charts-popup .modal-dialog {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 420px) {
    .professions__charts-citySelect .select2-dropdown {
        width: 200px !important
    }
}

#salary-by-exp {
    height: 300px !important
}

.wow, .wowNoOffset {
    visibility: hidden
}

@media (max-width: 1620px) {
    .cards .section__fastTrajectoryForm .h2 {
        font-size: 1.5rem
    }

    .cards .section__fastTrajectoryForm-image img {
        width: 76%
    }

    .cards .section__fastTrajectoryForm-image {
        right: 0;
        top: 50%;
        margin-top: -107px
    }

    .card-item__name {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    .cards .section__fastTrajectoryForm .h2 {
        width: 40%
    }
}

@media (max-width: 991.98px) {
    .cards .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight h2 {
        font-size: 22px;
        width: 80%
    }
}

@media (max-width: 767.98px) {
    .cards .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight .h2, .section__fastTrajectoryForm .block-orangeLight h2 {
        font-size: 18px;
        width: 100%
    }
}

@media (max-width: 479.98px) {
    .cards .section__fastTrajectoryForm-image {
        display: none
    }

    .section__professions .cards__list {
        gap: 20px
    }
}

.profession__cond {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px
}

.profession__cond, .profession__cond > li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.profession__cond > li {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background: #6c4faa;
    font-size: 16px;
    height: 40px;
    margin-right: 12px;
    padding: 0 16px;
    margin-bottom: 16px
}

.profession__cond.progs > li {
    background: #ffd07e
}

@media (min-width: 768px) {
    #charts-popup.modal > .modal-dialog {
        max-width: 1000px;
        width: 100%
    }
}

@media (max-width: 767.8px) {
    #charts-popup .modal-dialog {
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

.side-nav__item, .side-nav__item:after, .tr-blocki {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

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