@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}
.swiper-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
}
.carousel {
    box-sizing: border-box;
}
.carousel *,
.carousel :after,
.carousel :before {
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.carousel__viewport {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel__track {
    display: flex;
}
.carousel__slide {
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    position: relative;
    width: var(--carousel-slide-width, 60%);
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    user-select: none;
}
.carousel__dots .carousel__dot {
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 22px;
}
.carousel__dots .carousel__dot:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    opacity: 0.25;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.15s ease-in-out;
    width: 8px;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    align-items: center;
    background: var(--carousel-button-bg, transparent);
    border: 0;
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    color: var(--carousel-button-color, currentColor);
    cursor: pointer;
    display: flex;
    height: var(--carousel-button-height, 48px);
    justify-content: center;
    padding: 0;
    pointer-events: all;
    transition: opacity 0.15s ease;
    width: var(--carousel-button-width, 48px);
}
.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    height: var(--carousel-button-svg-height, 50%);
    pointer-events: none;
    width: var(--carousel-button-svg-width, 50%);
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}
.fancybox__container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    bottom: 0;
    box-sizing: border-box;
    color: var(--fancybox-color, #fff);
    direction: ltr;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0)
        env(safe-area-inset-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    transform-origin: top left;
    z-index: 1050;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}
.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.fancybox__carousel {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    position: relative;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    cursor: default;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox__track {
    display: flex;
    height: 100%;
}
.fancybox__slide {
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    outline: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 48px 8px 8px;
    position: relative;
    width: 100%;
}
.fancybox__slide:after,
.fancybox__slide:before {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
@media (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    align-self: center;
    background: var(--fancybox-content-bg, #fff);
    color: var(--fancybox-content-color, #374151);
    display: flex;
    flex-direction: column;
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    position: relative;
    z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    box-shadow: none;
    outline: thin dotted;
}
.fancybox__caption {
    align-self: center;
    color: var(--fancybox-color, currentColor);
    cursor: auto;
    flex-shrink: 0;
    line-height: 1.375;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 1rem 0 0;
    visibility: visible;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    color: var(--fancybox-color, #fff);
    top: 100%;
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
}
@media (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}
@media (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    right: 8px;
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    top: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 40;
}
@media (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    color: var(--fancybox-color, #fff);
    position: absolute;
    right: 0;
    top: -40px;
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    color: var(--fancybox-color, currentColor);
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    width: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: currentColor;
    animation: fancybox-dash 1.5s ease-in-out infinite;
}
@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn);
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
    animation: fancybox-fadeIn 0.15s ease backwards;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    animation: fancybox-fadeOut 0.15s ease both;
}
.fancybox-fadeIn {
    animation: fancybox-fadeIn 0.15s ease both;
}
.fancybox-fadeOut {
    animation: fancybox-fadeOut 0.1s ease both;
}
.fancybox-zoomInUp {
    animation: fancybox-zoomInUp 0.2s ease both;
}
.fancybox-zoomOutDown {
    animation: fancybox-zoomOutDown 0.15s ease both;
}
.fancybox-throwOutUp {
    animation: fancybox-throwOutUp 0.15s ease both;
}
.fancybox-throwOutDown {
    animation: fancybox-throwOutDown 0.15s ease both;
}
@keyframes fancybox-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0.97) translate3d(0, 16px, 0);
    }
    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        transform: scale(0.97) translate3d(0, 16px, 0);
    }
}
@keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }
}
@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        transform: translate3d(0, 30%, 0);
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-color: #ccc hsla(0, 0%, 100%, 0.1);
    scrollbar-width: thin;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__image {
    transform-origin: 0 0;
    transition: none;
    user-select: none;
}
.has-image .fancybox__content {
    background: transparent;
    min-height: 1px;
    padding: 0;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    height: auto;
    max-width: 100%;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    height: 100%;
    width: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    flex-shrink: 1;
    max-width: 100%;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 80%;
    width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: 540px;
    max-height: 100%;
    max-width: 100%;
    width: 960px;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
    padding: 0;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.fancybox-placeholder {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.fancybox__thumbs {
    flex: 0 0 auto;
    opacity: var(--fancybox-opacity, 1);
    padding: 0 3px;
    position: relative;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    align-items: center;
    box-sizing: content-box;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    overflow: visible;
    padding: 8px 3px;
    width: var(--fancybox-thumbs-width, 96px);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.15s ease;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none;
}
.fancybox__thumb {
    background-color: hsla(0, 0%, 100%, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    position: relative;
    width: 100%;
}
.fancybox__toolbar {
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    background: linear-gradient(
        0deg,
        transparent 0,
        rgba(0, 0, 0, 0.006) 8.1%,
        rgba(0, 0, 0, 0.021) 15.5%,
        rgba(0, 0, 0, 0.046) 22.5%,
        rgba(0, 0, 0, 0.077) 29%,
        rgba(0, 0, 0, 0.114) 35.3%,
        rgba(0, 0, 0, 0.155) 41.2%,
        rgba(0, 0, 0, 0.198) 47.1%,
        rgba(0, 0, 0, 0.242) 52.9%,
        rgba(0, 0, 0, 0.285) 58.8%,
        rgba(0, 0, 0, 0.326) 64.7%,
        rgba(0, 0, 0, 0.363) 71%,
        rgba(0, 0, 0, 0.394) 77.5%,
        rgba(0, 0, 0, 0.419) 84.5%,
        rgba(0, 0, 0, 0.434) 91.9%,
        rgba(0, 0, 0, 0.44)
    );
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: var(--fancybox-opacity, 1);
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
    top: 0;
    touch-action: none;
    z-index: 20;
}
@media (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    line-height: var(--carousel-button-height, 48px);
    min-width: 72px;
    padding: 0 10px;
    text-align: center;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    user-select: none;
    z-index: 30;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
.iti {
    display: inline-block;
    position: relative;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    position: relative;
    z-index: 0;
}
.iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px 0 8px;
    position: relative;
    z-index: 1;
}
.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    margin-left: 6px;
    width: 0;
}
.iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none;
}
.iti__country-list {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0 0 0 -1px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.iti__country {
    outline: 0;
    padding: 5px 10px;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    left: -1000px;
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac {
    background-position: 0 0;
    height: 10px;
}
.iti__flag.iti__ad {
    background-position: -22px 0;
    height: 14px;
}
.iti__flag.iti__ae {
    background-position: -44px 0;
    height: 10px;
}
.iti__flag.iti__af {
    background-position: -66px 0;
    height: 14px;
}
.iti__flag.iti__ag {
    background-position: -88px 0;
    height: 14px;
}
.iti__flag.iti__ai {
    background-position: -110px 0;
    height: 10px;
}
.iti__flag.iti__al {
    background-position: -132px 0;
    height: 15px;
}
.iti__flag.iti__am {
    background-position: -154px 0;
    height: 10px;
}
.iti__flag.iti__ao {
    background-position: -176px 0;
    height: 14px;
}
.iti__flag.iti__aq {
    background-position: -198px 0;
    height: 14px;
}
.iti__flag.iti__ar {
    background-position: -220px 0;
    height: 13px;
}
.iti__flag.iti__as {
    background-position: -242px 0;
    height: 10px;
}
.iti__flag.iti__at {
    background-position: -264px 0;
    height: 14px;
}
.iti__flag.iti__au {
    background-position: -286px 0;
    height: 10px;
}
.iti__flag.iti__aw {
    background-position: -308px 0;
    height: 14px;
}
.iti__flag.iti__ax {
    background-position: -330px 0;
    height: 13px;
}
.iti__flag.iti__az {
    background-position: -352px 0;
    height: 10px;
}
.iti__flag.iti__ba {
    background-position: -374px 0;
    height: 10px;
}
.iti__flag.iti__bb {
    background-position: -396px 0;
    height: 14px;
}
.iti__flag.iti__bd {
    background-position: -418px 0;
    height: 12px;
}
.iti__flag.iti__be {
    background-position: -440px 0;
    height: 15px;
}
.iti__flag.iti__bf {
    background-position: -460px 0;
    height: 14px;
}
.iti__flag.iti__bg {
    background-position: -482px 0;
    height: 12px;
}
.iti__flag.iti__bh {
    background-position: -504px 0;
    height: 12px;
}
.iti__flag.iti__bi {
    background-position: -526px 0;
    height: 12px;
}
.iti__flag.iti__bj {
    background-position: -548px 0;
    height: 14px;
}
.iti__flag.iti__bl {
    background-position: -570px 0;
    height: 14px;
}
.iti__flag.iti__bm {
    background-position: -592px 0;
    height: 10px;
}
.iti__flag.iti__bn {
    background-position: -614px 0;
    height: 10px;
}
.iti__flag.iti__bo {
    background-position: -636px 0;
    height: 14px;
}
.iti__flag.iti__bq {
    background-position: -658px 0;
    height: 14px;
}
.iti__flag.iti__br {
    background-position: -680px 0;
    height: 14px;
}
.iti__flag.iti__bs {
    background-position: -702px 0;
    height: 10px;
}
.iti__flag.iti__bt {
    background-position: -724px 0;
    height: 14px;
}
.iti__flag.iti__bv {
    background-position: -746px 0;
    height: 15px;
}
.iti__flag.iti__bw {
    background-position: -768px 0;
    height: 14px;
}
.iti__flag.iti__by {
    background-position: -790px 0;
    height: 10px;
}
.iti__flag.iti__bz {
    background-position: -812px 0;
    height: 14px;
}
.iti__flag.iti__ca {
    background-position: -834px 0;
    height: 10px;
}
.iti__flag.iti__cc {
    background-position: -856px 0;
    height: 10px;
}
.iti__flag.iti__cd {
    background-position: -878px 0;
    height: 15px;
}
.iti__flag.iti__cf {
    background-position: -900px 0;
    height: 14px;
}
.iti__flag.iti__cg {
    background-position: -922px 0;
    height: 14px;
}
.iti__flag.iti__ch {
    background-position: -944px 0;
    height: 15px;
}
.iti__flag.iti__ci {
    background-position: -961px 0;
    height: 14px;
}
.iti__flag.iti__ck {
    background-position: -983px 0;
    height: 10px;
}
.iti__flag.iti__cl {
    background-position: -1005px 0;
    height: 14px;
}
.iti__flag.iti__cm {
    background-position: -1027px 0;
    height: 14px;
}
.iti__flag.iti__cn {
    background-position: -1049px 0;
    height: 14px;
}
.iti__flag.iti__co {
    background-position: -1071px 0;
    height: 14px;
}
.iti__flag.iti__cp {
    background-position: -1093px 0;
    height: 14px;
}
.iti__flag.iti__cr {
    background-position: -1115px 0;
    height: 12px;
}
.iti__flag.iti__cu {
    background-position: -1137px 0;
    height: 10px;
}
.iti__flag.iti__cv {
    background-position: -1159px 0;
    height: 12px;
}
.iti__flag.iti__cw {
    background-position: -1181px 0;
    height: 14px;
}
.iti__flag.iti__cx {
    background-position: -1203px 0;
    height: 10px;
}
.iti__flag.iti__cy {
    background-position: -1225px 0;
    height: 14px;
}
.iti__flag.iti__cz {
    background-position: -1247px 0;
    height: 14px;
}
.iti__flag.iti__de {
    background-position: -1269px 0;
    height: 12px;
}
.iti__flag.iti__dg {
    background-position: -1291px 0;
    height: 10px;
}
.iti__flag.iti__dj {
    background-position: -1313px 0;
    height: 14px;
}
.iti__flag.iti__dk {
    background-position: -1335px 0;
    height: 15px;
}
.iti__flag.iti__dm {
    background-position: -1357px 0;
    height: 10px;
}
.iti__flag.iti__do {
    background-position: -1379px 0;
    height: 14px;
}
.iti__flag.iti__dz {
    background-position: -1401px 0;
    height: 14px;
}
.iti__flag.iti__ea {
    background-position: -1423px 0;
    height: 14px;
}
.iti__flag.iti__ec {
    background-position: -1445px 0;
    height: 14px;
}
.iti__flag.iti__ee {
    background-position: -1467px 0;
    height: 13px;
}
.iti__flag.iti__eg {
    background-position: -1489px 0;
    height: 14px;
}
.iti__flag.iti__eh {
    background-position: -1511px 0;
    height: 10px;
}
.iti__flag.iti__er {
    background-position: -1533px 0;
    height: 10px;
}
.iti__flag.iti__es {
    background-position: -1555px 0;
    height: 14px;
}
.iti__flag.iti__et {
    background-position: -1577px 0;
    height: 10px;
}
.iti__flag.iti__eu {
    background-position: -1599px 0;
    height: 14px;
}
.iti__flag.iti__fi {
    background-position: -1621px 0;
    height: 12px;
}
.iti__flag.iti__fj {
    background-position: -1643px 0;
    height: 10px;
}
.iti__flag.iti__fk {
    background-position: -1665px 0;
    height: 10px;
}
.iti__flag.iti__fm {
    background-position: -1687px 0;
    height: 11px;
}
.iti__flag.iti__fo {
    background-position: -1709px 0;
    height: 15px;
}
.iti__flag.iti__fr {
    background-position: -1731px 0;
    height: 14px;
}
.iti__flag.iti__ga {
    background-position: -1753px 0;
    height: 15px;
}
.iti__flag.iti__gb {
    background-position: -1775px 0;
    height: 10px;
}
.iti__flag.iti__gd {
    background-position: -1797px 0;
    height: 12px;
}
.iti__flag.iti__ge {
    background-position: -1819px 0;
    height: 14px;
}
.iti__flag.iti__gf {
    background-position: -1841px 0;
    height: 14px;
}
.iti__flag.iti__gg {
    background-position: -1863px 0;
    height: 14px;
}
.iti__flag.iti__gh {
    background-position: -1885px 0;
    height: 14px;
}
.iti__flag.iti__gi {
    background-position: -1907px 0;
    height: 10px;
}
.iti__flag.iti__gl {
    background-position: -1929px 0;
    height: 14px;
}
.iti__flag.iti__gm {
    background-position: -1951px 0;
    height: 14px;
}
.iti__flag.iti__gn {
    background-position: -1973px 0;
    height: 14px;
}
.iti__flag.iti__gp {
    background-position: -1995px 0;
    height: 14px;
}
.iti__flag.iti__gq {
    background-position: -2017px 0;
    height: 14px;
}
.iti__flag.iti__gr {
    background-position: -2039px 0;
    height: 14px;
}
.iti__flag.iti__gs {
    background-position: -2061px 0;
    height: 10px;
}
.iti__flag.iti__gt {
    background-position: -2083px 0;
    height: 13px;
}
.iti__flag.iti__gu {
    background-position: -2105px 0;
    height: 11px;
}
.iti__flag.iti__gw {
    background-position: -2127px 0;
    height: 10px;
}
.iti__flag.iti__gy {
    background-position: -2149px 0;
    height: 12px;
}
.iti__flag.iti__hk {
    background-position: -2171px 0;
    height: 14px;
}
.iti__flag.iti__hm {
    background-position: -2193px 0;
    height: 10px;
}
.iti__flag.iti__hn {
    background-position: -2215px 0;
    height: 10px;
}
.iti__flag.iti__hr {
    background-position: -2237px 0;
    height: 10px;
}
.iti__flag.iti__ht {
    background-position: -2259px 0;
    height: 12px;
}
.iti__flag.iti__hu {
    background-position: -2281px 0;
    height: 10px;
}
.iti__flag.iti__ic {
    background-position: -2303px 0;
    height: 14px;
}
.iti__flag.iti__id {
    background-position: -2325px 0;
    height: 14px;
}
.iti__flag.iti__ie {
    background-position: -2347px 0;
    height: 10px;
}
.iti__flag.iti__il {
    background-position: -2369px 0;
    height: 15px;
}
.iti__flag.iti__im {
    background-position: -2391px 0;
    height: 10px;
}
.iti__flag.iti__in {
    background-position: -2413px 0;
    height: 14px;
}
.iti__flag.iti__io {
    background-position: -2435px 0;
    height: 10px;
}
.iti__flag.iti__iq {
    background-position: -2457px 0;
    height: 14px;
}
.iti__flag.iti__ir {
    background-position: -2479px 0;
    height: 12px;
}
.iti__flag.iti__is {
    background-position: -2501px 0;
    height: 15px;
}
.iti__flag.iti__it {
    background-position: -2523px 0;
    height: 14px;
}
.iti__flag.iti__je {
    background-position: -2545px 0;
    height: 12px;
}
.iti__flag.iti__jm {
    background-position: -2567px 0;
    height: 10px;
}
.iti__flag.iti__jo {
    background-position: -2589px 0;
    height: 10px;
}
.iti__flag.iti__jp {
    background-position: -2611px 0;
    height: 14px;
}
.iti__flag.iti__ke {
    background-position: -2633px 0;
    height: 14px;
}
.iti__flag.iti__kg {
    background-position: -2655px 0;
    height: 12px;
}
.iti__flag.iti__kh {
    background-position: -2677px 0;
    height: 13px;
}
.iti__flag.iti__ki {
    background-position: -2699px 0;
    height: 10px;
}
.iti__flag.iti__km {
    background-position: -2721px 0;
    height: 12px;
}
.iti__flag.iti__kn {
    background-position: -2743px 0;
    height: 14px;
}
.iti__flag.iti__kp {
    background-position: -2765px 0;
    height: 10px;
}
.iti__flag.iti__kr {
    background-position: -2787px 0;
    height: 14px;
}
.iti__flag.iti__kw {
    background-position: -2809px 0;
    height: 10px;
}
.iti__flag.iti__ky {
    background-position: -2831px 0;
    height: 10px;
}
.iti__flag.iti__kz {
    background-position: -2853px 0;
    height: 10px;
}
.iti__flag.iti__la {
    background-position: -2875px 0;
    height: 14px;
}
.iti__flag.iti__lb {
    background-position: -2897px 0;
    height: 14px;
}
.iti__flag.iti__lc {
    background-position: -2919px 0;
    height: 10px;
}
.iti__flag.iti__li {
    background-position: -2941px 0;
    height: 12px;
}
.iti__flag.iti__lk {
    background-position: -2963px 0;
    height: 10px;
}
.iti__flag.iti__lr {
    background-position: -2985px 0;
    height: 11px;
}
.iti__flag.iti__ls {
    background-position: -3007px 0;
    height: 14px;
}
.iti__flag.iti__lt {
    background-position: -3029px 0;
    height: 12px;
}
.iti__flag.iti__lu {
    background-position: -3051px 0;
    height: 12px;
}
.iti__flag.iti__lv {
    background-position: -3073px 0;
    height: 10px;
}
.iti__flag.iti__ly {
    background-position: -3095px 0;
    height: 10px;
}
.iti__flag.iti__ma {
    background-position: -3117px 0;
    height: 14px;
}
.iti__flag.iti__mc {
    background-position: -3139px 0;
    height: 15px;
}
.iti__flag.iti__md {
    background-position: -3160px 0;
    height: 10px;
}
.iti__flag.iti__me {
    background-position: -3182px 0;
    height: 10px;
}
.iti__flag.iti__mf {
    background-position: -3204px 0;
    height: 14px;
}
.iti__flag.iti__mg {
    background-position: -3226px 0;
    height: 14px;
}
.iti__flag.iti__mh {
    background-position: -3248px 0;
    height: 11px;
}
.iti__flag.iti__mk {
    background-position: -3270px 0;
    height: 10px;
}
.iti__flag.iti__ml {
    background-position: -3292px 0;
    height: 14px;
}
.iti__flag.iti__mm {
    background-position: -3314px 0;
    height: 14px;
}
.iti__flag.iti__mn {
    background-position: -3336px 0;
    height: 10px;
}
.iti__flag.iti__mo {
    background-position: -3358px 0;
    height: 14px;
}
.iti__flag.iti__mp {
    background-position: -3380px 0;
    height: 10px;
}
.iti__flag.iti__mq {
    background-position: -3402px 0;
    height: 14px;
}
.iti__flag.iti__mr {
    background-position: -3424px 0;
    height: 14px;
}
.iti__flag.iti__ms {
    background-position: -3446px 0;
    height: 10px;
}
.iti__flag.iti__mt {
    background-position: -3468px 0;
    height: 14px;
}
.iti__flag.iti__mu {
    background-position: -3490px 0;
    height: 14px;
}
.iti__flag.iti__mv {
    background-position: -3512px 0;
    height: 14px;
}
.iti__flag.iti__mw {
    background-position: -3534px 0;
    height: 14px;
}
.iti__flag.iti__mx {
    background-position: -3556px 0;
    height: 12px;
}
.iti__flag.iti__my {
    background-position: -3578px 0;
    height: 10px;
}
.iti__flag.iti__mz {
    background-position: -3600px 0;
    height: 14px;
}
.iti__flag.iti__na {
    background-position: -3622px 0;
    height: 14px;
}
.iti__flag.iti__nc {
    background-position: -3644px 0;
    height: 10px;
}
.iti__flag.iti__ne {
    background-position: -3666px 0;
    height: 15px;
}
.iti__flag.iti__nf {
    background-position: -3686px 0;
    height: 10px;
}
.iti__flag.iti__ng {
    background-position: -3708px 0;
    height: 10px;
}
.iti__flag.iti__ni {
    background-position: -3730px 0;
    height: 12px;
}
.iti__flag.iti__nl {
    background-position: -3752px 0;
    height: 14px;
}
.iti__flag.iti__no {
    background-position: -3774px 0;
    height: 15px;
}
.iti__flag.iti__np {
    background-position: -3796px 0;
    height: 15px;
}
.iti__flag.iti__nr {
    background-position: -3811px 0;
    height: 10px;
}
.iti__flag.iti__nu {
    background-position: -3833px 0;
    height: 10px;
}
.iti__flag.iti__nz {
    background-position: -3855px 0;
    height: 10px;
}
.iti__flag.iti__om {
    background-position: -3877px 0;
    height: 10px;
}
.iti__flag.iti__pa {
    background-position: -3899px 0;
    height: 14px;
}
.iti__flag.iti__pe {
    background-position: -3921px 0;
    height: 14px;
}
.iti__flag.iti__pf {
    background-position: -3943px 0;
    height: 14px;
}
.iti__flag.iti__pg {
    background-position: -3965px 0;
    height: 15px;
}
.iti__flag.iti__ph {
    background-position: -3987px 0;
    height: 10px;
}
.iti__flag.iti__pk {
    background-position: -4009px 0;
    height: 14px;
}
.iti__flag.iti__pl {
    background-position: -4031px 0;
    height: 13px;
}
.iti__flag.iti__pm {
    background-position: -4053px 0;
    height: 14px;
}
.iti__flag.iti__pn {
    background-position: -4075px 0;
    height: 10px;
}
.iti__flag.iti__pr {
    background-position: -4097px 0;
    height: 14px;
}
.iti__flag.iti__ps {
    background-position: -4119px 0;
    height: 10px;
}
.iti__flag.iti__pt {
    background-position: -4141px 0;
    height: 14px;
}
.iti__flag.iti__pw {
    background-position: -4163px 0;
    height: 13px;
}
.iti__flag.iti__py {
    background-position: -4185px 0;
    height: 11px;
}
.iti__flag.iti__qa {
    background-position: -4207px 0;
    height: 8px;
}
.iti__flag.iti__re {
    background-position: -4229px 0;
    height: 14px;
}
.iti__flag.iti__ro {
    background-position: -4251px 0;
    height: 14px;
}
.iti__flag.iti__rs {
    background-position: -4273px 0;
    height: 14px;
}
.iti__flag.iti__ru {
    background-position: -4295px 0;
    height: 14px;
}
.iti__flag.iti__rw {
    background-position: -4317px 0;
    height: 14px;
}
.iti__flag.iti__sa {
    background-position: -4339px 0;
    height: 14px;
}
.iti__flag.iti__sb {
    background-position: -4361px 0;
    height: 10px;
}
.iti__flag.iti__sc {
    background-position: -4383px 0;
    height: 10px;
}
.iti__flag.iti__sd {
    background-position: -4405px 0;
    height: 10px;
}
.iti__flag.iti__se {
    background-position: -4427px 0;
    height: 13px;
}
.iti__flag.iti__sg {
    background-position: -4449px 0;
    height: 14px;
}
.iti__flag.iti__sh {
    background-position: -4471px 0;
    height: 10px;
}
.iti__flag.iti__si {
    background-position: -4493px 0;
    height: 10px;
}
.iti__flag.iti__sj {
    background-position: -4515px 0;
    height: 15px;
}
.iti__flag.iti__sk {
    background-position: -4537px 0;
    height: 14px;
}
.iti__flag.iti__sl {
    background-position: -4559px 0;
    height: 14px;
}
.iti__flag.iti__sm {
    background-position: -4581px 0;
    height: 15px;
}
.iti__flag.iti__sn {
    background-position: -4603px 0;
    height: 14px;
}
.iti__flag.iti__so {
    background-position: -4625px 0;
    height: 14px;
}
.iti__flag.iti__sr {
    background-position: -4647px 0;
    height: 14px;
}
.iti__flag.iti__ss {
    background-position: -4669px 0;
    height: 10px;
}
.iti__flag.iti__st {
    background-position: -4691px 0;
    height: 10px;
}
.iti__flag.iti__sv {
    background-position: -4713px 0;
    height: 12px;
}
.iti__flag.iti__sx {
    background-position: -4735px 0;
    height: 14px;
}
.iti__flag.iti__sy {
    background-position: -4757px 0;
    height: 14px;
}
.iti__flag.iti__sz {
    background-position: -4779px 0;
    height: 14px;
}
.iti__flag.iti__ta {
    background-position: -4801px 0;
    height: 10px;
}
.iti__flag.iti__tc {
    background-position: -4823px 0;
    height: 10px;
}
.iti__flag.iti__td {
    background-position: -4845px 0;
    height: 14px;
}
.iti__flag.iti__tf {
    background-position: -4867px 0;
    height: 14px;
}
.iti__flag.iti__tg {
    background-position: -4889px 0;
    height: 13px;
}
.iti__flag.iti__th {
    background-position: -4911px 0;
    height: 14px;
}
.iti__flag.iti__tj {
    background-position: -4933px 0;
    height: 10px;
}
.iti__flag.iti__tk {
    background-position: -4955px 0;
    height: 10px;
}
.iti__flag.iti__tl {
    background-position: -4977px 0;
    height: 10px;
}
.iti__flag.iti__tm {
    background-position: -4999px 0;
    height: 14px;
}
.iti__flag.iti__tn {
    background-position: -5021px 0;
    height: 14px;
}
.iti__flag.iti__to {
    background-position: -5043px 0;
    height: 10px;
}
.iti__flag.iti__tr {
    background-position: -5065px 0;
    height: 14px;
}
.iti__flag.iti__tt {
    background-position: -5087px 0;
    height: 12px;
}
.iti__flag.iti__tv {
    background-position: -5109px 0;
    height: 10px;
}
.iti__flag.iti__tw {
    background-position: -5131px 0;
    height: 14px;
}
.iti__flag.iti__tz {
    background-position: -5153px 0;
    height: 14px;
}
.iti__flag.iti__ua {
    background-position: -5175px 0;
    height: 14px;
}
.iti__flag.iti__ug {
    background-position: -5197px 0;
    height: 14px;
}
.iti__flag.iti__um {
    background-position: -5219px 0;
    height: 11px;
}
.iti__flag.iti__un {
    background-position: -5241px 0;
    height: 14px;
}
.iti__flag.iti__us {
    background-position: -5263px 0;
    height: 11px;
}
.iti__flag.iti__uy {
    background-position: -5285px 0;
    height: 14px;
}
.iti__flag.iti__uz {
    background-position: -5307px 0;
    height: 10px;
}
.iti__flag.iti__va {
    background-position: -5329px 0;
    height: 15px;
}
.iti__flag.iti__vc {
    background-position: -5346px 0;
    height: 14px;
}
.iti__flag.iti__ve {
    background-position: -5368px 0;
    height: 14px;
}
.iti__flag.iti__vg {
    background-position: -5390px 0;
    height: 10px;
}
.iti__flag.iti__vi {
    background-position: -5412px 0;
    height: 14px;
}
.iti__flag.iti__vn {
    background-position: -5434px 0;
    height: 14px;
}
.iti__flag.iti__vu {
    background-position: -5456px 0;
    height: 12px;
}
.iti__flag.iti__wf {
    background-position: -5478px 0;
    height: 14px;
}
.iti__flag.iti__ws {
    background-position: -5500px 0;
    height: 10px;
}
.iti__flag.iti__xk {
    background-position: -5522px 0;
    height: 15px;
}
.iti__flag.iti__ye {
    background-position: -5544px 0;
    height: 14px;
}
.iti__flag.iti__yt {
    background-position: -5566px 0;
    height: 14px;
}
.iti__flag.iti__za {
    background-position: -5588px 0;
    height: 14px;
}
.iti__flag.iti__zm {
    background-position: -5610px 0;
    height: 14px;
}
.iti__flag.iti__zw {
    background-position: -5632px 0;
    height: 10px;
}
.iti__flag {
    background-color: #dbdbdb;
    background-image: url(https://npotpz.ru/wp-content/themes/npotpz/assets/img/flags.png);
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px 0 #888;
    height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(https://npotpz.ru/wp-content/themes/npotpz/assets/img/flags@2x.png);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
        "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: #d63384;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.875em;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    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: 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: 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: 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: 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: 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 {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    width: 100%;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    height: auto;
    transition: width 0.35s ease;
    width: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;
}
.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}
.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.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 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .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 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.link-primary {
    color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    align-items: center;
    flex-direction: row;
}
.hstack,
.vstack {
    align-self: stretch;
    display: flex;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 1px;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-45 {
    gap: 2.18rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.gap-6 {
    gap: 0.9375rem !important;
}
.gap-7 {
    gap: 4.6875rem !important;
}
.gap-75 {
    gap: 5.25rem !important;
}
.gap-8 {
    gap: 10rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-45 {
    margin: 2.18rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-6 {
    margin: 0.9375rem !important;
}
.m-7 {
    margin: 4.6875rem !important;
}
.m-75 {
    margin: 5.25rem !important;
}
.m-8 {
    margin: 10rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-45 {
    margin-left: 2.18rem !important;
    margin-right: 2.18rem !important;
}
.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-6 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
}
.mx-7 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
}
.mx-75 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
}
.mx-8 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}
.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-45 {
    margin-bottom: 2.18rem !important;
    margin-top: 2.18rem !important;
}
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-6 {
    margin-bottom: 0.9375rem !important;
    margin-top: 0.9375rem !important;
}
.my-7 {
    margin-bottom: 4.6875rem !important;
    margin-top: 4.6875rem !important;
}
.my-75 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
}
.my-8 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-45 {
    margin-top: 2.18rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-6 {
    margin-top: 0.9375rem !important;
}
.mt-7 {
    margin-top: 4.6875rem !important;
}
.mt-75 {
    margin-top: 5.25rem !important;
}
.mt-8 {
    margin-top: 10rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-45 {
    margin-right: 2.18rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-6 {
    margin-right: 0.9375rem !important;
}
.me-7 {
    margin-right: 4.6875rem !important;
}
.me-75 {
    margin-right: 5.25rem !important;
}
.me-8 {
    margin-right: 10rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-45 {
    margin-bottom: 2.18rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-6 {
    margin-bottom: 0.9375rem !important;
}
.mb-7 {
    margin-bottom: 4.6875rem !important;
}
.mb-75 {
    margin-bottom: 5.25rem !important;
}
.mb-8 {
    margin-bottom: 10rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-45 {
    margin-left: 2.18rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-6 {
    margin-left: 0.9375rem !important;
}
.ms-7 {
    margin-left: 4.6875rem !important;
}
.ms-75 {
    margin-left: 5.25rem !important;
}
.ms-8 {
    margin-left: 10rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-45 {
    padding: 2.18rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.p-6 {
    padding: 0.9375rem !important;
}
.p-7 {
    padding: 4.6875rem !important;
}
.p-75 {
    padding: 5.25rem !important;
}
.p-8 {
    padding: 10rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-45 {
    padding-left: 2.18rem !important;
    padding-right: 2.18rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-6 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}
.px-7 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
}
.px-75 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
}
.px-8 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-45 {
    padding-bottom: 2.18rem !important;
    padding-top: 2.18rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-6 {
    padding-bottom: 0.9375rem !important;
    padding-top: 0.9375rem !important;
}
.py-7 {
    padding-bottom: 4.6875rem !important;
    padding-top: 4.6875rem !important;
}
.py-75 {
    padding-bottom: 5.25rem !important;
    padding-top: 5.25rem !important;
}
.py-8 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-45 {
    padding-top: 2.18rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pt-6 {
    padding-top: 0.9375rem !important;
}
.pt-7 {
    padding-top: 4.6875rem !important;
}
.pt-75 {
    padding-top: 5.25rem !important;
}
.pt-8 {
    padding-top: 10rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-45 {
    padding-right: 2.18rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pe-6 {
    padding-right: 0.9375rem !important;
}
.pe-7 {
    padding-right: 4.6875rem !important;
}
.pe-75 {
    padding-right: 5.25rem !important;
}
.pe-8 {
    padding-right: 10rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-45 {
    padding-bottom: 2.18rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 0.9375rem !important;
}
.pb-7 {
    padding-bottom: 4.6875rem !important;
}
.pb-75 {
    padding-bottom: 5.25rem !important;
}
.pb-8 {
    padding-bottom: 10rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-45 {
    padding-left: 2.18rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.ps-6 {
    padding-left: 0.9375rem !important;
}
.ps-7 {
    padding-left: 4.6875rem !important;
}
.ps-75 {
    padding-left: 5.25rem !important;
}
.ps-8 {
    padding-left: 10rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-45 {
        gap: 2.18rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .gap-sm-6 {
        gap: 0.9375rem !important;
    }
    .gap-sm-7 {
        gap: 4.6875rem !important;
    }
    .gap-sm-75 {
        gap: 5.25rem !important;
    }
    .gap-sm-8 {
        gap: 10rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-45 {
        margin: 2.18rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-6 {
        margin: 0.9375rem !important;
    }
    .m-sm-7 {
        margin: 4.6875rem !important;
    }
    .m-sm-75 {
        margin: 5.25rem !important;
    }
    .m-sm-8 {
        margin: 10rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-45 {
        margin-left: 2.18rem !important;
        margin-right: 2.18rem !important;
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-6 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-sm-7 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important;
    }
    .mx-sm-75 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }
    .mx-sm-8 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-45 {
        margin-bottom: 2.18rem !important;
        margin-top: 2.18rem !important;
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-6 {
        margin-bottom: 0.9375rem !important;
        margin-top: 0.9375rem !important;
    }
    .my-sm-7 {
        margin-bottom: 4.6875rem !important;
        margin-top: 4.6875rem !important;
    }
    .my-sm-75 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important;
    }
    .my-sm-8 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-45 {
        margin-top: 2.18rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-6 {
        margin-top: 0.9375rem !important;
    }
    .mt-sm-7 {
        margin-top: 4.6875rem !important;
    }
    .mt-sm-75 {
        margin-top: 5.25rem !important;
    }
    .mt-sm-8 {
        margin-top: 10rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-45 {
        margin-right: 2.18rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-6 {
        margin-right: 0.9375rem !important;
    }
    .me-sm-7 {
        margin-right: 4.6875rem !important;
    }
    .me-sm-75 {
        margin-right: 5.25rem !important;
    }
    .me-sm-8 {
        margin-right: 10rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-45 {
        margin-bottom: 2.18rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 4.6875rem !important;
    }
    .mb-sm-75 {
        margin-bottom: 5.25rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 10rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-45 {
        margin-left: 2.18rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-6 {
        margin-left: 0.9375rem !important;
    }
    .ms-sm-7 {
        margin-left: 4.6875rem !important;
    }
    .ms-sm-75 {
        margin-left: 5.25rem !important;
    }
    .ms-sm-8 {
        margin-left: 10rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-45 {
        padding: 2.18rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .p-sm-6 {
        padding: 0.9375rem !important;
    }
    .p-sm-7 {
        padding: 4.6875rem !important;
    }
    .p-sm-75 {
        padding: 5.25rem !important;
    }
    .p-sm-8 {
        padding: 10rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-45 {
        padding-left: 2.18rem !important;
        padding-right: 2.18rem !important;
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-6 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-sm-7 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important;
    }
    .px-sm-75 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }
    .px-sm-8 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-45 {
        padding-bottom: 2.18rem !important;
        padding-top: 2.18rem !important;
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-6 {
        padding-bottom: 0.9375rem !important;
        padding-top: 0.9375rem !important;
    }
    .py-sm-7 {
        padding-bottom: 4.6875rem !important;
        padding-top: 4.6875rem !important;
    }
    .py-sm-75 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important;
    }
    .py-sm-8 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-45 {
        padding-top: 2.18rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pt-sm-6 {
        padding-top: 0.9375rem !important;
    }
    .pt-sm-7 {
        padding-top: 4.6875rem !important;
    }
    .pt-sm-75 {
        padding-top: 5.25rem !important;
    }
    .pt-sm-8 {
        padding-top: 10rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-45 {
        padding-right: 2.18rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pe-sm-6 {
        padding-right: 0.9375rem !important;
    }
    .pe-sm-7 {
        padding-right: 4.6875rem !important;
    }
    .pe-sm-75 {
        padding-right: 5.25rem !important;
    }
    .pe-sm-8 {
        padding-right: 10rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-45 {
        padding-bottom: 2.18rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 4.6875rem !important;
    }
    .pb-sm-75 {
        padding-bottom: 5.25rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 10rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-45 {
        padding-left: 2.18rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .ps-sm-6 {
        padding-left: 0.9375rem !important;
    }
    .ps-sm-7 {
        padding-left: 4.6875rem !important;
    }
    .ps-sm-75 {
        padding-left: 5.25rem !important;
    }
    .ps-sm-8 {
        padding-left: 10rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-45 {
        gap: 2.18rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .gap-md-6 {
        gap: 0.9375rem !important;
    }
    .gap-md-7 {
        gap: 4.6875rem !important;
    }
    .gap-md-75 {
        gap: 5.25rem !important;
    }
    .gap-md-8 {
        gap: 10rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-45 {
        margin: 2.18rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-6 {
        margin: 0.9375rem !important;
    }
    .m-md-7 {
        margin: 4.6875rem !important;
    }
    .m-md-75 {
        margin: 5.25rem !important;
    }
    .m-md-8 {
        margin: 10rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-45 {
        margin-left: 2.18rem !important;
        margin-right: 2.18rem !important;
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-6 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-md-7 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important;
    }
    .mx-md-75 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }
    .mx-md-8 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-md-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-45 {
        margin-bottom: 2.18rem !important;
        margin-top: 2.18rem !important;
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-6 {
        margin-bottom: 0.9375rem !important;
        margin-top: 0.9375rem !important;
    }
    .my-md-7 {
        margin-bottom: 4.6875rem !important;
        margin-top: 4.6875rem !important;
    }
    .my-md-75 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important;
    }
    .my-md-8 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-45 {
        margin-top: 2.18rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-6 {
        margin-top: 0.9375rem !important;
    }
    .mt-md-7 {
        margin-top: 4.6875rem !important;
    }
    .mt-md-75 {
        margin-top: 5.25rem !important;
    }
    .mt-md-8 {
        margin-top: 10rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-45 {
        margin-right: 2.18rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-6 {
        margin-right: 0.9375rem !important;
    }
    .me-md-7 {
        margin-right: 4.6875rem !important;
    }
    .me-md-75 {
        margin-right: 5.25rem !important;
    }
    .me-md-8 {
        margin-right: 10rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-45 {
        margin-bottom: 2.18rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-6 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-md-7 {
        margin-bottom: 4.6875rem !important;
    }
    .mb-md-75 {
        margin-bottom: 5.25rem !important;
    }
    .mb-md-8 {
        margin-bottom: 10rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-45 {
        margin-left: 2.18rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-6 {
        margin-left: 0.9375rem !important;
    }
    .ms-md-7 {
        margin-left: 4.6875rem !important;
    }
    .ms-md-75 {
        margin-left: 5.25rem !important;
    }
    .ms-md-8 {
        margin-left: 10rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-45 {
        padding: 2.18rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .p-md-6 {
        padding: 0.9375rem !important;
    }
    .p-md-7 {
        padding: 4.6875rem !important;
    }
    .p-md-75 {
        padding: 5.25rem !important;
    }
    .p-md-8 {
        padding: 10rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-45 {
        padding-left: 2.18rem !important;
        padding-right: 2.18rem !important;
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-6 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-md-7 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important;
    }
    .px-md-75 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }
    .px-md-8 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-md-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-45 {
        padding-bottom: 2.18rem !important;
        padding-top: 2.18rem !important;
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-6 {
        padding-bottom: 0.9375rem !important;
        padding-top: 0.9375rem !important;
    }
    .py-md-7 {
        padding-bottom: 4.6875rem !important;
        padding-top: 4.6875rem !important;
    }
    .py-md-75 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important;
    }
    .py-md-8 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-45 {
        padding-top: 2.18rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pt-md-6 {
        padding-top: 0.9375rem !important;
    }
    .pt-md-7 {
        padding-top: 4.6875rem !important;
    }
    .pt-md-75 {
        padding-top: 5.25rem !important;
    }
    .pt-md-8 {
        padding-top: 10rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-45 {
        padding-right: 2.18rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pe-md-6 {
        padding-right: 0.9375rem !important;
    }
    .pe-md-7 {
        padding-right: 4.6875rem !important;
    }
    .pe-md-75 {
        padding-right: 5.25rem !important;
    }
    .pe-md-8 {
        padding-right: 10rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-45 {
        padding-bottom: 2.18rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .pb-md-6 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-md-7 {
        padding-bottom: 4.6875rem !important;
    }
    .pb-md-75 {
        padding-bottom: 5.25rem !important;
    }
    .pb-md-8 {
        padding-bottom: 10rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-45 {
        padding-left: 2.18rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .ps-md-6 {
        padding-left: 0.9375rem !important;
    }
    .ps-md-7 {
        padding-left: 4.6875rem !important;
    }
    .ps-md-75 {
        padding-left: 5.25rem !important;
    }
    .ps-md-8 {
        padding-left: 10rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-45 {
        gap: 2.18rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .gap-lg-6 {
        gap: 0.9375rem !important;
    }
    .gap-lg-7 {
        gap: 4.6875rem !important;
    }
    .gap-lg-75 {
        gap: 5.25rem !important;
    }
    .gap-lg-8 {
        gap: 10rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-45 {
        margin: 2.18rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-6 {
        margin: 0.9375rem !important;
    }
    .m-lg-7 {
        margin: 4.6875rem !important;
    }
    .m-lg-75 {
        margin: 5.25rem !important;
    }
    .m-lg-8 {
        margin: 10rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-45 {
        margin-left: 2.18rem !important;
        margin-right: 2.18rem !important;
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-6 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-lg-7 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important;
    }
    .mx-lg-75 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }
    .mx-lg-8 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-45 {
        margin-bottom: 2.18rem !important;
        margin-top: 2.18rem !important;
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-6 {
        margin-bottom: 0.9375rem !important;
        margin-top: 0.9375rem !important;
    }
    .my-lg-7 {
        margin-bottom: 4.6875rem !important;
        margin-top: 4.6875rem !important;
    }
    .my-lg-75 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important;
    }
    .my-lg-8 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-45 {
        margin-top: 2.18rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-6 {
        margin-top: 0.9375rem !important;
    }
    .mt-lg-7 {
        margin-top: 4.6875rem !important;
    }
    .mt-lg-75 {
        margin-top: 5.25rem !important;
    }
    .mt-lg-8 {
        margin-top: 10rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-45 {
        margin-right: 2.18rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-6 {
        margin-right: 0.9375rem !important;
    }
    .me-lg-7 {
        margin-right: 4.6875rem !important;
    }
    .me-lg-75 {
        margin-right: 5.25rem !important;
    }
    .me-lg-8 {
        margin-right: 10rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-45 {
        margin-bottom: 2.18rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 4.6875rem !important;
    }
    .mb-lg-75 {
        margin-bottom: 5.25rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 10rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-45 {
        margin-left: 2.18rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-6 {
        margin-left: 0.9375rem !important;
    }
    .ms-lg-7 {
        margin-left: 4.6875rem !important;
    }
    .ms-lg-75 {
        margin-left: 5.25rem !important;
    }
    .ms-lg-8 {
        margin-left: 10rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-45 {
        padding: 2.18rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .p-lg-6 {
        padding: 0.9375rem !important;
    }
    .p-lg-7 {
        padding: 4.6875rem !important;
    }
    .p-lg-75 {
        padding: 5.25rem !important;
    }
    .p-lg-8 {
        padding: 10rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-45 {
        padding-left: 2.18rem !important;
        padding-right: 2.18rem !important;
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-6 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-lg-7 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important;
    }
    .px-lg-75 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }
    .px-lg-8 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-45 {
        padding-bottom: 2.18rem !important;
        padding-top: 2.18rem !important;
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-6 {
        padding-bottom: 0.9375rem !important;
        padding-top: 0.9375rem !important;
    }
    .py-lg-7 {
        padding-bottom: 4.6875rem !important;
        padding-top: 4.6875rem !important;
    }
    .py-lg-75 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important;
    }
    .py-lg-8 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-45 {
        padding-top: 2.18rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pt-lg-6 {
        padding-top: 0.9375rem !important;
    }
    .pt-lg-7 {
        padding-top: 4.6875rem !important;
    }
    .pt-lg-75 {
        padding-top: 5.25rem !important;
    }
    .pt-lg-8 {
        padding-top: 10rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-45 {
        padding-right: 2.18rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pe-lg-6 {
        padding-right: 0.9375rem !important;
    }
    .pe-lg-7 {
        padding-right: 4.6875rem !important;
    }
    .pe-lg-75 {
        padding-right: 5.25rem !important;
    }
    .pe-lg-8 {
        padding-right: 10rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-45 {
        padding-bottom: 2.18rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 4.6875rem !important;
    }
    .pb-lg-75 {
        padding-bottom: 5.25rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 10rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-45 {
        padding-left: 2.18rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .ps-lg-6 {
        padding-left: 0.9375rem !important;
    }
    .ps-lg-7 {
        padding-left: 4.6875rem !important;
    }
    .ps-lg-75 {
        padding-left: 5.25rem !important;
    }
    .ps-lg-8 {
        padding-left: 10rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-45 {
        gap: 2.18rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .gap-xl-6 {
        gap: 0.9375rem !important;
    }
    .gap-xl-7 {
        gap: 4.6875rem !important;
    }
    .gap-xl-75 {
        gap: 5.25rem !important;
    }
    .gap-xl-8 {
        gap: 10rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-45 {
        margin: 2.18rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-6 {
        margin: 0.9375rem !important;
    }
    .m-xl-7 {
        margin: 4.6875rem !important;
    }
    .m-xl-75 {
        margin: 5.25rem !important;
    }
    .m-xl-8 {
        margin: 10rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-45 {
        margin-left: 2.18rem !important;
        margin-right: 2.18rem !important;
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-6 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-xl-7 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important;
    }
    .mx-xl-75 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }
    .mx-xl-8 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-45 {
        margin-bottom: 2.18rem !important;
        margin-top: 2.18rem !important;
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-6 {
        margin-bottom: 0.9375rem !important;
        margin-top: 0.9375rem !important;
    }
    .my-xl-7 {
        margin-bottom: 4.6875rem !important;
        margin-top: 4.6875rem !important;
    }
    .my-xl-75 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important;
    }
    .my-xl-8 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-45 {
        margin-top: 2.18rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-6 {
        margin-top: 0.9375rem !important;
    }
    .mt-xl-7 {
        margin-top: 4.6875rem !important;
    }
    .mt-xl-75 {
        margin-top: 5.25rem !important;
    }
    .mt-xl-8 {
        margin-top: 10rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-45 {
        margin-right: 2.18rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-6 {
        margin-right: 0.9375rem !important;
    }
    .me-xl-7 {
        margin-right: 4.6875rem !important;
    }
    .me-xl-75 {
        margin-right: 5.25rem !important;
    }
    .me-xl-8 {
        margin-right: 10rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-45 {
        margin-bottom: 2.18rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 4.6875rem !important;
    }
    .mb-xl-75 {
        margin-bottom: 5.25rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 10rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-45 {
        margin-left: 2.18rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-6 {
        margin-left: 0.9375rem !important;
    }
    .ms-xl-7 {
        margin-left: 4.6875rem !important;
    }
    .ms-xl-75 {
        margin-left: 5.25rem !important;
    }
    .ms-xl-8 {
        margin-left: 10rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-45 {
        padding: 2.18rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .p-xl-6 {
        padding: 0.9375rem !important;
    }
    .p-xl-7 {
        padding: 4.6875rem !important;
    }
    .p-xl-75 {
        padding: 5.25rem !important;
    }
    .p-xl-8 {
        padding: 10rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-45 {
        padding-left: 2.18rem !important;
        padding-right: 2.18rem !important;
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-6 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-xl-7 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important;
    }
    .px-xl-75 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }
    .px-xl-8 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-45 {
        padding-bottom: 2.18rem !important;
        padding-top: 2.18rem !important;
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-6 {
        padding-bottom: 0.9375rem !important;
        padding-top: 0.9375rem !important;
    }
    .py-xl-7 {
        padding-bottom: 4.6875rem !important;
        padding-top: 4.6875rem !important;
    }
    .py-xl-75 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important;
    }
    .py-xl-8 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-45 {
        padding-top: 2.18rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pt-xl-6 {
        padding-top: 0.9375rem !important;
    }
    .pt-xl-7 {
        padding-top: 4.6875rem !important;
    }
    .pt-xl-75 {
        padding-top: 5.25rem !important;
    }
    .pt-xl-8 {
        padding-top: 10rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-45 {
        padding-right: 2.18rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pe-xl-6 {
        padding-right: 0.9375rem !important;
    }
    .pe-xl-7 {
        padding-right: 4.6875rem !important;
    }
    .pe-xl-75 {
        padding-right: 5.25rem !important;
    }
    .pe-xl-8 {
        padding-right: 10rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-45 {
        padding-bottom: 2.18rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 4.6875rem !important;
    }
    .pb-xl-75 {
        padding-bottom: 5.25rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 10rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-45 {
        padding-left: 2.18rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .ps-xl-6 {
        padding-left: 0.9375rem !important;
    }
    .ps-xl-7 {
        padding-left: 4.6875rem !important;
    }
    .ps-xl-75 {
        padding-left: 5.25rem !important;
    }
    .ps-xl-8 {
        padding-left: 10rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-45 {
        gap: 2.18rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .gap-xxl-6 {
        gap: 0.9375rem !important;
    }
    .gap-xxl-7 {
        gap: 4.6875rem !important;
    }
    .gap-xxl-75 {
        gap: 5.25rem !important;
    }
    .gap-xxl-8 {
        gap: 10rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-45 {
        margin: 2.18rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-6 {
        margin: 0.9375rem !important;
    }
    .m-xxl-7 {
        margin: 4.6875rem !important;
    }
    .m-xxl-75 {
        margin: 5.25rem !important;
    }
    .m-xxl-8 {
        margin: 10rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-45 {
        margin-left: 2.18rem !important;
        margin-right: 2.18rem !important;
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-6 {
        margin-left: 0.9375rem !important;
        margin-right: 0.9375rem !important;
    }
    .mx-xxl-7 {
        margin-left: 4.6875rem !important;
        margin-right: 4.6875rem !important;
    }
    .mx-xxl-75 {
        margin-left: 5.25rem !important;
        margin-right: 5.25rem !important;
    }
    .mx-xxl-8 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-45 {
        margin-bottom: 2.18rem !important;
        margin-top: 2.18rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 0.9375rem !important;
        margin-top: 0.9375rem !important;
    }
    .my-xxl-7 {
        margin-bottom: 4.6875rem !important;
        margin-top: 4.6875rem !important;
    }
    .my-xxl-75 {
        margin-bottom: 5.25rem !important;
        margin-top: 5.25rem !important;
    }
    .my-xxl-8 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-45 {
        margin-top: 2.18rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-6 {
        margin-top: 0.9375rem !important;
    }
    .mt-xxl-7 {
        margin-top: 4.6875rem !important;
    }
    .mt-xxl-75 {
        margin-top: 5.25rem !important;
    }
    .mt-xxl-8 {
        margin-top: 10rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-45 {
        margin-right: 2.18rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-6 {
        margin-right: 0.9375rem !important;
    }
    .me-xxl-7 {
        margin-right: 4.6875rem !important;
    }
    .me-xxl-75 {
        margin-right: 5.25rem !important;
    }
    .me-xxl-8 {
        margin-right: 10rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-45 {
        margin-bottom: 2.18rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 0.9375rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 4.6875rem !important;
    }
    .mb-xxl-75 {
        margin-bottom: 5.25rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 10rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-45 {
        margin-left: 2.18rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-6 {
        margin-left: 0.9375rem !important;
    }
    .ms-xxl-7 {
        margin-left: 4.6875rem !important;
    }
    .ms-xxl-75 {
        margin-left: 5.25rem !important;
    }
    .ms-xxl-8 {
        margin-left: 10rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-45 {
        padding: 2.18rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .p-xxl-6 {
        padding: 0.9375rem !important;
    }
    .p-xxl-7 {
        padding: 4.6875rem !important;
    }
    .p-xxl-75 {
        padding: 5.25rem !important;
    }
    .p-xxl-8 {
        padding: 10rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-45 {
        padding-left: 2.18rem !important;
        padding-right: 2.18rem !important;
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-6 {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .px-xxl-7 {
        padding-left: 4.6875rem !important;
        padding-right: 4.6875rem !important;
    }
    .px-xxl-75 {
        padding-left: 5.25rem !important;
        padding-right: 5.25rem !important;
    }
    .px-xxl-8 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-45 {
        padding-bottom: 2.18rem !important;
        padding-top: 2.18rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 0.9375rem !important;
        padding-top: 0.9375rem !important;
    }
    .py-xxl-7 {
        padding-bottom: 4.6875rem !important;
        padding-top: 4.6875rem !important;
    }
    .py-xxl-75 {
        padding-bottom: 5.25rem !important;
        padding-top: 5.25rem !important;
    }
    .py-xxl-8 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-45 {
        padding-top: 2.18rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pt-xxl-6 {
        padding-top: 0.9375rem !important;
    }
    .pt-xxl-7 {
        padding-top: 4.6875rem !important;
    }
    .pt-xxl-75 {
        padding-top: 5.25rem !important;
    }
    .pt-xxl-8 {
        padding-top: 10rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-45 {
        padding-right: 2.18rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pe-xxl-6 {
        padding-right: 0.9375rem !important;
    }
    .pe-xxl-7 {
        padding-right: 4.6875rem !important;
    }
    .pe-xxl-75 {
        padding-right: 5.25rem !important;
    }
    .pe-xxl-8 {
        padding-right: 10rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-45 {
        padding-bottom: 2.18rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 0.9375rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 4.6875rem !important;
    }
    .pb-xxl-75 {
        padding-bottom: 5.25rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 10rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-45 {
        padding-left: 2.18rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .ps-xxl-6 {
        padding-left: 0.9375rem !important;
    }
    .ps-xxl-7 {
        padding-left: 4.6875rem !important;
    }
    .ps-xxl-75 {
        padding-left: 5.25rem !important;
    }
    .ps-xxl-8 {
        padding-left: 10rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.c-text,
.c-text:active,
.c-text:focus,
.c-text:hover {
    color: #254264;
}
.c-text-transp {
    color: #254264;
    opacity: 0.5;
}
.c-white {
    color: #fff !important;
}
.c-blue {
    color: #0055b7 !important;
}
.c-main-2 {
    color: #f2e4b2 !important;
}
.c-2 {
    color: #5d789b !important;
}
.c-12 {
    color: #3e424b !important;
}
.c-red {
    color: #c7294b;
}
.bg-white {
    background-color: #fff !important;
}
.bg-9 {
    background-color: #f0f4f8;
}
.bg-11 {
    background-color: #f0f4f9 !important;
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Light.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Light.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Medium.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-MediumItalic.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-MediumItalic.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-SemiBold.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Bold.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat"), local("Montserrat"),
        url(/wp-content/themes/npotpz/assets/fonts/Montserrat-ExtraBold.woff2) format("woff2"),
        url(https://npotpz.ru/wp-content/themes/npotpz/assets/fonts/Montserrat-ExtraBold.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Core sans e;
    font-style: normal;
    font-weight: 500;
    src: local("Core sans e"), local("Core sans e"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-55Medium.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-55Medium.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Core sans e;
    font-style: normal;
    font-weight: 700;
    src: local("Core sans e"), local("Core sans e"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-65Bold.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-65Bold.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Core sans e;
    font-style: normal;
    font-weight: 800;
    src: local("Core sans e"), local("Core sans e"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-75ExtraBold.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/CoreSansE-75ExtraBold.woff) format("woff");
}
@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/npotpz/assets/fonts/icomoon.eot?lqojf4);
    src: url(/wp-content/themes/npotpz/assets/fonts/icomoon.eot?lqojf4) format("embedded-opentype"),
        url(/wp-content/themes/npotpz/assets/fonts/icomoon.ttf?lqojf4) format("truetype"),
        url(/wp-content/themes/npotpz/assets/fonts/icomoon.woff?lqojf4) format("woff"),
        url(/wp-content/themes/npotpz/assets/fonts/icomoon.svg?lqojf4) format("svg");
}
@font-face {
    font-display: fallback;
    font-family: Gilroy;
    font-weight: 700;
    src: url(/wp-content/themes/npotpz/assets/fonts/gilroy-bold.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/gilroy-bold.woff) format("woff");
}
@font-face {
    font-display: fallback;
    font-family: Gilroy;
    font-weight: 500;
    src: url(/wp-content/themes/npotpz/assets/fonts/gilroy-medium.woff2) format("woff2"),
        url(/wp-content/themes/npotpz/assets/fonts/gilroy-medium.woff) format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.icon-arrow-left:before {
    content: "";
}
.icon-chevron-thin-left:before {
    content: "";
}
.icon-chevron-thin-right:before {
    content: "";
}
.icon-whatsapp:before {
    content: "";
}
body {
    color: #254264;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
}
@media (min-width: 1200px) {
    body {
        font-size: 28px;
        line-height: 1.2;
    }
}
.h1 {
    color: #f2e4b2;
    font-family: Core sans e;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.h1_big {
    color: #254264;
    font-size: 42px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .h1 {
        font-size: 60px;
        line-height: 1.133333333;
    }
    .h1_big {
        font-size: 48px;
    }
}
.h2,
h2 {
    font-family: Core sans e;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.h2_big,
h2_big {
    font-size: 36px;
}
.h2_sec-title,
h2_sec-title {
    line-height: 1;
    margin-bottom: 0;
    padding: 8px 0 10px;
}
.h2_bg-8,
h2_bg-8 {
    background-color: #dcd0a5;
    border-bottom: 5px solid #fff;
}
.h2_bg-1,
h2_bg-1 {
    background-color: #072851;
    color: #f2e4b2;
}
@media (min-width: 576px) {
    .h2_sec-title,
    h2_sec-title {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 48px;
        margin-bottom: 2.5rem;
    }
    .h2_product,
    h2_product {
        font-size: 32px;
        margin-bottom: 1.25rem;
    }
    .h2_sec-title,
    h2_sec-title {
        padding: 14px 0 18px;
        position: relative;
    }
    .h2_sec-title:after,
    .h2_sec-title:before,
    h2_sec-title:after,
    h2_sec-title:before {
        content: "";
        min-height: 100%;
        position: absolute;
        top: 0;
        width: 50vw;
    }
    .h2_sec-title:before,
    h2_sec-title:before {
        right: 100%;
    }
    .h2_sec-title:after,
    h2_sec-title:after {
        left: 100%;
    }
    .h2_bg-1:after,
    .h2_bg-1:before,
    h2_bg-1:after,
    h2_bg-1:before {
        background-color: #072851;
    }
}
.h3,
h3 {
    font-size: 32px;
    font-weight: 600;
}
.h3,
.h4,
h3,
h4 {
    font-family: Core sans e;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.h4,
h4 {
    font-size: 24px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 36px;
    }
}
.text-coresans {
    font-family: Core sans e;
}
.text-gilroy {
    font-family: Gilroy;
}
.text-small {
    font-size: 16px;
}
.text-small2 {
    font-size: 14px;
}
.text-small3 {
    font-size: 12px;
}
.text-big {
    font-size: 24px;
}
.text-big2 {
    font-size: 20px;
}
.text-big3 {
    font-size: 32px;
}
.text-big4 {
    font-size: 28px;
}
@media (min-width: 1200px) {
    .text-xl-big-1 {
        font-size: 36px;
    }
    .text-xl-big-2 {
        font-size: 42px;
    }
    .text-xl-big-3 {
        font-size: 25px;
    }
    .text-sm-1 {
        font-size: 28px;
    }
    .text-small3 {
        font-size: 14px;
    }
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.op-05 {
    opacity: 0.5;
}
.lh-0 {
    line-height: 0;
}
.lh-12 {
    line-height: 1.2;
}
.lh-157 {
    line-height: 1.57;
}
.no-decor,
.no-decor:active,
.no-decor:focus,
.no-decor:hover {
    text-decoration: none;
}
.blueline {
    background-color: #072851;
    height: 4px !important;
    margin: 0;
    opacity: 1 !important;
}
.line-clamp-articles {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .line-clamp-articles {
        -webkit-line-clamp: 2;
    }
}
.line-clamp-products {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.zi-2 {
    z-index: 2;
}
.lsp-inside {
    list-style-position: inside;
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .lsp-inside {
        list-style-position: unset;
        padding: 0 0 0 45px;
    }
}
.fw-gr {
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 85%, 0),
        hsla(0, 0%, 100%, 0.25) 25%,
        hsla(0, 0%, 100%, 0.75) 50%,
        #fff 75%,
        #fff
    );
    height: 4px;
    margin: 18px 0;
    width: 100%;
}
@media (min-width: 1200px) {
    .fw-gr {
        height: 8px;
        margin: 55px 0;
    }
}
.js-tip-1.visible {
    animation: left-right 2s ease-in-out;
    position: relative;
}
@keyframes left-right {
    0% {
        left: 0;
    }
    50% {
        left: -200px;
    }
    to {
        left: 0;
    }
}
.list {
    line-height: 1.28;
    padding-left: 1.25rem;
}
.list li {
    margin-bottom: 1.5rem;
}
.list li:last-of-type {
    margin-bottom: 0;
}
.list_red-dot {
    list-style: none;
}
.list_red-dot li {
    align-items: flex-start;
    display: flex;
}
.list_red-dot li:before {
    color: red;
    content: "•";
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    left: -6px;
    line-height: 1;
    margin-left: -18px;
    position: relative;
    top: -18px;
    width: 18px;
}
.list_red-dot-sm {
    list-style: none;
    padding: 0;
}
.list_red-dot-sm li {
    display: flex;
    flex-direction: column;
    position: relative;
}
.list_red-dot-sm li:before {
    color: red;
    content: "•";
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: -39px;
    transform: translateX(-50%);
    width: 18px;
}
.list_red-dot-sm li:first-of-type:before {
    content: none;
}
@media (min-width: 1200px) {
    .list li {
        margin-bottom: 2rem;
    }
    .list_red-dot {
        padding-left: 56px;
    }
    .list_red-dot li:before {
        font-size: 5rem;
        left: -42px;
        top: -28px;
    }
    .list_red-dot-sm {
        padding-left: 21px;
    }
    .list_red-dot-sm li {
        flex-direction: row;
    }
    .list_red-dot-sm li:before {
        font-size: 5rem;
        left: -16px;
        line-height: 0;
        position: relative;
        top: 13px;
    }
    .list_red-dot-sm li:first-of-type:before {
        content: "•";
    }
}
.img-border {
    border: 20px solid #d9e2eb;
}
body,
html {
    text-size-adjust: none !important;
    background: #062851 url(/wp-content/themes/npotpz/assets/images/bg-body.webp) repeat-y top;
}
html {
    height: 100%;
}
.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.9375rem;
}
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1200px) {
    .wrapper {
        min-height: calc(100vh - 90px);
    }
}
.footer {
    background-color: #072851;
    margin-top: auto;
    position: relative;
}
.footer__grid {
    display: grid;
    grid-auto-rows: minmax(20px, auto);
    grid-template-areas: "phone phone" "proizv proizv" "address address" "menu dost" "menu politic";
    grid-template-columns: 1fr 1fr;
    padding: 27px 0 20px;
    row-gap: 15px;
}
.footer__bottom {
    background-color: #071836;
    line-height: 1.83;
    padding: 20px 0;
}
.footer__phone {
    grid-area: phone;
    justify-content: center;
    margin-bottom: 5px;
    width: 100%;
}
.footer__proizv {
    grid-area: proizv;
}
.footer__address {
    grid-area: address;
}
.footer__menu {
    grid-area: menu;
    margin-top: 7px;
}
.footer__dost {
    align-self: start;
    grid-area: dost;
    margin-top: 14px;
}
.footer__politic {
    align-self: flex-end;
    grid-area: politic;
    margin-bottom: 1px;
}
.footer__consult {
    grid-area: consult;
    position: relative;
    top: 3px;
}
.footer_selector {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 14px;
    padding: 27px 0 24px;
    text-align: center;
}
@media screen and (min-width: 361px) {
    .footer__dost {
        margin-right: unset;
    }
}
@media (min-width: 1200px) {
    .footer__grid {
        column-gap: 30px;
        grid-template-areas: "proizv proizv address address menu ." "phone phone consult consult dost politic";
        grid-template-columns: repeat(6, 1fr);
        padding: 60px 0 42px;
        row-gap: 0;
    }
    .footer__menu {
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .footer__dost,
    .footer__phone {
        align-self: flex-end;
        margin: 0 0 5px;
    }
    .footer__phone {
        justify-content: flex-start;
        width: auto;
    }
    .footer__politic {
        margin: 0 0 5px;
    }
    .footer_selector {
        background-color: #fff;
        color: rgba(37, 66, 100, 0.5);
        padding: 60px 0 30px;
        text-align: left;
    }
    .footer_selector .footer__phone {
        display: none;
    }
}
.content {
    background-color: #fff;
    flex: 2;
}
.header {
    background-color: #072851;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header__top {
    height: 70px;
}
.header__bottom,
.header__top {
    align-items: center;
    border-bottom: 2px solid #fff;
    display: flex;
}
.header__bottom {
    background-color: #072851;
    height: 32px;
    z-index: 3;
}
.header__phone {
    font-size: 22px;
    font-weight: 600;
}
.header__phone,
.header__phone:active,
.header__phone:focus,
.header__phone:hover {
    color: #f2e4b2;
    text-decoration: none;
}
.header__contacts {
    display: none;
}
.header__icons {
    gap: 4px;
}
.header_select {
    align-items: center;
    display: flex;
    min-height: 70px;
}
.header_select .header__text {
    color: #f2e4b2;
    font-family: Gilroy;
    font-size: 13px;
    margin-left: 9px;
}
@media (min-width: 1400px) {
    .header {
        overflow: unset;
    }
    .header__top {
        border-bottom: none;
        height: 90px;
    }
    .header__bottom {
        display: none;
    }
    .header__contacts,
    .header__menu-trigger {
        align-items: center;
        display: flex;
    }
    .header__menu-trigger {
        border: 1px solid #f2e4b2;
        border-radius: 24px;
        color: #f2e4b2;
        cursor: pointer;
        font-size: 24px;
        font-weight: 600;
        height: 50px;
        justify-content: center;
        margin-right: 28px;
        padding: 0 37px;
        position: relative;
    }
    .header__menu-trigger:hover .mobile-menu-wrap {
        opacity: 1;
        visibility: visible;
    }
    .header__menu-trigger:hover .mobile-menu-wrap:before {
        content: "";
        height: 44px;
        left: 0;
        position: absolute;
        top: -44px;
        width: 100%;
    }
    .header_select {
        min-height: 100px;
    }
    .header_select .header__text {
        font-size: 28px;
        font-weight: 700;
        margin-left: 0;
        white-space: nowrap;
    }
}
.logo {
    display: flex;
    max-width: 249px;
}
@media (min-width: 1400px) {
    .logo {
        max-width: 100%;
    }
}
.logo-about {
    align-items: center;
    background: rgba(14, 47, 62, 0.75);
    border-bottom: 3px solid #f6faff;
    border-top: 3px solid #f6faff;
    display: flex;
    height: 129px;
    justify-content: center;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.logo-about img {
    width: 316px;
}
@media (min-width: 1200px) {
    .logo-about {
        height: 296px;
    }
    .logo-about img {
        width: 988px;
    }
}
.mobile-menu-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    pointer-events: none;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100vw;
    z-index: -2;
}
.mobile-menu-wrap.active {
    right: 0;
    z-index: 10;
}
@media (min-width: 1400px) {
    .mobile-menu-wrap {
        backdrop-filter: blur(6px);
        background: rgba(0, 0, 0, 0.502);
        border: 2px solid #f2e4b2;
        border-radius: 24px;
        bottom: unset;
        display: block;
        height: auto;
        left: 0;
        min-height: auto;
        opacity: 0;
        padding: 37px 55px 30px;
        pointer-events: all;
        position: absolute;
        right: unset;
        top: calc(100% + 44px);
        visibility: hidden;
        width: auto;
        z-index: unset;
    }
}
.menu_main {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.502);
    border: 2px solid #f2e4b2;
    display: grid;
    grid-template-columns: 1fr;
    list-style-type: none;
    margin: 0;
    min-width: 223px;
    padding: 18px;
    pointer-events: all;
    position: relative;
    row-gap: 15px;
}
.menu_main li.current-menu-item a {
    color: #f2e4b2;
}
.menu_main li a {
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.menu_main li a,
.menu_main li a:active,
.menu_main li a:focus,
.menu_main li a:hover {
    text-decoration: none;
}
.menu_mobile li:first-of-type > a {
    position: absolute;
    visibility: hidden;
}
.menu_footer {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}
.menu_footer li {
    line-height: 1.1;
    margin-bottom: 0.6rem;
}
.menu_footer li:last-of-type {
    margin-bottom: 0;
}
.menu_footer li.current-menu-item a {
    color: #f2e4b2;
}
.menu_footer li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .menu_footer {
        column-count: 2;
        column-gap: 3px;
        margin: 0;
    }
    .menu_footer li {
        margin-bottom: 0;
    }
}
@media (min-width: 1400px) {
    .menu_main {
        backdrop-filter: unset;
        background: none;
        border: none;
        column-count: 2;
        column-gap: 55px;
        display: block;
        height: auto;
        margin-bottom: 25px;
        min-width: unset;
        padding: 0;
        position: static;
    }
    .menu_main li {
        align-items: center;
        display: flex;
        padding: 7px 0;
    }
    .menu_main li:first-of-type {
        display: none;
        margin-right: auto;
    }
    .menu_main li:hover a {
        color: #f2e4b2;
    }
    .menu_main li a {
        font-size: 18px;
    }
}
.btn {
    align-items: center;
    background-color: transparent;
    border: none;
    display: inline-flex;
    justify-content: center;
}
.btn,
.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn_menu {
    align-items: center;
    background: transparent;
    border: 1px solid #f2e4b2;
    border-radius: 3px;
    display: flex;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px;
}
.btn_menu:after,
.btn_menu:before {
    background-color: #f2e4b2;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.btn_menu:before {
    top: 8px;
}
.btn_menu:after {
    bottom: 8px;
}
.btn_menu.active span {
    opacity: 0;
}
.btn_menu.active:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}
.btn_menu.active:after {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
}
.btn_menu span {
    background-color: #f2e4b2;
    display: block;
    flex-shrink: 0;
    height: 2px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.btn_main {
    border: 2px solid #f6faff;
    border-radius: 8px;
    color: #f2e4b2;
    font-size: 14px;
    font-weight: 600;
    padding: 21px 33px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.btn_main:active,
.btn_main:focus,
.btn_main:hover {
    color: #fff;
}
.btn_light {
    background: hsla(0, 0%, 100%, 0.102);
    border: 1px solid #f2e4b2;
    border-radius: 8px;
    border-radius: 2px;
    color: #f2e4b2;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 29px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.btn_light:active,
.btn_light:focus,
.btn_light:hover {
    color: #fff;
    text-decoration: none;
}
.btn_std {
    background: #072851;
    border: 1px solid #f2e4b2;
    border-radius: 2px;
    color: #f2e4b2;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 17px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn_std:active,
.btn_std:focus,
.btn_std:hover {
    background: #0055b7;
    color: #f2e4b2;
    text-decoration: none;
}
.btn_white {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    color: #254264;
    font-size: 14px;
    font-weight: 500;
    min-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 270px;
}
.btn_white:active,
.btn_white:focus,
.btn_white:hover {
    background-color: #254264;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .btn_std {
        border: 2px solid #f2e4b2;
        border-radius: 8px;
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
        color: #f2e4b2;
        font-weight: 600;
        padding: 21px 24px;
    }
}
.btn2 {
    align-items: center;
    background-color: #072851;
    border: 2px solid #f6faff;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    margin: auto;
    min-height: 66px;
    padding: 7px 26px;
    text-transform: uppercase;
}
.btn2,
.btn2:active,
.btn2:focus,
.btn2:hover {
    color: #f2e4b2;
    text-decoration: none;
}
.btn2_slim {
    padding: 7px 27px;
}
.btn2_slim,
.btn2_sm {
    font-size: 14px;
    min-height: unset;
}
.btn2_sm {
    padding: 16px 17px;
}
.btn2_med {
    font-size: 14px;
    min-height: unset;
    padding: 11px 22px;
}
.btn2_wh {
    background-color: #fff;
    color: #254264;
    font-weight: 500;
}
.btn2_border-gold {
    border-color: #f2e4b2;
}
.btn2_prod {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.btn2_prod:active,
.btn2_prod:focus,
.btn2_prod:hover {
    background-color: #072851;
    color: #f2e4b2;
}
.btn2_zi {
    position: relative;
    z-index: 3;
}
.btn2_submit {
    background: #fff;
    border: 1px solid #f6faff;
    border-radius: 2px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.15);
    color: #254264;
    min-height: 50px;
    transition: all 0.3s ease-in-out;
}
.btn2_submit:active,
.btn2_submit:hover {
    background: #071739;
    color: #fff;
}
.btn-play {
    background: linear-gradient(94.01deg, #a50e0e 7.29%, #e51e1e 93.57%);
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: block;
    min-height: 52px;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 88px;
}
.btn-play:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(calc(-50% + 2px), -50%);
    width: 0;
}
.btn-play_smi {
    background: transparent url(/wp-content/themes/npotpz/assets/images/play-icon-smi.svg) no-repeat 55%;
    border: 2px solid #f2e4b2;
}
.btn-play_blue {
    background: #072851;
    border: 2px solid #f2e4b2;
    border-radius: 8px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    min-height: 58px;
    width: 96px;
}
.btn-play_blue:after {
    border-color: transparent transparent transparent #f2e4b2;
    border-width: 13px 0 13px 23px;
}
.btn-play:hover {
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.45);
}
@media (min-width: 1200px) {
    .btn-play {
        border-radius: 15px;
        min-height: 70px;
        width: 119px;
    }
    .btn-play:after {
        border-width: 17px 0 17px 28px;
        transform: translate(calc(-50% + 4px), -50%);
    }
    .btn-play_blue {
        border-radius: 8px;
        min-height: 58px;
        width: 96px;
    }
    .btn-play_blue:after {
        border-width: 12px 0 12px 22px;
        transform: translate(calc(-50% + 2px), -50%);
    }
}
.btn-more {
    background: none;
    border: none;
    color: #254264;
    font-style: italic;
    font-weight: 600;
    position: relative;
}
.btn-more:after {
    border-color: #0055b7 transparent transparent;
    border-style: solid;
    border-width: 18px 10px 0;
    content: "";
    display: block;
    height: 0;
    margin: 11px auto 0;
    width: 0;
}
.btn-cart {
    background-color: #f0f4f8;
    border: 1px solid #072851;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    color: #254264;
    display: flex;
    height: 48px;
    position: relative;
    text-decoration: none;
    width: 48px;
}
.btn-cart,
.btn-cart__count {
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}
.btn-cart__count {
    background-color: #072851;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 8px;
    font-weight: 500;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
}
.btn-cart__count.active {
    display: flex;
}
.btn-cart__icon {
    left: -3px;
    position: relative;
    width: 30px;
}
.btn-cart__text {
    display: none;
}
.btn-cart_header {
    background-color: transparent;
    border: 1px solid #f2e4b2;
    border-radius: 3px;
    height: 32px;
    width: 32px;
}
.btn-cart_header .btn-cart__icon {
    bottom: 5px;
    left: 4px;
    position: absolute;
    width: 18px;
}
.btn-cart_header .btn-cart__count {
    background-color: #072851;
    border: 1px solid #f2e4b2;
    border-radius: 3px;
    font-size: 5px;
    height: 11px;
    width: 11px;
    z-index: 2;
}
@media (min-width: 1200px) {
    .btn-cart {
        border-radius: 8px;
        display: flex;
        padding: 0 10px;
        width: 207px;
    }
    .btn-cart__count {
        margin-right: 7px;
        position: relative;
        right: 0;
        top: 0;
    }
    .btn-cart__icon {
        left: unset;
        margin-right: 11px;
    }
    .btn-cart__text {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }
    .btn-cart_header {
        border-radius: 3px;
        width: 32px;
    }
    .btn-cart_header .btn-cart__text {
        display: none;
    }
    .btn-cart_header .btn-cart__count {
        margin-right: unset;
        position: absolute;
        right: 4px;
        top: 4px;
    }
}
@media (min-width: 1400px) {
    .btn-cart_header {
        border-radius: 9px;
        height: 50px;
        width: 50px;
    }
    .btn-cart_header .btn-cart__icon {
        bottom: 6px;
        left: 6px;
        width: 30px;
    }
    .btn-cart_header .btn-cart__count {
        border-radius: 4px;
        font-size: 9px;
        height: 17px;
        right: 6px;
        top: 6px;
        width: 17px;
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 30px 20px rgba(212, 90, 90, 0);
        transform: scale(0.9);
    }
    70% {
        box-shadow: 0 0 30px 30px rgba(212, 90, 90, 0.5);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(212, 90, 90, 0.1);
        transform: scale(0.9);
    }
}
@keyframes pulse-x {
    0% {
        box-shadow: 0 0 30px 20px rgba(212, 90, 90, 0);
        transform: translateX(-50%) scale(0.9);
    }
    70% {
        box-shadow: 0 0 30px 30px rgba(212, 90, 90, 0.5);
        transform: translateX(-50%) scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(212, 90, 90, 0.1);
        transform: translateX(-50%) scale(0.9);
    }
}
@keyframes pulse-fp {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
.switcher {
    background-color: #e2e2e2 !important;
    border-radius: 2px !important;
    display: inline-block !important;
    width: auto !important;
}
.switcher .selected {
    background: transparent !important;
}
.switcher .selected a {
    border: none !important;
    font-size: 0;
    padding: 5px 20px 5px 5px !important;
    text-indent: 0;
    transition: all 0.3s ease-in-out;
    width: unset !important;
}
.switcher .selected a:first-of-type {
    padding: 0 !important;
    position: absolute;
    visibility: hidden;
}
.switcher .selected a:first-of-type img {
    display: none;
}
.switcher .selected a:after {
    border-color: #e4e4e4 transparent transparent;
    border-style: solid;
    border-width: 6px 3px 0;
    height: 0 !important;
    right: 6px !important;
    top: 50%;
    transform: translateY(-50%);
    width: 0 !important;
}
.switcher .selected a:hover {
    background-color: transparent !important;
}
@media (min-width: 1400px) {
    .switcher {
        background-color: #e2e2e2 !important;
        margin-right: 120px;
        overflow: unset !important;
        position: relative;
    }
    .switcher:after {
        color: #5d789b;
        content: "Выбрать язык";
        display: block;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        right: -104px;
        top: 50%;
        transform: translateY(-50%);
        width: 90px;
    }
    .switcher:hover a {
        color: #000 !important;
    }
    .switcher .selected a {
        padding: 9px 31px 9px 11px !important;
    }
    .switcher .selected a:after {
        border-color: #a8a8a8 transparent transparent;
        right: 12px !important;
    }
    .switcher .selected a:first-of-type {
        padding: 9px 31px 9px 11px !important;
        position: static;
        visibility: visible;
    }
    .switcher .selected a:first-of-type img {
        display: inline;
    }
    .switcher .option {
        position: absolute !important;
    }
    .switcher .option a:hover {
        background-color: transparent !important;
        color: #254264 !important;
    }
}
html.translated-ltr .switcher:after {
    content: none;
}
.contact-phone {
    align-items: center;
    display: inline-flex;
}
.contact-phone__icon {
    align-items: center;
    background: linear-gradient(139.86deg, #72e187 1.91%, #45c55d 100.53%);
    border-radius: 7px;
    bottom: 496.3px;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-right: 19px;
    text-decoration: none;
    width: 42px;
}
.contact-phone__icon i {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
.contact-phone__text {
    line-height: 1.1;
}
.contact-phone__phone {
    color: #fff;
    font-family: Core sans e;
    font-size: 23px;
    letter-spacing: -0.7px;
    text-decoration: none;
}
.contact-phone__phone:active,
.contact-phone__phone:focus,
.contact-phone__phone:hover {
    color: #fff;
    text-decoration: none;
}
.contact-phone__desc {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}
.contact-phone_two {
    align-items: flex-start;
    margin-bottom: 21px;
}
.contact-phone_two .contact-phone__text {
    margin-top: 5px;
}
.contact-phone_two .contact-phone__phone {
    letter-spacing: 0;
}
.dost-block {
    align-items: center;
    display: flex;
}
.dost-block__icon {
    flex-shrink: 0;
    margin-right: 15px;
    width: 44px;
}
.dost-block__text {
    color: #7faadb;
    font-size: 14px;
    line-height: 1.2;
}
.sec-fs {
    background: #669eac url(/wp-content/themes/npotpz/assets/images/home-fs-bg.webp) no-repeat top/cover;
    height: calc(100vh - 102px);
    padding: 9px 0 29px;
    position: relative;
}
.sec-fs:before {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.75) 16.32%, transparent 33.44%);
    min-height: 447px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sec-fs:after,
.sec-fs:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec-fs:after {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.75), transparent 31.84%);
    height: 100%;
}
.sec-fs__logo {
    margin-bottom: 10px;
}
.sec-fs__bible i {
    display: inline-block;
    text-align: left;
}
.sec-fs__bottom-text {
    line-height: 1.22;
}
.sec-fs .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.sec-fs .container .row {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.sec-fs_catalog {
    background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-7.webp) no-repeat 50% / cover;
    border-bottom: 8px solid #f2e4b2;
}
.sec-fs_catalog:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 23.48%, transparent 48.1%);
    height: 516px;
}
.sec-fs_category {
    background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-prod-category.webp) no-repeat 50% / cover;
}
.sec-fs_category:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 23.48%, transparent 48.1%);
    height: 516px;
}
.sec-fs_articles {
    background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-articles.webp) no-repeat 50% / cover;
}
.sec-fs_articles:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 23.48%, transparent 48.1%);
    height: 562px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sec-fs_articles:after {
    content: none;
}
.sec-fs_reviews {
    background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-reviews.webp) no-repeat 50% / cover;
    z-index: 1;
}
.sec-fs_reviews:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 23.48%, transparent 48.1%);
    height: 447px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sec-fs_reviews:after {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.75), transparent 31.84%);
    height: 100%;
}
.sec-fs_about {
    align-items: center;
    background: #2550a0 url(/wp-content/themes/npotpz/assets/images/bg-about.webp) no-repeat top/cover;
    display: flex;
    height: 459px;
    padding: 0;
}
.sec-fs_about .container {
    height: auto;
}
@media (min-width: 576px) {
    .sec-fs {
        background: #669eac url(/wp-content/themes/npotpz/assets/images/home-fs-bg.webp) no-repeat 50% / cover;
    }
    .sec-fs_about {
        background: #2550a0 url(/wp-content/themes/npotpz/assets/images/bg-about.webp) no-repeat top/cover;
    }
}
@media (min-width: 768px) {
    .sec-fs {
        background: #669eac url(/wp-content/themes/npotpz/assets/images/home-fs-bg-xl.webp) no-repeat top/cover;
        height: auto;
        padding: 44px 0;
    }
    .sec-fs_catalog {
        background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-7-xl.webp) no-repeat 50% / cover;
    }
    .sec-fs_catalog:before {
        content: none;
    }
    .sec-fs_about {
        background: #2550a0 url(/wp-content/themes/npotpz/assets/images/bg-about.webp) no-repeat top/cover;
        height: 459px;
        padding: 0;
    }
    .sec-fs__h1,
    .sec-fs__logo {
        margin-bottom: 44px;
    }
}
@media (min-width: 1200px) {
    .sec-fs {
        padding: 73px 0;
    }
    .sec-fs:after {
        content: none;
    }
    .sec-fs:before {
        background: linear-gradient(90deg, #000, transparent 77.43%);
        height: 100%;
        transform: none;
        width: 72%;
    }
    .sec-fs_catalog {
        border-bottom: none;
    }
    .sec-fs_category {
        background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-prod-category-xl.webp) no-repeat 50% / cover;
    }
    .sec-fs_about {
        background: #2550a0 url(/wp-content/themes/npotpz/assets/images/bg-about-xl.webp) no-repeat top/cover;
        height: 636px;
        padding: 0;
    }
    .sec-fs_about:before {
        content: none;
    }
    .sec-fs_articles {
        background: #3f9e4f url(/wp-content/themes/npotpz/assets/images/bg-articles-xl.webp) no-repeat top/cover;
    }
    .sec-fs_articles:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 23.44%, transparent 50%);
        height: 100%;
        width: 100%;
    }
    .sec-fs_articles:after {
        content: none;
    }
    .sec-fs__bottom-text {
        font-size: 24px;
    }
    .sec-fs__bottom-text p {
        margin-bottom: 25px;
    }
}
.sec {
    padding: 32px 0;
}
.sec__product-article {
    margin-top: 32px;
}
.sec_1 {
    background: #fff url(/wp-content/themes/npotpz/assets/images/bg-1.webp) no-repeat top/100%;
}
.sec_2 {
    background: #072851;
    padding-top: 0;
}
.sec_2 .sec__revtitle {
    color: #f2e4b2;
    text-align: center;
}
.sec_2 .sec__revtitle font {
    margin-right: 0.25rem;
}
.sec_2 .sec__revtitle font:last-of-type {
    margin-right: 0;
}
.sec_2 .sec__btnwrap {
    text-align: center;
}
.sec_3,
.sec_8 {
    background: #c2c2c2 url(/wp-content/themes/npotpz/assets/images/bg-4.webp) no-repeat top/cover;
}
.sec_3 .sec__btnwrap,
.sec_8 .sec__btnwrap {
    margin-bottom: 30px;
    text-align: center;
}
.sec_4,
.sec_6 {
    background: #c2c2c2 url(/wp-content/themes/npotpz/assets/images/bg-5.webp) no-repeat top/cover;
}
.sec_5 {
    background-color: #f2e4b2;
    padding: 0;
}
.sec_5 .sec__h2 {
    background-color: #dcd0a5;
    border-bottom: 5px solid #fff;
    line-height: 1;
    margin-bottom: 0;
    padding: 9px 0;
}
.sec_7 {
    background: url(/wp-content/themes/npotpz/assets/images/bg-6.webp) no-repeat bottom/cover;
    min-height: 100vh;
}
.sec_8 {
    padding-top: 0;
}
.sec_8 .sec__title {
    background-color: #072851;
    margin: 0 -15px 3rem;
    padding: 2rem 1rem;
}
.sec_waves {
    background: url(/wp-content/themes/npotpz/assets/images/bg-waves.webp) no-repeat top/100%;
}
.sec_rev-1 {
    position: relative;
}
.sec_rev-1:before {
    background: url(/wp-content/themes/npotpz/assets/images/bg-rev-mob-1.webp) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: 0;
}
.sec_docs {
    background: url(/wp-content/themes/npotpz/assets/images/bg-docs-mob.webp) no-repeat top/cover;
}
.sec_product-last {
    align-items: flex-end;
    background: url(/wp-content/themes/npotpz/assets/images/bg-product-last.webp) no-repeat top/cover;
    color: #f6faff;
    display: flex;
    min-height: 488px;
    padding-bottom: 22px;
    position: relative;
}
.sec_product-last:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0.04%, hsla(0, 0%, 77%, 0) 51.33%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec_404 {
    background: url(/wp-content/themes/npotpz/assets/images/bg-circles.webp) no-repeat top/cover;
    padding-bottom: 0;
}
.sec_404 .sec__btn {
    margin-bottom: -20px;
    position: relative;
    top: -33px;
}
.sec_select-fs {
    background: rgba(62, 62, 61, 0.039) url(/wp-content/themes/npotpz/assets/images/bg-select.webp) no-repeat top/cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 70px);
    padding: 6px 0 37px;
    position: relative;
}
.sec_select-fs:after,
.sec_select-fs:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec_select-fs:before {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.75) 16.32%, transparent 33.44%);
    height: 757px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sec_select-fs:after {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.75) 12.83%, transparent 63.17%);
    height: 100%;
}
.sec_select-fs .sec__h1 {
    color: #f2e4b2;
    font-family: Core sans e;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.sec_select-fs .sec__logo {
    margin-bottom: 26px;
    width: 212px;
}
.sec_select-fs .sec__container {
    color: #fff;
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.sec_selector {
    padding: 24px 0;
}
.sec_cats {
    background: linear-gradient(179.19deg, #d9e2eb 0.78%, #fff 15.92%);
}
.sec_cats-last {
    min-height: 518px;
    padding: 0;
    position: relative;
}
.sec_cats-last:before {
    background: linear-gradient(0deg, #000, transparent 37.74%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec_cats-last .sec__cat-image {
    height: 518px;
    margin: 0 -15px;
    max-width: unset !important;
    object-fit: cover;
    width: calc(100% + 30px);
}
.sec_blue {
    background-color: #072851;
    color: #f2e4b2;
    padding: 29px 0;
}
.sec_blue .h2 {
    margin-bottom: 0;
    text-align: center;
}
.sec_blue2 {
    margin-top: 4px;
    position: relative;
}
.sec_blue2:before {
    background-color: #072851;
    content: "";
    height: 194px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec_prod-cat-img {
    background-color: #f0f0f0;
    padding: 0;
}
.sec_prod-cat-img .sec__prod-cat-img {
    height: 200px;
    margin: 0 -15px;
    max-width: unset;
    object-fit: contain;
    width: 360px;
}
.sec_contacts {
    background: #ccc url(/wp-content/themes/npotpz/assets/images/bg-contacts.webp) no-repeat 50% / cover;
}
.sec_soft-modules {
    background-color: #072851;
    color: #f2e4b2;
}
.sec_sf-1 {
    background: #fff url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-1.webp) no-repeat top;
}
@media (min-width: 1200px) {
    .sec_sf-1 {
        background: #fff url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-1-xl.webp) no-repeat 50% / cover;
    }
}
.sec_sf-2 {
    background: #f0f4f9;
}
@media (min-width: 1200px) {
    .sec_sf-2 {
        background: #f0f4f9 url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-2-xl.png) no-repeat top;
    }
    .sec_sf-3 {
        background: #fff url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-2-xl.webp) no-repeat bottom;
    }
}
.sec_sf-l,
.sec_sf-l2 {
    border-bottom: 4px solid #072851;
    padding-bottom: 70px;
    position: relative;
}
.sec_sf-l2:before,
.sec_sf-l:before {
    background: linear-gradient(180deg, #e4e9ee, #fff);
    content: "";
    height: 839px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sec_sf-l2:after,
.sec_sf-l:after {
    background: #072851;
    bottom: 2px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sec_sf-l .container,
.sec_sf-l .container-fluid,
.sec_sf-l .container-lg,
.sec_sf-l .container-md,
.sec_sf-l .container-sm,
.sec_sf-l .container-xl,
.sec_sf-l .container-xxl,
.sec_sf-l2 .container,
.sec_sf-l2 .container-fluid,
.sec_sf-l2 .container-lg,
.sec_sf-l2 .container-md,
.sec_sf-l2 .container-sm,
.sec_sf-l2 .container-xl,
.sec_sf-l2 .container-xxl {
    position: relative;
}
@media (min-width: 576px) {
    .sec_2 {
        background: url(/wp-content/themes/npotpz/assets/images/bg-3.webp) no-repeat 0 0 / cover;
        position: relative;
    }
    .sec_2:before {
        background: linear-gradient(55deg, transparent 50%, rgba(0, 0, 0, 0.75));
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .sec_2 .container {
        position: relative;
    }
}
@media (min-width: 992px) {
    .sec_2 .sec__revtitle {
        color: #f6faff;
        display: flex;
        font-size: 36px;
        justify-content: end;
        margin-right: 2rem;
        text-align: left;
    }
    .sec_2 .sec__revblock {
        align-items: flex-end;
        display: inline-flex;
        flex-direction: column;
        float: right;
    }
    .sec_2 .sec__btnwrap {
        align-self: flex-start;
        text-align: left;
    }
    .sec_3,
    .sec_8 {
        background: #fff url(/wp-content/themes/npotpz/assets/images/bg-4-xl.webp) no-repeat top;
    }
    .sec_3 .sec__btnwrap,
    .sec_8 .sec__btnwrap {
        margin-bottom: 30px;
    }
    .sec_4,
    .sec_6 {
        background: #c2c2c2 url(/wp-content/themes/npotpz/assets/images/bg-5-xl.webp) no-repeat top/cover;
    }
    .sec_7 {
        background: url(/wp-content/themes/npotpz/assets/images/bg-6-xl.webp) no-repeat top/cover;
        min-height: 686px;
    }
}
@media (min-width: 1200px) {
    .sec {
        padding: 75px 0;
    }
    .sec__product-article {
        margin-top: 162px;
    }
    .sec_1 {
        background: #fff url(/wp-content/themes/npotpz/assets/images/bg-1-xl.webp) no-repeat 50% / cover;
        position: relative;
    }
    .sec_1:before {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) 52.66%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .sec_1 .container {
        position: relative;
    }
    .sec_2 {
        padding-top: 0;
    }
    .sec_2 .sec__fp-slider {
        margin-left: auto !important;
        margin-right: 87px !important;
    }
    .sec_2 .sec__revtitle {
        font-size: 48px;
        margin-bottom: 2.5rem;
        margin-right: 0;
    }
    .sec_3 .sec__btnwrap,
    .sec_8 .sec__btnwrap {
        margin-bottom: 110px;
        position: relative;
        text-align: left;
    }
    .sec_3 .sec__btnwrap:after,
    .sec_8 .sec__btnwrap:after {
        background-color: #5d789b;
        bottom: -80px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100px;
    }
    .sec_3 .sec__napomnim,
    .sec_8 .sec__napomnim {
        color: #5d789b;
        font-weight: 600;
    }
    .sec_3 .sec__btnwrap {
        position: relative;
    }
    .sec_3 .sec__btnwrap:before {
        background-color: #d9e2eb;
        border-radius: 50%;
        bottom: -52px;
        content: "";
        height: 355px;
        left: -107px;
        position: absolute;
        width: 355px;
    }
    .sec_3 .h2,
    .sec_3 .sec__revbtn {
        position: relative;
    }
    .sec_3 .h2 {
        z-index: 2;
    }
    .sec_5 {
        background-color: transparent;
        padding: 0;
    }
    .sec_5 .sec__h2 {
        padding: 14px 0;
        position: relative;
    }
    .sec_5 .sec__h2:after,
    .sec_5 .sec__h2:before {
        background-color: #dcd0a5;
        border-bottom: 5px solid #fff;
        content: "";
        min-height: calc(100% + 5px);
        position: absolute;
        top: 0;
        width: 50vw;
    }
    .sec_5 .sec__h2:before {
        right: 100%;
    }
    .sec_5 .sec__h2:after {
        left: 100%;
    }
    .sec_8 {
        padding-top: 0;
    }
    .sec_8 .sec__title {
        margin: 0 -15px 5rem;
    }
    .sec_waves {
        background: url(/wp-content/themes/npotpz/assets/images/bg-waves-xl.webp) no-repeat bottom;
    }
    .sec_revd:nth-of-type(2) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-1-1.webp) no-repeat top/cover;
        min-height: 1600px;
    }
    .sec_revd:nth-of-type(3) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-1-2.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(4) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-1-3.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(5) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-2-1.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(6) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-2-2.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(7) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-2-3.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(3n + 8) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-1.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(3n + 9) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-2.webp) no-repeat top/cover;
    }
    .sec_revd:nth-of-type(3n + 10) {
        background: url(/wp-content/themes/npotpz/assets/images/bg-rev-desk-3.webp) no-repeat top/cover;
    }
    .sec_docs {
        background: url(/wp-content/themes/npotpz/assets/images/bg-docs-desk.webp) no-repeat top;
    }
    .sec_product-last {
        background: url(/wp-content/themes/npotpz/assets/images/bg-product-last-xl.webp) no-repeat top/cover;
        min-height: 100vh;
    }
    .sec_404 {
        background: url(/wp-content/themes/npotpz/assets/images/bg-404-xl.webp) no-repeat top/cover;
        padding: 0;
    }
    .sec_404 .sec__btn {
        margin-bottom: 0;
        position: relative;
        top: unset;
    }
    .sec_select-fs {
        background: rgba(62, 62, 61, 0.039) url(/wp-content/themes/npotpz/assets/images/bg-select-xl.webp) no-repeat
            top/cover;
        height: auto;
        padding: 16px 0 0;
    }
    .sec_select-fs:after,
    .sec_select-fs:before {
        content: none;
    }
    .sec_select-fs .sec__logo {
        margin-bottom: 18px;
        width: 260px;
    }
    .sec_select-fs .sec__h1 {
        font-size: 52px;
        line-height: 1;
        margin-bottom: 18px;
        text-align: left;
    }
    .sec_select-fs .sec__container {
        font-size: 34px;
    }
    .sec_blue {
        padding: 37px 0;
    }
    .sec_blue2 {
        margin-top: 0;
    }
    .sec_blue2:before {
        height: 553px;
    }
    .sec_prod-cat-img {
        margin-bottom: -104px;
        padding: 33px 0 145px;
    }
    .sec_prod-cat-img .sec__prod-cat-img {
        height: 742px;
        margin: 0;
        width: 1290px;
    }
    .sec_cats-last {
        min-height: 100vh;
        padding: 0;
    }
    .sec_cats-last:before {
        background: linear-gradient(1turn, rgba(0, 0, 0, 0.75) 0.99%, transparent 31.45%);
    }
    .sec_cats-last .sec__cat-image {
        height: 100vh;
    }
    .sec_contacts {
        background: #ccc url(/wp-content/themes/npotpz/assets/images/bg-contacts-xl.webp) no-repeat 50% / cover;
        padding: 105px 0;
    }
    .sec_sf-l,
    .sec_sf-l2 {
        background: url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-4-xl.webp) no-repeat center 110%;
        padding-bottom: 160px;
    }
    .sec_sf-l2 {
        background: url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-4-xl.webp) no-repeat center 63%;
    }
    .sec_sf-l2 .gradient {
        background: linear-gradient(180deg, #e4e9ee, #fff);
        bottom: 0;
        height: 652px;
        left: 0;
        position: absolute;
        transform: matrix(1, 0, 0, -1, 0, 0);
        width: 100%;
    }
    .sec_sf-l2 .container-fluid,
    .sec_sf-l2 .container-lg,
    .sec_sf-l2 .container-md,
    .sec_sf-l2 .container-sm,
    .sec_sf-l2 .container-xl,
    .sec_sf-l2 .container-xxl {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 1400px) {
    .sec_2 .row {
        align-items: center;
        display: flex;
        min-height: 100vh;
    }
    .sec_2 .sec__revtitle1 {
        font-size: 54px;
    }
}
.notebook__wrap {
    height: 189px;
    margin: auto;
    position: relative;
    width: 330px;
}
.notebook__img {
    height: auto;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 2;
}
.notebook__preview {
    height: 100% !important;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.notebook__btn {
    animation: pulse 1.5s infinite;
}
.notebook_nodesc + p {
    display: none !important;
}
.notebook .ratio {
    left: 50%;
    position: absolute;
    top: 7.2%;
    transform: translateX(-50%);
    width: 76.5%;
}
.notebook iframe {
    border-radius: 3px;
}
@media (min-width: 1200px) {
    .notebook {
        position: relative;
    }
    .notebook__wrap {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .notebook__btn {
        animation: pulse-x 1.5s infinite;
        bottom: 24%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    .notebook__btn.active {
        display: none;
    }
    .notebook iframe {
        border-radius: 8px;
    }
}
.videonotebook {
    text-align: center;
}
.videonotebook__main {
    display: flex;
    height: 189px;
    justify-content: center;
    margin: 0 auto 28px;
    padding: 13px 43px 32px;
    position: relative;
    width: 330px;
}
.videonotebook__img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.videonotebook__trigger {
    background-color: #f0f4f8;
    border: 1px solid #072851;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    color: #254264;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 180px;
    padding: 16px 11px;
    text-transform: uppercase;
}
.videonotebook iframe {
    border-radius: 3px;
}
@media (min-width: 1200px) {
    .videonotebook__main {
        height: 576px;
        padding: 38px 131px 99px;
        width: 1006px;
    }
    .videonotebook__trigger {
        min-width: 206px;
    }
    .videonotebook iframe {
        border-radius: 8px;
    }
}
.js-video.active iframe {
    z-index: 10;
}
.cat-selector {
    display: grid;
    gap: 10px;
}
.cat-selector__item {
    align-items: center;
    background-color: #d9e2eb;
    color: #072851;
    display: flex;
    font-weight: 700;
    min-height: 104px;
    padding: 10px 12px;
    transition: all 0.3s ease-in-out;
}
.cat-selector__item,
.cat-selector__item:active,
.cat-selector__item:focus,
.cat-selector__item:hover {
    text-decoration: none;
}
.cat-selector__item.active,
.cat-selector__item:hover {
    background-color: #072851;
    color: #f6faff;
}
.cat-selector__icon {
    align-items: center;
    background-color: #f0f4f8;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 84px;
    justify-content: center;
    margin-right: 26px;
    position: relative;
    width: 84px;
}
.cat-selector__icon.shift img {
    left: 6px;
    position: relative;
}
.cat-selector__icon img {
    height: 50px;
    object-fit: contain;
    width: 50px;
}
.cat-selector__title {
    hyphens: auto;
    word-break: break-word;
}
@media (min-width: 992px) {
    .cat-selector {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
    .cat-selector__item {
        font-size: 30px;
        line-height: 1.13;
        min-height: 200px;
        padding: 22px 24px;
    }
    .cat-selector__icon {
        height: 156px;
        margin-right: 50px;
        width: 156px;
    }
    .cat-selector__icon.shift img {
        left: 12px;
    }
    .cat-selector__icon img {
        height: 94px;
        width: 94px;
    }
}
.breadcrumbs {
    color: #a8a8a8;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.breadcrumbs a {
    color: #a8a8a8;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .breadcrumbs {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 1rem;
        margin-top: 1rem;
        position: relative;
        z-index: 2;
    }
}
.nav-links {
    align-items: center;
    border-top: 4px solid #072851;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 -15px;
    padding: 40px 0;
    position: relative;
}
.nav-links:before {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.163), transparent 28.83%);
    content: "";
    height: 118px;
    left: 0;
    position: absolute;
    top: -118px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 100%;
}
.nav-links_reviews {
    background-color: #fff;
    border-top: none;
}
.nav-links_reviews:before {
    content: none;
}
.nav-links .page-numbers {
    align-items: center;
    background: #f0f0f0;
    border: 1px solid #f6faff;
    border-radius: 5px;
    color: #a8a8a8;
    display: flex;
    font-family: Core sans e;
    font-size: 24px;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}
.nav-links .page-numbers.active,
.nav-links .page-numbers.current {
    background: #072851;
    color: #fff;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    background: transparent;
    border: none;
    color: #072851;
    font-size: 22px;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .nav-links {
        border-top: none;
        padding-bottom: 0;
    }
    .nav-links:before {
        content: none;
    }
    .nav-links .page-numbers.next,
    .nav-links .page-numbers.prev {
        font-size: 26px;
        position: relative;
        top: 1px;
    }
    .nav-links .page-numbers.prev {
        margin-right: 10px;
    }
    .nav-links .page-numbers.next {
        margin-left: 10px;
    }
    .nav-links_std {
        padding: 40px 0;
    }
}
.navigation.pagination .nav-links {
    background-color: #fff;
}
@media (min-width: 1200px) {
    .navigation.pagination .nav-links {
        padding: 40px 0;
    }
}
.grid-docs {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
    .grid-docs {
        column-gap: 38px;
        grid-template-columns: repeat(auto-fit, 268px);
        justify-content: center;
        row-gap: 98px;
    }
}
.document {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    margin: auto;
    width: 268px;
}
.document__img {
    border: 10px solid #072851;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 0 auto 8px;
}
.document__img img {
    height: 356px;
    max-width: 100%;
    object-fit: cover;
}
.document__title {
    align-items: center;
    background: #d9e2eb;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
    min-height: 109px;
    padding: 17px 20px;
    text-align: center;
}
.document__link {
    color: #0055b7;
    display: block;
    text-align: center;
    text-decoration: none;
}
.grid-product {
    background-color: #f0f4f8;
    border-top: 4px solid #072851;
    display: grid;
    grid-template-areas: "btn-catalog btn-catalog" "title title" "slider slider" "price size" "desc desc";
    padding: 25px 15px 0;
}
.grid-product__cell {
    position: relative;
}
.grid-product__cell.btn-catalog,
.grid-product__cell.cart {
    grid-area: btn-catalog;
    margin-bottom: 25px;
}
.grid-product__cell.title {
    grid-area: title;
}
.grid-product__cell.slidercell {
    grid-area: slider;
    position: relative;
    width: calc(100vw - 30px);
}
.grid-product__cell.slidercell:before {
    background: #fff;
    content: "";
    height: 140px;
    left: -15px;
    position: absolute;
    top: 100%;
    width: calc(100% + 30px);
}
.grid-product__cell.size {
    grid-area: size;
    margin-bottom: 36px;
    margin-top: 26px;
}
.grid-product__cell.price {
    grid-area: price;
    margin-bottom: 36px;
    margin-top: 26px;
}
.grid-product__cell.price,
.grid-product__cell.size {
    font-size: 21px;
    white-space: nowrap;
}
.grid-product__cell.desc {
    background: #fff;
    grid-area: desc;
    margin: 0 -15px;
    padding: 0 15px;
}
.grid-product__cell.desc p:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .grid-product__cell.slidercell {
        width: 510px;
    }
}
@media (min-width: 768px) {
    .grid-product__cell.slidercell {
        width: 690px;
    }
}
@media (min-width: 992px) {
    .grid-product__cell.slidercell {
        width: 930px;
    }
}
@media (min-width: 1200px) {
    .grid-product {
        background-color: #fff;
        border-top: none;
        column-gap: 58px;
        grid-template-areas: "btn-catalog btn-catalog btn-cart btn-cart" "slider slider title title" "slider slider size price" "slider slider desc desc";
        grid-template-rows: auto 116px 88px auto;
        padding: 0;
    }
    .grid-product__cell.slidercell {
        width: 598px;
    }
    .grid-product__cell.slidercell:before {
        content: none;
    }
    .grid-product__cell.btn-catalog {
        margin-bottom: 50px;
    }
    .grid-product__cell.cart {
        grid-area: btn-cart;
    }
    .grid-product__cell.price,
    .grid-product__cell.size {
        align-items: end;
        display: flex;
        font-size: 28px;
        margin-top: 0;
    }
    .grid-product__cell.desc {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 1.66;
        padding: 0 15px;
    }
}
.r-selector {
    font-family: Montserrat;
}
.r-selector__select {
    background-color: #072851;
    color: #f2e4b2;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
}
.r-selector__wrap {
    display: flex;
    flex-direction: column;
}
.r-selector__link {
    padding-top: 17px;
    position: relative;
    text-align: center;
}
.r-selector__link:before {
    background-color: #072851;
    content: "";
    height: 226px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.r-selector__link:last-of-type,
.r-selector__link:last-of-type .r-selector__phone {
    margin-bottom: 0;
}
.r-selector__link a {
    text-decoration: none;
}
.r-selector__link span {
    align-items: center;
    border: 3px solid #f2e4b2;
    color: #fff;
    display: flex;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    margin: 0 auto 1rem;
    min-height: 84px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 282px;
}
.r-selector__link img {
    display: block;
    margin: auto;
    position: relative;
    width: 219px;
}
.r-selector__phone {
    color: #072851;
    display: block;
    font-family: Core sans e;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    text-decoration: none;
}
.r-selector__phone:active,
.r-selector__phone:focus,
.r-selector__phone:hover {
    color: #254264;
}
@media (min-width: 1200px) {
    .r-selector__select {
        font-size: 28px;
        margin-bottom: 23px;
        padding: 11px;
        width: 698px;
    }
    .r-selector__wrap {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: -11.5rem;
        width: 698px;
    }
    .r-selector__link {
        padding-top: 0;
        width: 326px;
    }
    .r-selector__link:before {
        content: none;
    }
    .r-selector__link span {
        background-color: #072851;
        border-radius: 15px;
        font-size: 28px;
        line-height: 1;
        margin: 0 0 25px;
        min-height: 84px;
        width: 100%;
    }
}
.prod-cat-text {
    bottom: 20px;
    color: #fff;
    font-family: Core sans e;
    font-style: italic;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% - 30px);
}
.prod-cat-text p:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .prod-cat-text {
        bottom: 48px;
        font-size: 36px;
    }
}
.fancybox__content > .carousel__button.is-close {
    color: #eedb96;
}
.fancybox__content > .carousel__button.is-close:before {
    border: 3px solid #f2e4b2;
    border-radius: 3px;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}
@media (min-width: 1200px) {
    .fancybox__content > .carousel__button.is-close {
        right: -64px;
        top: 8px;
    }
    .fancybox__content > .carousel__button.is-close:before {
        height: 50px;
        width: 50px;
    }
}
.compound {
    margin: 0 -15px;
    padding: 45px 0;
    position: relative;
}
.compound:before {
    background: url(/wp-content/themes/npotpz/assets/images/soft-modules/bg-compound.webp) no-repeat 50%;
    content: "";
    height: 311px;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translateX(-50%);
    width: 360px;
}
.compound:after {
    background: linear-gradient(
        90deg,
        rgba(7, 40, 81, 0.188),
        rgba(7, 40, 81, 0.125) 25%,
        rgba(7, 40, 81, 0.125) 50%,
        rgba(7, 40, 81, 0.063) 75%,
        hsla(0, 0%, 85%, 0)
    );
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.compound.last:after {
    content: none;
}
.compound__img {
    border-radius: 50%;
    height: 299px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 299px;
}
.compound__img img {
    height: 275px;
    width: 275px;
    z-index: 0;
}
.compound__img img,
.compound__img:after,
.compound__img:before {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.compound__img:after,
.compound__img:before {
    content: "";
}
.compound__img:before {
    border: 12px solid #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.compound__img:after {
    border: 4px solid #d9e2eb;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.compound__title {
    align-items: center;
    background: #d9e2eb;
    border-radius: 13px;
    color: #134f93;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 99px;
    justify-content: center;
    margin: -25px auto 30px;
    position: relative;
    text-transform: uppercase;
    width: 299px;
    z-index: 3;
}
.compound__text {
    line-height: 24px;
    margin: auto;
    width: 299px;
}
@media (min-width: 1200px) {
    .compound {
        padding: 45px 0 0;
        text-align: center;
    }
    .compound:after,
    .compound:before {
        content: none;
    }
    .compound__text {
        font-size: 18px;
        width: 290px;
    }
}
@media (max-width: 767.98px) {
    .compound_slider:after {
        content: none !important;
    }
}
.compound-info {
    display: none;
}
@media (min-width: 1200px) {
    .compound-info {
        align-items: center;
        background-color: #d9e2eb;
        border-radius: 22px 0;
        bottom: 0;
        display: flex;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        height: 144px;
        padding: 0 35px 0 50px;
        position: absolute;
        right: 0;
        width: 631px;
    }
}
.soft-modules {
    display: grid;
    gap: 36px;
}
.soft-modules__item {
    background-color: #f0f4f8;
    border: 1px solid #072851;
    margin: 0 auto;
    width: 310px;
}
.soft-modules__item-img {
    align-items: flex-end;
    display: flex;
    height: 240px;
    position: relative;
}
.soft-modules__item-img img {
    height: 90%;
    object-fit: contain;
    width: 75%;
}
.soft-modules__num {
    align-items: center;
    background-color: #d9e2eb;
    border: 3px solid #f6faff;
    border-radius: 50%;
    color: #072851;
    display: flex;
    font-size: 27px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 52px;
}
.soft-modules__text {
    background-color: #072851;
    color: #f2e4b2;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 10px;
    text-align: center;
}
@media (min-width: 992px) {
    .soft-modules {
        gap: 16px;
        grid-template-columns: repeat(auto-fill, 310px);
        justify-content: center;
    }
    .soft-modules__item {
        width: auto;
    }
}
.ir-slider__wrapper {
    margin-bottom: 2rem;
    overflow: auto;
}
.ir-slider__wrapper::-webkit-scrollbar {
    display: none;
}
.ir-slider__wrapper img {
    display: block;
}
.ir-slider__bar {
    background: #fff;
    border: 2px solid #e6eff8;
    border-radius: 28px;
    height: 50px;
    margin: 0 45px;
}
.ir-slider__bar input {
    appearance: none;
    -webkit-appearance: none !important;
    background-color: transparent;
    height: 100%;
    padding: 0 2px;
    width: 100%;
}
.ir-slider__bar input::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none !important;
    background: #d9e2ec;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}
.ir-slider__bar input.active::-webkit-slider-thumb {
    background: #254264;
}
@media (min-width: 1200px) {
    .ir-slider__bar {
        display: none;
    }
}
.selector {
    background-color: #fff;
    border: 2px solid;
    cursor: pointer;
    height: 37px;
    position: relative;
}
.selector:after {
    border-color: #254264 transparent transparent;
    border-style: solid;
    border-width: 9px 5.5px 0;
    content: "";
    cursor: pointer;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.selector__select {
    appearance: none;
    background-color: transparent;
    border: none;
    color: #254264;
    cursor: pointer;
    font-weight: 600;
    height: 100%;
    padding: 0 24px 0 10px;
}
.selector__select::placeholder {
    color: #c8d1da;
}
.selector__select:active,
.selector__select:focus {
    border-radius: 0;
    outline: none;
}
@media (min-width: 1200px) {
    .selector_size {
        top: 4px;
    }
}
.float-panels {
    left: 0;
    margin-top: 2px;
    opacity: 0;
    padding: 0 15px;
    pointer-events: none;
    position: fixed;
    top: 70px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
}
.float-panels.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
@media (min-width: 1200px) {
    .float-panels {
        bottom: 60px;
        left: unset;
        right: 60px;
        top: unset;
        width: auto;
    }
}
.float-panel {
    align-items: center;
    background-color: #f2e4b2;
    border: 2px solid #072851;
    border-radius: 52px;
    color: #072851;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    text-align: center;
}
.float-panel b {
    font-size: 24px;
    font-weight: 800;
}
.float-panel:active,
.float-panel:hover {
    color: #072851;
}
@media (min-width: 1200px) {
    .float-panel {
        background-color: transparent;
        border: none;
        border-radius: 50px;
        color: #f2e4b2;
        height: 87px;
        position: relative;
        width: 200px;
    }
    .float-panel:before {
        animation: pulse-fp 1.5s infinite;
        background-color: #072851;
        border: 2px solid #f6faff;
        border-radius: 50px;
        box-shadow: 0 -10px 25px hsla(0, 0%, 84%, 0.5), 0 10px 25px rgba(0, 0, 0, 0.5);
        content: "";
        height: calc(100% + 2px);
        left: -1px;
        position: absolute;
        top: -1px;
        width: calc(100% + 2px);
        z-index: -1;
    }
    .float-panel:active,
    .float-panel:hover {
        color: #f2e4b2;
    }
    .float-panel_vp {
        padding-top: 6px;
    }
}
.slider {
    overflow: visible;
}
.slider__img {
    display: block;
    margin: 0 auto;
    max-height: 558px;
    max-width: 100%;
    width: auto !important;
}
.slider__navigation {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px 0 35px;
    position: relative;
    z-index: 10;
}
.slider__navigation .swiper-pagination {
    bottom: unset;
    position: static;
}
.slider__navigation .swiper-pagination-bullet {
    align-items: center;
    background-color: transparent;
    border: 1px solid #f6faff;
    border-radius: 5px;
    color: #a8a8a8;
    display: inline-flex;
    font-family: Core sans e;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    margin: 0 6px !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
    width: 36px;
}
.slider__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #072851;
    border: 1px solid #f6faff;
    color: #f6faff;
}
.slider__slide {
    padding: 15px 15px 0;
}
.slider__desc {
    color: #5d789b;
    font-size: 12px;
}
.slider__title {
    font-family: Core sans e;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
    align-items: center;
    color: #254264;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 100;
}
.slider .swiper-button-next.bottom:after,
.slider .swiper-button-prev.bottom:after {
    color: #f2e4b2;
    font-size: 26px;
}
.slider .swiper-button-next.swiper-button-disabled,
.slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
    font-family: icomoon;
    font-size: 22px;
    font-weight: 500;
}
.slider .swiper-button-prev {
    left: 7px;
}
.slider .swiper-button-prev:after {
    content: "";
}
.slider .swiper-button-next {
    right: 7px;
}
.slider .swiper-button-next:after {
    content: "";
}
.slider_nav .slide__navigation .swiper-button-next,
.slider_nav .slide__navigation .swiper-button-prev {
    color: #f2e4b2;
}
.slider_video .swiper-button-next,
.slider_video .swiper-button-prev {
    top: 40%;
}
.slider_rev {
    overflow: hidden;
}
.slider_rev .slider__slide {
    padding: 0;
}
.slider_brd {
    border-bottom: 4px solid #072851;
}
.slider_bg {
    background-color: #f0f4f8;
}
.slider_tn .swiper-button-next.bottom,
.slider_tn .swiper-button-prev.bottom {
    display: none;
}
.slider_prod {
    overflow: hidden;
    text-align: center;
}
.slider_prod .slider__pagination {
    background: #072851;
    border: 1px solid #f2e4b2;
    border-radius: 12px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    color: #f2e4b2;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 18px;
    padding: 0 10px;
    position: static;
    text-align: center;
    width: auto;
}
.slider_prod .slider__slide {
    padding: 0;
}
.slider_sm .swiper-pagination {
    bottom: 0;
}
.slider_sm .swiper-pagination-bullet {
    background: #072851;
    height: 12px;
    width: 12px;
}
@media (min-width: 992px) {
    .slider_video {
        overflow: hidden;
    }
    .slider_video .slider__slide {
        background-color: transparent;
        padding: 0;
    }
    .slider_video .slider__slide:hover {
        background: none !important;
        border-color: transparent !important;
        box-shadow: none;
    }
    .slider_video .slider__slide:after,
    .slider_video .slider__slide:before {
        content: none;
    }
    .slider_video .swiper-button-next,
    .slider_video .swiper-button-prev {
        margin: unset;
        position: absolute;
    }
}
@media (min-width: 1200px) {
    .slider {
        margin: 0 -30px;
        overflow: hidden;
        padding: 6px 30px 0;
    }
    .slider__slide {
        background-color: #f0f4f8;
        border: 1px solid transparent;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 0 20px 20px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    .slider__slide:before {
        height: 6px;
        top: -6px;
    }
    .slider__slide:after,
    .slider__slide:before {
        background-color: #072851;
        content: "";
        left: -1px;
        position: absolute;
        width: calc(100% + 2px);
    }
    .slider__slide:after {
        height: 50%;
        opacity: 0;
        top: 0;
        transition: all 0.3s ease-in-out;
    }
    .slider__slide:hover {
        background: linear-gradient(180deg, #e5eaf1, #f6faff 55.21%);
        border-bottom: 1px solid #a8a8a8;
        border-left: 1px solid #a8a8a8;
        border-right: 1px solid #a8a8a8;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.15);
    }
    .slider__slide:hover:after {
        opacity: 1;
    }
    .slider__slide:hover .slider__btn {
        background-color: #072851;
        color: #f2e4b2;
    }
    .slider__slide.swiper-slide-active,
    .slider__slide.swiper-slide-active + .slider__slide,
    .slider__slide.swiper-slide-active + .slider__slide + .slider__slide,
    .slider__slide.swiper-slide-active + .slider__slide + .slider__slide + .slider__slide {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    }
    .slider__img {
        max-height: 400px;
        position: relative;
        z-index: 2;
    }
    .slider__header {
        order: 3;
    }
    .slider__title {
        font-size: 24px;
    }
    .slider__desc {
        font-size: 12px;
    }
    .slider__btn {
        background-color: #f6faff;
        border: none;
        color: #254264;
        margin-bottom: 25px;
        padding: 13px 24px;
        transition: all 0.3s ease-in-out;
    }
    .slider__navigation {
        background-color: transparent;
        height: 36px;
        justify-content: center;
        margin-top: 48px;
    }
    .slider__navigation:after,
    .slider__navigation:before {
        content: none;
    }
    .slider__navigation.hidden {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    .slider__navigation .swiper-pagination {
        margin: 0 2rem;
        position: static;
        width: auto;
    }
    .slider__navigation .swiper-pagination-bullet {
        background: #f0f0f0;
        border: 1px solid #f6faff;
        border-radius: 5px;
    }
    .slider__navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #072851;
        border: 1px solid #f2e4b2;
        color: #fff;
    }
    .slider .swiper-button-next,
    .slider .swiper-button-prev {
        margin: 0;
        position: static;
    }
    .slider .swiper-button-next:after,
    .slider .swiper-button-prev:after {
        color: #072851;
        font-size: 26px;
    }
    .slider_rev {
        margin: 0;
        padding: 0;
    }
    .slider_rev .slider__slide {
        border: none;
        padding: 0;
    }
    .slider_rev .slider__slide:hover {
        background: unset;
        border: none;
        box-shadow: none;
    }
    .slider_nav .swiper-button-next,
    .slider_nav .swiper-button-prev {
        display: none;
    }
    .slider_nav .slider__navigation .swiper-button-next,
    .slider_nav .slider__navigation .swiper-button-prev {
        display: flex;
    }
    .slider_nav .slider__navigation .swiper-button-next:after,
    .slider_nav .slider__navigation .swiper-button-prev:after {
        color: #254264;
    }
    .slider_video .swiper-button-next,
    .slider_video .swiper-button-prev {
        margin: unset;
        position: absolute;
        top: calc(50% - 60px);
    }
    .slider_video .slider__slide.swiper-slide-active {
        box-shadow: none;
    }
    .slider_bg {
        background-color: transparent;
    }
    .slider_brd {
        border-bottom: none;
    }
    .slider_tn .swiper-button-next,
    .slider_tn .swiper-button-prev {
        display: none;
    }
    .slider_tn .swiper-button-next.bottom,
    .slider_tn .swiper-button-prev.bottom {
        display: flex;
    }
    .slider_prod {
        height: 614px;
        margin: 0;
        padding: 0;
        width: 462px;
    }
    .slider_prod .slider__slide {
        border: 4px solid #254264;
        border-left: none;
        border-right: none;
    }
    .slider_prod .slider__slide:after,
    .slider_prod .slider__slide:before {
        content: none;
    }
    .slider_prod .slider__slide:hover {
        background: #f0f4f8;
    }
    .slider_prod .slider__slide:hover:after,
    .slider_prod .slider__slide:hover:before {
        content: none;
    }
    .slider_prod .slider__img {
        height: 100%;
        max-height: unset;
        object-fit: cover;
        width: 100%;
    }
    .slider_thumb {
        flex-shrink: 0;
        height: 576px;
        margin: 0;
        padding: 3rem 0;
        position: relative;
    }
    .slider_thumb:after,
    .slider_thumb:before {
        background-color: #fff;
        content: "";
        height: 3rem;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .slider_thumb:after {
        bottom: 0;
        top: unset;
    }
    .slider_thumb .slider__img {
        border: 1px solid #254264;
        height: 140px;
        object-fit: cover;
        width: 110px !important;
    }
    .slider_thumb .slider__slide {
        background: transparent !important;
        border: none;
        box-shadow: none !important;
        cursor: pointer;
        padding: 0;
        user-select: none;
    }
    .slider_thumb .slider__slide:after,
    .slider_thumb .slider__slide:before {
        content: none;
    }
    .slider_thumb .slider__slide:hover {
        background: #f0f4f8 !important;
        box-shadow: none;
    }
    .slider_thumb .slider__slide.swiper-slide-thumb-active {
        background: #f0f4f8 !important;
    }
    .slider_thumb .swiper-button-next,
    .slider_thumb .swiper-button-prev {
        left: 50%;
        position: absolute;
        right: unset;
        top: -6px;
        transform: translateX(-50%) rotate(90deg);
        z-index: 3;
    }
    .slider_thumb .swiper-button-next {
        bottom: -6px;
        top: unset;
    }
    .slider_sm2 {
        margin: 0 3rem;
    }
    .slider_sm2 .swiper-button-next,
    .slider_sm2 .swiper-button-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .slider_sm2 .swiper-button-prev {
        left: -7px;
    }
    .slider_sm2 .swiper-button-next {
        right: -7px;
    }
    .slider_sm2 .swiper-pagination_sm2 {
        bottom: 0;
        text-align: center;
    }
    .slider_sm2 .swiper-pagination-bullet {
        background: #072851;
        height: 12px;
        width: 12px;
    }
}
.review {
    position: relative;
}
.review__img {
    height: auto;
    width: 100%;
}
.review__title {
    background: #072851;
    border-top: 5px solid #f2e4b2;
    color: #f2e4b2;
    margin-bottom: 0;
    padding: 8px 0 10px;
    text-align: center;
}
.review__header {
    background-color: #f2e4b2;
    color: #072851;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding: 4px 0;
    text-align: center;
    z-index: 2;
}
.review__body,
.review__header {
    position: relative;
}
.review__footer {
    background-color: #f2e4b2;
    color: #072851;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    padding: 11px 30px;
    text-align: center;
}
.review__preview {
    height: 100% !important;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 103%;
    z-index: 3;
}
.review__btn {
    animation: pulse-x 1.5s infinite;
    bottom: 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 4;
}
.review .swiper-button-next,
.review .swiper-button-prev,
.review__btn.active {
    display: none;
}
.review .ratio {
    overflow: hidden;
    position: relative;
}
@media (min-width: 1200px) {
    .review {
        width: 692px;
    }
    .review__title {
        font-size: 42px;
        margin-bottom: 0 !important;
        padding: 15px 0;
    }
    .review__header {
        display: none;
    }
    .review__footer {
        align-items: center;
        display: flex;
        font-size: 32px;
        height: 142px;
        justify-content: center;
        line-height: 1.14;
    }
    .review .swiper-button-next,
    .review .swiper-button-prev {
        background: hsla(0, 0%, 100%, 0.5);
        border-radius: 50%;
        bottom: calc(50% + 41px);
        height: 60px;
        margin: unset;
        position: absolute;
        right: -86px;
        top: unset;
        width: 60px;
    }
    .review .swiper-button-next:after,
    .review .swiper-button-prev:after {
        color: #072851;
        font-family: icomoon;
        font-size: 40px;
        font-weight: 500;
    }
    .review .swiper-button-prev {
        left: -86px;
    }
    .review .swiper-button-prev:after {
        content: "";
    }
    .review .swiper-button-next {
        right: -86px;
    }
    .review .swiper-button-next:after {
        content: "";
    }
}
.grid-reviews {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
    margin: 0 -15px;
}
.grid-reviews__cell:last-of-type {
    position: relative;
}
.grid-reviews__cell:last-of-type:after {
    background: #f2e4b2;
    background: linear-gradient(180deg, #f2e4b2, #cfc398);
    content: "";
    display: block;
    height: 48px;
    margin-top: 2px;
    width: 100%;
}
@media (min-width: 1200px) {
    .grid-reviews__cell:last-of-type:after {
        content: none;
    }
}
.productsslider {
    margin: auto;
    position: relative;
    width: 330px;
}
.productsslider:before {
    background-color: #d9e2eb;
    border-radius: 50%;
    content: "";
    height: 278px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 278px;
}
.productsslider__slide {
    position: relative;
    text-align: center;
}
.productsslider__slide img {
    max-height: 468px;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.productsslider .carousel-control-next-icon,
.productsslider .carousel-control-prev-icon {
    background: none;
    position: relative;
}
.productsslider .carousel-control-next-icon:after,
.productsslider .carousel-control-prev-icon:after {
    align-items: center;
    color: #072851;
    display: flex;
    font-family: icomoon;
    font-size: 22px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.productsslider .carousel-control-prev {
    left: -20px;
}
.productsslider .carousel-control-prev-icon:after {
    content: "";
}
.productsslider .carousel-control-next {
    right: -20px;
}
.productsslider .carousel-control-next-icon:after {
    content: "";
}
@media (min-width: 1200px) {
    .productsslider {
        left: -20px;
        width: 572px;
    }
    .productsslider:before {
        height: 572px;
        width: 572px;
    }
    .productsslider__slide img {
        height: 859px;
        max-height: unset;
        object-fit: contain;
        width: 597px;
    }
    .productsslider .carousel-control-next-icon:after,
    .productsslider .carousel-control-prev-icon:after {
        font-size: 26px;
    }
    .productsslider .carousel-control-prev {
        left: -72px;
    }
    .productsslider .carousel-control-next {
        right: -72px;
    }
}
@media (min-width: 1400px) {
    .productsslider .carousel-control-prev {
        left: -82px;
    }
    .productsslider .carousel-control-next {
        right: -82px;
    }
}
.docsslider {
    margin-bottom: 100px;
    margin-top: 1rem;
    overflow: visible;
    width: 270px;
}
.docsslider_docs {
    margin-bottom: 50px;
}
.docsslider_docs .docsslider__slide img {
    border: 10px solid #072851;
}
.docsslider__slide {
    outline: none;
    text-align: center;
}
.docsslider__slide img {
    box-shadow: 10px 10px 25px transparent;
    height: auto;
    max-width: 100%;
    transition: box-shadow 0.3s ease-in-out;
}
.docsslider__slide.swiper-slide-active img {
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}
.docsslider .swiper-button-next,
.docsslider .swiper-button-prev {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 10;
}
.docsslider .swiper-button-next.swiper-button-disabled,
.docsslider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.docsslider .swiper-button-next:after,
.docsslider .swiper-button-prev:after {
    color: #254264;
    font-family: icomoon;
    font-size: 22px;
    font-weight: 700;
}
.docsslider .swiper-button-prev {
    left: -40px;
}
.docsslider .swiper-button-prev:after {
    content: "";
}
.docsslider .swiper-button-next {
    right: -40px;
}
.docsslider .swiper-button-next:after {
    content: "";
}
@media (min-width: 576px) {
    .docsslider__slide.swiper-slide-next img {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .docsslider {
        margin-top: 3rem;
        width: 100%;
    }
    .docsslider__slide.swiper-slide-next + .swiper-slide img {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 1200px) {
    .docsslider {
        margin-bottom: 30px;
        margin-top: 0;
        overflow: hidden;
        padding: 0 2rem;
    }
    .docsslider__inner {
        padding: 2.5rem 0;
    }
    .docsslider__slide img {
        height: auto;
        transition: all 0.3s ease-in-out;
        width: 267px;
    }
    .docsslider__slide.swiper-slide-next + .swiper-slide + .swiper-slide img {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
    }
    .docsslider .swiper-button-prev {
        left: -4px;
    }
    .docsslider .swiper-button-next {
        right: -4px;
    }
}
.sliderarticle__header {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 90px;
    justify-content: center;
    padding: 15px 25px;
    text-align: center;
}
.sliderarticle__header span {
    display: block;
    text-transform: uppercase;
}
.sliderarticle__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 48px 20px 21px;
    position: relative;
    z-index: 10;
}
.sliderarticle__footer:after,
.sliderarticle__footer:before {
    background-color: #dcd0a5;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}
.sliderarticle__footer:before {
    right: 100%;
}
.sliderarticle__footer:after {
    left: 100%;
}
.sliderarticle__footer .swiper-pagination {
    bottom: unset;
    left: unset !important;
    position: static;
    transform: none !important;
}
.sliderarticle__footer .swiper-pagination-bullet {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-family: Core sans e;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    margin: 0 6px !important;
    opacity: 1 !important;
    transform: none !important;
    transition: all 0.3s ease-in-out;
    width: 36px;
}
.sliderarticle__footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    color: #254264;
}
.sliderarticle__btn {
    bottom: -29px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}
.sliderarticle__btn.active {
    display: none;
}
.sliderarticle .swiper-button-next,
.sliderarticle .swiper-button-prev {
    align-items: center;
    color: #254264;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    top: unset;
    z-index: 100;
}
.sliderarticle .swiper-button-next.swiper-button-disabled,
.sliderarticle .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.sliderarticle .swiper-button-next:after,
.sliderarticle .swiper-button-prev:after {
    font-family: icomoon;
    font-size: 22px;
    font-weight: 700;
}
.sliderarticle .swiper-button-prev {
    left: 0;
}
.sliderarticle .swiper-button-prev:after {
    content: "";
}
.sliderarticle .swiper-button-next {
    right: 0;
}
.sliderarticle .swiper-button-next:after {
    content: "";
}
@media (min-width: 1200px) {
    .sliderarticle {
        overflow: visible;
        width: 636px;
    }
    .sliderarticle__footer {
        background-color: #f2e4b2;
        border-top: 5px solid #fff;
        justify-content: center;
        padding: 22px 0;
        z-index: 0;
    }
    .sliderarticle__footer:after,
    .sliderarticle__footer:before {
        background-color: #f2e4b2;
        border-top: 5px solid #fff;
        content: "";
        height: calc(100% + 5px);
        position: absolute;
        top: -5px;
        width: 50vw;
    }
    .sliderarticle__footer:before {
        right: 100%;
    }
    .sliderarticle__footer:after {
        left: 100%;
    }
    .sliderarticle__btn {
        bottom: 25px;
    }
    .sliderarticle__header {
        background-color: #f2e4b2;
        min-height: 78px;
    }
    .sliderarticle .swiper-pagination {
        margin: 0 1em;
        width: auto;
    }
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 -15px;
}
@media (min-width: 1200px) {
    .article-grid {
        column-gap: 3px;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0;
        row-gap: 57px;
    }
}
.article-preview__header {
    background-color: #f2e4b2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    min-height: 90px;
    padding: 16px 34px;
    text-align: center;
}
.article-preview__header span {
    display: block;
    text-transform: uppercase;
}
.article-preview__title {
    align-items: center;
    display: flex;
    min-height: 3em;
}
.article-preview__img {
    display: block;
    height: 203px;
    object-fit: cover;
    width: 100%;
}
.article-preview__body {
    overflow-wrap: anywhere;
    padding: 25px 22px 56px;
}
.article-preview__body p:last-of-type {
    margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    .article-preview__header {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 66px;
        padding: 0 15px;
    }
    .article-preview__title {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 22px;
        line-height: 1.09;
        min-height: 50px;
        padding-top: 2px;
    }
    .article-preview__img {
        height: 243px;
    }
    .article-preview__body {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        justify-content: space-between;
        line-height: 1.2;
        min-height: 246px;
        padding: 30px 10px;
    }
    .article-preview__body p:last-of-type {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 1rem;
        overflow: hidden;
    }
}
.attachment-post-thumbnail {
    height: auto;
    margin: 0 -15px 1.5rem;
    max-width: unset !important;
    width: calc(100% + 30px);
}
@media (min-width: 1200px) {
    .attachment-post-thumbnail {
        font-size: 48px;
        margin: 0 0 3rem;
        order: 2;
    }
}
.article p {
    margin-bottom: 2rem;
}
.article .h3,
.article h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}
.article ul {
    margin-bottom: 2rem;
    padding-left: 2.5rem;
}
.article ul li {
    margin-bottom: 0.2rem;
}
.article ul li:last-of-type {
    margin-bottom: 0;
}
.article .wp-block-image.alignwide {
    margin-bottom: 2rem;
    margin-left: -15px;
    margin-right: -15px;
}
.article .wp-block-image.img-bg-article {
    margin: 0 auto 2rem;
    position: relative;
}
.article .wp-block-image.img-bg-article:before {
    background-color: #f0f4f8;
    content: "";
    height: 260px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 0;
}
.article .wp-block-image.img-bg-article figure {
    border: 4px solid #072851;
    position: relative;
    width: 296px !important;
}
@media (min-width: 1200px) {
    .article .wp-block-image.alignwide {
        margin-left: 0;
        margin-right: 0;
    }
    .article .wp-block-image.img-bg-article:before {
        content: "";
        height: 563px;
        width: 1290px;
    }
    .article .wp-block-image.img-bg-article figure {
        position: relative;
        width: 625px !important;
    }
    .article .h3,
    .article h3 {
        font-size: 32px;
        line-height: 1.09;
        margin-bottom: 1.5rem;
        margin-top: 4rem;
    }
}
.about-last-images {
    display: flex;
    flex-wrap: wrap;
}
.about-last-images__one,
.about-last-images__two {
    position: relative;
    width: 100%;
}
.about-last-images__one:before,
.about-last-images__two:before {
    background-color: #f0f4f8;
    content: "";
    height: 260px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 0;
}
.about-last-images__one img,
.about-last-images__two img {
    display: block;
    margin: auto;
    position: relative;
    width: 296px;
}
.about-last-images__one {
    margin-bottom: 30px;
}
.about-last-images__two {
    margin-bottom: 34px;
}
.about-last-images__three {
    position: relative;
    width: 100%;
}
.about-last-images__three:before {
    background-color: #f0f4f8;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: -34px;
    transform: translateX(-50%);
    width: 247px;
    z-index: 0;
}
.about-last-images__three img {
    display: block;
    margin: auto;
    position: relative;
    width: 296px;
}
@media (min-width: 1200px) {
    .about-last-images__one,
    .about-last-images__two {
        position: relative;
        width: 50%;
        z-index: 1;
    }
    .about-last-images__one:before,
    .about-last-images__two:before {
        content: none;
    }
    .about-last-images__one img,
    .about-last-images__two img {
        width: 635px;
    }
    .about-last-images__one img {
        margin-right: auto;
    }
    .about-last-images__two img {
        margin-left: auto;
    }
    .about-last-images__three:before {
        bottom: 370px;
        height: 994px;
        top: unset;
        width: 1100px;
    }
    .about-last-images__three img {
        width: 848px;
    }
}
.product-card {
    background: #f0f4f8;
    border-bottom: 4px solid #072851;
    margin: 0 -15px 4px;
    padding: 13px 15px 25px;
    position: relative;
    text-align: center;
}
.product-card__desc {
    color: #5d789b;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3px;
}
.product-card__title {
    font-family: Core sans e;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.product-card__img {
    height: 546px !important;
    margin: 1.5rem 0;
    object-fit: cover;
    width: 100%;
}
.product-card__footer {
    text-decoration: none;
}
.product-card__btn {
    margin-bottom: 1.5rem;
}
.product-card__price {
    color: #5d789b;
    font-size: 24px;
    font-weight: 600;
}
.product-card:before {
    background-color: #072851;
    content: "";
    height: 435px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
@media (min-width: 1200px) {
    .product-card {
        display: flex;
        flex-direction: column;
        margin: 0 0 113px;
        padding: 0 0 40px;
    }
    .product-card__img {
        order: 0;
        position: relative;
    }
    .product-card__footer {
        order: 1;
    }
    .product-card__header {
        order: 2;
    }
    .product-card__btn {
        margin-bottom: 40px;
    }
    .product-card__desc {
        font-size: 18px;
        line-height: 22px;
    }
    .product-card__title {
        font-size: 32px;
        height: 102px;
        line-height: 34px;
        margin: 0 0 2rem;
        padding: 0 25px;
    }
    .product-card:hover:before {
        opacity: 1;
    }
}
.modal-dialog.modal-consult {
    max-width: 360px;
}
.modal-dialog.modal-consult .modal-content {
    background-color: #072851;
}
.modal-dialog.modal-consult .modal-title {
    color: #f2e4b2;
    font-family: Core sans e;
    font-size: 24px;
    font-weight: 600;
}
.modal-dialog.modal-consult .modal-header {
    border-bottom: none;
    padding: 23px 30px;
}
.modal-dialog.modal-consult .modal-body {
    padding: 0 30px 30px;
}
.modal-header .btn-close {
    align-items: center;
    background: transparent;
    border: 1px solid #f2e4b2;
    border-radius: 3px;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 32px;
}
.modal-header .btn-close:after,
.modal-header .btn-close:before {
    background-color: #f2e4b2;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.modal-header .btn-close:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}
.modal-header .btn-close:after {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.form__input {
    background-color: #fff;
    border: 1px solid #e4ecf5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    min-height: 60px;
    padding: 0 13px;
    width: 100%;
}
.form__input.textarea {
    min-height: 120px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.form__input:active,
.form__input:focus {
    border: 1px solid #e4ecf5;
    outline: none;
}
.form__btn {
    margin-top: 17px;
}
body.woocommerce-cart .sec {
    padding-bottom: 0;
}
body.woocommerce-cart .woocommerce-shipping-totals {
    display: none !important;
}
@media (min-width: 1200px) {
    body.woocommerce-cart .sec {
        padding-bottom: 75px;
    }
}
.cart-table {
    color: #3e424b;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.14;
}
.cart-table__item {
    border-bottom: 1px solid #d0d0d0;
    display: grid;
    gap: 20px;
    grid-template-areas: "img name remove" "img price price" "qnt subtotal subtotal";
    padding: 20px 0;
    position: relative;
}
.cart-table__item:after,
.cart-table__item:before {
    border-color: transparent transparent transparent #d0d0d0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.cart-table__item:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}
.cart-table__item.head,
.cart-table__item.submit {
    display: none;
}
.cart-table__item:last-of-type {
    border-bottom: none;
}
.cart-table__item:last-of-type:after,
.cart-table__item:last-of-type:before {
    content: none;
}
.cart-table__img {
    grid-area: img;
    height: 80px;
    padding-left: 0;
    width: 80px;
}
.cart-table__img img {
    height: 100%;
    max-width: unset;
    object-fit: scale-down;
    width: 100%;
}
.cart-table__name {
    grid-area: name;
}
.cart-table__name a {
    color: #3e424b;
    text-decoration: none;
}
.cart-table__price {
    color: #636b78;
    font-weight: 700;
    grid-area: price;
}
.cart-table__qnt {
    grid-area: qnt;
    height: 40px;
}
.cart-table__subtotal {
    align-items: center;
    display: flex;
    font-weight: 700;
    grid-area: subtotal;
    padding-left: 1.8rem;
}
.cart-table__remove {
    align-items: center;
    display: flex;
    grid-area: remove;
    justify-content: flex-end;
}
@media (min-width: 1200px) {
    .cart-table {
        display: table;
        font-size: 17px;
        table-layout: auto;
        width: 100%;
    }
    .cart-table__item {
        align-items: center;
        display: table-row;
        gap: 20px;
    }
    .cart-table__item:after,
    .cart-table__item:before {
        content: none;
    }
    .cart-table__item.head {
        display: table-row;
        font-size: 15px;
        position: relative;
        top: -20px;
    }
    .cart-table__item.head > div {
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 16px;
    }
    .cart-table__item.head .cart-table__img,
    .cart-table__item.head .cart-table__remove {
        height: auto;
        position: relative;
    }
    .cart-table__item.head .cart-table__img:after,
    .cart-table__item.head .cart-table__remove:after {
        border-color: transparent transparent transparent #d0d0d0;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        bottom: -5px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
    }
    .cart-table__item.head .cart-table__remove:after {
        left: unset;
        right: 0;
        transform: rotate(180deg);
    }
    .cart-table__img,
    .cart-table__name,
    .cart-table__price,
    .cart-table__qnt,
    .cart-table__remove,
    .cart-table__subtotal {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }
    .cart-table__qnt {
        padding: 10px 20px;
    }
    .cart-table__img {
        height: 123px;
        padding-left: 0;
        width: 123px;
    }
    .cart-table__price,
    .cart-table__subtotal {
        white-space: nowrap;
    }
    .cart-table__subtotal {
        display: table-cell;
        font-weight: 500;
        padding: 10px;
    }
    .cart-table__price {
        color: #254264;
        font-weight: 500;
    }
    .cart-table__remove {
        display: table-cell;
        padding-right: 0;
    }
    .cart-table__updbtn {
        position: absolute !important;
        visibility: hidden;
        z-index: -1;
    }
    .cart-table .line-tr {
        background: #d0d0d0;
        height: 1px;
        position: relative;
        width: 100%;
    }
}
.woocommerce-cart-form {
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .woocommerce-cart-form {
        margin-right: 45px;
        padding: 0;
    }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: 14px;
}
.woocommerce-page .cart-collaterals {
    background-color: #f0f4f8;
    font-size: 17px;
}
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    padding: 30px 40px;
    width: 100%;
}
.woocommerce-page .cart-collaterals .cart_totals .h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table {
    border: none;
    margin-bottom: 2rem;
    width: 100%;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr td {
    border-top: none !important;
    padding: 5px 0;
    text-align: right;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr th {
    border-top: none !important;
    font-weight: 500;
    padding: 5px 0;
}
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total th {
    font-size: 25px;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .woocommerce-page .cart-collaterals {
        margin-left: auto;
        width: 392px !important;
    }
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    align-items: center;
    background-color: #072851;
    border: 2px solid #f6faff;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    color: #f2e4b2;
    display: inline-flex;
    font-size: 18px;
    font-size: 14px !important;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    margin: auto;
    min-height: 66px;
    min-height: unset;
    padding: 7px 26px;
    padding: 11px 22px !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #f2e4b2;
    text-decoration: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_slim {
    font-size: 14px;
    min-height: unset;
    padding: 7px 27px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_sm {
    font-size: 14px;
    min-height: unset;
    padding: 16px 17px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_med {
    font-size: 14px;
    min-height: unset;
    padding: 11px 22px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_wh {
    background-color: #fff;
    color: #254264;
    font-weight: 500;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_border-gold {
    border-color: #f2e4b2;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_prod {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_prod:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_prod:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_prod:hover {
    background-color: #072851;
    color: #f2e4b2;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button_zi {
    position: relative;
    z-index: 3;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #0055b7 !important;
}
.woocommerce a.remove {
    color: #636b78 !important;
    font-size: 1.6rem;
    font-weight: 300;
    height: auto;
    text-decoration: none;
    width: auto;
}
.woocommerce a.remove:hover {
    background-color: transparent !important;
    color: red !important;
}
.woocommerce a.button {
    align-items: center;
    background-color: #072851;
    border: 2px solid #f6faff;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    font-size: 18px;
    font-size: 14px !important;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    margin: auto;
    min-height: 66px;
    min-height: unset;
    padding: 7px 26px;
    padding: 11px 22px !important;
    text-transform: uppercase;
}
.woocommerce a.button,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover {
    color: #f2e4b2;
    text-decoration: none;
}
.woocommerce a.button_slim {
    font-size: 14px;
    min-height: unset;
    padding: 7px 27px;
}
.woocommerce a.button_sm {
    font-size: 14px;
    min-height: unset;
    padding: 16px 17px;
}
.woocommerce a.button_med {
    font-size: 14px;
    min-height: unset;
    padding: 11px 22px;
}
.woocommerce a.button_wh {
    background-color: #fff;
    color: #254264;
    font-weight: 500;
}
.woocommerce a.button_border-gold {
    border-color: #f2e4b2;
}
.woocommerce a.button_prod {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.woocommerce a.button_prod:active,
.woocommerce a.button_prod:focus,
.woocommerce a.button_prod:hover {
    background-color: #072851;
    color: #f2e4b2;
}
.woocommerce a.button_zi {
    position: relative;
    z-index: 3;
}
.woocommerce a.button:hover {
    background-color: #072851;
}
.woocommerce-remove-coupon {
    display: none;
}
.woocommerce .amount {
    white-space: nowrap;
}
.quantity {
    align-items: center;
    display: flex;
    gap: 20px;
    position: absolute;
}
.quantity input {
    appearance: none;
    -moz-appearance: textfield;
    background-color: #f0f4f8;
    border: 2px solid #254264;
    height: 40px;
    text-align: center;
    width: 40px !important;
}
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
    appearance: none;
}
@media (min-width: 1200px) {
    .quantity {
        position: static;
    }
}
.prod-qnt {
    cursor: pointer;
    font-size: 22px;
    font-weight: 300;
    height: 20px;
    justify-content: center;
    width: 20px;
}
.coupon,
.prod-qnt {
    align-items: center;
    display: flex;
}
.coupon {
    flex-direction: column;
    font-size: 17px;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 2rem 1rem 1rem;
}
.coupon button,
.coupon input {
    border: 2px solid #254264 !important;
    height: 40px !important;
    width: 100%;
}
.coupon input {
    padding: 0 1rem;
}
.coupon button {
    background-color: transparent !important;
    border: none !important;
    color: #254264 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
@media (min-width: 1200px) {
    .coupon {
        flex-direction: row;
        gap: 1rem;
        margin: 1rem 0 0;
    }
    .coupon input {
        padding: 0 1rem;
        width: 150px;
    }
    .coupon button {
        background-color: #f0f4f8 !important;
        border: 2px solid #254264 !important;
        color: #254264 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        padding: 0 1rem !important;
        width: auto;
    }
}
body.woocommerce-checkout .sec {
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    body.woocommerce-checkout .sec {
        padding-bottom: 75px;
    }
}
body.woocommerce-checkout .h3,
body.woocommerce-checkout h3 {
    font-size: 25px;
}
body.woocommerce-checkout #ship-to-different-address.h3,
body.woocommerce-checkout h3#ship-to-different-address {
    display: none;
    margin-top: 30px;
}
body.woocommerce-checkout #order_comments_field {
    margin-top: 30px !important;
}
#billing_address_2_field,
#billing_company_field,
#shipping_address_2_field,
#shipping_company_field {
    display: none !important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.woocommerce-billing-fields .h3,
.woocommerce-billing-fields h3 {
    margin-top: 0 !important;
}
.woocommerce-checkout-review-order {
    background-color: #f0f4f8;
    font-size: 17px;
    margin: 0 -15px;
}
.woocommerce-checkout-review-order-table {
    border-radius: 0 !important;
    font-size: 14px;
    table-layout: fixed;
}
.woocommerce-checkout-review-order-table td label {
    font-weight: 400;
}
.woocommerce-checkout-review-order-table tr.cart-delivery-points td {
    font-weight: 400 !important;
}
.woocommerce-additional-fields {
    margin-bottom: 30px;
}
.woocommerce-checkout-payment {
    background-color: #f0f4f8 !important;
    border-radius: 0 !important;
    margin: 0 -15px;
    padding: 30px !important;
}
.woocommerce .wc_payment_methods {
    margin-bottom: 30px !important;
    padding: 0 0 14px !important;
}
.woocommerce .shipping_address {
    margin-bottom: 30px;
}
.woocommerce-shipping-methods {
    font-weight: 500;
}
.woocommerce-shipping-methods li,
.woocommerce-shipping-methods li label {
    cursor: pointer;
}
.woocommerce-shipping-methods li:last-child {
    margin: 0 !important;
}
.woocommerce-form__label-for-checkbox {
    margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
    .woocommerce-checkout-payment {
        margin: 0;
        padding: 0 !important;
    }
    .woocommerce-checkout-review-order {
        margin: 0;
        padding: 30px 40px;
    }
    .woocommerce-checkout-review-order-table {
        border: none !important;
        font-size: 17px;
    }
    .woocommerce-checkout-review-order-table tr td:first-of-type,
    .woocommerce-checkout-review-order-table tr th:first-of-type {
        padding-left: 0;
    }
    .woocommerce-checkout-review-order-table tr td:last-of-type {
        padding-right: 0;
    }
    .woocommerce-checkout-review-order-table tr th {
        padding: 0 !important;
    }
    .woocommerce-shipping-methods {
        font-weight: 500;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        column-gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 33px;
    }
    .woocommerce .open-pvz-btn {
        display: block;
    }
}
.form-row {
    float: none !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    position: relative;
    width: 100% !important;
}
.form-row label {
    color: #636b78;
    display: block !important;
    font-size: 17px;
    line-height: 1.2 !important;
    margin-bottom: 8px;
}
.form-row label abbr {
    color: #636b78 !important;
}
.form-row .select2-selection,
.form-row input:not(.input-checkbox),
.form-row select,
.form-row textarea {
    background-color: #f0f4f8 !important;
    border: none !important;
    color: #3e424b;
    font-size: 17px !important;
    height: 70px !important;
    padding: 0 30px !important;
}
.form-row .select2-selection:active,
.form-row .select2-selection:focus,
.form-row input:not(.input-checkbox):active,
.form-row input:not(.input-checkbox):focus,
.form-row select:active,
.form-row select:focus,
.form-row textarea:active,
.form-row textarea:focus {
    border: none;
    outline: none;
}
.form-row .select2-selection::placeholder,
.form-row input:not(.input-checkbox)::placeholder,
.form-row select::placeholder,
.form-row textarea::placeholder {
    color: #d0d0d0;
}
.form-row .select2-selection#billing_phone,
.form-row input:not(.input-checkbox)#billing_phone,
.form-row select#billing_phone,
.form-row textarea#billing_phone {
    padding: 0 30px 0 6px !important;
}
.form-row textarea {
    font-size: 17px !important;
    height: auto !important;
    min-height: 85px;
    padding: 10px 30px !important;
}
.form-row .select2-selection {
    align-items: center;
    display: flex;
}
.form-row .select2-selection__arrow {
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.form-row .select2-selection__arrow b {
    margin-top: 0 !important;
}
.form-row .select2-selection__rendered {
    color: #254264;
    padding: 0;
    padding-left: 0 !important;
}
.form-row .select2-selection__placeholder {
    color: #d0d0d0 !important;
}
.form-row select {
    appearance: none;
}
#place_order {
    align-items: center;
    background-color: #072851;
    border: 2px solid #f6faff;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    font-size: 18px;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    margin: auto;
    margin: 22px 0 0 !important;
    min-height: 66px;
    min-height: unset;
    padding: 11px 22px;
    text-transform: uppercase;
}
#place_order,
#place_order:active,
#place_order:focus,
#place_order:hover {
    color: #f2e4b2;
    text-decoration: none;
}
#place_order_slim {
    font-size: 14px;
    min-height: unset;
    padding: 7px 27px;
}
#place_order_sm {
    font-size: 14px;
    min-height: unset;
    padding: 16px 17px;
}
#place_order_med {
    font-size: 14px;
    min-height: unset;
    padding: 11px 22px;
}
#place_order_wh {
    background-color: #fff;
    color: #254264;
    font-weight: 500;
}
#place_order_border-gold {
    border-color: #f2e4b2;
}
#place_order_prod {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
#place_order_prod:active,
#place_order_prod:focus,
#place_order_prod:hover {
    background-color: #072851;
    color: #f2e4b2;
}
#place_order_zi {
    position: relative;
    z-index: 3;
}
@media (min-width: 1200px) {
    #place_order {
        width: 100%;
    }
}
.wc-edostavka-method-additional-info {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0 !important;
    margin-top: 0.5rem;
}
.wc-edostavka-choose-delivery-point {
    background-color: #f0f4f8 !important;
    border: 1px solid !important;
    color: #254264 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.select2-results__options {
    font-size: 17px;
}
.select2-results__option {
    color: #254264;
    padding: 4px 6px;
}
.select2-results__option--highlighted {
    background-color: #f0f4f8 !important;
    color: #254264 !important;
}
.select2-search__field {
    outline: none;
}
@media (min-width: 1200px) {
    .select2-search__field {
        font-size: 17px;
    }
}
.suggestions-suggestions {
    font-size: 16px !important;
}
@media (min-width: 1200px) {
    .suggestions-suggestions {
        font-size: 17px !important;
    }
}
.bev-sgst {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
}
.bev-sgst__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bev-sgst__list li {
    cursor: pointer;
    padding: 4px 6px;
}
.bev-sgst__list li:hover {
    background: #f0f4f8;
}
.bev-sgst__list li:first-of-type {
    color: #3e424b;
}
@media (min-width: 1200px) {
    .bev-sgst {
        width: 560px;
    }
}
.iti {
    background-color: #f0f4f8;
    display: flex;
    width: 100%;
}
.iti__flag {
    background-image: url(/wp-content/themes/npotpz/assets/images/flags.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(/wp-content/themes/npotpz/assets/images/flags@2x.png);
    }
}
.iti__flag-container {
    padding: 0 0 0 22px;
    position: static;
}
.iti__selected-flag {
    background-color: transparent !important;
}
.iti__selected-dial-code {
    font-size: 17px !important;
    line-height: 1;
}
.iti__country-list {
    font-size: 17px !important;
    left: 0;
    margin: 0;
    max-width: 320px;
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    .iti__selected-dial-code {
        position: relative;
        top: 1px;
    }
}
.my-balloon {
    width: 320px !important;
}
body.woocommerce-order-received .h2,
body.woocommerce-order-received h2 {
    text-align: center;
}
@media (min-width: 1200px) {
    body.woocommerce-order-received .h2,
    body.woocommerce-order-received h2 {
        text-align: left;
    }
}
.text-pay-info {
    border-bottom: 1px solid #d0d0d0;
    font-size: 15px;
    padding-bottom: 9px;
}
.order-status-line {
    display: block;
    height: 13px;
    margin: 0 auto 26px;
    width: 206px;
}
.order-status-line.green {
    background-color: #2f971e;
}
.order-status-line.red {
    background-color: #c7294b;
}
@media (min-width: 1200px) {
    .order-status-line {
        width: 576px;
    }
}
.woocommerce-order-details {
    margin-bottom: 0 !important;
}
.woocommerce-order-details .h2,
.woocommerce-order-details h2 {
    display: none;
}
.woocommerce-table--order-details {
    border: none !important;
    color: #3e424b;
    font-size: 18px !important;
    margin: 0 0 0 -12px !important;
    width: calc(100% + 24px) !important;
}
.woocommerce-table--order-details tr td,
.woocommerce-table--order-details tr th {
    border-top: none !important;
    font-weight: 500 !important;
}
.woocommerce-table--order-details tr td {
    text-align: right;
}
.woocommerce-table--order-details tr:last-of-type td,
.woocommerce-table--order-details tr:last-of-type th {
    font-size: 22px;
    font-weight: 700 !important;
}
.woocommerce-customer-details,
.woocommerce-table--order-details tbody,
.woocommerce-table--order-details thead {
    display: none;
}
@media (min-width: 1200px) {
    .woocommerce-table--order-details tr td,
    .woocommerce-table--order-details tr th {
        padding: 0 12px;
    }
}
