@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;
    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;
}

/*noinspection ALL*/
.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: black;
    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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    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-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 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;
}

/*!
 * Bootstrap v5.1.3
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c00;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #3aab39;
    --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: #3aab39;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #c00;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 58, 171, 57;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 204, 0, 0;
    --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: 0.85rem;
    --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: 30px 0;
    opacity: 0.25;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
}

h1 {
    font-size: calc(1.3375rem + 1.05vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.125rem;
    }
}

h2 {
    font-size: calc(1.295rem + 0.54vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 1.7rem;
    }
}

h3 {
    font-size: calc(1.27375rem + 0.285vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.4875rem;
    }
}

h4 {
    font-size: calc(1.2525rem + 0.03vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.275rem;
    }
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 0.85rem;
}

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 {
    font-size: 0.875em;
}

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

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
    margin: 20px;
}

.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: 15px;
}

.figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 15px);
    padding-right: var(--bs-gutter-x, 15px);
    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;
    }
}

@media (min-width: 1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 1720px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    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%;
    align-items: end;
}

.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-q,
.gx-q {
    --bs-gutter-x: 7.5px;
}

.g-q,
.gy-q {
    --bs-gutter-y: 7.5px;
}

.g-h,
.gx-h {
    --bs-gutter-x: 15px;
}

.g-h,
.gy-h {
    --bs-gutter-y: 15px;
}

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
    --bs-gutter-x: 180px;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 180px;
}

@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-q,
    .gx-sm-q {
        --bs-gutter-x: 7.5px;
    }

    .g-sm-q,
    .gy-sm-q {
        --bs-gutter-y: 7.5px;
    }

    .g-sm-h,
    .gx-sm-h {
        --bs-gutter-x: 15px;
    }

    .g-sm-h,
    .gy-sm-h {
        --bs-gutter-y: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 180px;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 180px;
    }
}

@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-q,
    .gx-md-q {
        --bs-gutter-x: 7.5px;
    }

    .g-md-q,
    .gy-md-q {
        --bs-gutter-y: 7.5px;
    }

    .g-md-h,
    .gx-md-h {
        --bs-gutter-x: 15px;
    }

    .g-md-h,
    .gy-md-h {
        --bs-gutter-y: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 180px;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 180px;
    }
}

@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-q,
    .gx-lg-q {
        --bs-gutter-x: 7.5px;
    }

    .g-lg-q,
    .gy-lg-q {
        --bs-gutter-y: 7.5px;
    }

    .g-lg-h,
    .gx-lg-h {
        --bs-gutter-x: 15px;
    }

    .g-lg-h,
    .gy-lg-h {
        --bs-gutter-y: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 180px;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 180px;
    }
}

@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-q,
    .gx-xl-q {
        --bs-gutter-x: 7.5px;
    }

    .g-xl-q,
    .gy-xl-q {
        --bs-gutter-y: 7.5px;
    }

    .g-xl-h,
    .gx-xl-h {
        --bs-gutter-x: 15px;
    }

    .g-xl-h,
    .gy-xl-h {
        --bs-gutter-y: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 180px;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 180px;
    }
}

@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-q,
    .gx-xxl-q {
        --bs-gutter-x: 7.5px;
    }

    .g-xxl-q,
    .gy-xxl-q {
        --bs-gutter-y: 7.5px;
    }

    .g-xxl-h,
    .gx-xxl-h {
        --bs-gutter-x: 15px;
    }

    .g-xxl-h,
    .gy-xxl-h {
        --bs-gutter-y: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 180px;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 180px;
    }
}

@media (min-width: 1800px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxxl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxxl-q,
    .gx-xxxl-q {
        --bs-gutter-x: 7.5px;
    }

    .g-xxxl-q,
    .gy-xxxl-q {
        --bs-gutter-y: 7.5px;
    }

    .g-xxxl-h,
    .gx-xxxl-h {
        --bs-gutter-x: 15px;
    }

    .g-xxxl-h,
    .gy-xxxl-h {
        --bs-gutter-y: 15px;
    }

    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 30px;
    }

    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 30px;
    }

    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 60px;
    }

    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 60px;
    }

    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 90px;
    }

    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 90px;
    }

    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 120px;
    }

    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 120px;
    }

    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 150px;
    }

    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 150px;
    }

    .g-xxxl-6,
    .gx-xxxl-6 {
        --bs-gutter-x: 180px;
    }

    .g-xxxl-6,
    .gy-xxxl-6 {
        --bs-gutter-y: 180px;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #212529;
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

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

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

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

.form-control:focus {
    background-color: #fff;
    border-color: #999;
    box-shadow: transparent;
    color: #212529;
    outline: 0;
}

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

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

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

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

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

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

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

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

.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.74375rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}

.form-control-sm::file-selector-button {
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.form-select {
    -moz-padding-start: calc(0.5rem - 3px);
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #212529;
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 1.5rem 0.375rem 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

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

.form-select:focus {
    border-color: #999;
    box-shadow: transparent;
    outline: 0;
}

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

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

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

.form-select-sm {
    border-radius: 0.2rem;
    font-size: 0.74375rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}

.form-select-lg {
    border-radius: 0.3rem;
    font-size: 1.0625rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

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

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

.form-check-input {
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #999;
    color-adjust: exact;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1em;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

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

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

.form-check-input:focus {
    border-color: #999;
    box-shadow: transparent;
    outline: 0;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #666 1px solid;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(/build/website/images/images/form/x-checkbox.c8ed4183.svg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, transparent;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: 2.6rem;
    line-height: 1.25;
}

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

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

.form-floating > .form-control {
    padding: 0.5rem;
}

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

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

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

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

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

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

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.0625rem;
    padding: 0.5rem 1rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.74375rem;
    padding: 0.25rem 0.5rem;
}

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

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

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

.valid-feedback {
    color: #3aab39;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}

.valid-tooltip {
    background-color: rgba(58, 171, 57, 0.9);
    border-radius: 0.25rem;
    color: #000;
    display: none;
    font-size: 0.74375rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 7.5px 15px;
    position: absolute;
    top: 100%;
    z-index: 5;
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #3aab39;
    box-shadow: 0 0 0 0.25rem rgba(58, 171, 57, 0.25);
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #3aab39;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233AAB39' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 0.5rem center, center right 1.5rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.75rem;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #3aab39;
    box-shadow: 0 0 0 0.25rem rgba(58, 171, 57, 0.25);
}

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(58, 171, 57, 0.25);
}

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

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

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

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

.invalid-feedback {
    color: #c00;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}

.invalid-tooltip {
    background-color: rgba(204, 0, 0, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.74375rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 7.5px 15px;
    position: absolute;
    top: 100%;
    z-index: 5;
}

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0.25rem rgba(204, 0, 0, 0.25);
}

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

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

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3E%3C/svg%3E");
    background-position: right 0.5rem center, center right 1.5rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.75rem;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0.25rem rgba(204, 0, 0, 0.25);
}

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 0, 0, 0.25);
}

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

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

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

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

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

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}

.navbar-brand {
    font-size: 1.0625rem;
    margin-right: 1rem;
    padding-bottom: 0.340625rem;
    padding-top: 0.340625rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.0625rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem;
    outline: 0;
    text-decoration: none;
}

.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media (min-width: 1800px) {
    .navbar-expand-xxxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-xxxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxxl .navbar-toggler,
    .navbar-expand-xxxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxxl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000;
    }

    .navbar-expand-xxxl .offcanvas-bottom,
    .navbar-expand-xxxl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto;
    }

    .navbar-expand-xxxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.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: #3aab39;
}

.link-success:focus,
.link-success:hover {
    color: #61bc61;
}

.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: #c00;
}

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

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

@media (min-width: 1800px) {
    .sticky-xxxl-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: 2px 2px 10px 0 rgba(0, 0, 0, 0.3) !important;
}

.shadow-sm {
    box-shadow: 3px 3px 18px 0 rgba(0, 0, 0, 0.35) !important;
}

.shadow-lg {
    box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.35) !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: #3aab39 !important;
}

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

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

.border-danger {
    border-color: #c00 !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-q {
    gap: 7.5px !important;
}

.gap-h {
    gap: 15px !important;
}

.gap-1 {
    gap: 30px !important;
}

.gap-2 {
    gap: 60px !important;
}

.gap-3 {
    gap: 90px !important;
}

.gap-4 {
    gap: 120px !important;
}

.gap-5 {
    gap: 150px !important;
}

.gap-6 {
    gap: 180px !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-q {
    margin: 7.5px !important;
}

.m-h {
    margin: 15px !important;
}

.m-1 {
    margin: 30px !important;
}

.m-2 {
    margin: 60px !important;
}

.m-3 {
    margin: 90px !important;
}

.m-4 {
    margin: 120px !important;
}

.m-5 {
    margin: 150px !important;
}

.m-6 {
    margin: 180px !important;
}

.m-auto {
    margin: auto !important;
}

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

.mx-q {
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
}

.mx-h {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-1 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mx-2 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.mx-3 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.mx-4 {
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.mx-5 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.mx-6 {
    margin-left: 180px !important;
    margin-right: 180px !important;
}

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

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

.my-q {
    margin-bottom: 7.5px !important;
    margin-top: 7.5px !important;
}

.my-h {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.my-1 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.my-2 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}

.my-3 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
}

.my-4 {
    margin-bottom: 120px !important;
    margin-top: 120px !important;
}

.my-5 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
}

.my-6 {
    margin-bottom: 180px !important;
    margin-top: 180px !important;
}

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

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

.mt-q {
    margin-top: 7.5px !important;
}

.mt-h {
    margin-top: 15px !important;
}

.mt-1 {
    margin-top: 30px !important;
}

.mt-2 {
    margin-top: 60px !important;
}

.mt-3 {
    margin-top: 90px !important;
}

.mt-4 {
    margin-top: 120px !important;
}

.mt-5 {
    margin-top: 150px !important;
}

.mt-6 {
    margin-top: 180px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-q {
    margin-right: 7.5px !important;
}

.me-h {
    margin-right: 15px !important;
}

.me-1 {
    margin-right: 30px !important;
}

.me-2 {
    margin-right: 60px !important;
}

.me-3 {
    margin-right: 90px !important;
}

.me-4 {
    margin-right: 120px !important;
}

.me-5 {
    margin-right: 150px !important;
}

.me-6 {
    margin-right: 180px !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-q {
    margin-bottom: 7.5px !important;
}

.mb-h {
    margin-bottom: 15px !important;
}

.mb-1 {
    margin-bottom: 30px !important;
}

.mb-2 {
    margin-bottom: 60px !important;
}

.mb-3 {
    margin-bottom: 90px !important;
}

.mb-4 {
    margin-bottom: 120px !important;
}

.mb-5 {
    margin-bottom: 150px !important;
}

.mb-6 {
    margin-bottom: 180px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-q {
    margin-left: 7.5px !important;
}

.ms-h {
    margin-left: 15px !important;
}

.ms-1 {
    margin-left: 30px !important;
}

.ms-2 {
    margin-left: 60px !important;
}

.ms-3 {
    margin-left: 90px !important;
}

.ms-4 {
    margin-left: 120px !important;
}

.ms-5 {
    margin-left: 150px !important;
}

.ms-6 {
    margin-left: 180px !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-q {
    padding: 7.5px !important;
}

.p-h {
    padding: 15px !important;
}

.p-1 {
    padding: 30px !important;
}

.p-2 {
    padding: 60px !important;
}

.p-3 {
    padding: 90px !important;
}

.p-4 {
    padding: 120px !important;
}

.p-5 {
    padding: 150px !important;
}

.p-6 {
    padding: 180px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-q {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.px-h {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

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

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

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

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

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

.px-6 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

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

.py-q {
    padding-bottom: 7.5px !important;
    padding-top: 7.5px !important;
}

.py-h {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.py-1 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.py-2 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.py-3 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
}

.py-4 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
}

.py-5 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
}

.py-6 {
    padding-bottom: 180px !important;
    padding-top: 180px !important;
}

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

.pt-q {
    padding-top: 7.5px !important;
}

.pt-h {
    padding-top: 15px !important;
}

.pt-1 {
    padding-top: 30px !important;
}

.pt-2 {
    padding-top: 60px !important;
}

.pt-3 {
    padding-top: 90px !important;
}

.pt-4 {
    padding-top: 120px !important;
}

.pt-5 {
    padding-top: 150px !important;
}

.pt-6 {
    padding-top: 180px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-q {
    padding-right: 7.5px !important;
}

.pe-h {
    padding-right: 15px !important;
}

.pe-1 {
    padding-right: 30px !important;
}

.pe-2 {
    padding-right: 60px !important;
}

.pe-3 {
    padding-right: 90px !important;
}

.pe-4 {
    padding-right: 120px !important;
}

.pe-5 {
    padding-right: 150px !important;
}

.pe-6 {
    padding-right: 180px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-q {
    padding-bottom: 7.5px !important;
}

.pb-h {
    padding-bottom: 15px !important;
}

.pb-1 {
    padding-bottom: 30px !important;
}

.pb-2 {
    padding-bottom: 60px !important;
}

.pb-3 {
    padding-bottom: 90px !important;
}

.pb-4 {
    padding-bottom: 120px !important;
}

.pb-5 {
    padding-bottom: 150px !important;
}

.pb-6 {
    padding-bottom: 180px !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-q {
    padding-left: 7.5px !important;
}

.ps-h {
    padding-left: 15px !important;
}

.ps-1 {
    padding-left: 30px !important;
}

.ps-2 {
    padding-left: 60px !important;
}

.ps-3 {
    padding-left: 90px !important;
}

.ps-4 {
    padding-left: 120px !important;
}

.ps-5 {
    padding-left: 150px !important;
}

.ps-6 {
    padding-left: 180px !important;
}

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

.fs-1 {
    font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-2 {
    font-size: calc(1.295rem + 0.54vw) !important;
}

.fs-3 {
    font-size: calc(1.27375rem + 0.285vw) !important;
}

.fs-4 {
    font-size: calc(1.2525rem + 0.03vw) !important;
}

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

.fs-6 {
    font-size: 0.85rem !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-q {
        gap: 7.5px !important;
    }

    .gap-sm-h {
        gap: 15px !important;
    }

    .gap-sm-1 {
        gap: 30px !important;
    }

    .gap-sm-2 {
        gap: 60px !important;
    }

    .gap-sm-3 {
        gap: 90px !important;
    }

    .gap-sm-4 {
        gap: 120px !important;
    }

    .gap-sm-5 {
        gap: 150px !important;
    }

    .gap-sm-6 {
        gap: 180px !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-q {
        margin: 7.5px !important;
    }

    .m-sm-h {
        margin: 15px !important;
    }

    .m-sm-1 {
        margin: 30px !important;
    }

    .m-sm-2 {
        margin: 60px !important;
    }

    .m-sm-3 {
        margin: 90px !important;
    }

    .m-sm-4 {
        margin: 120px !important;
    }

    .m-sm-5 {
        margin: 150px !important;
    }

    .m-sm-6 {
        margin: 180px !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

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

    .mx-sm-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-sm-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-sm-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-sm-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-sm-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-sm-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-sm-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-sm-6 {
        margin-left: 180px !important;
        margin-right: 180px !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-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-sm-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-sm-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-sm-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-sm-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-sm-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-sm-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-sm-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-sm-q {
        margin-top: 7.5px !important;
    }

    .mt-sm-h {
        margin-top: 15px !important;
    }

    .mt-sm-1 {
        margin-top: 30px !important;
    }

    .mt-sm-2 {
        margin-top: 60px !important;
    }

    .mt-sm-3 {
        margin-top: 90px !important;
    }

    .mt-sm-4 {
        margin-top: 120px !important;
    }

    .mt-sm-5 {
        margin-top: 150px !important;
    }

    .mt-sm-6 {
        margin-top: 180px !important;
    }

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

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-q {
        margin-right: 7.5px !important;
    }

    .me-sm-h {
        margin-right: 15px !important;
    }

    .me-sm-1 {
        margin-right: 30px !important;
    }

    .me-sm-2 {
        margin-right: 60px !important;
    }

    .me-sm-3 {
        margin-right: 90px !important;
    }

    .me-sm-4 {
        margin-right: 120px !important;
    }

    .me-sm-5 {
        margin-right: 150px !important;
    }

    .me-sm-6 {
        margin-right: 180px !important;
    }

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

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

    .mb-sm-q {
        margin-bottom: 7.5px !important;
    }

    .mb-sm-h {
        margin-bottom: 15px !important;
    }

    .mb-sm-1 {
        margin-bottom: 30px !important;
    }

    .mb-sm-2 {
        margin-bottom: 60px !important;
    }

    .mb-sm-3 {
        margin-bottom: 90px !important;
    }

    .mb-sm-4 {
        margin-bottom: 120px !important;
    }

    .mb-sm-5 {
        margin-bottom: 150px !important;
    }

    .mb-sm-6 {
        margin-bottom: 180px !important;
    }

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

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-q {
        margin-left: 7.5px !important;
    }

    .ms-sm-h {
        margin-left: 15px !important;
    }

    .ms-sm-1 {
        margin-left: 30px !important;
    }

    .ms-sm-2 {
        margin-left: 60px !important;
    }

    .ms-sm-3 {
        margin-left: 90px !important;
    }

    .ms-sm-4 {
        margin-left: 120px !important;
    }

    .ms-sm-5 {
        margin-left: 150px !important;
    }

    .ms-sm-6 {
        margin-left: 180px !important;
    }

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

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-q {
        padding: 7.5px !important;
    }

    .p-sm-h {
        padding: 15px !important;
    }

    .p-sm-1 {
        padding: 30px !important;
    }

    .p-sm-2 {
        padding: 60px !important;
    }

    .p-sm-3 {
        padding: 90px !important;
    }

    .p-sm-4 {
        padding: 120px !important;
    }

    .p-sm-5 {
        padding: 150px !important;
    }

    .p-sm-6 {
        padding: 180px !important;
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-sm-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-sm-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

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

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

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

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

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

    .px-sm-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-sm-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-sm-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-sm-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-sm-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-sm-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-sm-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-sm-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-sm-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-sm-q {
        padding-top: 7.5px !important;
    }

    .pt-sm-h {
        padding-top: 15px !important;
    }

    .pt-sm-1 {
        padding-top: 30px !important;
    }

    .pt-sm-2 {
        padding-top: 60px !important;
    }

    .pt-sm-3 {
        padding-top: 90px !important;
    }

    .pt-sm-4 {
        padding-top: 120px !important;
    }

    .pt-sm-5 {
        padding-top: 150px !important;
    }

    .pt-sm-6 {
        padding-top: 180px !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-q {
        padding-right: 7.5px !important;
    }

    .pe-sm-h {
        padding-right: 15px !important;
    }

    .pe-sm-1 {
        padding-right: 30px !important;
    }

    .pe-sm-2 {
        padding-right: 60px !important;
    }

    .pe-sm-3 {
        padding-right: 90px !important;
    }

    .pe-sm-4 {
        padding-right: 120px !important;
    }

    .pe-sm-5 {
        padding-right: 150px !important;
    }

    .pe-sm-6 {
        padding-right: 180px !important;
    }

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

    .pb-sm-q {
        padding-bottom: 7.5px !important;
    }

    .pb-sm-h {
        padding-bottom: 15px !important;
    }

    .pb-sm-1 {
        padding-bottom: 30px !important;
    }

    .pb-sm-2 {
        padding-bottom: 60px !important;
    }

    .pb-sm-3 {
        padding-bottom: 90px !important;
    }

    .pb-sm-4 {
        padding-bottom: 120px !important;
    }

    .pb-sm-5 {
        padding-bottom: 150px !important;
    }

    .pb-sm-6 {
        padding-bottom: 180px !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-q {
        padding-left: 7.5px !important;
    }

    .ps-sm-h {
        padding-left: 15px !important;
    }

    .ps-sm-1 {
        padding-left: 30px !important;
    }

    .ps-sm-2 {
        padding-left: 60px !important;
    }

    .ps-sm-3 {
        padding-left: 90px !important;
    }

    .ps-sm-4 {
        padding-left: 120px !important;
    }

    .ps-sm-5 {
        padding-left: 150px !important;
    }

    .ps-sm-6 {
        padding-left: 180px !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-q {
        gap: 7.5px !important;
    }

    .gap-md-h {
        gap: 15px !important;
    }

    .gap-md-1 {
        gap: 30px !important;
    }

    .gap-md-2 {
        gap: 60px !important;
    }

    .gap-md-3 {
        gap: 90px !important;
    }

    .gap-md-4 {
        gap: 120px !important;
    }

    .gap-md-5 {
        gap: 150px !important;
    }

    .gap-md-6 {
        gap: 180px !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-q {
        margin: 7.5px !important;
    }

    .m-md-h {
        margin: 15px !important;
    }

    .m-md-1 {
        margin: 30px !important;
    }

    .m-md-2 {
        margin: 60px !important;
    }

    .m-md-3 {
        margin: 90px !important;
    }

    .m-md-4 {
        margin: 120px !important;
    }

    .m-md-5 {
        margin: 150px !important;
    }

    .m-md-6 {
        margin: 180px !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

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

    .mx-md-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-md-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-md-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-md-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-md-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-md-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-md-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-md-6 {
        margin-left: 180px !important;
        margin-right: 180px !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-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-md-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-md-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-md-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-md-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-md-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-md-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-md-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-md-q {
        margin-top: 7.5px !important;
    }

    .mt-md-h {
        margin-top: 15px !important;
    }

    .mt-md-1 {
        margin-top: 30px !important;
    }

    .mt-md-2 {
        margin-top: 60px !important;
    }

    .mt-md-3 {
        margin-top: 90px !important;
    }

    .mt-md-4 {
        margin-top: 120px !important;
    }

    .mt-md-5 {
        margin-top: 150px !important;
    }

    .mt-md-6 {
        margin-top: 180px !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-q {
        margin-right: 7.5px !important;
    }

    .me-md-h {
        margin-right: 15px !important;
    }

    .me-md-1 {
        margin-right: 30px !important;
    }

    .me-md-2 {
        margin-right: 60px !important;
    }

    .me-md-3 {
        margin-right: 90px !important;
    }

    .me-md-4 {
        margin-right: 120px !important;
    }

    .me-md-5 {
        margin-right: 150px !important;
    }

    .me-md-6 {
        margin-right: 180px !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-q {
        margin-bottom: 7.5px !important;
    }

    .mb-md-h {
        margin-bottom: 15px !important;
    }

    .mb-md-1 {
        margin-bottom: 30px !important;
    }

    .mb-md-2 {
        margin-bottom: 60px !important;
    }

    .mb-md-3 {
        margin-bottom: 90px !important;
    }

    .mb-md-4 {
        margin-bottom: 120px !important;
    }

    .mb-md-5 {
        margin-bottom: 150px !important;
    }

    .mb-md-6 {
        margin-bottom: 180px !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-q {
        margin-left: 7.5px !important;
    }

    .ms-md-h {
        margin-left: 15px !important;
    }

    .ms-md-1 {
        margin-left: 30px !important;
    }

    .ms-md-2 {
        margin-left: 60px !important;
    }

    .ms-md-3 {
        margin-left: 90px !important;
    }

    .ms-md-4 {
        margin-left: 120px !important;
    }

    .ms-md-5 {
        margin-left: 150px !important;
    }

    .ms-md-6 {
        margin-left: 180px !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-q {
        padding: 7.5px !important;
    }

    .p-md-h {
        padding: 15px !important;
    }

    .p-md-1 {
        padding: 30px !important;
    }

    .p-md-2 {
        padding: 60px !important;
    }

    .p-md-3 {
        padding: 90px !important;
    }

    .p-md-4 {
        padding: 120px !important;
    }

    .p-md-5 {
        padding: 150px !important;
    }

    .p-md-6 {
        padding: 180px !important;
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-md-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-md-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .px-md-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .px-md-2 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .px-md-3 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .px-md-4 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .px-md-5 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .px-md-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-md-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-md-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-md-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-md-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-md-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-md-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-md-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-md-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-md-q {
        padding-top: 7.5px !important;
    }

    .pt-md-h {
        padding-top: 15px !important;
    }

    .pt-md-1 {
        padding-top: 30px !important;
    }

    .pt-md-2 {
        padding-top: 60px !important;
    }

    .pt-md-3 {
        padding-top: 90px !important;
    }

    .pt-md-4 {
        padding-top: 120px !important;
    }

    .pt-md-5 {
        padding-top: 150px !important;
    }

    .pt-md-6 {
        padding-top: 180px !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-q {
        padding-right: 7.5px !important;
    }

    .pe-md-h {
        padding-right: 15px !important;
    }

    .pe-md-1 {
        padding-right: 30px !important;
    }

    .pe-md-2 {
        padding-right: 60px !important;
    }

    .pe-md-3 {
        padding-right: 90px !important;
    }

    .pe-md-4 {
        padding-right: 120px !important;
    }

    .pe-md-5 {
        padding-right: 150px !important;
    }

    .pe-md-6 {
        padding-right: 180px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-q {
        padding-bottom: 7.5px !important;
    }

    .pb-md-h {
        padding-bottom: 15px !important;
    }

    .pb-md-1 {
        padding-bottom: 30px !important;
    }

    .pb-md-2 {
        padding-bottom: 60px !important;
    }

    .pb-md-3 {
        padding-bottom: 90px !important;
    }

    .pb-md-4 {
        padding-bottom: 120px !important;
    }

    .pb-md-5 {
        padding-bottom: 150px !important;
    }

    .pb-md-6 {
        padding-bottom: 180px !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-q {
        padding-left: 7.5px !important;
    }

    .ps-md-h {
        padding-left: 15px !important;
    }

    .ps-md-1 {
        padding-left: 30px !important;
    }

    .ps-md-2 {
        padding-left: 60px !important;
    }

    .ps-md-3 {
        padding-left: 90px !important;
    }

    .ps-md-4 {
        padding-left: 120px !important;
    }

    .ps-md-5 {
        padding-left: 150px !important;
    }

    .ps-md-6 {
        padding-left: 180px !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-q {
        gap: 7.5px !important;
    }

    .gap-lg-h {
        gap: 15px !important;
    }

    .gap-lg-1 {
        gap: 30px !important;
    }

    .gap-lg-2 {
        gap: 60px !important;
    }

    .gap-lg-3 {
        gap: 90px !important;
    }

    .gap-lg-4 {
        gap: 120px !important;
    }

    .gap-lg-5 {
        gap: 150px !important;
    }

    .gap-lg-6 {
        gap: 180px !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-q {
        margin: 7.5px !important;
    }

    .m-lg-h {
        margin: 15px !important;
    }

    .m-lg-1 {
        margin: 30px !important;
    }

    .m-lg-2 {
        margin: 60px !important;
    }

    .m-lg-3 {
        margin: 90px !important;
    }

    .m-lg-4 {
        margin: 120px !important;
    }

    .m-lg-5 {
        margin: 150px !important;
    }

    .m-lg-6 {
        margin: 180px !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

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

    .mx-lg-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-lg-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-lg-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-lg-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-lg-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-lg-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-lg-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-lg-6 {
        margin-left: 180px !important;
        margin-right: 180px !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-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-lg-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-lg-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-lg-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-lg-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-lg-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-lg-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-lg-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-lg-q {
        margin-top: 7.5px !important;
    }

    .mt-lg-h {
        margin-top: 15px !important;
    }

    .mt-lg-1 {
        margin-top: 30px !important;
    }

    .mt-lg-2 {
        margin-top: 60px !important;
    }

    .mt-lg-3 {
        margin-top: 90px !important;
    }

    .mt-lg-4 {
        margin-top: 120px !important;
    }

    .mt-lg-5 {
        margin-top: 150px !important;
    }

    .mt-lg-6 {
        margin-top: 180px !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-q {
        margin-right: 7.5px !important;
    }

    .me-lg-h {
        margin-right: 15px !important;
    }

    .me-lg-1 {
        margin-right: 30px !important;
    }

    .me-lg-2 {
        margin-right: 60px !important;
    }

    .me-lg-3 {
        margin-right: 90px !important;
    }

    .me-lg-4 {
        margin-right: 120px !important;
    }

    .me-lg-5 {
        margin-right: 150px !important;
    }

    .me-lg-6 {
        margin-right: 180px !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-q {
        margin-bottom: 7.5px !important;
    }

    .mb-lg-h {
        margin-bottom: 15px !important;
    }

    .mb-lg-1 {
        margin-bottom: 30px !important;
    }

    .mb-lg-2 {
        margin-bottom: 60px !important;
    }

    .mb-lg-3 {
        margin-bottom: 90px !important;
    }

    .mb-lg-4 {
        margin-bottom: 120px !important;
    }

    .mb-lg-5 {
        margin-bottom: 150px !important;
    }

    .mb-lg-6 {
        margin-bottom: 180px !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-q {
        margin-left: 7.5px !important;
    }

    .ms-lg-h {
        margin-left: 15px !important;
    }

    .ms-lg-1 {
        margin-left: 30px !important;
    }

    .ms-lg-2 {
        margin-left: 60px !important;
    }

    .ms-lg-3 {
        margin-left: 90px !important;
    }

    .ms-lg-4 {
        margin-left: 120px !important;
    }

    .ms-lg-5 {
        margin-left: 150px !important;
    }

    .ms-lg-6 {
        margin-left: 180px !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-q {
        padding: 7.5px !important;
    }

    .p-lg-h {
        padding: 15px !important;
    }

    .p-lg-1 {
        padding: 30px !important;
    }

    .p-lg-2 {
        padding: 60px !important;
    }

    .p-lg-3 {
        padding: 90px !important;
    }

    .p-lg-4 {
        padding: 120px !important;
    }

    .p-lg-5 {
        padding: 150px !important;
    }

    .p-lg-6 {
        padding: 180px !important;
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-lg-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-lg-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .px-lg-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .px-lg-2 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .px-lg-3 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .px-lg-4 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .px-lg-5 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .px-lg-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-lg-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-lg-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-lg-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-lg-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-lg-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-lg-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-lg-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-lg-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-lg-q {
        padding-top: 7.5px !important;
    }

    .pt-lg-h {
        padding-top: 15px !important;
    }

    .pt-lg-1 {
        padding-top: 30px !important;
    }

    .pt-lg-2 {
        padding-top: 60px !important;
    }

    .pt-lg-3 {
        padding-top: 90px !important;
    }

    .pt-lg-4 {
        padding-top: 120px !important;
    }

    .pt-lg-5 {
        padding-top: 150px !important;
    }

    .pt-lg-6 {
        padding-top: 180px !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-q {
        padding-right: 7.5px !important;
    }

    .pe-lg-h {
        padding-right: 15px !important;
    }

    .pe-lg-1 {
        padding-right: 30px !important;
    }

    .pe-lg-2 {
        padding-right: 60px !important;
    }

    .pe-lg-3 {
        padding-right: 90px !important;
    }

    .pe-lg-4 {
        padding-right: 120px !important;
    }

    .pe-lg-5 {
        padding-right: 150px !important;
    }

    .pe-lg-6 {
        padding-right: 180px !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-q {
        padding-bottom: 7.5px !important;
    }

    .pb-lg-h {
        padding-bottom: 15px !important;
    }

    .pb-lg-1 {
        padding-bottom: 30px !important;
    }

    .pb-lg-2 {
        padding-bottom: 60px !important;
    }

    .pb-lg-3 {
        padding-bottom: 90px !important;
    }

    .pb-lg-4 {
        padding-bottom: 120px !important;
    }

    .pb-lg-5 {
        padding-bottom: 150px !important;
    }

    .pb-lg-6 {
        padding-bottom: 180px !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-q {
        padding-left: 7.5px !important;
    }

    .ps-lg-h {
        padding-left: 15px !important;
    }

    .ps-lg-1 {
        padding-left: 30px !important;
    }

    .ps-lg-2 {
        padding-left: 60px !important;
    }

    .ps-lg-3 {
        padding-left: 90px !important;
    }

    .ps-lg-4 {
        padding-left: 120px !important;
    }

    .ps-lg-5 {
        padding-left: 150px !important;
    }

    .ps-lg-6 {
        padding-left: 180px !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-q {
        gap: 7.5px !important;
    }

    .gap-xl-h {
        gap: 15px !important;
    }

    .gap-xl-1 {
        gap: 30px !important;
    }

    .gap-xl-2 {
        gap: 60px !important;
    }

    .gap-xl-3 {
        gap: 90px !important;
    }

    .gap-xl-4 {
        gap: 120px !important;
    }

    .gap-xl-5 {
        gap: 150px !important;
    }

    .gap-xl-6 {
        gap: 180px !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-q {
        margin: 7.5px !important;
    }

    .m-xl-h {
        margin: 15px !important;
    }

    .m-xl-1 {
        margin: 30px !important;
    }

    .m-xl-2 {
        margin: 60px !important;
    }

    .m-xl-3 {
        margin: 90px !important;
    }

    .m-xl-4 {
        margin: 120px !important;
    }

    .m-xl-5 {
        margin: 150px !important;
    }

    .m-xl-6 {
        margin: 180px !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

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

    .mx-xl-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-xl-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-xl-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-xl-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-xl-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-xl-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-xl-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-xl-6 {
        margin-left: 180px !important;
        margin-right: 180px !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-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-xl-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-xl-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-xl-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-xl-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-xl-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-xl-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-xl-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-xl-q {
        margin-top: 7.5px !important;
    }

    .mt-xl-h {
        margin-top: 15px !important;
    }

    .mt-xl-1 {
        margin-top: 30px !important;
    }

    .mt-xl-2 {
        margin-top: 60px !important;
    }

    .mt-xl-3 {
        margin-top: 90px !important;
    }

    .mt-xl-4 {
        margin-top: 120px !important;
    }

    .mt-xl-5 {
        margin-top: 150px !important;
    }

    .mt-xl-6 {
        margin-top: 180px !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-q {
        margin-right: 7.5px !important;
    }

    .me-xl-h {
        margin-right: 15px !important;
    }

    .me-xl-1 {
        margin-right: 30px !important;
    }

    .me-xl-2 {
        margin-right: 60px !important;
    }

    .me-xl-3 {
        margin-right: 90px !important;
    }

    .me-xl-4 {
        margin-right: 120px !important;
    }

    .me-xl-5 {
        margin-right: 150px !important;
    }

    .me-xl-6 {
        margin-right: 180px !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-q {
        margin-bottom: 7.5px !important;
    }

    .mb-xl-h {
        margin-bottom: 15px !important;
    }

    .mb-xl-1 {
        margin-bottom: 30px !important;
    }

    .mb-xl-2 {
        margin-bottom: 60px !important;
    }

    .mb-xl-3 {
        margin-bottom: 90px !important;
    }

    .mb-xl-4 {
        margin-bottom: 120px !important;
    }

    .mb-xl-5 {
        margin-bottom: 150px !important;
    }

    .mb-xl-6 {
        margin-bottom: 180px !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-q {
        margin-left: 7.5px !important;
    }

    .ms-xl-h {
        margin-left: 15px !important;
    }

    .ms-xl-1 {
        margin-left: 30px !important;
    }

    .ms-xl-2 {
        margin-left: 60px !important;
    }

    .ms-xl-3 {
        margin-left: 90px !important;
    }

    .ms-xl-4 {
        margin-left: 120px !important;
    }

    .ms-xl-5 {
        margin-left: 150px !important;
    }

    .ms-xl-6 {
        margin-left: 180px !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-q {
        padding: 7.5px !important;
    }

    .p-xl-h {
        padding: 15px !important;
    }

    .p-xl-1 {
        padding: 30px !important;
    }

    .p-xl-2 {
        padding: 60px !important;
    }

    .p-xl-3 {
        padding: 90px !important;
    }

    .p-xl-4 {
        padding: 120px !important;
    }

    .p-xl-5 {
        padding: 150px !important;
    }

    .p-xl-6 {
        padding: 180px !important;
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xl-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-xl-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .px-xl-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .px-xl-2 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .px-xl-3 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .px-xl-4 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .px-xl-5 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .px-xl-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-xl-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-xl-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-xl-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-xl-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-xl-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-xl-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-xl-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-xl-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-xl-q {
        padding-top: 7.5px !important;
    }

    .pt-xl-h {
        padding-top: 15px !important;
    }

    .pt-xl-1 {
        padding-top: 30px !important;
    }

    .pt-xl-2 {
        padding-top: 60px !important;
    }

    .pt-xl-3 {
        padding-top: 90px !important;
    }

    .pt-xl-4 {
        padding-top: 120px !important;
    }

    .pt-xl-5 {
        padding-top: 150px !important;
    }

    .pt-xl-6 {
        padding-top: 180px !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-q {
        padding-right: 7.5px !important;
    }

    .pe-xl-h {
        padding-right: 15px !important;
    }

    .pe-xl-1 {
        padding-right: 30px !important;
    }

    .pe-xl-2 {
        padding-right: 60px !important;
    }

    .pe-xl-3 {
        padding-right: 90px !important;
    }

    .pe-xl-4 {
        padding-right: 120px !important;
    }

    .pe-xl-5 {
        padding-right: 150px !important;
    }

    .pe-xl-6 {
        padding-right: 180px !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-q {
        padding-bottom: 7.5px !important;
    }

    .pb-xl-h {
        padding-bottom: 15px !important;
    }

    .pb-xl-1 {
        padding-bottom: 30px !important;
    }

    .pb-xl-2 {
        padding-bottom: 60px !important;
    }

    .pb-xl-3 {
        padding-bottom: 90px !important;
    }

    .pb-xl-4 {
        padding-bottom: 120px !important;
    }

    .pb-xl-5 {
        padding-bottom: 150px !important;
    }

    .pb-xl-6 {
        padding-bottom: 180px !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-q {
        padding-left: 7.5px !important;
    }

    .ps-xl-h {
        padding-left: 15px !important;
    }

    .ps-xl-1 {
        padding-left: 30px !important;
    }

    .ps-xl-2 {
        padding-left: 60px !important;
    }

    .ps-xl-3 {
        padding-left: 90px !important;
    }

    .ps-xl-4 {
        padding-left: 120px !important;
    }

    .ps-xl-5 {
        padding-left: 150px !important;
    }

    .ps-xl-6 {
        padding-left: 180px !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-q {
        gap: 7.5px !important;
    }

    .gap-xxl-h {
        gap: 15px !important;
    }

    .gap-xxl-1 {
        gap: 30px !important;
    }

    .gap-xxl-2 {
        gap: 60px !important;
    }

    .gap-xxl-3 {
        gap: 90px !important;
    }

    .gap-xxl-4 {
        gap: 120px !important;
    }

    .gap-xxl-5 {
        gap: 150px !important;
    }

    .gap-xxl-6 {
        gap: 180px !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-q {
        margin: 7.5px !important;
    }

    .m-xxl-h {
        margin: 15px !important;
    }

    .m-xxl-1 {
        margin: 30px !important;
    }

    .m-xxl-2 {
        margin: 60px !important;
    }

    .m-xxl-3 {
        margin: 90px !important;
    }

    .m-xxl-4 {
        margin: 120px !important;
    }

    .m-xxl-5 {
        margin: 150px !important;
    }

    .m-xxl-6 {
        margin: 180px !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

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

    .mx-xxl-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-xxl-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-xxl-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-xxl-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-xxl-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-xxl-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-xxl-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-xxl-6 {
        margin-left: 180px !important;
        margin-right: 180px !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-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-xxl-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-xxl-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-xxl-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-xxl-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-xxl-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-xxl-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-xxl-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-xxl-q {
        margin-top: 7.5px !important;
    }

    .mt-xxl-h {
        margin-top: 15px !important;
    }

    .mt-xxl-1 {
        margin-top: 30px !important;
    }

    .mt-xxl-2 {
        margin-top: 60px !important;
    }

    .mt-xxl-3 {
        margin-top: 90px !important;
    }

    .mt-xxl-4 {
        margin-top: 120px !important;
    }

    .mt-xxl-5 {
        margin-top: 150px !important;
    }

    .mt-xxl-6 {
        margin-top: 180px !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-q {
        margin-right: 7.5px !important;
    }

    .me-xxl-h {
        margin-right: 15px !important;
    }

    .me-xxl-1 {
        margin-right: 30px !important;
    }

    .me-xxl-2 {
        margin-right: 60px !important;
    }

    .me-xxl-3 {
        margin-right: 90px !important;
    }

    .me-xxl-4 {
        margin-right: 120px !important;
    }

    .me-xxl-5 {
        margin-right: 150px !important;
    }

    .me-xxl-6 {
        margin-right: 180px !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-q {
        margin-bottom: 7.5px !important;
    }

    .mb-xxl-h {
        margin-bottom: 15px !important;
    }

    .mb-xxl-1 {
        margin-bottom: 30px !important;
    }

    .mb-xxl-2 {
        margin-bottom: 60px !important;
    }

    .mb-xxl-3 {
        margin-bottom: 90px !important;
    }

    .mb-xxl-4 {
        margin-bottom: 120px !important;
    }

    .mb-xxl-5 {
        margin-bottom: 150px !important;
    }

    .mb-xxl-6 {
        margin-bottom: 180px !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-q {
        margin-left: 7.5px !important;
    }

    .ms-xxl-h {
        margin-left: 15px !important;
    }

    .ms-xxl-1 {
        margin-left: 30px !important;
    }

    .ms-xxl-2 {
        margin-left: 60px !important;
    }

    .ms-xxl-3 {
        margin-left: 90px !important;
    }

    .ms-xxl-4 {
        margin-left: 120px !important;
    }

    .ms-xxl-5 {
        margin-left: 150px !important;
    }

    .ms-xxl-6 {
        margin-left: 180px !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-q {
        padding: 7.5px !important;
    }

    .p-xxl-h {
        padding: 15px !important;
    }

    .p-xxl-1 {
        padding: 30px !important;
    }

    .p-xxl-2 {
        padding: 60px !important;
    }

    .p-xxl-3 {
        padding: 90px !important;
    }

    .p-xxl-4 {
        padding: 120px !important;
    }

    .p-xxl-5 {
        padding: 150px !important;
    }

    .p-xxl-6 {
        padding: 180px !important;
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xxl-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-xxl-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .px-xxl-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .px-xxl-2 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .px-xxl-3 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .px-xxl-4 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .px-xxl-5 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .px-xxl-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-xxl-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-xxl-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-xxl-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-xxl-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-xxl-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-xxl-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-xxl-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-xxl-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-xxl-q {
        padding-top: 7.5px !important;
    }

    .pt-xxl-h {
        padding-top: 15px !important;
    }

    .pt-xxl-1 {
        padding-top: 30px !important;
    }

    .pt-xxl-2 {
        padding-top: 60px !important;
    }

    .pt-xxl-3 {
        padding-top: 90px !important;
    }

    .pt-xxl-4 {
        padding-top: 120px !important;
    }

    .pt-xxl-5 {
        padding-top: 150px !important;
    }

    .pt-xxl-6 {
        padding-top: 180px !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-q {
        padding-right: 7.5px !important;
    }

    .pe-xxl-h {
        padding-right: 15px !important;
    }

    .pe-xxl-1 {
        padding-right: 30px !important;
    }

    .pe-xxl-2 {
        padding-right: 60px !important;
    }

    .pe-xxl-3 {
        padding-right: 90px !important;
    }

    .pe-xxl-4 {
        padding-right: 120px !important;
    }

    .pe-xxl-5 {
        padding-right: 150px !important;
    }

    .pe-xxl-6 {
        padding-right: 180px !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-q {
        padding-bottom: 7.5px !important;
    }

    .pb-xxl-h {
        padding-bottom: 15px !important;
    }

    .pb-xxl-1 {
        padding-bottom: 30px !important;
    }

    .pb-xxl-2 {
        padding-bottom: 60px !important;
    }

    .pb-xxl-3 {
        padding-bottom: 90px !important;
    }

    .pb-xxl-4 {
        padding-bottom: 120px !important;
    }

    .pb-xxl-5 {
        padding-bottom: 150px !important;
    }

    .pb-xxl-6 {
        padding-bottom: 180px !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-q {
        padding-left: 7.5px !important;
    }

    .ps-xxl-h {
        padding-left: 15px !important;
    }

    .ps-xxl-1 {
        padding-left: 30px !important;
    }

    .ps-xxl-2 {
        padding-left: 60px !important;
    }

    .ps-xxl-3 {
        padding-left: 90px !important;
    }

    .ps-xxl-4 {
        padding-left: 120px !important;
    }

    .ps-xxl-5 {
        padding-left: 150px !important;
    }

    .ps-xxl-6 {
        padding-left: 180px !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: 1800px) {
    .float-xxxl-start {
        float: left !important;
    }

    .float-xxxl-end {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

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

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-grid {
        display: grid !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

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

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

    .d-xxxl-flex {
        display: flex !important;
    }

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

    .d-xxxl-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-xxxl-0 {
        gap: 0 !important;
    }

    .gap-xxxl-q {
        gap: 7.5px !important;
    }

    .gap-xxxl-h {
        gap: 15px !important;
    }

    .gap-xxxl-1 {
        gap: 30px !important;
    }

    .gap-xxxl-2 {
        gap: 60px !important;
    }

    .gap-xxxl-3 {
        gap: 90px !important;
    }

    .gap-xxxl-4 {
        gap: 120px !important;
    }

    .gap-xxxl-5 {
        gap: 150px !important;
    }

    .gap-xxxl-6 {
        gap: 180px !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxxl-0 {
        order: 0 !important;
    }

    .order-xxxl-1 {
        order: 1 !important;
    }

    .order-xxxl-2 {
        order: 2 !important;
    }

    .order-xxxl-3 {
        order: 3 !important;
    }

    .order-xxxl-4 {
        order: 4 !important;
    }

    .order-xxxl-5 {
        order: 5 !important;
    }

    .order-xxxl-last {
        order: 6 !important;
    }

    .m-xxxl-0 {
        margin: 0 !important;
    }

    .m-xxxl-q {
        margin: 7.5px !important;
    }

    .m-xxxl-h {
        margin: 15px !important;
    }

    .m-xxxl-1 {
        margin: 30px !important;
    }

    .m-xxxl-2 {
        margin: 60px !important;
    }

    .m-xxxl-3 {
        margin: 90px !important;
    }

    .m-xxxl-4 {
        margin: 120px !important;
    }

    .m-xxxl-5 {
        margin: 150px !important;
    }

    .m-xxxl-6 {
        margin: 180px !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

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

    .mx-xxxl-q {
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
    }

    .mx-xxxl-h {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .mx-xxxl-1 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .mx-xxxl-2 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .mx-xxxl-3 {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }

    .mx-xxxl-4 {
        margin-left: 120px !important;
        margin-right: 120px !important;
    }

    .mx-xxxl-5 {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }

    .mx-xxxl-6 {
        margin-left: 180px !important;
        margin-right: 180px !important;
    }

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

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

    .my-xxxl-q {
        margin-bottom: 7.5px !important;
        margin-top: 7.5px !important;
    }

    .my-xxxl-h {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .my-xxxl-1 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .my-xxxl-2 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }

    .my-xxxl-3 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }

    .my-xxxl-4 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }

    .my-xxxl-5 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }

    .my-xxxl-6 {
        margin-bottom: 180px !important;
        margin-top: 180px !important;
    }

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

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

    .mt-xxxl-q {
        margin-top: 7.5px !important;
    }

    .mt-xxxl-h {
        margin-top: 15px !important;
    }

    .mt-xxxl-1 {
        margin-top: 30px !important;
    }

    .mt-xxxl-2 {
        margin-top: 60px !important;
    }

    .mt-xxxl-3 {
        margin-top: 90px !important;
    }

    .mt-xxxl-4 {
        margin-top: 120px !important;
    }

    .mt-xxxl-5 {
        margin-top: 150px !important;
    }

    .mt-xxxl-6 {
        margin-top: 180px !important;
    }

    .mt-xxxl-auto {
        margin-top: auto !important;
    }

    .me-xxxl-0 {
        margin-right: 0 !important;
    }

    .me-xxxl-q {
        margin-right: 7.5px !important;
    }

    .me-xxxl-h {
        margin-right: 15px !important;
    }

    .me-xxxl-1 {
        margin-right: 30px !important;
    }

    .me-xxxl-2 {
        margin-right: 60px !important;
    }

    .me-xxxl-3 {
        margin-right: 90px !important;
    }

    .me-xxxl-4 {
        margin-right: 120px !important;
    }

    .me-xxxl-5 {
        margin-right: 150px !important;
    }

    .me-xxxl-6 {
        margin-right: 180px !important;
    }

    .me-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxxl-q {
        margin-bottom: 7.5px !important;
    }

    .mb-xxxl-h {
        margin-bottom: 15px !important;
    }

    .mb-xxxl-1 {
        margin-bottom: 30px !important;
    }

    .mb-xxxl-2 {
        margin-bottom: 60px !important;
    }

    .mb-xxxl-3 {
        margin-bottom: 90px !important;
    }

    .mb-xxxl-4 {
        margin-bottom: 120px !important;
    }

    .mb-xxxl-5 {
        margin-bottom: 150px !important;
    }

    .mb-xxxl-6 {
        margin-bottom: 180px !important;
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxxl-q {
        margin-left: 7.5px !important;
    }

    .ms-xxxl-h {
        margin-left: 15px !important;
    }

    .ms-xxxl-1 {
        margin-left: 30px !important;
    }

    .ms-xxxl-2 {
        margin-left: 60px !important;
    }

    .ms-xxxl-3 {
        margin-left: 90px !important;
    }

    .ms-xxxl-4 {
        margin-left: 120px !important;
    }

    .ms-xxxl-5 {
        margin-left: 150px !important;
    }

    .ms-xxxl-6 {
        margin-left: 180px !important;
    }

    .ms-xxxl-auto {
        margin-left: auto !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .p-xxxl-q {
        padding: 7.5px !important;
    }

    .p-xxxl-h {
        padding: 15px !important;
    }

    .p-xxxl-1 {
        padding: 30px !important;
    }

    .p-xxxl-2 {
        padding: 60px !important;
    }

    .p-xxxl-3 {
        padding: 90px !important;
    }

    .p-xxxl-4 {
        padding: 120px !important;
    }

    .p-xxxl-5 {
        padding: 150px !important;
    }

    .p-xxxl-6 {
        padding: 180px !important;
    }

    .px-xxxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-xxxl-q {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }

    .px-xxxl-h {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .px-xxxl-1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .px-xxxl-2 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .px-xxxl-3 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .px-xxxl-4 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .px-xxxl-5 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .px-xxxl-6 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

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

    .py-xxxl-q {
        padding-bottom: 7.5px !important;
        padding-top: 7.5px !important;
    }

    .py-xxxl-h {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .py-xxxl-1 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }

    .py-xxxl-2 {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .py-xxxl-3 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .py-xxxl-4 {
        padding-bottom: 120px !important;
        padding-top: 120px !important;
    }

    .py-xxxl-5 {
        padding-bottom: 150px !important;
        padding-top: 150px !important;
    }

    .py-xxxl-6 {
        padding-bottom: 180px !important;
        padding-top: 180px !important;
    }

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

    .pt-xxxl-q {
        padding-top: 7.5px !important;
    }

    .pt-xxxl-h {
        padding-top: 15px !important;
    }

    .pt-xxxl-1 {
        padding-top: 30px !important;
    }

    .pt-xxxl-2 {
        padding-top: 60px !important;
    }

    .pt-xxxl-3 {
        padding-top: 90px !important;
    }

    .pt-xxxl-4 {
        padding-top: 120px !important;
    }

    .pt-xxxl-5 {
        padding-top: 150px !important;
    }

    .pt-xxxl-6 {
        padding-top: 180px !important;
    }

    .pe-xxxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxxl-q {
        padding-right: 7.5px !important;
    }

    .pe-xxxl-h {
        padding-right: 15px !important;
    }

    .pe-xxxl-1 {
        padding-right: 30px !important;
    }

    .pe-xxxl-2 {
        padding-right: 60px !important;
    }

    .pe-xxxl-3 {
        padding-right: 90px !important;
    }

    .pe-xxxl-4 {
        padding-right: 120px !important;
    }

    .pe-xxxl-5 {
        padding-right: 150px !important;
    }

    .pe-xxxl-6 {
        padding-right: 180px !important;
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxxl-q {
        padding-bottom: 7.5px !important;
    }

    .pb-xxxl-h {
        padding-bottom: 15px !important;
    }

    .pb-xxxl-1 {
        padding-bottom: 30px !important;
    }

    .pb-xxxl-2 {
        padding-bottom: 60px !important;
    }

    .pb-xxxl-3 {
        padding-bottom: 90px !important;
    }

    .pb-xxxl-4 {
        padding-bottom: 120px !important;
    }

    .pb-xxxl-5 {
        padding-bottom: 150px !important;
    }

    .pb-xxxl-6 {
        padding-bottom: 180px !important;
    }

    .ps-xxxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxxl-q {
        padding-left: 7.5px !important;
    }

    .ps-xxxl-h {
        padding-left: 15px !important;
    }

    .ps-xxxl-1 {
        padding-left: 30px !important;
    }

    .ps-xxxl-2 {
        padding-left: 60px !important;
    }

    .ps-xxxl-3 {
        padding-left: 90px !important;
    }

    .ps-xxxl-4 {
        padding-left: 120px !important;
    }

    .ps-xxxl-5 {
        padding-left: 150px !important;
    }

    .ps-xxxl-6 {
        padding-left: 180px !important;
    }

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

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

    .text-xxxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.125rem !important;
    }

    .fs-2 {
        font-size: 1.7rem !important;
    }

    .fs-3 {
        font-size: 1.4875rem !important;
    }

    .fs-4 {
        font-size: 1.275rem !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;
    }
}

.form-floating > .form-select {
    padding-bottom: 0;
    padding-top: 0.9rem;
}

.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

@font-face {
    font-display: block;
    font-family: lg;
    font-style: normal;
    font-weight: 400;
    src: url(/build/website/fonts/lg.64b800aa.woff2) format("woff2"),
    url(/build/website/fonts/lg.747d0385.ttf) format("truetype"),
    url(/build/website/fonts/lg.356a0e9c.woff) format("woff"),
    url(/build/website/images/node_modules/lightgallery/fonts/lg.09cd8e9b.svg) format("svg");
}

.lg-icon {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: lg !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.lg-container {
    font-family: 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;
}

.lg-next,
.lg-prev {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    outline: none;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

.lg-next.disabled,
.lg-prev.disabled {
    cursor: default;
    opacity: 0 !important;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #000;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: "\e095";
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    to {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1082;
}

.lg-media-overlap .lg-toolbar {
    background-image: #fff;
}

.lg-toolbar .lg-icon {
    background: none;
    border: none;
    box-shadow: none;
    color: #25282d;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    outline: medium none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    width: 50px;
    will-change: color;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #000;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    color: #000;
    font-size: 16px;
    opacity: 0;
    padding: 10px 40px;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1080;
}

.lg-sub-html h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0.8),
            hsla(0, 0%, 100%, 0.8)
    );
}

.lg-item .lg-sub-html {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.lg-error-msg {
    color: #999;
    font-size: 14px;
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 47px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item:not(.lg-zoomable)
.lg-img-wrap,
body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item:not(.lg-zoomable)
.lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
    will-change: transform, opacity;
}

body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item:not(.lg-zoomable).lg-complete
.lg-img-wrap,
body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item:not(.lg-zoomable).lg-complete
.lg-video-cont {
    opacity: 1;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.lg-outer .lg-thumb-outer {
    background-color: #ddd;
    float: left;
    max-height: 350px;
    overflow: hidden;
    width: 100%;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}

.lg-outer .lg-thumb {
    display: inline-block;
    height: 100%;
    margin-bottom: -5px;
    padding: 5px 0;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
}

.lg-outer .lg-thumb-item {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    will-change: border-color;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border: 2px solid #fff;
        border-radius: 4px;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #25282d;
}

.lg-outer .lg-thumb-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.lg-outer .lg-video-cont .lg-object {
    height: 100% !important;
    width: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-video-object {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.lg-outer .lg-video-poster {
    z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    will-change: opacity;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
    opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1;
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes lg-play-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.lg-video-play-button {
    cursor: pointer;
    left: 50%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
    -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
    transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
    width: 18%;
    will-change: opacity, transform;
    z-index: 2;
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
    opacity: 1;
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: 0.6;
    -webkit-transition: opacity 0.12s ease-in;
    -o-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
    will-change: opacity;
}

.lg-video-play-icon-circle {
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, 0.9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.lg-video-play-icon {
    left: 50%;
    max-width: 120px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 0.12s ease-in;
    -o-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
    width: 25%;
    will-change: opacity;
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
    animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
    background-color: #999;
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
    width: 100%;
    will-change: opacity;
    z-index: 1083;
}

.lg-progress-bar .lg-progress {
    background-color: #25282d;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    will-change: transform;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    will-change: transform;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
    will-change: opacity, transform;
}

.lg-icon.lg-zoom-in:after {
    content: "\e311";
}

.lg-icon.lg-actual-size {
    font-size: 20px;
}

.lg-icon.lg-actual-size:after {
    content: "\e033";
}

.lg-icon.lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-pager-outer {
    height: 10px;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1080;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
    display: none;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    border-radius: 3px;
    bottom: 100%;
    color: #fff;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    width: 120px;
    will-change: transform, opacity;
}

.lg-outer .lg-pager-thumb-cont img {
    height: 100%;
    width: 100%;
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-group:after {
    clear: both;
    content: "";
    display: table;
}

.lg-container {
    outline: none;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    will-change: transform, opacity;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    height: 100%;
    left: 0;
    opacity: 0.001;
    outline: none;
    overflow: hidden;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    width: 100%;
    will-change: auto;
    z-index: 1050;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.lg-outer .lg-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
    width: 100%;
}

.lg-outer .lg-item {
    display: none !important;
    will-change: transform, opacity;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(/build/website/images/node_modules/lightgallery/images/loading.fcba57cd.gif) no-repeat scroll 50% transparent;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: auto;
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    left: 50%;
    position: absolute;
    top: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
    will-change: auto;
    z-index: 1040;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop,
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: "\e909";
}

.lg-components {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    will-change: transform;
    z-index: 1080;
}

.lg-next,
.lg-prev {
    font-size: 18px;
}

.lg-next:before,
.lg-prev:after {
    display: none;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
    border-width: 1px;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background-image: url(/build/website/images/images/lightgallery/loading-white.6d9abcdf.gif);
}

@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 300;
    src: url(/build/website/fonts/GraphikLight.ff5931dd.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: italic;
    font-weight: 300;
    src: url(/build/website/fonts/GraphikLightItalic.595961ed.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: url(/build/website/fonts/GraphikRegular.143011d3.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: italic;
    font-weight: 400;
    src: url(/build/website/fonts/GraphikRegularItalic.50390f2f.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 500;
    src: url(/build/website/fonts/GraphikMedium.1649fa1b.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: italic;
    font-weight: 500;
    src: url(/build/website/fonts/GraphikMediumItalic.a45905e0.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 700;
    src: url(/build/website/fonts/GraphikBold.941064c6.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: italic;
    font-weight: 700;
    src: url(/build/website/fonts/GraphikBoldItalic.2dd85e37.woff2) format("woff2");
}

html {
    font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #181A1D;
    color: #fff;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 0.8125rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    line-height: 1.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    color: #fff;
    color: var(--title-color, var(--text-color, #fff));
    line-height: normal;
    margin: 0;
}

.h1,
.h2,
h1,
h2 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.h1,
h1 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 2.125rem;
    }
}

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

.h2,
h2 {
    font-size: 1.375rem;
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 1.75rem;
    }
}

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

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

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    font-family: Graphik, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.h3,
h3 {
    font-size: 1rem;
    font-weight: 400;
}

@media (min-width: 992px) {
    .h3,
    h3 {
        font-size: 1.125rem;
    }
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 100;
}

.h4,
h4 {
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .h4,
    h4 {
        font-size: 1rem;
    }
}

.h5,
.h6,
h5,
h6 {
    font-size: 0.8rem;
    margin: 0 0 5px;
    padding-bottom: 8px;
    position: relative;
}

@media (min-width: 768px) {
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 0.85rem;
    }
}

.h5:after,
.h6:after,
h5:after,
h6:after {
    background: #dadada;
    bottom: 0;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    width: calc(100% + 15px);
}

p {
    margin: 10px 0;
}

.subtitle p,
p.subtitle {
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}

@media (min-width: 768px) {
    .subtitle p,
    p.subtitle {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .subtitle p,
    p.subtitle {
        font-size: 1rem;
    }
}

.subtitle-2 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.textStroke {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
}

.textUpper {
    text-transform: uppercase;
}

.textLower {
    text-transform: lowercase;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

main li,
ul.listStyle li {
    padding: 3px 0 3px 16px;
    position: relative;
}

main li:before,
ul.listStyle li:before {
    background: currentColor;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 7px;
}

main li.fxTranslate:before,
ul.listStyle li.fxTranslate:before {
    top: 4px;
}

a {
    transition: color 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

a,
a:active,
a:focus,
a:hover {
    color: currentColor;
    text-decoration: none;
}

:focus,
a:active,
a:focus,
a:hover {
    outline: none;
}

strong {
    font-weight: 500;
}

figure,
picture {
    margin: 0;
}

picture {
    display: block;
}

.winHeight30 {
    height: 30vh;
}

.winHeight40 {
    height: 40vh;
}

.winHeight50 {
    height: 50vh;
}

.winHeight60 {
    height: 60vh;
}

.winHeight70 {
    height: 70vh;
}

.winHeight80 {
    height: 80vh;
}

.winHeight85 {
    height: 85vh;
}

.winHeight100 {
    height: 100vh;
}

.cover .imageMap,
.cover figure,
.cover picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    .cover-md .imageMap,
    .cover-md figure,
    .cover-md picture {
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
    }

    .cover-md img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%;
    }
}

.ObjectFitCover {
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ObjectFitCover img {
    opacity: 0;
}

.contain img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    .contain-md img {
        height: 100%;
        object-fit: contain;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .contain-lg img {
        height: 100%;
        object-fit: contain;
        position: absolute;
        width: 100%;
    }
}

.ObjectFitContain {
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.ObjectFitContain img {
    opacity: 0;
}

@media (max-width: 767.98px) {
    .imgBlock {
        margin-bottom: 30px;
    }
}

.imgBlock--top {
    margin-bottom: 30px;
}

.imgBlock--bottom {
    margin-top: 30px;
}

@media (max-width: 575.98px) {
    .imgBlock--left {
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .imgBlock--left {
        float: left !important;
        margin: 5px 30px 5px 0;
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .imgBlock--right {
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .imgBlock--right {
        float: right !important;
        margin: 5px 0 10px 30px;
        max-width: 50%;
    }
}

.imgBlock-xxl--right {
    margin: 25px 0;
}

@media (min-width: 1400px) {
    .imgBlock-xxl--right {
        float: right !important;
        margin: 5px 0 10px 30px;
        width: 50%;
    }
}

.imgBlock img {
    max-height: 400px;
    width: auto;
}

svg,
svg circle,
svg line,
svg path,
svg polygon,
svg rect {
    transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

svg.arrow line {
    stroke: #fff;
}

svg.arrow.right {
    transform: rotate(-90deg);
}

svg.arrow.left {
    transform: rotate(90deg);
}

.bgThemeColor {
    background-color: #25282d;
    color: #fff;
}

.bgThemeColor a,
.bgThemeColor h2,
.bgThemeColor h3,
.bgThemeColor h4 {
    color: #fff;
}

.bgThemeColor a:hover {
    color: #000;
}

@media (hover: hover) and (pointer: fine) {
    .bgThemeColor .fxTranslate .fxTranslateContent span,
    .bgThemeColor .fxTranslate .fxTranslateContent span:before {
        color: #fff;
    }
}

.bgSecondaryColor {
    background-color: #dcdcdc;
    color: #fff;
    position: relative;
}

.bgSecondaryColor a,
.bgSecondaryColor h2,
.bgSecondaryColor h3,
.bgSecondaryColor h4 {
    color: #fff;
}

.bgSecondaryColor a:hover {
    color: #25282d;
}

.bgGray {
    background-color: #dcdcdc;
    position: relative;
}

.bgGray a:link,
.bgGray a:visited {
    color: #25282d;
}

.bgGray a:active,
.bgGray a:link:hover {
    color: #1a1c20;
}

.bgWhite {
    --shadow-color: rgba(0, 0, 0, 0.35);
    --text-color: #000;
    --btn-label-color: #dcdcdc;
    --btn-deco-color: #b0b0b0;
    --btn-deco-color-hover: #25282d;
    --btn-bg-color: #25282d;
    --fx-bg-vert-line-color-1: #ededed;
    --fx-bg-vert-line-color-2: #d9d9d9;
    background-color: #fff;
    color: #000;
}

.bgBlack {
    background-color: #000;
}

.bgBlack,
.bgBlack a,
.bgBlack a:hover,
.bgBlack h2,
.bgBlack h3,
.bgBlack h4 {
    color: #fff;
}

.bgBlack .boxBorder:after,
.bgBlack .boxBorder:before {
    border: 1px solid #fff !important;
}

.borderTop {
    border-top: 1px solid #25282d;
}

.borderBottom {
    border-bottom: 1px solid #25282d;
}

.linksList li {
    display: block;
    line-height: normal;
    margin: 15px 0;
    padding: 0 15px 0 20px;
    position: relative;
}

@media (min-width: 1200px) {
    .linksList li {
        padding: 0 22px 0 20px;
    }
}

.linksList li:first-child {
    margin-top: 0;
}

.linksDownloadList li {
    padding-left: 24px;
}

.linksDownloadList li:before {
    background: url(/build/website/images/images/generali/icon-download.c86fdd2e.svg) 0 0 no-repeat;
    border: none;
    height: 15px;
    width: 15px;
}

.fxContainer {
    overflow: hidden;
}

.fxReveal {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fxReveal:after {
    background: #25282d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
    z-index: 999;
}

.fxReveal.fxVisible:after {
    transform: translateY(101%);
    display:flex;
    flex-direction:column;
    align-items:center
}

.fx__rotate90 {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fx__rotate90:hover {
    transform: rotate(90deg);
}

.scale {
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.scale:hover {
    transform: scale(1.1) !important;
}

.fxCursorFollower {
    cursor: pointer;
    position: relative;
}

.fxCursorFollower--hidden:not(:hover) .cursorFollower {
    opacity: 0 !important;
}

.cursorFollower {
    height: 46px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 46px;
    z-index: 99999;
}

.cursorFollower:after,
.cursorFollower:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cursorFollower:before {
    background-color: hsla(0, 0%, 100%, 0.85);
    z-index: 2;
}

@supports (backdrop-filter: blur()) or (-webkit-backdrop-filter: blur()) {
    .cursorFollower:before {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: hsla(0, 0%, 100%, 0.7);
    }
}

.cursorFollower:after {
    background-image: url(/build/website/images/images/generali/plus-img-hover.a47e089e.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    z-index: 3;
}

.fxPageCursor {
    overflow-x: hidden;
}

.fxPageCursor .pageFooter,
.fxPageCursor .pageFooter a:link,
.fxPageCursor .pageHeader,
.fxPageCursor .pageHeader a:link,
.fxPageCursor .pageLoader,
.fxPageCursor .playBtn,
.fxPageCursor .sliderBullet,
.fxPageCursor .swiper-wrapper,
.fxPageCursor main,
.fxPageCursor main a:link {
    cursor: none !important;
}

.pageCursorContainer {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9993;
}

.pageCursorInner,
.pageCursorOuter {
    --cursor-color: #fff;
    --cursor-color-bg: transparent;
    color: var(--cursor-color);
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.pageCursorOuter {
    height: 48px;
    width: 48px;
    z-index: 9994;
}

.pageCursorOuter:before {
    background-color: var(--cursor-color-bg);
    border: 1px solid var(--cursor-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
}

.pageCursorInner {
    --mask-url: url("data:image/svg;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMSAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPC9zdmc+");
    height: 6px;
    width: 6px;
    z-index: 9995;
}

.pageCursorInner:after,
.pageCursorInner:before {
    content: "";
    display: block;
    position: absolute;
}

.pageCursorInner:before {
    background: currentColor;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.pageCursorInner:after {
    background: var(--cursor-color);
    height: 24px;
    left: -9px;
    -webkit-mask-image: var(--mask-url);
    mask-image: var(--mask-url);
    mask-position: center center;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: -9px;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 24px;
}

.pageCursorDark {
    --cursor-color: #000;
    --cursor-color-bg: transparent;
}

.pageCursorActive.pageCursorOuter:before {
    height: 36px;
    left: 7px;
    top: 7px;
    width: 36px;
}

.pageCursorActive.pageCursorInner:before {
    transform: scale(0);
}

.pageCursorActive.pageCursorInner:after {
    transform: scale(1);
}

.pageCursorLink {
    --mask-url: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMaXZlbGxvXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMyAxMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTAgNmgxM3YxSDB6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYgMGgxdjEzSDZ6Ii8+PC9zdmc+);
}

.pageCursorVideo {
    --mask-url: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMaXZlbGxvXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDggMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggMTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Im0uOCAyIDYuMSA1LjZMLjggMTNWMk0wIC4zdjE0LjRsOC03LjFMMCAuM3oiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCAxNC43Vi4zbDggNy4zLTggNy4xek0uNSAxLjN2MTIuNGw2LjgtNi4xTC41IDEuM3oiLz48L3N2Zz4=);
}

@media (hover: hover) and (pointer: fine) {
    .fxTranslate .fxTranslateContent {
        display: inline-block;
        line-height: 1rem;
        overflow: hidden;
    }

    .fxTranslate .fxTranslateContent span {
        color: #25282d;
        display: block;
        position: relative;
        text-align: left;
        transition: transform 0.4s;
    }

    .fxTranslate .fxTranslateContent span:before {
        color: #fff;
        content: attr(data-hover);
        display: block;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: translateZ(0);
        transition: color 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
        width: 100%;
    }
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .fxTranslate:focus .fxTranslateContent span,
    .fxTranslate:hover .fxTranslateContent span {
        cursor: pointer;
        transform: translateY(-100%);
    }

    .active .fxTranslate .fxTranslateContent span,
    .fxTranslate.active .fxTranslateContent span {
        transform: none;
    }
}

.fxLineBottom,
.pagination a,
article li a,
article p a,
footer p a,
label a {
    cursor: pointer;
    position: relative;
}

.fxLineBottom:after,
.pagination a:after,
article li a:after,
article p a:after,
footer p a:after,
label a:after {
    background-color: currentColor;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 0;
}

.fxLineBottom:hover:after,
.pagination a:hover:after,
article li a:hover:after,
article p a:hover:after,
footer p a:hover:after,
label a:hover:after {
    width: 100%;
}

.fxLineBottom.active,
.pagination a.active,
article li a.active,
article p a.active,
footer p a.active,
label a.active {
    color: #000;
}

.fxLineBottom.active:after,
.pagination a.active:after,
article li a.active:after,
article p a.active:after,
footer p a.active:after,
label a.active:after {
    width: 100%;
}

.bgSecondaryColor .footer p a:after,
.bgSecondaryColor .fxLineBottom:after,
.bgSecondaryColor .loginOverlay__trigger:after,
.bgSecondaryColor .pagination a:after,
.bgSecondaryColor article li a:after,
.bgSecondaryColor article p a:after,
.bgThemeColor .footer p a:after,
.bgThemeColor .fxLineBottom:after,
.bgThemeColor .loginOverlay__trigger:after,
.bgThemeColor .pagination a:after,
.bgThemeColor article li a:after,
.bgThemeColor article p a:after {
    background-color: #fff;
}

.fxLinesPlus .fxLinesPlusContent {
    position: relative;
    transition: text-shadow 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

@media (hover: hover) and (pointer: fine) {
    .fxLinesPlus .fxLinesPlusContent:after,
    .fxLinesPlus .fxLinesPlusContent:before {
        background: currentColor;
        content: "";
        opacity: 0;
        position: absolute;
        transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    }

    .fxLinesPlus .fxLinesPlusContent:before {
        bottom: auto;
        height: 1px;
        left: auto;
        right: -10px;
        top: -5px;
        transform: scaleX(0);
        transform-origin: left;
        width: calc(100% + 10px);
    }

    .fxLinesPlus .fxLinesPlusContent:after {
        bottom: auto;
        height: calc(100% + 10px);
        left: auto;
        right: -5px;
        top: -10px;
        transform: scaleY(0);
        transform-origin: bottom;
        width: 1px;
    }

    .fxLinesPlus .fxLinesPlusContent:hover {
        text-shadow: 0 0 5px hsla(0, 0%, 100%, 0.5);
    }

    .fxLinesPlus .fxLinesPlusContent:hover:before {
        opacity: 1;
        transform: scaleX(1);
        width: 11px;
    }

    .fxLinesPlus .fxLinesPlusContent:hover:after {
        height: 11px;
        opacity: 1;
        transform: scaleY(1);
    }
}

.fxImgZoomOut figure {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.fxImgZoomOut img {
    transform: scale(1.15);
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fxImgZoomOut:hover img {
    transform: scale(1) !important;
}

.fxImgZoomIn figure {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fxImgZoomIn figure img {
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fxImgZoomIn:hover img {
    transform: scale(1.04) !important;
}

.fxImgPlus figure {
    height: 100%;
    position: relative;
    width: 100%;
}

.fxImgPlus figure:after,
.fxImgPlus figure:before {
    content: "";
    height: 46px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 46px;
}

.fxImgPlus figure:before {
    background-color: hsla(0, 0%, 100%, 0.85);
    z-index: 2;
}

@supports (backdrop-filter: blur()) or (-webkit-backdrop-filter: blur()) {
    .fxImgPlus figure:before {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: hsla(0, 0%, 100%, 0.7);
    }
}

.fxImgPlus figure:after {
    background-image: url(/build/website/images/images/generali/plus-img-hover.a47e089e.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    z-index: 3;
}

.fxImgPlus:hover {
    cursor: pointer;
}

.fxImgPlus:hover figure:after,
.fxImgPlus:hover figure:before {
    opacity: 0.85;
}

.fxGlow {
    --mouse-x: 0px;
    --mouse-y: 0px;
}

.fxGlow:after {
    background: radial-gradient(
            circle at var(--mouse-x) var(--mouse-y),
            hsla(0, 0%, 100%, 0.3),
            hsla(0, 0%, 100%, 0.06)
    );
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
}

.fxGlow--visible:after {
    opacity: 1;
}

.fxTilt {
    transform: none;
    transition: transform 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fxTilt--on {
    transition: none;
}

.fxTitleReveal {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fxTitleReveal--visible {
    clip-path: inset(0 0 0 0);
}

.fxTextReveal .char {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.fxTextReveal--visible .char {
    opacity: 1;
}

.fxHalo {
    --fx-halo-scale-end: 1.5;
}

.fxHalo:after,
.fxHalo:before {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    border: 1px solid;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fxHalo:before {
    animation-name: fxHaloBefore;
}

.fxHalo:after {
    animation-name: fxHaloAfter;
}

@media (hover: hover) and (pointer: fine) {
    .fxHalo:hover:after,
    .fxHalo:hover:before {
        animation-name: none;
    }
}

.fxHalo--round:after,
.fxHalo--round:before {
    border-radius: 50%;
}

@keyframes fxHaloBefore {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(var(--fx-halo-scale-end));
    }
}

@keyframes fxHaloAfter {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

:root {
    --fx-bg-vert-line-color-1: #2f3239;
    --fx-bg-vert-line-color-2: #3c4149;
}

.fxLinesBg > * {
    position: relative;
    z-index: 2;
}

.fxLinesBg > .bgVertLine {
    background: var(--fx-bg-vert-line-color-1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
}

.fxLinesBg > .bgVertLine:after {
    background: var(--fx-bg-vert-line-color-2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    width: 100%;
}

.fxLinesBg > .bgVertLine[data-line-index="0"] {
    left: 50px;
}

.fxLinesBg > .bgVertLine[data-line-index="0"]:after {
    animation-delay: 3s;
}

.fxLinesBg > .bgVertLine[data-line-index="1"] {
    left: 50%;
}

.fxLinesBg > .bgVertLine[data-line-index="1"]:after {
    animation-delay: 0s;
}

.fxLinesBg > .bgVertLine[data-line-index="2"] {
    right: 50px;
}

.fxLinesBg > .bgVertLine[data-line-index="2"]:after {
    animation-delay: 9s;
}

@media (min-width: 768px) {
    .fxLinesBg > .bgVertLine[data-line-index="0"] {
        left: 100px;
    }

    .fxLinesBg > .bgVertLine[data-line-index="2"] {
        right: 100px;
    }
}

@media (min-width: 992px) {
    .fxLinesBg > .bgVertLine[data-line-index="0"] {
        left: 25%;
    }

    .fxLinesBg > .bgVertLine[data-line-index="2"] {
        right: 25%;
    }
}

.fxLinesBg > .bgVertLine--visible:after {
    animation: bgVertLineAnim 30s infinite;
}

.fxIfoCrossLinesHorz,
.fxIfoCrossLinesVert {
    background: var(--fx-bg-vert-line-color-1);
    display: none;
    position: absolute;
    z-index: 0;
}

@media (min-width: 768px) {
    .fxIfoCrossLinesHorz,
    .fxIfoCrossLinesVert {
        display: block;
    }
}

.fxIfoCrossLinesHorz:after,
.fxIfoCrossLinesVert:after {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    background: var(--fx-bg-vert-line-color-2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fxIfoCrossLinesHorz {
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
}

.fxIfoCrossLinesHorz:after {
    animation-name: bgHorzLineAnim;
    transform: scaleX(0);
    transform-origin: left;
}

.fxIfoCrossLinesVert {
    height: 100%;
    left: 50%;
    top: 0;
    width: 1px;
}

.fxIfoCrossLinesVert:after {
    animation-delay: 3s;
    animation-name: bgVertLineAnim;
    transform: scaleY(0);
    transform-origin: bottom;
}

.fxIfoCrossLinesContainer {
    position: relative;
}

.fxIfoCrossLinesContainer .fxIfoCrossLinesHorz {
    left: 60%;
    top: 0;
    width: 80%;
}

.fxIfoCrossLinesContainer .fxIfoCrossLinesVert {
    height: 80%;
    left: 100%;
    top: -40%;
}

.fxIfoCrossLinesSedi .fxIfoCrossLinesContainer .fxIfoCrossLinesHorz,
.fxIfoCrossLinesSedi .fxIfoCrossLinesContainer .fxIfoCrossLinesVert {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(2n + 3)
    .fxIfoCrossLinesHorz,
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(2n + 3)
    .fxIfoCrossLinesVert {
        display: block;
    }
}

@media (min-width: 1200px) {
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(3n + 4)
    .fxIfoCrossLinesHorz,
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(3n + 4)
    .fxIfoCrossLinesVert,
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(3n + 5)
    .fxIfoCrossLinesHorz,
    .fxIfoCrossLinesSedi
    .fxIfoCrossLinesContainer:nth-child(3n + 5)
    .fxIfoCrossLinesVert {
        display: block;
    }
}

@media (min-width: 1400px) {
    .fxIfoCrossLinesSedi--footer
    .fxIfoCrossLinesContainer:not(:last-child)
    .fxIfoCrossLinesVert {
        display: block;
        height: 70%;
        top: 15%;
    }

    .fxIfoCrossLinesSedi--footer
    .fxIfoCrossLinesContainer:nth-child(n)
    .fxIfoCrossLinesHorz {
        display: none;
    }
}

@keyframes bgVertLineAnim {
    0% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
    10% {
        transform: scaleY(1);
    }
    20% {
        transform: scaleY(1);
        transform-origin: top;
    }
    30% {
        transform: scaleY(0);
    }
    60% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
    70% {
        transform: scaleY(1);
    }
    90% {
        transform: scaleY(1);
        transform-origin: top;
    }
    to {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@keyframes bgHorzLineAnim {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }
    10% {
        transform: scaleX(1);
    }
    20% {
        transform: scaleX(1);
        transform-origin: right;
    }
    30% {
        transform: scaleX(0);
    }
    60% {
        transform: scaleX(0);
        transform-origin: right;
    }
    70% {
        transform: scaleX(1);
    }
    90% {
        transform: scaleX(1);
        transform-origin: right;
    }
    to {
        transform: scaleX(0);
        transform-origin: left;
    }
}

.fxIfoLine {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--fx-bg-vert-line-color-2);
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    z-index: 1000;
}

.fxIfoLine--vert {
    animation-name: fxIfoLineVertTop;
    height: 100%;
    transform-origin: top;
    width: 1px;
}

.fxIfoLine--horz {
    animation-name: fxIfoLineHorzLx;
    height: 1px;
    transform-origin: left;
    width: 100%;
}

.fxIfoLine--title {
    top: 25px;
    top: min(50%, 25px);
}

.fxIfoLine--scroll {
    --fx-bg-vert-line-color-2: currentColor;
}

.fxIfoLine--scroll:not(.fxIfoLine--visible),
.fxIfoLine--stop {
    animation-name: none;
}

@keyframes fxIfoLineVertTop {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
    50.1% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: bottom;
    }
    to {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@keyframes fxIfoLineHorzLx {
    0% {
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left;
    }
    50.1% {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: right;
    }
    to {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.pageHeader,
.sliderTop {
    --fx-bg-vert-line-color-2: #fff;
}

.categoryFilter {
    position: relative;
}

.sliderTop__pagination .sliderBullet {
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.sliderTop__pagination .sliderBullet:first-child {
    transition-delay: 0.15s;
}

.sliderTop__pagination .sliderBullet:nth-child(2) {
    transition-delay: 0.2s;
}

.sliderTop__pagination .sliderBullet:nth-child(3) {
    transition-delay: 0.25s;
}

.sliderTop__pagination .sliderBullet:nth-child(4) {
    transition-delay: 0.3s;
}

.sliderTop__pagination .sliderBullet:nth-child(5) {
    transition-delay: 0.35s;
}

.sliderTop__pagination .sliderBullet:nth-child(6) {
    transition-delay: 0.4s;
}

.sliderTop__pagination .sliderBullet:nth-child(7) {
    transition-delay: 0.45s;
}

.sliderTop__pagination .sliderBullet:nth-child(8) {
    transition-delay: 0.5s;
}

.sliderTop__pagination .sliderBullet:nth-child(9) {
    transition-delay: 0.55s;
}

.sliderTop--wait .sliderTop__pagination .sliderBullet {
    transform: scaleY(0);
    transition: none;
}

.categoryFilter__item,
.pageHeader .nav > li.firstLevel {
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.categoryFilter__item:first-child,
.pageHeader .nav > li.firstLevel:first-child {
    transition-delay: 0.2s;
}

.categoryFilter__item:nth-child(2),
.pageHeader .nav > li.firstLevel:nth-child(2) {
    transition-delay: 0.3s;
}

.categoryFilter__item:nth-child(3),
.pageHeader .nav > li.firstLevel:nth-child(3) {
    transition-delay: 0.4s;
}

.categoryFilter__item:nth-child(4),
.pageHeader .nav > li.firstLevel:nth-child(4) {
    transition-delay: 0.5s;
}

.categoryFilter__item:nth-child(5),
.pageHeader .nav > li.firstLevel:nth-child(5) {
    transition-delay: 0.6s;
}

.categoryFilter__item:nth-child(6),
.pageHeader .nav > li.firstLevel:nth-child(6) {
    transition-delay: 0.7s;
}

.categoryFilter__item:nth-child(7),
.pageHeader .nav > li.firstLevel:nth-child(7) {
    transition-delay: 0.8s;
}

.categoryFilter__item:nth-child(8),
.pageHeader .nav > li.firstLevel:nth-child(8) {
    transition-delay: 0.9s;
}

.categoryFilter__item:nth-child(9),
.pageHeader .nav > li.firstLevel:nth-child(9) {
    transition-delay: 1s;
}

.categoryFilter--wait .categoryFilter__item,
.pageHeader--wait .nav > li.firstLevel {
    opacity: 0;
    transform: scale(0);
    transition: none;
}

.swiper {
    height: 100%;
    top: 0;
    width: 100%;
}

.swiper,
.swiper .swiper-wrapper {
    position: relative;
}

.swiper .swiper-slide-content {
    height: 100%;
    position: relative;
    width: 100%;
}

.swiper .swiper-slide .slide-caption {
    display: none;
}

.swiper .swiper-button {
    background-image: none;
    height: 32px;
    margin-top: -40px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 16px;
    z-index: 99;
}

.swiper .swiper-button:hover {
    opacity: 1;
}

.swiper .swiper-button-prev {
    left: 4px;
}

@media (min-width: 768px) {
    .swiper .swiper-button-prev {
        left: 0;
    }
}

.swiper .swiper-button-next {
    right: 4px;
}

@media (min-width: 768px) {
    .swiper .swiper-button-next {
        right: 0;
    }
}

.swiper .swiper-button-disabled {
    opacity: 0.2 !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    background: none;
    border-radius: 0;
    bottom: 0;
    display: inline-block;
    height: 20px;
    margin: 0 8px 0 0 !important;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
    background-color: #fff;
    bottom: 10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
    height: 2px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    height: 4px;
}

.sliderTop {
    margin-top: 0;
    min-height: 150px;
    position: relative;
}

@media (min-width: 768px) {
    .sliderTop {
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .sliderTop {
        min-height: 250px;
    }
}

.sliderTop--ratio {
    overflow: hidden;
    position: relative;
}

.sliderTop--ratio:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.sliderTop--ratio > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sliderTop--video {
    max-height: 85vh;
    overflow: hidden;
    position: relative;
}

.sliderTop--video:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%;
}

.sliderTop--video > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .sliderTop--video {
        position: relative;
    }

    .sliderTop--video:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%;
    }

    .sliderTop--video > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.sliderTop__container {
    width: 100%;
}

.sliderTop__anchor {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
}

@media (min-width: 1200px) {
    .sliderTop__anchor {
        bottom: 15px;
        right: 15px;
    }
}

.sliderTop.short {
    min-height: 200px;
}

@media (min-width: 768px) {
    .sliderTop.short {
        min-height: 280px;
    }
}

.sliderTop.onTransition:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sliderTop .swiper-wrapper {
    position: relative;
}

.sliderTop .swiper-slide {
    background: #25282d;
    overflow: hidden;
}

.sliderTop .swiper-slide-content {
    position: relative;
}

.sliderTop .swiper-slide-content img,
.sliderTop .swiper-slide-content video {
    object-position: var(--object-position, center center);
}

.sliderTop .swiper-slide-content img {
    transform-origin: var(--slide-focus-point, center center);
}

.sliderTop .slider-caption-container {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}

@media (min-width: 768px) {
    .sliderTop .slider-caption-container {
        min-height: 45px;
    }
}

.sliderTop .slider-caption-container .slider-caption-wrapper {
    align-items: end;
    display: flex;
    padding: 7px 10px;
}

@media (min-width: 768px) {
    .sliderTop .slider-caption-container .slider-caption-wrapper {
        padding: 18px 30px 15px;
    }
}

.sliderTop .slider-caption-container .slider-caption-wrapper .slide-caption {
    align-items: end;
    display: flex;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: normal;
}

@media (min-width: 768px) {
    .sliderTop
    .slider-caption-container
    .slider-caption-wrapper
    .slide-caption {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .sliderTop
    .slider-caption-container
    .slider-caption-wrapper
    .slide-caption {
        font-size: 1.35rem;
    }
}

@media (min-width: 1200px) {
    .sliderTop
    .slider-caption-container
    .slider-caption-wrapper
    .slide-caption {
        font-size: 1.5rem;
    }
}

.sliderTop .slider-caption-container .slider-caption-wrapper .slide-caption h1 {
    color: #000;
}

.sliderTop__pagination.swiper-pagination-bullets {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    justify-content: center;
    left: 15px;
    position: absolute;
    top: 60px;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .sliderTop__pagination.swiper-pagination-bullets {
        height: calc(100% - 150px);
        left: 32px;
        top: 150px;
    }
}

.sliderTop__pagination.swiper-pagination-bullets .sliderBullet {
    height: 28px;
    margin: 5px 0;
    position: relative;
    width: 28px;
}

.sliderTop__pagination.swiper-pagination-bullets .sliderBullet:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0.2);
    transform-origin: top left;
    transition: transform 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .sliderTop__pagination.swiper-pagination-bullets
    .sliderBullet:hover:before {
        transform: scaleX(0.6);
    }
}

.sliderTop__pagination.swiper-pagination-bullets .sliderBullet--active:before,
.sliderTop__pagination.swiper-pagination-bullets
.sliderBullet--active:hover:before {
    transform: scaleX(1);
}

.swiper-slide video {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (orientation: portrait) {
    .swiper-slide video {
        height: 100%;
        width: auto;
    }
}

.sliderTop__slider-button {
    border-bottom: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.sliderTop__slider-button:active,
.sliderTop__slider-button:focus {
    outline: none;
}

.sliderTop__slider-button svg {
    height: auto;
    width: 20px;
}

@media (min-width: 768px) {
    .sliderTop__slider-button svg {
        width: 26px;
    }
}

@media (min-width: 992px) {
    .sliderTop__slider-button svg {
        width: 30px;
    }
}

.sliderTop__slider-button svg line {
    stroke: #fff;
    stroke-width: 2;
}

@media (hover: hover) and (pointer: fine) {
    .sliderTop__slider-button:hover {
        cursor: pointer;
    }

    .sliderTop__slider-button:hover svg line {
        stroke: #000;
    }
}

.sliderTop__slider-button-prev {
    left: 10px;
}

@media (min-width: 768px) {
    .sliderTop__slider-button-prev {
        left: 15px;
    }
}

.sliderTop__slider-button-next {
    right: 10px;
}

@media (min-width: 768px) {
    .sliderTop__slider-button-next {
        right: 15px;
    }
}

.slider-button-loader .circleLoader {
    height: 40px;
    position: relative;
    width: 40px;
}

@media (min-width: 768px) {
    .slider-button-loader .circleLoader {
        height: 60px;
        width: 60px;
    }
}

.slider-button-loader .circleLoader svg {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

@media (min-width: 768px) {
    .slider-button-loader .circleLoader svg {
        height: 24px;
        width: 12px;
    }
}

.slider-button-loader .circleLoader__wrapper {
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 20px;
}

@media (min-width: 768px) {
    .slider-button-loader .circleLoader__wrapper {
        height: 60px;
        width: 30px;
    }
}

.slider-button-loader .circleLoader__wrapper--right {
    right: 0;
}

.slider-button-loader .circleLoader__wrapper--left {
    left: 0;
}

.slider-button-loader .circleLoader__whole {
    border: 1px solid transparent;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    width: 40px;
}

@media (min-width: 768px) {
    .slider-button-loader .circleLoader__whole {
        height: 60px;
        width: 60px;
    }
}

.slider-button-loader .circleLoader__right {
    border-right: 1px solid #25282d;
    border-top: 1px solid #25282d;
    right: 1px;
}

.slider-button-loader .circleLoader__left {
    border-bottom: 1px solid #25282d;
    border-left: 1px solid #25282d;
    left: 1px;
}

.slider-button-loader.animating .circleLoader__right {
    animation: circleRight var(--buttonLoaderDuration) linear forwards;
}

.slider-button-loader.animating .circleLoader__left {
    animation: circleLeft var(--buttonLoaderDuration) linear forwards;
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }
    50%,
    to {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%,
    50% {
        transform: rotate(-135deg);
    }
    to {
        transform: rotate(45deg);
    }
}

.sliderTop--videoHome {
    max-height: 100vh !important;
}

@media (min-width: 768px) {
    .sliderTop--videoHome .slider-caption-container {
        background: url(/build/website/images/images/generali/arrow-down.8aa9b6d2.svg) calc(50% - 50px) no-repeat;
    }
}

.sliderTopPlayBtn {
    transition: opacity 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.sliderTopPlayBtn--hidden {
    opacity: 0;
    pointer-events: none;
}

.sliderPageContainer {
    max-height: 80vh;
    position: relative;
    width: 100%;
}

.sliderPageContainer:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.sliderPageContainer > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .sliderPageContainer {
        margin: 0 auto;
        max-width: 1000px;
    }
}

.sliderPageContainer .swiper-pagination {
    left: auto;
    position: absolute;
    right: 0;
    text-align: right;
    top: -15px;
    width: auto;
}

@media (min-width: 768px) {
    .sliderPageContainer .swiper-pagination {
        top: -25px;
    }
}

.sliderPageContainer .swiper-pagination .swiper-pagination-bullet {
    margin-left: 8px !important;
    margin-right: 0 !important;
}

.sliderPage {
    height: 100%;
    margin-bottom: -20px;
    padding: 0;
    position: relative;
}

.sliderPage.onTransition:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sliderPage.onTransition .swiper-slide:before {
    display: none !important;
}

.sliderPage .swiper-wrapper {
    position: relative;
}

.sliderPage .swiper-slide {
    background: #25282d;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.sliderPage .swiper-slide:not(.swiper-slide-active):before {
    background: #25282d;
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
    z-index: 1;
}

.sliderPage .sliderPage__slider-button {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    width: 10px;
    z-index: 99;
}

@media (min-width: 768px) {
    .sliderPage .sliderPage__slider-button {
        width: 12px;
    }
}

.sliderPage .sliderPage__slider-button svg {
    height: auto;
    width: 10px;
}

@media (min-width: 768px) {
    .sliderPage .sliderPage__slider-button svg {
        width: 12px;
    }
}

.sliderPage .sliderPage__slider-button svg line {
    stroke: #dcdcdc;
}

@media (hover: hover) and (pointer: fine) {
    .sliderPage .sliderPage__slider-button:hover {
        cursor: pointer;
    }

    .sliderPage .sliderPage__slider-button:hover svg line {
        stroke: #25282d;
    }
}

.sliderPage .sliderPage__slider-button.swiper-button-disabled {
    cursor: default !important;
    opacity: 0.5;
}

.sliderPage .sliderPage__slider-button-prev {
    left: 0;
}

.sliderPage .sliderPage__slider-button-next {
    right: 0;
}

.sliderPage .slider-caption-container {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: calc(100% - 40px);
    z-index: 99;
}

.sliderPage .slider-caption-container .slide-caption {
    display: block;
    padding: 3px 0;
}

.carosello {
    margin: 0 auto;
    padding: 15px;
}

@media (min-width: 768px) {
    .carosello {
        padding: 30px;
    }
}

.carosello .swiper-slide {
    padding: 0 15px;
}

.carosello .logo__img {
    margin: 0 auto;
    max-height: 70px;
    max-width: 200px;
    position: relative;
}

.carosello .logo__img:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%;
}

.carosello .logo__img > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.carosello__slider-button-container {
    bottom: -60px;
    height: 60px;
    left: 18px;
    position: absolute;
}

.carosello__slider-button-container:before {
    background: #25282d;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.carosello__slider-button-container .carosello__slider-button {
    display: inline-block;
    height: 20px;
    margin: 18px 15px 0;
    width: 10px;
}

.carosello__slider-button-container .carosello__slider-button svg {
    height: 20px;
    width: 10px;
}

.carosello__slider-button-container .carosello__slider-button:hover {
    cursor: pointer;
}

.carosello__slider-button-container .carosello__slider-button:hover svg line {
    stroke: #25282d;
}

.sideNav {
    display: none;
    height: 100%;
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

@media (min-width: 992px) {
    .sideNav {
        display: none !important;
    }
}

.sideNav__overlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    transition: opacity 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
    z-index: 502;
}

.sideNav__content,
.sideNav__overlay {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sideNav__content {
    background: #25282d;
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 100%;
    overflow: hidden;
    padding: 80px 15px 0;
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    padding 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    z-index: 503;
}

@media (min-width: 576px) {
    .sideNav__content {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .sideNav__content {
        padding: 80px 15px 0;
    }
}

.sideNav__content ul li.fxTranslate .fxTranslateContent span {
    transform: none;
}

.sideNav__content .navWrapper {
    flex-grow: 1;
    overflow-y: auto;
}

.sideNav__content .navWrapper::-webkit-scrollbar {
    display: none;
    width: 0;
}

.sideNav__content .navWrapper ul.nav li {
    height: 45px;
    position: relative;
}

@media (min-width: 768px) {
    .sideNav__content .navWrapper ul.nav li {
        height: 65px;
    }
}

.sideNav__content .navWrapper ul.nav li:before {
    background: #3c4149;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sideNav__content .navWrapper ul.nav li:first-child:before {
    display: none;
}

.sideNav__content .navWrapper ul.nav li.hasChildren {
    height: 45px;
    overflow: hidden;
    position: relative;
    transition: height 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

@media (min-width: 768px) {
    .sideNav__content .navWrapper ul.nav li.hasChildren {
        height: 65px;
    }
}

.sideNav__content .navWrapper ul.nav li.hasChildren:after {
    background: url(/build/website/images/images/generali/arrow-down-sidenav-white.00540343.svg) 50%/24px no-repeat;
    content: "";
    height: 45px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 24px;
}

@media (min-width: 768px) {
    .sideNav__content .navWrapper ul.nav li.hasChildren:after {
        height: 65px;
    }
}

.sideNav__content .navWrapper ul.nav li.hasChildren.open:after {
    transform: rotate(-180deg);
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="1"] {
    height: 90px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="1"] {
        height: 130px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="2"] {
    height: 135px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="2"] {
        height: 195px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="3"] {
    height: 180px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="3"] {
        height: 260px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="4"] {
    height: 225px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="4"] {
        height: 325px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="5"] {
    height: 270px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="5"] {
        height: 390px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="6"] {
    height: 315px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="6"] {
        height: 455px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="7"] {
    height: 360px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="7"] {
        height: 520px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="8"] {
    height: 405px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="8"] {
        height: 585px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="9"] {
    height: 450px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="9"] {
        height: 650px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="10"] {
    height: 495px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="10"] {
        height: 715px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="11"] {
    height: 540px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="11"] {
        height: 780px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="12"] {
    height: 585px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="12"] {
        height: 845px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="13"] {
    height: 630px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="13"] {
        height: 910px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="14"] {
    height: 675px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="14"] {
        height: 975px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="15"] {
    height: 720px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="15"] {
        height: 1040px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="16"] {
    height: 765px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="16"] {
        height: 1105px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="17"] {
    height: 810px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="17"] {
        height: 1170px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="18"] {
    height: 855px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="18"] {
        height: 1235px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="19"] {
    height: 900px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="19"] {
        height: 1300px;
    }
}

.sideNav__content
.navWrapper
ul.nav
li.hasChildren.open[data-children-count="20"] {
    height: 945px;
}

@media (min-width: 768px) {
    .sideNav__content
    .navWrapper
    ul.nav
    li.hasChildren.open[data-children-count="20"] {
        height: 1365px;
    }
}

.sideNav__content .navWrapper ul.nav li a,
.sideNav__content .navWrapper ul.nav li span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .sideNav__content .navWrapper ul.nav li a,
    .sideNav__content .navWrapper ul.nav li span {
        font-size: 16px;
        height: 65px;
    }
}

.sideNav__content .navWrapper ul.nav li a:after,
.sideNav__content .navWrapper ul.nav li span:after {
    display: none;
}

.sideNav__content .navWrapper ul.nav li > a,
.sideNav__content .navWrapper ul.nav li > span {
    padding: 0 15px;
}

.sideNav__content .navWrapper ul.nav li > ul {
    margin-left: 15px;
}

.sideNav__content .navWrapper ul.nav li > ul li:first-child:before {
    display: block;
}

.sideNav__content .navWrapper ul.nav li > ul li span {
    padding: 0;
}

.sideNav__content .navWrapper ul.nav li > ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .sideNav__content .navWrapper ul.nav li > ul li a {
        font-size: 16px;
        height: 65px;
    }
}

.sideNav__content .navWrapper ul.nav li > ul.open {
    display: block;
}

.sideNav__content .navLangWrapper {
    margin: 20px 0;
    order: 2;
    padding: 0;
    position: relative;
}

.sideNav__content .navLangWrapper .nav > li > a {
    font-size: 0.8125rem;
    font-weight: 400;
}

.sideNav__content .navLangWrapper li:not(:last-child) {
    border-right-color: #3c4149;
}

.sideNav__content .navTopWrapper {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    order: 2;
    padding: 0 10px;
}

.sideNav__content .navTopWrapper .socialLinksContainer:after {
    background: #25282d;
    content: "";
    height: 12px;
    position: absolute;
    right: 5px;
    top: 9px;
    width: 1px;
}

.sideNav__content .navTopWrapper .socialLinksContainer a {
    display: inline-block;
    line-height: 40px;
    margin: 0 8px;
}

.sideNav__content .navTopWrapper .socialLinksContainer a svg {
    height: auto;
    width: 14px;
}

.sideNav__content .navTopWrapper ul > li {
    display: inline-block;
    padding: 10px 6px;
    position: relative;
}

.sideNav__content .navTopWrapper ul > li a {
    color: #25282d;
    font-size: 12px;
    text-transform: uppercase;
}

.sideNavOpen .sideNav__overlay {
    opacity: 1;
}

.sideNavOpen .sideNav__content {
    opacity: 1;
    transform: translateX(-100%);
}

:root {
    --header-height-overlay-open: 60px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    clear: both;
    color: #fff;
    height: 100vh;
    left: 0;
    overflow: hidden;
    padding-top: var(--header-height-overlay-open);
    position: fixed;
    top: 0;
    transition: all 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
    z-index: 98;
}

.overlay__content,
.overlay__wrapper {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.overlay__wrapper {
    height: calc(100% - var(--header-height-overlay-open));
    opacity: 0;
    top: var(--header-height-overlay-open);
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.overlay__wrapper.visible {
    opacity: 1;
}

.overlay__content {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.overlay__closeBtn {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 55px;
    top: 50%;
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 30px;
    z-index: 100;
}

.overlay__closeBtn:before {
    background: url(../images/x-close.svg) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}

.overlay__closeBtn > img,
.overlay__closeBtn > span {
    display: none;
}

.overlay__closeBtn:hover {
    transform: rotate(90deg);
}

.overlay--hidden {
    display: none;
}

.overlay--partial {
    height: auto;
    min-height: calc(35vh + 200px + var(--header-height-overlay-open));
}

.overlay--slidedown {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 1.2s cubic-bezier(0.76, 0.015, 0.41, 1),
    opacity 1.2s cubic-bezier(0.76, 0.015, 0.41, 1),
    visibility 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
    visibility: hidden;
}

.overlay--slidedown.open,
.overlay--slidedown.overlay--visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.submenuOverlay {
    height: auto;
    position: relative;
}

.submenuOverlay ul {
    display: inline-block;
}

.submenuOverlay ul > li {
    display: block;
    font-size: 1rem;
    line-height: normal;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .submenuOverlay ul > li {
        padding: 20px;
    }
}

.submenuOverlay ul > li:before {
    background: #25282d;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
}

.submenuOverlay ul > li:first-child:before {
    display: none;
}

.submenuOverlay ul > li .overlaySubMenuItem {
    display: block;
    position: relative;
}

.submenuOverlay ul > li .overlaySubMenuItem__link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 1.2s cubic-bezier(0.76, 0.015, 0.41, 1),
    -webkit-text-fill-color 1.2s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.submenuOverlay ul > li .overlaySubMenuItem__link.fxTranslateContent span {
    color: #fff;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .submenuOverlay ul > li .overlaySubMenuItem__link.fxTranslateContent span {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .submenuOverlay ul > li .overlaySubMenuItem__link.fxTranslateContent span {
        font-size: 1.55rem;
        line-height: 2.1rem;
    }
}

.submenuOverlay
ul
> li
.overlaySubMenuItem__link.fxTranslateContent
span:before {
    color: #25282d !important;
}

.overlay--slidedown .submenuOverlay .overlaySubMenuItem {
    transform: translateY(250%);
    transition: transform 1.5s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem {
    transform: translateY(0);
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="1"] {
    transition-delay: 0.1s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="2"] {
    transition-delay: 0.2s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="3"] {
    transition-delay: 0.3s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="4"] {
    transition-delay: 0.4s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="5"] {
    transition-delay: 0.5s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="6"] {
    transition-delay: 0.6s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="7"] {
    transition-delay: 0.7s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="8"] {
    transition-delay: 0.8s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="9"] {
    transition-delay: 0.9s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="10"] {
    transition-delay: 1s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="11"] {
    transition-delay: 1.1s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="12"] {
    transition-delay: 1.2s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="13"] {
    transition-delay: 1.3s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="14"] {
    transition-delay: 1.4s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="15"] {
    transition-delay: 1.5s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="16"] {
    transition-delay: 1.6s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="17"] {
    transition-delay: 1.7s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="18"] {
    transition-delay: 1.8s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="19"] {
    transition-delay: 1.9s;
}

.overlay--slidedown.overlay--visible
.overlay__wrapper.visible
.submenuOverlay
.overlaySubMenuItem[data-page-count="20"] {
    transition-delay: 2s;
}

.modal {
    display: none;
    padding: 50px;
}

.overlay--modal .modal {
    display: block;
}

.overlay--modal .overlay__wrapper {
    border: 1px solid red;
    height: 80%;
    left: 10%;
    top: 10%;
    width: 80%;
}

.overlay--modal .overlay__content {
    height: 100%;
    top: 0;
    transform: none;
    width: 100%;
}

.timeline__wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .timeline__wrapper:before {
        border-left: 1px solid #25282d;
        content: "";
        height: 100%;
        left: calc(50% - 0.5px);
        position: absolute;
        width: 1px;
    }
}

.tl-step {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .tl-step {
        margin-top: -150px;
    }
}

@media (min-width: 992px) {
    .tl-step {
        margin-top: -175px;
    }
}

.tl-step__wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .tl-step__wrapper {
        min-height: 300px;
    }
}

.tl-step__header {
    position: relative;
    text-align: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .tl-step__header:after {
        border-bottom: 1px solid #25282d;
        content: "";
        height: 1px;
        position: absolute;
        top: calc(50% - 2px);
        width: 25%;
        z-index: 1;
    }

    .tl-step:nth-child(odd) .tl-step__header:after {
        left: 25%;
    }

    .tl-step:nth-child(2n) .tl-step__header:after {
        right: 25%;
    }
}

.tl-step__header h4 {
    margin: 0;
}

.tl-step__body {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .tl-step__body {
        margin: 30px 0 0;
        width: 45%;
    }
}

@media (min-width: 992px) {
    .tl-step__body {
        width: 40%;
    }
}

.tl-step__body:before {
    border-left: 1px solid #25282d;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -76px;
    transition: height 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 1px;
}

@media (min-width: 768px) {
    .tl-step__body:before {
        top: -52px;
    }

    .tl-step__body p {
        margin: 10px 35px;
    }

    .tl-step:nth-child(odd) .tl-step__body:before {
        left: 55.5%;
    }
}

@media (min-width: 992px) {
    .tl-step:nth-child(odd) .tl-step__body:before {
        left: 62.5%;
    }
}

.tl-step:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .tl-step:nth-child(2n) .tl-step__body {
        margin-left: 55%;
    }

    .tl-step:nth-child(2n) .tl-step__body:before {
        left: 44.5%;
    }
}

@media (min-width: 992px) {
    .tl-step:nth-child(2n) .tl-step__body {
        margin-left: 60%;
    }

    .tl-step:nth-child(2n) .tl-step__body:before {
        left: 37.5%;
    }
}

.tl-step__side-img {
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .tl-step__side-img {
        height: 100%;
        margin-bottom: 0;
        padding-top: 42px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tl-step:nth-child(odd) .tl-step__side-img {
        right: -150%;
        text-align: left;
    }

    .tl-step:nth-child(2n) .tl-step__side-img {
        left: -150%;
        text-align: right;
    }
}

.tl-step__side-img img {
    max-height: 100%;
    padding: 15px;
}

.tl-step__img,
.tl-step__side-img img,
.tl-step__video {
    max-width: 100%;
    width: auto;
}

.tl-step__img {
    max-height: 256px;
}

.tl-step__title {
    background-color: #dcdcdc;
    display: inline-block;
    padding: 6px 18px 8px;
    position: relative;
    z-index: 3;
}

.tl-step__title > span {
    color: #fff;
    display: inline-block;
}

.tl-step__sliderContainer {
    position: relative;
    width: 100%;
}

.tl-step__sliderContainer:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%;
}

.tl-step__sliderContainer > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tl-step__sliderContainer .tl-step__slider {
    padding: 5px 20px 10px !important;
    position: relative;
}

@media (min-width: 768px) {
    .tl-step__sliderContainer .tl-step__slider {
        padding: 5px 20px 10px !important;
    }
}

.tl-step__txt {
    text-align: center;
}

.tl-step__txt h5 {
    display: inline-block;
    position: relative;
}

.tl-step--origini .tl-step__side-img {
    display: flex;
    flex-direction: row;
}

.tl-step--origini .tl-step__side-img img {
    align-self: flex-start;
    margin-right: 15px;
    object-fit: cover;
}

.tl-step--origini .tl-step__side-img img:first-child {
    width: calc(33.33333% - 5px);
}

.tl-step--origini .tl-step__side-img img:nth-child(2) {
    width: calc(66.66667% - 10px);
}

.tl-step--origini .tl-step__side-img img:last-child {
    margin-right: 0;
}

.tl-step--crescita .tl-step__side-img {
    display: flex;
    flex-direction: row;
}

@media (min-width: 768px) {
    .tl-step--crescita .tl-step__side-img {
        flex-direction: column;
    }
}

.tl-step--crescita .tl-step__side-img img {
    align-self: flex-start;
    margin-right: 15px;
    width: calc(50% - 7.5px);
}

.tl-step--crescita .tl-step__side-img img:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .tl-step--crescita .tl-step__side-img img {
        align-self: flex-end;
        height: calc(50% - 7.5px);
        margin-bottom: 15px;
        margin-right: 0;
        width: auto;
    }

    .tl-step--crescita .tl-step__side-img img:last-child {
        margin-bottom: 0;
    }

    .timeline.before-animation .timeline__wrapper:before {
        height: 0;
    }

    .timeline.before-animation .tl-step .tl-step__header:after {
        width: 0;
    }

    .timeline.before-animation .tl-step .tl-step__title:after,
    .timeline.before-animation .tl-step .tl-step__title:before {
        transform: scale(0);
    }

    .timeline.animated .timeline__wrapper:before {
        animation: tl-center-line-animation 5s forwards;
        animation-delay: 0s;
        height: 0;
    }

    .timeline.animated .tl-step .tl-step__header:after {
        animation: tl-step-line-animation 0.7s ease-in forwards;
        width: 0;
    }

    .timeline.animated .tl-step .tl-step__title:after,
    .timeline.animated .tl-step .tl-step__title:before {
        animation: tl-step-dot-animation 0.3s ease-in forwards;
        transform: scale(0);
    }

    .timeline.animated .tl-step:first-child .tl-step__header:after {
        animation-delay: 0s;
    }

    .timeline.animated .tl-step:first-child .tl-step__title:after,
    .timeline.animated .tl-step:first-child .tl-step__title:before {
        animation-delay: 0.4s;
    }

    .timeline.animated .tl-step:nth-child(2) .tl-step__header:after {
        animation-delay: 0.3s;
    }

    .timeline.animated .tl-step:nth-child(2) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(2) .tl-step__title:before {
        animation-delay: 0.7s;
    }

    .timeline.animated .tl-step:nth-child(3) .tl-step__header:after {
        animation-delay: 0.6s;
    }

    .timeline.animated .tl-step:nth-child(3) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(3) .tl-step__title:before {
        animation-delay: 1s;
    }

    .timeline.animated .tl-step:nth-child(4) .tl-step__header:after {
        animation-delay: 0.9s;
    }

    .timeline.animated .tl-step:nth-child(4) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(4) .tl-step__title:before {
        animation-delay: 1.3s;
    }

    .timeline.animated .tl-step:nth-child(5) .tl-step__header:after {
        animation-delay: 1.2s;
    }

    .timeline.animated .tl-step:nth-child(5) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(5) .tl-step__title:before {
        animation-delay: 1.6s;
    }

    .timeline.animated .tl-step:nth-child(6) .tl-step__header:after {
        animation-delay: 1.5s;
    }

    .timeline.animated .tl-step:nth-child(6) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(6) .tl-step__title:before {
        animation-delay: 1.9s;
    }

    .timeline.animated .tl-step:nth-child(7) .tl-step__header:after {
        animation-delay: 1.8s;
    }

    .timeline.animated .tl-step:nth-child(7) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(7) .tl-step__title:before {
        animation-delay: 2.2s;
    }

    .timeline.animated .tl-step:nth-child(8) .tl-step__header:after {
        animation-delay: 2.1s;
    }

    .timeline.animated .tl-step:nth-child(8) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(8) .tl-step__title:before {
        animation-delay: 2.5s;
    }

    .timeline.animated .tl-step:nth-child(9) .tl-step__header:after {
        animation-delay: 2.4s;
    }

    .timeline.animated .tl-step:nth-child(9) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(9) .tl-step__title:before {
        animation-delay: 2.8s;
    }

    .timeline.animated .tl-step:nth-child(10) .tl-step__header:after {
        animation-delay: 2.7s;
    }

    .timeline.animated .tl-step:nth-child(10) .tl-step__title:after,
    .timeline.animated .tl-step:nth-child(10) .tl-step__title:before {
        animation-delay: 3.1s;
    }

    .timeline.animated .tl-step .tl-step__body:before {
        height: 40px;
    }
}

@keyframes tl-center-line-animation {
    0% {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes tl-step-line-animation {
    0% {
        width: 0;
    }
    to {
        width: 25%;
    }
}

@keyframes tl-step-dot-animation {
    0% {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 575.98px) {
    .instagramWidget .instagramMediaWrapper:not(:first-child) {
        margin-top: 30px;
    }

    .instagramWidget .instagramMediaWrapper:nth-child(n + 2) {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .instagramWidget .instagramMediaWrapper:nth-child(n + 3) {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .instagramWidget .instagramMediaWrapper:nth-child(n + 4) {
        display: none;
    }
}

.instagramWidget .instagramMedia {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 260px;
    position: relative;
}

.instagramWidget .instagramMedia:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.instagramWidget .instagramMedia > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .instagramWidget .instagramMedia {
        max-width: 320px;
    }
}

.instagramWidget .instagramMedia a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.instagramWidget .instagramMedia__img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 768px) {
    .instagramWidget .instagramMedia__img {
        max-width: 420px;
    }
}

.imageMap {
    height: auto;
    margin: 0 auto;
    position: relative;
}

.imageMap:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.imageMap > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.imageMap figure,
.imageMap picture {
    height: auto;
    position: static;
    width: auto;
}

.imageMap__inner {
    height: 50%;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 50%;
}

@media (min-width: 768px) {
    .imageMap__inner {
        height: 70%;
        left: 15%;
        top: 15%;
        width: 70%;
    }
}

.imageMap__wrapper {
    position: relative;
}

.imageMap__image,
.imageMap__video {
    display: block;
}

.imageMap__hotspot {
    position: absolute;
}

.imageMap--video:not(.imageMap--ready) .imageMap__hotspot,
.imageMap:not(.imageMap--visible) .imageMap__hotspot {
    display: none;
}

.imageMap--large .imageMap__inner {
    height: 60%;
    left: 20%;
    top: 20%;
    width: 60%;
}

@media (min-width: 768px) {
    .imageMap--large .imageMap__inner {
        height: 80%;
        left: 10%;
        top: 10%;
        width: 80%;
    }
}

.imageMap--full .imageMap__inner {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.imageMap--debug {
    outline: 1px solid red;
}

.imageMap--debug .imageMap__inner {
    outline: 1px solid green;
}

.imageMap--debug .imageMap__wrapper {
    outline: 1px solid blue;
}

.imageMap--debug .imageMap__img {
    outline: 1px solid #ff0;
}

.imageMap--debug .imageMap__wrapper:before {
    background: rgba(0, 0, 0, 0.15);
    content: attr(data-x) ", " attr(data-y) ", " attr(data-w) ", " attr(data-h) " (" attr(data-r) ")";
    left: 0;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.hotspot {
    --line-length: calc(var(--image-map-size) * 0.2);
    transform: translate(-50%, -50%);
}

.hotspot[data-length="short"] {
    --line-length: calc(var(--image-map-size) * 0.14);
}

.hotspot[data-length="extended"] {
    --line-length: calc(var(--image-map-size) * 0.3);
}

@media (min-width: 768px) {
    .hotspot {
        --line-length: calc(var(--image-map-size) * 0.23);
    }

    .hotspot[data-length="short"] {
        --line-length: calc(var(--image-map-size) * 0.16);
    }

    .hotspot[data-length="extended"] {
        --line-length: calc(var(--image-map-size) * 0.33);
    }
}

.hotspot__text {
    background: #25282d;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

@media (min-width: 768px) {
    .hotspot__text {
        font-size: 0.9rem;
        padding: 4px 0;
        width: 150px;
    }
}

.hotspot:before {
    background: url(/build/website/images/images/generali/icon-hotspot.50ddf777.svg) no-repeat 50% / contain;
    content: "";
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 2;
}

.hotspot:after {
    background: #25282d;
    content: "";
    display: block;
    height: var(--line-length);
    left: 10px;
    position: absolute;
    width: 1px;
    z-index: 1;
}

.hotspot[data-position-y="top"]:after {
    bottom: 10px;
}

.hotspot[data-position-y="top"] .hotspot__text {
    bottom: calc(var(--line-length) - 20px);
}

.hotspot[data-position-y="center"]:after {
    height: 1px;
    top: 10px;
    width: var(--line-length);
}

.hotspot[data-position-y="center"] .hotspot__text {
    top: -10px;
}

.hotspot[data-position-y="bottom"]:after {
    top: 10px;
}

.hotspot[data-position-y="bottom"] .hotspot__text {
    top: calc(var(--line-length) - 20px);
}

.hotspot[data-position-x="left"] .hotspot__text {
    right: 20px;
}

.hotspot[data-position-x="right"] .hotspot__text {
    left: 20px;
}

.hotspot[data-position-y="center"][data-position-x="left"]:after {
    left: auto;
    right: 10px;
}

.hotspot[data-position-y="center"][data-position-x="left"] .hotspot__text {
    right: calc(var(--line-length) + 20px);
}

.hotspot[data-position-y="center"][data-position-x="right"]:after {
    left: 10px;
    right: auto;
}

.hotspot[data-position-y="center"][data-position-x="right"] .hotspot__text {
    left: calc(var(--line-length) + 20px);
}

.hotspot[data-text-pos="inverted"]:not(
        [data-position-y="center"]
    )[data-position-x="left"]
.hotspot__text {
    left: 20px;
    right: auto;
}

.hotspot[data-text-pos="inverted"]:not(
        [data-position-y="center"]
    )[data-position-x="right"]
.hotspot__text {
    left: auto;
    right: 20px;
}

.hotspot:before,
.hotspot__text {
    animation: hotspot-popin 1s cubic-bezier(0.76, 0.02, 0.19, 2.01) forwards;
    opacity: 0;
    transform: scale(0);
}

.hotspot[data-position-y="bottom"]:after,
.hotspot[data-position-y="top"]:after {
    animation: hotspot-line-y 1s cubic-bezier(0.76, 0.015, 0.41, 1) forwards;
    transform: scaleY(0);
}

.hotspot[data-position-y="top"]:after {
    transform-origin: bottom;
}

.hotspot[data-position-y="bottom"]:after {
    transform-origin: top;
}

.hotspot[data-position-y="center"]:after {
    animation: hotspot-line-x 1s cubic-bezier(0.76, 0.015, 0.41, 1) forwards;
    transform: scaleX(0);
}

.hotspot[data-position-y="center"][data-position-x="left"]:after {
    transform-origin: right;
}

.hotspot[data-position-y="center"][data-position-x="right"]:after {
    transform-origin: left;
}

.hotspot[data-index="1"] .hotspot__text,
.hotspot[data-index="1"]:after,
.hotspot[data-index="1"]:before {
    animation-delay: 1.2s;
}

.hotspot[data-index="2"] .hotspot__text,
.hotspot[data-index="2"]:after,
.hotspot[data-index="2"]:before {
    animation-delay: 1.4s;
}

.hotspot[data-index="3"] .hotspot__text,
.hotspot[data-index="3"]:after,
.hotspot[data-index="3"]:before {
    animation-delay: 1.6s;
}

.hotspot[data-index="4"] .hotspot__text,
.hotspot[data-index="4"]:after,
.hotspot[data-index="4"]:before {
    animation-delay: 1.8s;
}

.hotspot[data-index="5"] .hotspot__text,
.hotspot[data-index="5"]:after,
.hotspot[data-index="5"]:before {
    animation-delay: 2s;
}

.hotspot[data-index="6"] .hotspot__text,
.hotspot[data-index="6"]:after,
.hotspot[data-index="6"]:before {
    animation-delay: 2.2s;
}

.hotspot[data-index="7"] .hotspot__text,
.hotspot[data-index="7"]:after,
.hotspot[data-index="7"]:before {
    animation-delay: 2.4s;
}

.hotspot[data-index="8"] .hotspot__text,
.hotspot[data-index="8"]:after,
.hotspot[data-index="8"]:before {
    animation-delay: 2.6s;
}

.hotspot[data-index="9"] .hotspot__text,
.hotspot[data-index="9"]:after,
.hotspot[data-index="9"]:before {
    animation-delay: 2.8s;
}

.hotspot[data-index="10"] .hotspot__text,
.hotspot[data-index="10"]:after,
.hotspot[data-index="10"]:before {
    animation-delay: 3s;
}

.hotspot[data-index="11"] .hotspot__text,
.hotspot[data-index="11"]:after,
.hotspot[data-index="11"]:before {
    animation-delay: 3.2s;
}

.hotspot[data-index="12"] .hotspot__text,
.hotspot[data-index="12"]:after,
.hotspot[data-index="12"]:before {
    animation-delay: 3.4s;
}

.hotspot[data-index="13"] .hotspot__text,
.hotspot[data-index="13"]:after,
.hotspot[data-index="13"]:before {
    animation-delay: 3.6s;
}

.hotspot[data-index="14"] .hotspot__text,
.hotspot[data-index="14"]:after,
.hotspot[data-index="14"]:before {
    animation-delay: 3.8s;
}

.hotspot[data-index="15"] .hotspot__text,
.hotspot[data-index="15"]:after,
.hotspot[data-index="15"]:before {
    animation-delay: 4s;
}

.hotspot[data-index="16"] .hotspot__text,
.hotspot[data-index="16"]:after,
.hotspot[data-index="16"]:before {
    animation-delay: 4.2s;
}

.hotspot[data-index="17"] .hotspot__text,
.hotspot[data-index="17"]:after,
.hotspot[data-index="17"]:before {
    animation-delay: 4.4s;
}

.hotspot[data-index="18"] .hotspot__text,
.hotspot[data-index="18"]:after,
.hotspot[data-index="18"]:before {
    animation-delay: 4.6s;
}

.hotspot[data-index="19"] .hotspot__text,
.hotspot[data-index="19"]:after,
.hotspot[data-index="19"]:before {
    animation-delay: 4.8s;
}

.hotspot[data-index="20"] .hotspot__text,
.hotspot[data-index="20"]:after,
.hotspot[data-index="20"]:before {
    animation-delay: 5s;
}

@keyframes hotspot-popin {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hotspot-line-x {
    0% {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes hotspot-line-y {
    0% {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

.counterRow {
    max-width: 1800px;
}

.counter {
    position: relative;
    z-index: 1;
}

.counter__icon {
    display: block;
    height: auto;
    margin: 0 auto 15px;
    width: 60px;
}

.counter__numberWrapper {
    text-align: center;
}

.counter__number {
    font-size: 3.2rem;
    position: relative;
    text-align: right;
}

.counter__number,
.counter__numberSuffix {
    display: inline-block;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}

.counter__numberSuffix {
    font-size: 2.6rem;
}

.counter__label {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.parallax {
    height: 50vh;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .parallax {
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    .parallax {
        min-height: 450px;
    }
}

@media (min-width: 1200px) {
    .parallax {
        min-height: 550px;
    }
}

@media (min-width: 1400px) {
    .parallax {
        min-height: 650px;
    }
}

.parallax__imgContainer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.parallax__imgContainer .content {
    height: 100%;
    width: 100%;
}

.parallax__imgContainer .parallax__img {
    height: 140%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.parallax--small {
    height: 200px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .parallax--small {
        height: 250px;
        min-height: 250px;
    }
}

@media (min-width: 992px) {
    .parallax--small {
        height: 300px;
        min-height: 300px;
    }
}

@media (min-width: 1200px) {
    .parallax--small {
        height: 350px;
        min-height: 350px;
    }
}

@media (min-width: 1400px) {
    .parallax--small {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .parallax--content {
        height: auto;
        min-height: 50vh;
    }
}

.parallax--content .parallax__overlay {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: relative;
}

.parallaxContent {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    height: auto;
    padding: 30px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .parallaxContent {
        height: 100%;
        padding: 60px 0;
        width: 50%;
    }
}

.parallaxContent .parallaxContent__container {
    --bs-gutter-x: 60px;
    --btn-deco-color-hover: #25282d;
    margin-left: 0;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
    .parallaxContent .parallaxContent__container {
        margin-left: auto;
        margin-right: 0;
        max-width: 360px;
        padding-left: calc(var(--bs-gutter-x) * 0.5 - 15px);
    }
}

@media (min-width: 992px) {
    .parallaxContent .parallaxContent__container {
        max-width: 480px;
    }
}

@media (min-width: 1200px) {
    .parallaxContent .parallaxContent__container {
        max-width: 570px;
    }
}

@media (min-width: 1400px) {
    .parallaxContent .parallaxContent__container {
        max-width: 660px;
    }
}

@media (min-width: 1800px) {
    .parallaxContent .parallaxContent__container {
        max-width: 860px;
    }
}

:root {
    --btn-label-color: #fff;
    --btn-bg-color: #1a1c20;
    --btn-deco-color: var(--btn-label-color);
    --btn-deco-color-hover: #b0b0b0;
}

.btn {
    background-color: var(--btn-bg-color);
    border: none;
    color: var(--btn-label-color);
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.125rem;
    line-height: 1;
    padding: 14px 40px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 1s,
    background-color 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    z-index: 1;
}

.btn,
.btn__label {
    display: inline-block;
}

.btn__label {
    padding-top: 1px;
}

.btn__after,
.btn__before {
    background: transparent;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn__after:after,
.btn__after:before,
.btn__before:after,
.btn__before:before {
    background: var(--btn-deco-color);
    content: "";
    position: absolute;
    transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.btn__after:before,
.btn__before:before {
    height: 1px;
    width: 11px;
}

.btn__after:after,
.btn__before:after {
    height: 11px;
    width: 1px;
}

.btn__before:before {
    bottom: -1px;
    left: -6px;
}

.btn__before:after {
    bottom: -6px;
    left: -1px;
}

.btn__after:before {
    right: -6px;
    top: -1px;
}

.btn__after:after {
    right: -1px;
    top: -6px;
}

.btn:after {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        background-color: var(--btn-label-color);
        color: var(--btn-bg-color);
    }

    .btn:hover .btn__after:after,
    .btn:hover .btn__after:before,
    .btn:hover .btn__before:after,
    .btn:hover .btn__before:before {
        background: var(--btn-deco-color-hover);
    }

    .btn:hover .btn__before:before {
        left: calc(100% - 5px);
    }

    .btn:hover .btn__before:after {
        bottom: calc(100% - 5px);
    }

    .btn:hover .btn__after:before {
        right: calc(100% - 5px);
    }

    .btn:hover .btn__after:after {
        top: calc(100% - 5px);
    }
}

.btn:focus {
    outline: none;
}

.btn--reverse,
.btn--white {
    --btn-label-color: $ themeColor;
    --btn-bg-color: $ white;
}

.btn--lighter {
    --btn-bg-color: #25282d;
}

.btn--block {
    display: block;
    text-align: center;
}

.btn--large {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 15px 50px;
}

.btn--small {
    padding: 10px 20px;
}

.btn--nodeco .btn__after,
.btn--nodeco .btn__before {
    display: none;
}

.btn--icon .btn__label img,
.btn--icon .btn__label svg {
    height: 20px;
    width: 20px;
}

.btn--icon .btn__label svg circle,
.btn--icon .btn__label svg path,
.btn--icon .btn__label svg polygon {
    fill: var(--btn-label-color);
    transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

@media (hover: hover) and (pointer: fine) {
    .btn--icon:hover .btn__label svg circle,
    .btn--icon:hover .btn__label svg path,
    .btn--icon:hover .btn__label svg polygon {
        fill: var(--btn-bg-color);
    }
}

.btnPlus {
    display: inline-block;
    height: 21px;
    position: relative;
    width: 21px;
}

.btnPlus:before {
    background: url(/build/website/images/images/generali/plus-btn.52d547a7.svg) 0 0 no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btnPlus span {
    display: none;
}

.socialLinksContainer a {
    display: inline-block;
    margin: 0 8px;
}

.socialLinksContainer a:first-child {
    margin-left: 0;
}

.socialLinksContainer a svg {
    height: auto;
    width: 16px;
}

.socialLinksContainer a svg circle,
.socialLinksContainer a svg path {
    fill: #25282d;
}

.socialLinksContainer a:after {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .socialLinksContainer a:hover svg circle,
    .socialLinksContainer a:hover svg path {
        fill: #888;
    }
}

#header__social .socialLinksContainer {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #header__social .socialLinksContainer a {
        display: block;
        margin: 0 8px 2px;
    }

    #header__social .socialLinksContainer a svg {
        height: auto;
        width: 13px;
    }
}

@media (max-width: 767.98px) {
    #header__social .socialLinksContainer a {
        margin: 0 0 0 12px;
    }

    #header__social .socialLinksContainer a svg {
        height: auto;
        width: 13px;
    }
}

.bgThemeColor a svg circle,
.bgThemeColor a svg path {
    fill: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .bgThemeColor a:hover svg circle,
    .bgThemeColor a:hover svg path {
        fill: #000;
    }
}

.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 0 10px;
}

.shadowBox {
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
}

.roundedBox {
    --corner-radius: 7vw;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

@supports (border-radius: clamp(70px, 7vw, 126px)) {
    .roundedBox {
        --corner-radius: clamp(70px, 7vw, 126px);
    }
}

.roundedBox--low {
    --corner-radius: 4vw;
}

@supports (border-radius: clamp(50px, 4vw, 72px)) {
    .roundedBox--low {
        --corner-radius: clamp(50px, 4vw, 72px);
    }
}

.roundedBox--high {
    --corner-radius: 10vw;
}

@supports (border-radius: clamp(100px, 10vw, 190px)) {
    .roundedBox--high {
        --corner-radius: clamp(100px, 10vw, 190px);
    }
}

.roundedBox--right {
    border-bottom-right-radius: var(--corner-radius);
}

.roundedBox--left {
    border-bottom-left-radius: var(--corner-radius);
}

.roundedBox--shadow {
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
}

.anchorBtn,
.playBtn {
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    height: 16px;
    padding: 0;
    position: relative;
    width: 16px;
}

.anchorBtn:after,
.anchorBtn:before,
.playBtn:after,
.playBtn:before {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    background-clip: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.anchorBtn:before,
.playBtn:before {
    animation-name: fxHaloBefore;
}

.anchorBtn:after,
.playBtn:after {
    animation-name: fxHaloAfter;
}

@media (min-width: 768px) {
    .anchorBtn,
    .playBtn {
        height: 20px;
        width: 20px;
    }

    .anchorBtn:after,
    .anchorBtn:before,
    .playBtn:after,
    .playBtn:before {
        background-size: auto 20px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .anchorBtn:hover:after,
    .anchorBtn:hover:before,
    .playBtn:hover:after,
    .playBtn:hover:before {
        animation-name: none;
    }
}

.playBtn {
    --fx-halo-scale-end: 2.5;
}

.playBtn:after,
.playBtn:before {
    background-image: url(/build/website/images/images/generali/play-btn.13c6eddf.svg);
}

.anchorBtn {
    --fx-halo-scale-end: 2;
}

.anchorBtn:after,
.anchorBtn:before {
    background-image: url(/build/website/images/images/generali/anchor-btn.2d341471.svg);
}

#loader__overlay {
    background: #25282d;
    z-index: 9996;
}

#loader__content,
#loader__overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#loader__content {
    overflow: hidden;
}

#loader__content #loader__logo,
#loader__content video {
    height: auto;
    left: 50%;
    max-width: 1920px;
    min-width: 800px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

@media (min-width: 360px) {
    #loader__content #loader__logo,
    #loader__content video {
        min-width: 1280px;
    }
}

#navMain__btn {
    margin-top: 2px;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

#navMain__btn.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.menuBtn {
    cursor: pointer;
    height: 18px;
    position: relative;
    width: 26px;
}

.menuBtn__bar {
    background: #fff;
    display: inline-block;
    height: 1px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
}

.menuBtn__bar:first-child {
    top: 0;
}

.menuBtn__bar:nth-child(2) {
    top: 8.5px;
}

.menuBtn__bar:nth-child(3) {
    bottom: 0;
}

.menuBtn--active .menuBtn__bar:first-child {
    top: 8.5px;
    transform: rotate(-45deg);
}

.menuBtn--active .menuBtn__bar:nth-child(2) {
    opacity: 0;
    width: 0;
}

.menuBtn--active .menuBtn__bar:nth-child(3) {
    bottom: 8.5px;
    transform: rotate(45deg);
}

.pageHeader {
    position: absolute;
    top: 0;
    transition: background-color 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    transform 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
    z-index: 997;
}

.pageHeader__main {
    position: relative;
    transition: padding 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    z-index: 999;
}

@media (min-width: 992px) {
    .pageHeader__main {
        padding: 0;
    }
}

.pageHeader__logo {
    position: relative;
}

.pageHeader--default {
    display: none;
}

@media (min-width: 992px) {
    .pageHeader--default {
        display: block;
    }

    .pageHeader--default:before {
        background: linear-gradient(rgba(0, 0, 0, 0.75), transparent);
        content: "";
        display: block;
        height: 150px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: 1s;
        width: 100%;
        z-index: 998;
    }
}

.pageHeader--default .pageHeader__logo {
    position: relative;
}

.pageHeader--default .pageHeader__logo-big {
    display: block;
    opacity: 1;
    position: relative;
    transition: top 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1),
    width 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
}

.pageHeader--default .pageHeader__logo-big .animRenderer,
.pageHeader--default .pageHeader__logo-big .finalImage {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pageHeader--default .pageHeader__logo-big .finalImage {
    z-index: 2;
}

.pageHeader--default .pageHeader__logoWrapper {
    display: block;
    height: auto;
    transition: width 0.3s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 140px;
}

@media (min-width: 992px) {
    .pageHeader--default .pageHeader__logoWrapper {
        left: 0;
        position: absolute;
        top: 0;
        width: 180px;
    }
}

.pageHeader--small {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    .pageHeader--small {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.pageHeader--small .pageHeader__logo {
    padding: 4px 4px 4px 15px;
}

@media (min-width: 992px) {
    .pageHeader--small .pageHeader__logo {
        padding-left: 45px;
    }
}

.pageHeader--small .pageHeader__logo-big {
    display: none;
}

.pageHeader--small .pageHeader__logo-small {
    display: block;
    width: 180px;
    height: auto;
}

.pageHeader--small .pageHeader__main {
    align-items: center;
}

.pageHeader--small .pageHeader__main .navLangWrapper {
    display: none;
}

.pageHeader--small .pageHeader__main .navMain,
.pageHeader--small .pageHeader__main .navMain .navWrapper {
    margin-top: 0;
}

body.scrolled .pageHeader--default {
    opacity: 0;
    transform: translateY(-100%);
}

body.overlaySubMenu--active .pageHeader--small,
body.scrolled-up .pageHeader--small,
body.sideNavOpen .pageHeader--small {
    opacity: 1;
    transform: translateY(0);
}

body.overlay-visible .pageHeader--default:before {
    opacity: 0;
}

body.overlay-visible .pageHeader--small {
    background-color: transparent;
}

.navLangWrapper,
.navTop {
    padding: 0;
}

.navLangWrapper li,
.navTop li {
    display: inline-block;
    line-height: 90%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 35px;
}

.navLangWrapper li:first-child:before,
.navTop li:first-child:before {
    display: none;
}

.navLangWrapper li > a,
.navLangWrapper li > span,
.navTop li > a,
.navTop li > span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.75rem;
    line-height: inherit;
    text-transform: none;
    transition: color 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

.navLangWrapper li > a span,
.navLangWrapper li > span span,
.navTop li > a span,
.navTop li > span span {
    color: #fff !important;
}

.navLangWrapper {
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.navLangWrapper:before {
    background: transparent;
    border-left: 1px solid #fff;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.navLangWrapper .nav {
    display: flex;
}

.navLangWrapper li {
    padding-bottom: 2px;
    padding-top: 4px;
}

.navLangWrapper li a {
    line-height: 10px;
    text-transform: uppercase;
}

.navLangWrapper li:not(:last-child) {
    border-right: 1px solid #fff;
}

.navMain {
    padding-right: 0;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .navMain {
        margin-right: 20px;
    }
}

@media (min-width: 1400px) {
    .navMain {
        margin-right: 26px;
    }
}

.navMain .navWrapper {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .navMain .navWrapper {
        margin-top: 0px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .navMain .navWrapper {
        margin-top: 0px;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .navMain .navWrapper {
        margin-top: 0px;
    }
}

.navMain li {
    display: inline-block;
    line-height: normal;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 1200px) {
    .navMain li {
        padding: 0 20px;
    }
}

@media (min-width: 1400px) {
    .navMain li {
        padding: 0 30px;
    }
}

.navMain li:first-child:before {
    display: none;
}

.navMain li > a,
.navMain li > span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navMain li > a,
    .navMain li > span {
        font-size: 0.625rem;
    }
}

.navMain li > a span,
.navMain li > span span {
    color: #fff !important;
}

.navMain ul.secondLevel {
    display: none;
}

body.overlaySubMenu--active .navMain .navWrapper,
body.scrolled-up .navMain .navWrapper {
    margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
    body.overlaySubMenu--active .navMain .navWrapper,
    body.scrolled-up .navMain .navWrapper {
        margin-top: 10px;
    }
}

body.overlaySubMenu--active .navMain li.current:after,
body.scrolled-up .navMain li.current:after {
    top: -14px;
}

form .form-control-wrapper {
    margin-bottom: 15px;
}

form .form-control {
    border: none;
    font-size: 0.8rem;
}

form .form-control:focus {
    border: 1px solid #25282d;
    box-shadow: none;
}

form .form-control[type="file"] {
    height: 3.2rem;
    padding-top: 1.35rem !important;
}

form .form-control[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

form .form-control[type="file"]:before {
    background: #f6f6f6;
    border: 1px solid #dadada;
    content: "Seleziona file";
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    outline: none;
    padding: 4px 8px;
    -webkit-user-select: none;
    white-space: nowrap;
}

form select.form-select {
    border: none;
    font-size: 0.8rem;
}

form select.form-select:focus {
    border: 1px solid #25282d;
    box-shadow: none;
}

form textarea.form-control {
    height: 80px !important;
    resize: none;
}

form .form-check-label {
    font-size: 11px;
}

form .form-label[for*="recaptcha"] {
    font-size: 11px;
    margin-bottom: 15px;
}

@media (any-pointer: coarse), (hover: none) {
    form input[type="date"],
    form input[type="email"],
    form input[type="number"],
    form input[type="password"],
    form input[type="search"],
    form input[type="text"],
    form input[type="time"],
    form input[type="url"],
    form textarea,
    form textarea.form-control {
        font-size: 16px;
    }
}

form button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    max-width: 250px;
    padding: 2px 15px;
    position: relative;
    width: 100%;
}

form button[type="submit"]:focus {
    outline: none;
}

.bgWhite form .form-control {
    background-color: #f6f6f6;
}

.bgWhite form .form-control:focus,
.bgWhite form select.form-select:focus {
    border-color: #dcdcdc;
}

.pageTop {
    border-top: 1px solid #dadada;
    margin-top: 75px;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .pageTop {
        margin-top: 94px;
    }
}

@media (min-width: 992px) {
    .pageTop {
        margin-top: 102px;
    }
}

.pageTop--noBorder {
    border-top: none;
}

.pageTitle__icon {
    margin-bottom: 15px;
    width: 65px;
}

.boxContainerColumn {
    max-width: 1250px;
}

.articleDefault__logo {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .articleDefault__logo {
        margin-bottom: 30px;
    }
}

.articleDefault__logo img {
    height: auto;
    max-width: 100%;
    width: 75px;
}

@media (min-width: 768px) {
    .articleDefault__logo img {
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .articleDefault__logo img {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .articleDefault--left .articleDefault__img,
    .articleDefault--left .articleDefault__img *,
    .articleDefault--right .articleDefault__img,
    .articleDefault--right .articleDefault__img * {
        height: 100%;
    }

    .articleDefault--left .articleDefault__img img,
    .articleDefault--right .articleDefault__img img {
        object-fit: cover;
        object-position: center;
    }
}

.articleWide {
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .articleWide {
        min-height: 150px;
    }

    .articleWide__content {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .articleWide__content {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .articleWide__content {
        width: 85%;
    }
}

@media (min-width: 1400px) {
    .articleWide__content {
        width: 70%;
    }
}

.articleWide__img {
    position: relative;
}

@media (min-width: 992px) {
    .articleWide__img {
        max-height: 600px;
        position: relative;
    }

    .articleWide__img:before {
        content: "";
        display: block;
        padding-top: 66.6666666667%;
        width: 100%;
    }

    .articleWide__img > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.articleImgBig {
    position: relative;
}

.articleImgBig__content {
    --articleMinHeight: 250px;
}

@media (min-width: 992px) {
    .articleImgBig__content {
        --articleMinHeight: 250px;
    }
}

@media (min-width: 1200px) {
    .articleImgBig__content {
        --articleMinHeight: 300px;
    }
}

@media (min-width: 1400px) {
    .articleImgBig__content {
        --articleMinHeight: 350px;
    }
}

@media (min-width: 768px) {
    .articleImgBig__content {
        min-height: var(--articleMinHeight);
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .articleImgBig__content {
        padding: 0 30px;
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .articleImgBig__content {
        width: 85%;
    }
}

@media (min-width: 1400px) {
    .articleImgBig__content {
        width: 70%;
    }
}

.articleImgBig__content .articleImgBig__text > div p:last-child {
    margin-bottom: 0;
}

.articleImgBig__imgContainer {
    --imgMinHeight: 450px;
    --imgMaxHeight: 400px;
}

@media (min-width: 768px) {
    .articleImgBig__imgContainer {
        --imgMaxHeight: 500px;
    }
}

@media (min-width: 992px) {
    .articleImgBig__imgContainer {
        --imgMinHeight: 450px;
        --imgMaxHeight: 500px;
    }
}

@media (min-width: 1200px) {
    .articleImgBig__imgContainer {
        --imgMaxHeight: 600px;
    }
}

@media (min-width: 1400px) {
    .articleImgBig__imgContainer {
        --imgMaxHeight: 680px;
    }
}

@media (min-width: 768px) {
    .articleImgBig__imgContainer {
        height: auto;
        max-height: var(--imgMaxHeight);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 9;
    }

    .articleImgBig__imgContainer .articleImgBig__img {
        max-height: var(--imgMaxHeight);
        min-height: var(--imgMinHeight);
        position: relative;
    }

    .articleImgBig__imgContainer .articleImgBig__img:before {
        content: "";
        display: block;
        padding-top: 75%;
        width: 100%;
    }

    .articleImgBig__imgContainer .articleImgBig__img > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (min-width: 992px) {
    .articleVideo__content {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .articleVideo__content {
        max-width: 500px;
    }
}

.box {
    padding: 15px;
}

@media (min-width: 1200px) {
    .box {
        padding: 30px;
    }
}

.box__img {
    background: #fff;
    border: 1px solid #25282d;
    position: relative;
}

.box__img:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.box__img > .content {
    bottom: 0;
    left: 0;
    margin: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.box__text {
    min-height: 50px;
    text-align: center;
}

.box__text h5 {
    color: #fff;
}

.box__text p {
    margin-bottom: 0;
}

.box__link {
    text-align: center;
}

.contentBox {
    background: #25282d;
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    padding: 15px;
}

@media (min-width: 768px) {
    .contentBox {
        padding: 45px;
    }
}

.contentBox__icoCol h5 {
    text-transform: uppercase;
}

.contentBox__icoCol h5:after {
    content: none;
}

.contentBox__ico {
    text-align: center;
}

.contentBox__ico svg {
    max-width: 80px;
}

.contentBox__ico svg path,
.contentBox__ico svg polygon {
    fill: #fff;
}

@media (max-width: 767.98px) {
    .projectCategories .projectTeaser__img {
        width: 100%;
    }
}

.projectTeaser {
    position: relative;
}

.projectTeaser__category,
.projectTeaser__title {
    opacity: 0.8;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.projectTeaser__title {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    /* left: 15px; */
    line-height: 100%;
    max-width: calc(100% - 30px);
    /* top: 12px; */
    transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
}

@media (min-width: 768px) {
    .projectTeaser__title {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .projectTeaser__title {
        font-size: 1.5rem;
    }
}

.projectTeaser__category {
    bottom: 0;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    left: 15px;
    letter-spacing: 0.125rem;
    line-height: 90%;
}

@media (min-width: 576px) {
    .projectTeaser__category {
        bottom: -10px;
        transform: rotate(-90deg);
        transform-origin: top left;
    }
}

.projectTeaser picture {
    overflow: hidden;
}

.projectTeaser__img {
    filter: brightness(0.65);
}

@media (max-width: 575.98px) {
    .projectTeaser__img {
        width: 100%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .projectTeaser .projectTeaser__img {
        filter: brightness(0.45);
        transform: scale(1.05);
        transition: all 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    }

    .projectTeaser:hover .projectTeaser__img {
        filter: brightness(0.75);
        transform: scale(1.1);
    }
}

.projectTeaser--nolimit {
    max-width: none;
}

#homeCounter {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #homeCounter {
        margin-top: 60px;
    }
}

#homeCounter .counter__number {
    font-size: 8rem;
    line-height: 100%;
    margin: -10px auto 0;
}

#homeCounter .counter__label {
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.distributionList__country {
    border-left: 1px solid #dadada;
}

.distributionList__country p {
    padding-left: 15px;
}

@media (max-width: 767.98px) {
    .distributionList__country:nth-child(odd) {
        border-left: none;
    }

    .distributionList__country:nth-child(odd) p {
        padding-left: 0;
    }

    .distributionList__country p {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .distributionList__country:nth-child(3n + 1) {
        border-left: none;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .distributionList__country:nth-child(4n + 1) {
        border-left: none;
    }
}

@media (min-width: 1400px) {
    .distributionList__country:nth-child(6n + 1) {
        border-left: none;
    }
}

.clientBox {
    --clientBoxHeight: 40px;
    border-right: 1px solid #dadada;
    padding: 20px 10px;
    position: relative;
}

@media (min-width: 768px) {
    .clientBox {
        --clientBoxHeight: 45px;
    }
}

@media (max-width: 767.98px) {
    .clientBox:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .clientBox {
        padding: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .clientBox:nth-child(3n) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .clientBox:nth-child(4n) {
        border-right: none;
    }
}

.clientBox__img {
    height: var(--clientBoxHeight);
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .clientBox__img {
        height: var(--clientBoxHeight);
    }
}

.clientBox__img figure {
    overflow: visible;
}

.clientBox__img img {
    max-height: var(--clientBoxHeight);
}

@media (min-width: 768px) {
    .clientBox__img img {
        max-height: var(--clientBoxHeight);
    }
}

.boxItem {
    background: linear-gradient(-45deg, #f6f6f6, hsla(0, 0%, 96%, 0) 80%);
    margin-bottom: 30px;
    padding: 15px;
}

.boxItem,
.boxItem.boxItem--link {
    position: relative;
}

.boxItem.boxItem--link:before {
    background-color: #f6f6f6;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    width: 100%;
    z-index: -1;
}

.boxItem.boxItem--link:hover:before {
    opacity: 1;
}

.boxItem__icon {
    margin-bottom: 15px;
}

.boxItem__icon,
.boxItem__icon img {
    height: 40px;
    width: auto;
}

.boxItem__title {
    font-size: 0.95rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.boxItem__title:after {
    display: none;
}

.boxItem__btn {
    height: 21px;
}

.map [role="dialog"] {
    border-radius: 0;
    max-width: 250px !important;
}

.mapProgetti .map {
    height: 85vh;
    max-height: 75vw;
}

@media (orientation: portrait) {
    .mapProgetti .map {
        height: 55vh;
        max-height: none;
    }
}

.projectMarker,
.projectMarker a,
.projectMarker a:hover,
.projectMarker a:link,
.projectMarker a:visited {
    color: #25282d;
}

.projectMarker .h3 {
    margin-bottom: 15px;
}

.projectMarker img {
    max-width: 100%;
}

.projectMarker__content {
    padding-left: 15px;
}

.projectMarker__link {
    margin-top: 10px;
}

.counter--progetto .counter__number {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.fixMap {
    background: #25282d;
    margin-bottom: -30px;
    top: -30px;
    z-index: 2;
}

.categoryFilterContainer,
.fixMap {
    position: relative;
}

.categoryFilterContainer:after,
.categoryFilterContainer:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 2;
}

.categoryFilterContainer:before {
    background: linear-gradient(90deg, #25282d, #25282d, rgba(37, 40, 45, 0));
    left: 0;
}

.categoryFilterContainer:after {
    background: linear-gradient(270deg, #25282d, #25282d, rgba(37, 40, 45, 0));
    right: 0;
}

.categoryFilterWrapper {
    max-width: 100%;
    overflow-x: auto;
}

.projectPrev {
    margin-bottom: 15px;
    max-width: 1200px;
}

@media (min-width: 768px) {
    .projectPrev {
        margin-bottom: 45px;
        padding: 0 30px;
    }
}

.projectPrev__imgContainer a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.projectPrev__img-video {
    position: relative;
}

.projectPrev__img-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.projectPrev__img-video > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.projectPrev__img-video figure {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.projectPrev__title {
    margin-bottom: 5px;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .navbarCategories {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .navbarCategories {
        padding-bottom: 30px;
    }
}

.navbarCategories .navbarTitle {
    margin: 15px 0;
}

@media (min-width: 992px) {
    .navbarCategories .navbarTitle {
        margin: 30px 0 15px;
    }
}

.navbarCategories .navbarTitle svg {
    height: 16px;
    margin: -4px 0 0 5px;
    width: auto;
}

.navbarCategories .navbarTitle svg line {
    stroke: #000;
}

.navbarCategories .navbarTitle[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.navbarCategories .categoriesList li:before {
    top: 6px;
}

@media (hover: hover) and (pointer: fine) {
    .navbarCategories .categoriesList li:before {
        top: 4px;
    }
}

.navbarCategories .categoriesList li ul {
    padding-top: 15px;
}

.navbarCategories .categoriesList li a {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbarCategories .categoriesList li a span {
    color: #fff;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
}

.navbarCategories .categoriesList li a span:before {
    color: #25282d !important;
}

.pagePrev {
    background-color: #fff;
    border: 1px solid #25282d;
}

.pagePrev__logo {
    max-height: 65px;
    max-width: 140px;
}

.pagePrev__logo img {
    max-height: 65px;
}

.imgCaptionRow {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

.imgCaptionRow__item {
    flex: 20%;
    max-width: 20%;
    position: relative;
}

.imgCaptionRow__item:nth-child(2n) {
    flex: 25%;
    margin-left: -2%;
    margin-right: -3%;
    z-index: 3;
}

.imgCaptionRow__item:nth-child(4n) {
    flex: 28%;
    margin-left: -5%;
    margin-right: -3%;
    z-index: 3;
}

.imgCaptionRow__item:nth-child(5n) {
    z-index: 5;
}

.imgCaptionItem {
    height: 100%;
}

.imgCaptionItem__title {
    max-width: 100%;
    position: absolute;
}

.imgCaptionItem__img {
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    height: auto;
    width: 100%;
}

.imgCaptionItem[data-index="0"] .imgCaptionItem__title {
    left: -5%;
    top: 25%;
}

.imgCaptionItem[data-index="1"] .imgCaptionItem__title {
    bottom: 5%;
    left: -5%;
}

.imgCaptionItem[data-index="2"] .imgCaptionItem__title {
    right: -5%;
    top: 15%;
}

.imgCaptionItem[data-index="3"] .imgCaptionItem__title {
    left: 5%;
    top: 45%;
}

.imgCaptionItem[data-index="4"] .imgCaptionItem__title {
    left: 5%;
    top: 5%;
}

.mapTopContainer {
    max-height: 90vh;
    position: relative;
}

.mapTopContainer:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%;
}

.mapTopContainer > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mapTopContainer--contatti {
    max-height: 55vh;
    position: relative;
}

.mapTopContainer--contatti:before {
    content: "";
    display: block;
    padding-top: 250%;
    width: 100%;
}

.mapTopContainer--contatti > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .mapTopContainer--contatti {
        max-height: 80vh;
        position: relative;
    }

    .mapTopContainer--contatti:before {
        content: "";
        display: block;
        padding-top: 62.5%;
        width: 100%;
    }

    .mapTopContainer--contatti > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (min-width: 992px) {
    .mapTopContainer--contatti {
        position: relative;
    }

    .mapTopContainer--contatti:before {
        content: "";
        display: block;
        padding-top: 50%;
        width: 100%;
    }

    .mapTopContainer--contatti > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (min-width: 1400px) {
    .mapTopContainer--contatti {
        position: relative;
    }

    .mapTopContainer--contatti:before {
        content: "";
        display: block;
        padding-top: 37.5%;
        width: 100%;
    }

    .mapTopContainer--contatti > .content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.mapTopContainer .map {
    background: #25282d;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mapTopContainer .map [role="dialog"] {
    color: #111;
}

.sedeBox--sliderWrapper {
    position: relative;
}

.sedeBox--logoWrapper {
    background: #fff;
    border: 3px solid #fff;
    bottom: -19px;
    position: absolute;
    right: 15px;
    z-index: 2;
}

@media (min-width: 992px) {
    .sedeBox--logoWrapper {
        border-width: 7px;
        bottom: -32px;
        right: 20px;
    }
}

@media (min-width: 1800px) {
    .sedeBox--logoWrapper {
        border-width: 9px;
        bottom: -37px;
        right: 30px;
    }
}

.sedeBox--logo {
    border: 1px solid #fff;
    height: 32px;
    width: auto;
}

@media (min-width: 992px) {
    .sedeBox--logo {
        height: 48px;
    }
}

@media (min-width: 1800px) {
    .sedeBox--logo {
        height: 64px;
    }
}

.contentGrid__col,
.imgGrid__col {
    position: relative;
}

@media (max-width: 767.98px) {
    .contentGrid__col .bgVertLine,
    .imgGrid__col .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) {
    .contentGrid__col .bgVertLine,
    .imgGrid__col .bgVertLine {
        height: 100%;
        left: auto !important;
        position: absolute;
        right: 0 !important;
        top: 0 !important;
        width: 1px;
    }

    .contentGrid__col .bgVertLine:after,
    .imgGrid__col .bgVertLine:after {
        animation-duration: 10s;
    }

    .contentGrid__col
    .bgVertLine[data-line-index="0"]
    .contentGrid__col
    .bgVertLine:after,
    .contentGrid__col
    .bgVertLine[data-line-index="0"]
    .imgGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="0"]
    .contentGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="0"]
    .imgGrid__col
    .bgVertLine:after {
        animation-delay: 0s;
    }

    .contentGrid__col
    .bgVertLine[data-line-index="1"]
    .contentGrid__col
    .bgVertLine:after,
    .contentGrid__col
    .bgVertLine[data-line-index="1"]
    .imgGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="1"]
    .contentGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="1"]
    .imgGrid__col
    .bgVertLine:after {
        animation-delay: 0.3s;
    }

    .contentGrid__col
    .bgVertLine[data-line-index="2"]
    .contentGrid__col
    .bgVertLine:after,
    .contentGrid__col
    .bgVertLine[data-line-index="2"]
    .imgGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="2"]
    .contentGrid__col
    .bgVertLine:after,
    .imgGrid__col
    .bgVertLine[data-line-index="2"]
    .imgGrid__col
    .bgVertLine:after {
        animation-delay: 0.6s;
    }
}

.contentGrid__col:last-child .bgVertLine,
.imgGrid__col:last-child .bgVertLine {
    display: none;
}

.imgGrid {
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    padding: 15px;
}

@media (min-width: 768px) {
    .imgGrid {
        padding: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-1 .imgGrid__col:nth-child(1n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-1 .imgGrid__col:nth-child(1n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-2 .imgGrid__col:nth-child(2n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-2 .imgGrid__col:nth-child(2n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-3 .imgGrid__col:nth-child(3n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-3 .imgGrid__col:nth-child(3n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-4 .imgGrid__col:nth-child(4n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-4 .imgGrid__col:nth-child(4n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-5 .imgGrid__col:nth-child(5n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-5 .imgGrid__col:nth-child(5n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .imgGrid__row.row-cols-md-6 .imgGrid__col:nth-child(6n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 992px) {
    .imgGrid__row.row-cols-lg-6 .imgGrid__col:nth-child(6n) .bgVertLine {
        display: none;
    }
}

.imgGrid__col img {
    aspect-ratio: 3/2;
    display: block;
    margin: 0 auto 15px;
    object-fit: contain;
    width: 80%;
}

.contentGrid {
    background: #25282d;
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    padding: 15px;
}

@media (min-width: 768px) {
    .contentGrid {
        padding: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contentGrid .contentGrid__col:nth-child(2n) .bgVertLine {
        display: none;
    }
}

@media (min-width: 1200px) {
    .contentGrid .contentGrid__col:nth-child(3n) .bgVertLine {
        display: none;
    }
}

.pageFooter {
    background: #1a1c20;
}

.pageFooter__bottom {
    border-top: 1px solid #25282d;
    font-size: 0.7rem;
    padding: 4px 0 0;
}

.pageFooter__bottom .fxTranslate .fxTranslateContent {
    line-height: 0.7rem;
}

.boxSedeFooter {
    height: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .boxSedeFooter .boxSedeFooter__btnWrapper {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.76, 0.015, 0.41, 1);
    }

    .boxSedeFooter:hover .boxSedeFooter__btnWrapper {
        opacity: 1;
    }
}

.socialsStack__title {
    line-height: 100%;
    margin: 0;
}

.socialsStack .btn {
    margin: 5px 0;
}

@media (min-width: 320px) {
    .socialsStack .btn {
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    .socialsStack .btn {
        margin: 15px 0;
    }
}

.socialsStack .btn:last-child {
    margin-bottom: 0;
}

.videoPlayerContainer {
    margin: 0 auto;
    position: relative;
}

.videoPlayerContainer:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.videoPlayerContainer > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.videoPlayerContainer .videoPlayer {
    height: 100%;
    width: 100%;
}

.videoPlayerContainer .cookieconsent-optout-marketing {
    display: none;
    height: 100%;
    width: 100%;
}

.videoPlayerContainer .cookieconsent-optout-marketing > div {
    align-items: center;
    background: #f6f6f6;
    display: flex !important;
    height: 100%;
    padding: 15px;
    width: 100%;
}

.videoPlayerContainer .cookieconsent-optout-marketing > div > div {
    height: auto;
    text-align: center;
    width: 100%;
}

.imgVideoPrev {
    position: relative;
}

.imgVideoPrev:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.imgVideoPrev > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 575.98px) {
    .imgVideoPrev {
        max-width: 500px;
    }
}

.videoContentContainer {
    position: relative;
}

.videoContentContainer:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.videoContentContainer > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.videoContentContainer video.videoCover {
    height: 100%;
    object-fit: cover;
    object-position: var(--object-position, center center);
    position: absolute;
    width: 100%;
}

.rowVideo {
    max-height: 75vh;
    overflow: hidden;
    position: relative;
}

.rowVideo:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.rowVideo > .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.rowVideo video.videoCover {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.rowVideo__overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    height: 100px;
    justify-content: center;
    left: calc(50% - 50px);
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
    z-index: 9;
}

.videoSection {
    padding: 30px 0;
    position: relative;
}

@media (min-width: 768px) {
    .videoSection {
        padding: 60px 0;
    }
}

.videoSection > * {
    z-index: 1;
}

.videoSection > *,
.videoSection__videoWrapper {
    position: relative;
}

.videoSection__video {
    display: block;
}

.videoSection__playBtn {
    bottom: 0;
    position: absolute;
    right: 0;
}

.videoSection__title {
    margin: 2rem 0;
}

.videoSection__subtitle {
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.videoSection__video {
    height: auto;
    width: 100%;
}

.videoSection__parallax {
    display: block;
    height: 30vw;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

@media (orientation: portrait) {
    .videoSection__parallax {
        height: 40vh;
    }
}

@media (min-width: 1400px) {
    .videoSection__parallax {
        max-height: 50%;
    }
}

.videoSection__parallax .parallax {
    height: 100%;
    min-height: 0;
}

.videoSection--multiImages .videoSection__imageWrapper {
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    text-align: right;
}

@media (min-width: 576px) {
    .videoSection--multiImages .videoSection__imageWrapper {
        margin-right: 50px;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .videoSection--multiImages .videoSection__imageWrapper {
        margin-right: -15px;
    }
}

@media (min-width: 992px) {
    .videoSection--multiImages .videoSection__imageWrapper {
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {
    .videoSection--multiImages .videoSection__imageWrapper {
        margin-bottom: -200px;
        margin-right: 50px;
    }
}

.videoSection--multiImages .videoSection__imageWrapper .fxTilt {
    position: relative;
    z-index: 3;
}

.videoSection--multiImages .videoSection__imageWrapper .fxTilt:nth-child(2) {
    z-index: 2;
}

.videoSection--multiImages .videoSection__imageWrapper img {
    box-shadow: 0 2px 10px var(--shadow-color, rgba(0, 0, 0, 0.5));
    height: 100px;
    object-fit: cover;
    position: relative;
    width: 100px;
    z-index: 3;
}

@media (min-width: 576px) {
    .videoSection--multiImages .videoSection__imageWrapper img {
        height: 150px;
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .videoSection--multiImages .videoSection__imageWrapper img {
        height: 200px;
        width: 200px;
    }
}

.videoSection--multiImages .videoSection__imageWrapper > :first-child img {
    right: 15px;
}

@media (min-width: 1200px) {
    .videoSection--multiImages .videoSection__imageWrapper > :first-child img {
        right: 30px;
    }
}

.videoSection--multiImages .videoSection__imageWrapper > :nth-child(2) img {
    height: 140px;
    top: -50px;
    width: 175px;
    z-index: 2;
}

@media (min-width: 576px) {
    .videoSection--multiImages .videoSection__imageWrapper > :nth-child(2) img {
        height: 210px;
        top: -75px;
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .videoSection--multiImages .videoSection__imageWrapper > :nth-child(2) img {
        height: 280px;
        top: -100px;
        width: 350px;
    }
}

.videoSection--multiImages .videoSection__imageWrapper > :nth-child(3) img {
    height: 140px;
    right: 90px;
    top: -100px;
    width: 140px;
}

@media (min-width: 576px) {
    .videoSection--multiImages .videoSection__imageWrapper > :nth-child(3) img {
        height: 210px;
        right: 135px;
        top: -150px;
        width: 210px;
    }
}

@media (min-width: 1200px) {
    .videoSection--multiImages .videoSection__imageWrapper > :nth-child(3) img {
        height: 280px;
        right: 180px;
        top: -200px;
        width: 280px;
    }
}

@media (max-width: 767.98px) {
    .videoSection--left .videoSection__title {
        margin-top: 0;
    }
}

.videoSection--left .videoSection__text {
    text-align: right;
}

.videoSection--left .btn {
    z-index: 10;
}

.videoSection--left .videoSection__sideCol .btn,
.videoSection--left .videoSection__videoWrapper {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .videoSection--left .videoSection__sideCol .btn,
    .videoSection--left .videoSection__videoWrapper {
        margin-top: 60px;
    }
}

.videoSection--left.videoSection--singleImage .videoSection__imageWrapper,
.videoSection--left:not(.videoSection--singleImage)
.videoSection__imageWrapper {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .videoSection--left:not(.videoSection--singleImage)
    .videoSection__imageWrapper {
        margin-top: -30px;
    }
}

@media (min-width: 768px) {
    .videoSection--left:not(.videoSection--singleImage)
    .videoSection__imageWrapper {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .videoSection--left:not(.videoSection--singleImage)
    .videoSection__imageWrapper {
        margin-top: -30px;
    }
}

@media (min-width: 1200px) {
    .videoSection--left:not(.videoSection--singleImage)
    .videoSection__imageWrapper {
        margin-top: -60px;
    }
}

.videoSection--parallaxTop {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .videoSection--parallaxTop {
        margin-top: 60px;
    }
}

.videoSection--parallaxTop .videoSection__parallax {
    bottom: auto;
    top: 0;
    transform: none;
}

.videoSection--parallaxBottom {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .videoSection--parallaxBottom {
        margin-bottom: 60px;
    }
}

.videoSection--parallaxBottom .videoSection__parallax {
    bottom: 0;
    top: auto;
    transform: none;
}

.ref {
    position: absolute;
    right: 0;
    top: 50%;
}

.sidenav {
    height: 45%;
    width: 0px;
    position: fixed;
    z-index: 999;
    top: 30%;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: width 0.5s ease;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.calcCont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calcCont .calcLeft {
    width: 90%;
    padding: 1.5rem;
}

.calcCont .calcRight {
    width: 90%;
    padding: 0rem 1.5rem;
    height: 100vh;
}

.calcFields {

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1rem;
}

.bgklr {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    padding: 1rem 1.5rem;

}

.calcFields .row1 {
    width: 30%;
}

.calcFields .row2 {
    width: 30%;
}

.calcFields .row3 {
    width: 30%;
}

.inputWrap {
    display: flex;
    /* gap: 0.5rem; */
    width: 100%;
    padding: 0.2rem;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    border-bottom-color: white;
}

.calcLbl {
    width: 100%;
    text-align: right;
}

.getTnst {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgb(201, 190, 190);
    outline: none;
    color: gray;
    border-radius: 0.2rem;
    margin: 1rem 0rem;

}

.getEst {
    background: gray;
    color: whitesmoke;
    font-weight: 700;
    border-radius: 0.2rem;
    border: none;
    width: 100%;
    padding: .5rem;
    outline: none;
    background-color: var(--bs-blue);
}

@media (max-width: 768px) {
    .calcFields {
        flex-direction: column;
    }

    .calcFields .row1, .calcFields .row2, .calcFields .row3 {
        width: 100%;
    }

}

/* Swiper CSS Start */

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont {
    width: 100vw;
    height: 100vh;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    display: none;
    color: whitesmoke;
}

.imgs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

/* Swiper CSS End */

/*.swipWrap {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 2rem 1rem;*/
/*    gap: 2rem;*/
/*}*/

/*.swipWrap input {*/
/*    display: none;*/
/*}*/

/*.swipWrap label {*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    border-radius: 1.5rem;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: relative;*/
/*}*/

/*.tags {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: absolute;*/
/*    text-transform: uppercase;*/
/*    font-size: 1.8rem;*/
/*    font-weight: 700;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) rotate(90deg);*/
/*    z-index: 2;*/
/*    color: white;*/
/*    transition: all 0.3s ease-in-out;*/
/*    width: 16rem;*/
/*    gap: .5rem;*/
/*}*/

/*.pltnm1, .gld1, .slvr1 {*/
/*    width: 100%;*/
/*}*/

/*#check1:checked ~ .check1 {*/
/*    width: 200%;*/
/*}*/

/*#check1:checked ~ .check1 .swiper-button-next {*/
/*    display: block;*/
/*}*/

/*#check1:checked ~ .check1 .swiper-button-prev {*/
/*    display: block;*/
/*}*/

/*#check1:checked ~ .check1 .tags {*/
/*    transform: rotate(0deg);*/
/*    top: 90%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*#check2:checked ~ .check2 {*/
/*    width: 200%;*/
/*}*/

/*#check2:checked ~ .check2 .swiper-button-next {*/
/*    display: block;*/
/*}*/

/*#check2:checked ~ .check2 .swiper-button-prev {*/
/*    display: block;*/
/*}*/

/*#check2:checked ~ .check2 .tags {*/
/*    transform: rotate(0deg);*/
/*    top: 90%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*#check3:checked ~ .check3 {*/
/*    width: 200%;*/
/*}*/

/*#check3:checked ~ .check3 .swiper-button-next {*/
/*    display: block;*/
/*}*/

/*#check3:checked ~ .check3 .swiper-button-prev {*/
/*    display: block;*/
/*}*/

/*#check3:checked ~ .check3 .tags {*/
/*    transform: rotate(0deg);*/
/*    top: 90%;*/
/*    transform: translateX(-50%);*/
/*}*/

.swipWrap {
    width: 100%;
max-height: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    gap: 2rem;
}

.swipWrap input {
    display: none;
}

.swipWrap label {
    width: 100%;
    height: 20%; /* Adjust this value to control the initial height of each swiper */

    border-radius: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    transition: all 0.3s ease-in-out;
    height: 16rem;
    gap: .5rem;
}

.pltnm1, .gld1, .slvr1 {
    height: 100%;
}

#check1:checked ~ .check1 {
    height: 60%;

}

#check1:checked ~ .check1 .swiper-button-next {
    display: block;
}

#check1:checked ~ .check1 .swiper-button-prev {
    display: block;
}

#check1:checked ~ .check1 .tags {
    left: 85%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

#check2:checked ~ .check2 {
    height: 100%;

}

#check2:checked ~ .check2 .swiper-button-next {
    display: block;
}

#check2:checked ~ .check2 .swiper-button-prev {
    display: block;
}

#check2:checked ~ .check2 .tags {
    left: 85%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

#check3:checked ~ .check3 {
    height: 60%;

}

#check3:checked ~ .check3 .swiper-button-next {
    display: block;
}

#check3:checked ~ .check3 .swiper-button-prev {
    display: block;
}

#check3:checked ~ .check3 .tags {
    left: 85%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);

}

@media (max-width: 768px) {
    .swipWrap {
        flex-direction: column;
        padding: 2rem 0rem;
        height:100%;
        width:100%;
    }

    .swipWrap label {
        border-radius: 0.5rem;
    }

    .check1, .check2, .check3 {
        width: 100% !important;
    }

    #check1:checked ~ .check1 .tags {

        left: 1%;
        top: 50%;
    }

    #check2:checked ~ .check2 .tags {

        left: 1%;
        top: 50%;
    }

    #check3:checked ~ .check3 .tags {

        left: 1%;
        top: 50%;
    }

    .calcCont {
        flex-direction: column-reverse;
    }

    .tags {

        transform: rotate(0deg);
        top: -25%;;
        transform: translateX(-50%);
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        /* color: whitesmoke; */
    }

}

/* Checkbox CSS */
.checkbox-wrapper:hover .check {
    stroke-dashoffset: 0;
}

.inputWrap:hover .check {
    stroke-dashoffset: 0;
}

.checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.checkbox-wrapper .background {
    fill: #25282d;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
}

.checkbox-wrapper input[type="checkbox"]:hover {
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"]:checked + svg .background {
    fill: #421c64;
}

.checkbox-wrapper input[type="checkbox"]:checked + svg .stroke {
    stroke-dashoffset: 0;
}

.checkbox-wrapper input[type="checkbox"]:checked + svg .check {
    stroke-dashoffset: 0;
}

/* Popup Container CSS */
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 1rem;
    padding: 1rem;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 350px;
    z-index: 100;
}

.cont {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.btn-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

#btn-no,
#btn-yes {
    width: 100%;
    background: whitesmoke;
    color: black;
    padding: 0.5rem;
    border-radius: 0.2rem;
    text-align: center;
}

/* Pkg CSS */

.wrapPkg {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bgpkg {
    background: #E4E4EB;
    width: 100%;
    padding: 1rem;
    border-radius: .5rem;
}

.pkgWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    border-radius: .3rem;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    color: #1A1C20;
}

.tag1, .tag2, .tag3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.wrapPkg button {*/
/*    outline: none;*/
/*    border: none;*/
/*    background-color: #1A1C20;*/
/*    border-radius: .3rem;*/
/*    padding: .5rem;*/
/*    font-weight: 700;*/
/*    font-size: 1rem;*/
/*    color: rgba(245, 245, 245, 0.671);*/
/*}*/

@media (max-width: 768px) {
    .pkgWrap {
        margin-top:10px;
        font-size:1.2rem;
        flex-direction: row;
        gap: 1.5rem;
        align-items:self-start;
    }

    .tag1, .tag2, .tag3 {
        width: 100%;
        justify-content: space-between;
    }
    .tag3{
        display:flex;
        flex-direction: row;
        width:100%;
        justify-content: space-between;
    }

}

/* Design Swiper CSS */
.swiperr {
    width: 100%;
    height: 35rem;
    padding: 5rem 1.5rem;
}

.swiperr .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    /* overflow: hidden; */
    /* padding: 2rem .5rem; */
    border-radius: .5rem;
    /* box-shadow: .5rem .5rem 1.5rem rgba(0,0,0.1); */
    transform: skew(0deg);
}

/* Flip Design Card CSS */

.wrapFliper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapFlip {
    margin: 2rem 0rem;
    width: 20rem;
    height: 25rem;
    perspective: 1000px;
}

.pra {
    font-size: 1.2rem;
}

.flipFront,
.flipBack {
    border-radius: 0.3rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #334146;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 0.6s;
    box-shadow: .3rem .3rem 1rem rgba(0, 0, 0, .3);
    /* box-shadow:3rem 3rem 3rem rgba(0,0,0,.8); */
}

.flipFront {
    transform: rotateY(0);
}

.flipBack {
    transform: rotateY(180deg);
}

.wrapFlip:hover .flipFront {
    transform: rotateY(-180deg);
}

.wrapFlip:hover .flipBack {
    transform: rotateY(0);
}

.flipCont {
    padding: 20px;
}

.flipFront img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Component CSS */

.overrlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1
}

/* Climp Text CSS */

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    line-height: 1.4em; /* Adjust line height as needed */
    max-height: 2.8em; /* 1.4em (line-height) * 2 (line-clamp) */
}




@media only screen and (max-width: 767px) {
    pageHeader__logo-small img-fluid {
        display: block !important;
        width: 100% !important; /* Adjust as needed for responsiveness */
        height: auto !important;
    }

    .img-fluid {
        margin: 0 !important;
        padding: 20px !important;
    }

    .img-fluid, .img-thumbnail {
        height: auto !important;
        max-width: 100% !important;
        padding: 20px !important;
    }
}

.SvcCont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    flex-direction: row;
}


/* Circle Component CSS */

.execution .exCircleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
}

.circle {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #334146;
    border: 1px solid #c2bcbc;
    color: white;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.circle.active {
    border: 1px solid #c2bcbc;
    background-color: white;
    color: #000;
}

.circle.active:before {
    content: "";
    border: 0.0006rem solid transparent;
    background-color: #c2bcbc;
    height: 30%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    animation: comeon .3s ease-in-out forwards;
}

.execution .executionContent {
    border: 0.01rem solid #c2bcbc;
    border-bottom-width: 0rem;
    border-left-width: 0rem;
    border-right-width: 0rem;
    padding: 2rem;
    font-size: 1rem;
    margin-top: 1rem;
    height: 10rem;
}

.btnEval {
}

.spaceWrapper{
    display:flex;
    width:100%;
    justify-content:space-between;
    gap:4rem;
    align-items: center;
    background-color: #e4e4eb;
}



@keyframes comeon {
    from {
        height: 0%;
    }

    to {
        height: 30%;
    }
}


@media only screen and (min-width: 767px) {
    pageHeader__logo-small img-fluid {
        display: block !important;
        width: 100% !important; /* Adjust as needed for responsiveness */
        height: auto !important;
        margin: 20px !important;
    }
}

@media (max-width: 768px) {
    .SvcCont {
        flex-direction: column;
        gap: 1rem;
    }

    .wrapFliper {
        justify-content: center;
    }

    .scalings {
        transform: scale(1.4)
    }

    .spaceWrapper{
        /*flex-direction: column;*/
        gap:.75rem;
    }

    /*.btnEval{*/
    /*    font-size: 1rem !important;*/
    /*    font-weight: 200 !important;*/
    /*    color: red;*/
    /*}*/
    .circle {
        font-size: .6rem;
        width: 6rem;
        height: 6rem;
        line-height: .8rem;
    }

    .execution .executionContent {
        margin-top: -.3rem;
    }
}


.parallax .parallax__imgContainer .parallax__img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #181A1D !important;
    background: -webkit-linear-gradient(to right, #181A1D, #111315) !important;
    opacity: 0.8 !important;
    z-index: 100 !important;
}



/*calculator buttons*/



.nav-link-calculator {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.55);
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(-90deg);
    padding: 5px;
    z-index: 100;
    text-decoration: none;
    white-space: nowrap;
}

.ref {
    display: inline-block;
}

/* Adjustments for desktop */
.nav-link-calculator:nth-child(1) { /* Calculator */
    right: -50px;
    top: 271px;
}

.nav-link-calculator:nth-child(2) { /* Furniture Site */
    right: -66px;
    top: 432px;
}

.nav-link:nth-child(3) { /* Space Calculator */
    right: -70px;
    top: 600px;
}

/* Adjustments for mobile */
@media only screen and (max-width: 600px) {
    .nav-link-calculator {
        position: static;
        transform: none;
        text-align: center;
        margin: 10px;
    }

    .ref {
        transform: none;
        display: block;
    }
}
