/*--------------------------------------------------------------
# ../bootstrap-523/scss
--------------------------------------------------------------*/
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

.text-bg-primary {
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-secondary {
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-success {
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-info {
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-warning {
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-danger {
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

.text-bg-light {
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important;
}

.text-bg-dark {
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important;
}

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

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

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

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

.link-success {
    color: #198754 !important;
}

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

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

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

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

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

.link-danger {
    color: #dc3545 !important;
}

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

.link-light {
    color: #f8f9fa !important;
}

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

.link-dark {
    color: #212529 !important;
}

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

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

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

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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 {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hstack {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
}

.vstack {
    display: flex;
    align-self: stretch;
    flex: 1 1 auto;
    flex-direction: column;
}

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

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

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

.vr {
    display: inline-block;
    opacity: 0.25;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
}

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

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

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

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

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

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

.float-start {
    float: left !important;
}

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

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

.opacity-0 {
    opacity: 0 !important;
}

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

.opacity-50 {
    opacity: 0.5 !important;
}

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

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

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

.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-5 {
    margin: 0.5rem !important;
}

.m-10 {
    margin: 1rem !important;
}

.m-15 {
    margin: 1.5rem !important;
}

.m-20 {
    margin: 2rem !important;
}

.m-25 {
    margin: 2.5rem !important;
}

.m-30 {
    margin: 3rem !important;
}

.m-35 {
    margin: 3.5rem !important;
}

.m-40 {
    margin: 4rem !important;
}

.m-45 {
    margin: 4.5rem !important;
}

.m-50 {
    margin: 5rem !important;
}

.m-55 {
    margin: 5.5rem !important;
}

.m-60 {
    margin: 6rem !important;
}

.m-65 {
    margin: 6.5rem !important;
}

.m-70 {
    margin: 7rem !important;
}

.m-75 {
    margin: 7.5rem !important;
}

.m-80 {
    margin: 8rem !important;
}

.m-85 {
    margin: 8.5rem !important;
}

.m-90 {
    margin: 9rem !important;
}

.m-95 {
    margin: 9.5rem !important;
}

.m-100 {
    margin: 10rem !important;
}

.m-105 {
    margin: 10.5rem !important;
}

.m-110 {
    margin: 11rem !important;
}

.m-115 {
    margin: 11.5rem !important;
}

.m-120 {
    margin: 12rem !important;
}

.m-125 {
    margin: 12.5rem !important;
}

.m-130 {
    margin: 13rem !important;
}

.m-135 {
    margin: 13.5rem !important;
}

.m-140 {
    margin: 14rem !important;
}

.m-145 {
    margin: 14.5rem !important;
}

.m-150 {
    margin: 15rem !important;
}

.m-155 {
    margin: 15.5rem !important;
}

.m-160 {
    margin: 16rem !important;
}

.m-165 {
    margin: 16.5rem !important;
}

.m-170 {
    margin: 17rem !important;
}

.m-175 {
    margin: 17.5rem !important;
}

.m-180 {
    margin: 18rem !important;
}

.m-185 {
    margin: 18.5rem !important;
}

.m-190 {
    margin: 19rem !important;
}

.m-195 {
    margin: 19.5rem !important;
}

.m-200 {
    margin: 20rem !important;
}

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

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

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

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

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

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

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

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

.mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
}

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

.mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

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

.mx-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
}

.mx-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
}

.mx-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.mx-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
}

.mx-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.mx-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
}

.mx-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.mx-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
}

.mx-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

.mx-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
}

.mx-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
}

.mx-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
}

.mx-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
}

.mx-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
}

.mx-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
}

.mx-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
}

.mx-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
}

.mx-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
}

.mx-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
}

.mx-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
}

.mx-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
}

.mx-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
}

.mx-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
}

.mx-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
}

.mx-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
}

.mx-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
}

.mx-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
}

.mx-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
}

.mx-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
}

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

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

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

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

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

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

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

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

.my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

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

.my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

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

.my-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

.my-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.my-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
}

.my-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
}

.my-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.my-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
}

.my-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}

.my-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
}

.my-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.my-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
}

.my-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.my-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
}

.my-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.my-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
}

.my-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}

.my-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
}

.my-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.my-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
}

.my-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
}

.my-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
}

.my-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
}

.my-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
}

.my-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
}

.my-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
}

.my-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

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

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

.mt-5 {
    margin-top: 0.5rem !important;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mt-15 {
    margin-top: 1.5rem !important;
}

.mt-20 {
    margin-top: 2rem !important;
}

.mt-25 {
    margin-top: 2.5rem !important;
}

.mt-30 {
    margin-top: 3rem !important;
}

.mt-35 {
    margin-top: 3.5rem !important;
}

.mt-40 {
    margin-top: 4rem !important;
}

.mt-45 {
    margin-top: 4.5rem !important;
}

.mt-50 {
    margin-top: 5rem !important;
}

.mt-55 {
    margin-top: 5.5rem !important;
}

.mt-60 {
    margin-top: 6rem !important;
}

.mt-65 {
    margin-top: 6.5rem !important;
}

.mt-70 {
    margin-top: 7rem !important;
}

.mt-75 {
    margin-top: 7.5rem !important;
}

.mt-80 {
    margin-top: 8rem !important;
}

.mt-85 {
    margin-top: 8.5rem !important;
}

.mt-90 {
    margin-top: 9rem !important;
}

.mt-95 {
    margin-top: 9.5rem !important;
}

.mt-100 {
    margin-top: 10rem !important;
}

.mt-105 {
    margin-top: 10.5rem !important;
}

.mt-110 {
    margin-top: 11rem !important;
}

.mt-115 {
    margin-top: 11.5rem !important;
}

.mt-120 {
    margin-top: 12rem !important;
}

.mt-125 {
    margin-top: 12.5rem !important;
}

.mt-130 {
    margin-top: 13rem !important;
}

.mt-135 {
    margin-top: 13.5rem !important;
}

.mt-140 {
    margin-top: 14rem !important;
}

.mt-145 {
    margin-top: 14.5rem !important;
}

.mt-150 {
    margin-top: 15rem !important;
}

.mt-155 {
    margin-top: 15.5rem !important;
}

.mt-160 {
    margin-top: 16rem !important;
}

.mt-165 {
    margin-top: 16.5rem !important;
}

.mt-170 {
    margin-top: 17rem !important;
}

.mt-175 {
    margin-top: 17.5rem !important;
}

.mt-180 {
    margin-top: 18rem !important;
}

.mt-185 {
    margin-top: 18.5rem !important;
}

.mt-190 {
    margin-top: 19rem !important;
}

.mt-195 {
    margin-top: 19.5rem !important;
}

.mt-200 {
    margin-top: 20rem !important;
}

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

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

.me-5 {
    margin-right: 0.5rem !important;
}

.me-10 {
    margin-right: 1rem !important;
}

.me-15 {
    margin-right: 1.5rem !important;
}

.me-20 {
    margin-right: 2rem !important;
}

.me-25 {
    margin-right: 2.5rem !important;
}

.me-30 {
    margin-right: 3rem !important;
}

.me-35 {
    margin-right: 3.5rem !important;
}

.me-40 {
    margin-right: 4rem !important;
}

.me-45 {
    margin-right: 4.5rem !important;
}

.me-50 {
    margin-right: 5rem !important;
}

.me-55 {
    margin-right: 5.5rem !important;
}

.me-60 {
    margin-right: 6rem !important;
}

.me-65 {
    margin-right: 6.5rem !important;
}

.me-70 {
    margin-right: 7rem !important;
}

.me-75 {
    margin-right: 7.5rem !important;
}

.me-80 {
    margin-right: 8rem !important;
}

.me-85 {
    margin-right: 8.5rem !important;
}

.me-90 {
    margin-right: 9rem !important;
}

.me-95 {
    margin-right: 9.5rem !important;
}

.me-100 {
    margin-right: 10rem !important;
}

.me-105 {
    margin-right: 10.5rem !important;
}

.me-110 {
    margin-right: 11rem !important;
}

.me-115 {
    margin-right: 11.5rem !important;
}

.me-120 {
    margin-right: 12rem !important;
}

.me-125 {
    margin-right: 12.5rem !important;
}

.me-130 {
    margin-right: 13rem !important;
}

.me-135 {
    margin-right: 13.5rem !important;
}

.me-140 {
    margin-right: 14rem !important;
}

.me-145 {
    margin-right: 14.5rem !important;
}

.me-150 {
    margin-right: 15rem !important;
}

.me-155 {
    margin-right: 15.5rem !important;
}

.me-160 {
    margin-right: 16rem !important;
}

.me-165 {
    margin-right: 16.5rem !important;
}

.me-170 {
    margin-right: 17rem !important;
}

.me-175 {
    margin-right: 17.5rem !important;
}

.me-180 {
    margin-right: 18rem !important;
}

.me-185 {
    margin-right: 18.5rem !important;
}

.me-190 {
    margin-right: 19rem !important;
}

.me-195 {
    margin-right: 19.5rem !important;
}

.me-200 {
    margin-right: 20rem !important;
}

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

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

.mb-5 {
    margin-bottom: 0.5rem !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.mb-25 {
    margin-bottom: 2.5rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.mb-35 {
    margin-bottom: 3.5rem !important;
}

.mb-40 {
    margin-bottom: 4rem !important;
}

.mb-45 {
    margin-bottom: 4.5rem !important;
}

.mb-50 {
    margin-bottom: 5rem !important;
}

.mb-55 {
    margin-bottom: 5.5rem !important;
}

.mb-60 {
    margin-bottom: 6rem !important;
}

.mb-65 {
    margin-bottom: 6.5rem !important;
}

.mb-70 {
    margin-bottom: 7rem !important;
}

.mb-75 {
    margin-bottom: 7.5rem !important;
}

.mb-80 {
    margin-bottom: 8rem !important;
}

.mb-85 {
    margin-bottom: 8.5rem !important;
}

.mb-90 {
    margin-bottom: 9rem !important;
}

.mb-95 {
    margin-bottom: 9.5rem !important;
}

.mb-100 {
    margin-bottom: 10rem !important;
}

.mb-105 {
    margin-bottom: 10.5rem !important;
}

.mb-110 {
    margin-bottom: 11rem !important;
}

.mb-115 {
    margin-bottom: 11.5rem !important;
}

.mb-120 {
    margin-bottom: 12rem !important;
}

.mb-125 {
    margin-bottom: 12.5rem !important;
}

.mb-130 {
    margin-bottom: 13rem !important;
}

.mb-135 {
    margin-bottom: 13.5rem !important;
}

.mb-140 {
    margin-bottom: 14rem !important;
}

.mb-145 {
    margin-bottom: 14.5rem !important;
}

.mb-150 {
    margin-bottom: 15rem !important;
}

.mb-155 {
    margin-bottom: 15.5rem !important;
}

.mb-160 {
    margin-bottom: 16rem !important;
}

.mb-165 {
    margin-bottom: 16.5rem !important;
}

.mb-170 {
    margin-bottom: 17rem !important;
}

.mb-175 {
    margin-bottom: 17.5rem !important;
}

.mb-180 {
    margin-bottom: 18rem !important;
}

.mb-185 {
    margin-bottom: 18.5rem !important;
}

.mb-190 {
    margin-bottom: 19rem !important;
}

.mb-195 {
    margin-bottom: 19.5rem !important;
}

.mb-200 {
    margin-bottom: 20rem !important;
}

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

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

.ms-5 {
    margin-left: 0.5rem !important;
}

.ms-10 {
    margin-left: 1rem !important;
}

.ms-15 {
    margin-left: 1.5rem !important;
}

.ms-20 {
    margin-left: 2rem !important;
}

.ms-25 {
    margin-left: 2.5rem !important;
}

.ms-30 {
    margin-left: 3rem !important;
}

.ms-35 {
    margin-left: 3.5rem !important;
}

.ms-40 {
    margin-left: 4rem !important;
}

.ms-45 {
    margin-left: 4.5rem !important;
}

.ms-50 {
    margin-left: 5rem !important;
}

.ms-55 {
    margin-left: 5.5rem !important;
}

.ms-60 {
    margin-left: 6rem !important;
}

.ms-65 {
    margin-left: 6.5rem !important;
}

.ms-70 {
    margin-left: 7rem !important;
}

.ms-75 {
    margin-left: 7.5rem !important;
}

.ms-80 {
    margin-left: 8rem !important;
}

.ms-85 {
    margin-left: 8.5rem !important;
}

.ms-90 {
    margin-left: 9rem !important;
}

.ms-95 {
    margin-left: 9.5rem !important;
}

.ms-100 {
    margin-left: 10rem !important;
}

.ms-105 {
    margin-left: 10.5rem !important;
}

.ms-110 {
    margin-left: 11rem !important;
}

.ms-115 {
    margin-left: 11.5rem !important;
}

.ms-120 {
    margin-left: 12rem !important;
}

.ms-125 {
    margin-left: 12.5rem !important;
}

.ms-130 {
    margin-left: 13rem !important;
}

.ms-135 {
    margin-left: 13.5rem !important;
}

.ms-140 {
    margin-left: 14rem !important;
}

.ms-145 {
    margin-left: 14.5rem !important;
}

.ms-150 {
    margin-left: 15rem !important;
}

.ms-155 {
    margin-left: 15.5rem !important;
}

.ms-160 {
    margin-left: 16rem !important;
}

.ms-165 {
    margin-left: 16.5rem !important;
}

.ms-170 {
    margin-left: 17rem !important;
}

.ms-175 {
    margin-left: 17.5rem !important;
}

.ms-180 {
    margin-left: 18rem !important;
}

.ms-185 {
    margin-left: 18.5rem !important;
}

.ms-190 {
    margin-left: 19rem !important;
}

.ms-195 {
    margin-left: 19.5rem !important;
}

.ms-200 {
    margin-left: 20rem !important;
}

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

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

.p-5 {
    padding: 0.5rem !important;
}

.p-10 {
    padding: 1rem !important;
}

.p-15 {
    padding: 1.5rem !important;
}

.p-20 {
    padding: 2rem !important;
}

.p-25 {
    padding: 2.5rem !important;
}

.p-30 {
    padding: 3rem !important;
}

.p-35 {
    padding: 3.5rem !important;
}

.p-40 {
    padding: 4rem !important;
}

.p-45 {
    padding: 4.5rem !important;
}

.p-50 {
    padding: 5rem !important;
}

.p-55 {
    padding: 5.5rem !important;
}

.p-60 {
    padding: 6rem !important;
}

.p-65 {
    padding: 6.5rem !important;
}

.p-70 {
    padding: 7rem !important;
}

.p-75 {
    padding: 7.5rem !important;
}

.p-80 {
    padding: 8rem !important;
}

.p-85 {
    padding: 8.5rem !important;
}

.p-90 {
    padding: 9rem !important;
}

.p-95 {
    padding: 9.5rem !important;
}

.p-100 {
    padding: 10rem !important;
}

.p-105 {
    padding: 10.5rem !important;
}

.p-110 {
    padding: 11rem !important;
}

.p-115 {
    padding: 11.5rem !important;
}

.p-120 {
    padding: 12rem !important;
}

.p-125 {
    padding: 12.5rem !important;
}

.p-130 {
    padding: 13rem !important;
}

.p-135 {
    padding: 13.5rem !important;
}

.p-140 {
    padding: 14rem !important;
}

.p-145 {
    padding: 14.5rem !important;
}

.p-150 {
    padding: 15rem !important;
}

.p-155 {
    padding: 15.5rem !important;
}

.p-160 {
    padding: 16rem !important;
}

.p-165 {
    padding: 16.5rem !important;
}

.p-170 {
    padding: 17rem !important;
}

.p-175 {
    padding: 17.5rem !important;
}

.p-180 {
    padding: 18rem !important;
}

.p-185 {
    padding: 18.5rem !important;
}

.p-190 {
    padding: 19rem !important;
}

.p-195 {
    padding: 19.5rem !important;
}

.p-200 {
    padding: 20rem !important;
}

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

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

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

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

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

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

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

.px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

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

.px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

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

.px-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
}

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

.px-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
}

.px-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

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

.px-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.px-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
}

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

.px-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
}

.px-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.px-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
}

.px-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
}

.px-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
}

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

.px-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
}

.px-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
}

.px-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
}

.px-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
}

.px-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
}

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

.px-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
}

.px-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
}

.px-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
}

.px-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
}

.px-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
}

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

.px-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
}

.px-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
}

.px-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
}

.px-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
}

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

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

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

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

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

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

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

.py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

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

.py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

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

.py-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.py-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.py-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}

.py-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}

.py-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
}

.py-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}

.py-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
}

.py-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.py-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
}

.py-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

.py-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
}

.py-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

.py-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
}

.py-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}

.py-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
}

.py-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.py-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
}

.py-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
}

.py-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
}

.py-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
}

.py-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
}

.py-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
}

.py-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
}

.py-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}

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

.pt-5 {
    padding-top: 0.5rem !important;
}

.pt-10 {
    padding-top: 1rem !important;
}

.pt-15 {
    padding-top: 1.5rem !important;
}

.pt-20 {
    padding-top: 2rem !important;
}

.pt-25 {
    padding-top: 2.5rem !important;
}

.pt-30 {
    padding-top: 3rem !important;
}

.pt-35 {
    padding-top: 3.5rem !important;
}

.pt-40 {
    padding-top: 4rem !important;
}

.pt-45 {
    padding-top: 4.5rem !important;
}

.pt-50 {
    padding-top: 5rem !important;
}

.pt-55 {
    padding-top: 5.5rem !important;
}

.pt-60 {
    padding-top: 6rem !important;
}

.pt-65 {
    padding-top: 6.5rem !important;
}

.pt-70 {
    padding-top: 7rem !important;
}

.pt-75 {
    padding-top: 7.5rem !important;
}

.pt-80 {
    padding-top: 8rem !important;
}

.pt-85 {
    padding-top: 8.5rem !important;
}

.pt-90 {
    padding-top: 9rem !important;
}

.pt-95 {
    padding-top: 9.5rem !important;
}

.pt-100 {
    padding-top: 10rem !important;
}

.pt-105 {
    padding-top: 10.5rem !important;
}

.pt-110 {
    padding-top: 11rem !important;
}

.pt-115 {
    padding-top: 11.5rem !important;
}

.pt-120 {
    padding-top: 12rem !important;
}

.pt-125 {
    padding-top: 12.5rem !important;
}

.pt-130 {
    padding-top: 13rem !important;
}

.pt-135 {
    padding-top: 13.5rem !important;
}

.pt-140 {
    padding-top: 14rem !important;
}

.pt-145 {
    padding-top: 14.5rem !important;
}

.pt-150 {
    padding-top: 15rem !important;
}

.pt-155 {
    padding-top: 15.5rem !important;
}

.pt-160 {
    padding-top: 16rem !important;
}

.pt-165 {
    padding-top: 16.5rem !important;
}

.pt-170 {
    padding-top: 17rem !important;
}

.pt-175 {
    padding-top: 17.5rem !important;
}

.pt-180 {
    padding-top: 18rem !important;
}

.pt-185 {
    padding-top: 18.5rem !important;
}

.pt-190 {
    padding-top: 19rem !important;
}

.pt-195 {
    padding-top: 19.5rem !important;
}

.pt-200 {
    padding-top: 20rem !important;
}

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

.pe-5 {
    padding-right: 0.5rem !important;
}

.pe-10 {
    padding-right: 1rem !important;
}

.pe-15 {
    padding-right: 1.5rem !important;
}

.pe-20 {
    padding-right: 2rem !important;
}

.pe-25 {
    padding-right: 2.5rem !important;
}

.pe-30 {
    padding-right: 3rem !important;
}

.pe-35 {
    padding-right: 3.5rem !important;
}

.pe-40 {
    padding-right: 4rem !important;
}

.pe-45 {
    padding-right: 4.5rem !important;
}

.pe-50 {
    padding-right: 5rem !important;
}

.pe-55 {
    padding-right: 5.5rem !important;
}

.pe-60 {
    padding-right: 6rem !important;
}

.pe-65 {
    padding-right: 6.5rem !important;
}

.pe-70 {
    padding-right: 7rem !important;
}

.pe-75 {
    padding-right: 7.5rem !important;
}

.pe-80 {
    padding-right: 8rem !important;
}

.pe-85 {
    padding-right: 8.5rem !important;
}

.pe-90 {
    padding-right: 9rem !important;
}

.pe-95 {
    padding-right: 9.5rem !important;
}

.pe-100 {
    padding-right: 10rem !important;
}

.pe-105 {
    padding-right: 10.5rem !important;
}

.pe-110 {
    padding-right: 11rem !important;
}

.pe-115 {
    padding-right: 11.5rem !important;
}

.pe-120 {
    padding-right: 12rem !important;
}

.pe-125 {
    padding-right: 12.5rem !important;
}

.pe-130 {
    padding-right: 13rem !important;
}

.pe-135 {
    padding-right: 13.5rem !important;
}

.pe-140 {
    padding-right: 14rem !important;
}

.pe-145 {
    padding-right: 14.5rem !important;
}

.pe-150 {
    padding-right: 15rem !important;
}

.pe-155 {
    padding-right: 15.5rem !important;
}

.pe-160 {
    padding-right: 16rem !important;
}

.pe-165 {
    padding-right: 16.5rem !important;
}

.pe-170 {
    padding-right: 17rem !important;
}

.pe-175 {
    padding-right: 17.5rem !important;
}

.pe-180 {
    padding-right: 18rem !important;
}

.pe-185 {
    padding-right: 18.5rem !important;
}

.pe-190 {
    padding-right: 19rem !important;
}

.pe-195 {
    padding-right: 19.5rem !important;
}

.pe-200 {
    padding-right: 20rem !important;
}

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

.pb-5 {
    padding-bottom: 0.5rem !important;
}

.pb-10 {
    padding-bottom: 1rem !important;
}

.pb-15 {
    padding-bottom: 1.5rem !important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pb-25 {
    padding-bottom: 2.5rem !important;
}

.pb-30 {
    padding-bottom: 3rem !important;
}

.pb-35 {
    padding-bottom: 3.5rem !important;
}

.pb-40 {
    padding-bottom: 4rem !important;
}

.pb-45 {
    padding-bottom: 4.5rem !important;
}

.pb-50 {
    padding-bottom: 5rem !important;
}

.pb-55 {
    padding-bottom: 5.5rem !important;
}

.pb-60 {
    padding-bottom: 6rem !important;
}

.pb-65 {
    padding-bottom: 6.5rem !important;
}

.pb-70 {
    padding-bottom: 7rem !important;
}

.pb-75 {
    padding-bottom: 7.5rem !important;
}

.pb-80 {
    padding-bottom: 8rem !important;
}

.pb-85 {
    padding-bottom: 8.5rem !important;
}

.pb-90 {
    padding-bottom: 9rem !important;
}

.pb-95 {
    padding-bottom: 9.5rem !important;
}

.pb-100 {
    padding-bottom: 10rem !important;
}

.pb-105 {
    padding-bottom: 10.5rem !important;
}

.pb-110 {
    padding-bottom: 11rem !important;
}

.pb-115 {
    padding-bottom: 11.5rem !important;
}

.pb-120 {
    padding-bottom: 12rem !important;
}

.pb-125 {
    padding-bottom: 12.5rem !important;
}

.pb-130 {
    padding-bottom: 13rem !important;
}

.pb-135 {
    padding-bottom: 13.5rem !important;
}

.pb-140 {
    padding-bottom: 14rem !important;
}

.pb-145 {
    padding-bottom: 14.5rem !important;
}

.pb-150 {
    padding-bottom: 15rem !important;
}

.pb-155 {
    padding-bottom: 15.5rem !important;
}

.pb-160 {
    padding-bottom: 16rem !important;
}

.pb-165 {
    padding-bottom: 16.5rem !important;
}

.pb-170 {
    padding-bottom: 17rem !important;
}

.pb-175 {
    padding-bottom: 17.5rem !important;
}

.pb-180 {
    padding-bottom: 18rem !important;
}

.pb-185 {
    padding-bottom: 18.5rem !important;
}

.pb-190 {
    padding-bottom: 19rem !important;
}

.pb-195 {
    padding-bottom: 19.5rem !important;
}

.pb-200 {
    padding-bottom: 20rem !important;
}

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

.ps-5 {
    padding-left: 0.5rem !important;
}

.ps-10 {
    padding-left: 1rem !important;
}

.ps-15 {
    padding-left: 1.5rem !important;
}

.ps-20 {
    padding-left: 2rem !important;
}

.ps-25 {
    padding-left: 2.5rem !important;
}

.ps-30 {
    padding-left: 3rem !important;
}

.ps-35 {
    padding-left: 3.5rem !important;
}

.ps-40 {
    padding-left: 4rem !important;
}

.ps-45 {
    padding-left: 4.5rem !important;
}

.ps-50 {
    padding-left: 5rem !important;
}

.ps-55 {
    padding-left: 5.5rem !important;
}

.ps-60 {
    padding-left: 6rem !important;
}

.ps-65 {
    padding-left: 6.5rem !important;
}

.ps-70 {
    padding-left: 7rem !important;
}

.ps-75 {
    padding-left: 7.5rem !important;
}

.ps-80 {
    padding-left: 8rem !important;
}

.ps-85 {
    padding-left: 8.5rem !important;
}

.ps-90 {
    padding-left: 9rem !important;
}

.ps-95 {
    padding-left: 9.5rem !important;
}

.ps-100 {
    padding-left: 10rem !important;
}

.ps-105 {
    padding-left: 10.5rem !important;
}

.ps-110 {
    padding-left: 11rem !important;
}

.ps-115 {
    padding-left: 11.5rem !important;
}

.ps-120 {
    padding-left: 12rem !important;
}

.ps-125 {
    padding-left: 12.5rem !important;
}

.ps-130 {
    padding-left: 13rem !important;
}

.ps-135 {
    padding-left: 13.5rem !important;
}

.ps-140 {
    padding-left: 14rem !important;
}

.ps-145 {
    padding-left: 14.5rem !important;
}

.ps-150 {
    padding-left: 15rem !important;
}

.ps-155 {
    padding-left: 15.5rem !important;
}

.ps-160 {
    padding-left: 16rem !important;
}

.ps-165 {
    padding-left: 16.5rem !important;
}

.ps-170 {
    padding-left: 17rem !important;
}

.ps-175 {
    padding-left: 17.5rem !important;
}

.ps-180 {
    padding-left: 18rem !important;
}

.ps-185 {
    padding-left: 18.5rem !important;
}

.ps-190 {
    padding-left: 19rem !important;
}

.ps-195 {
    padding-left: 19.5rem !important;
}

.ps-200 {
    padding-left: 20rem !important;
}

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

.gap-5 {
    gap: 0.5rem !important;
}

.gap-10 {
    gap: 1rem !important;
}

.gap-15 {
    gap: 1.5rem !important;
}

.gap-20 {
    gap: 2rem !important;
}

.gap-25 {
    gap: 2.5rem !important;
}

.gap-30 {
    gap: 3rem !important;
}

.gap-35 {
    gap: 3.5rem !important;
}

.gap-40 {
    gap: 4rem !important;
}

.gap-45 {
    gap: 4.5rem !important;
}

.gap-50 {
    gap: 5rem !important;
}

.gap-55 {
    gap: 5.5rem !important;
}

.gap-60 {
    gap: 6rem !important;
}

.gap-65 {
    gap: 6.5rem !important;
}

.gap-70 {
    gap: 7rem !important;
}

.gap-75 {
    gap: 7.5rem !important;
}

.gap-80 {
    gap: 8rem !important;
}

.gap-85 {
    gap: 8.5rem !important;
}

.gap-90 {
    gap: 9rem !important;
}

.gap-95 {
    gap: 9.5rem !important;
}

.gap-100 {
    gap: 10rem !important;
}

.gap-105 {
    gap: 10.5rem !important;
}

.gap-110 {
    gap: 11rem !important;
}

.gap-115 {
    gap: 11.5rem !important;
}

.gap-120 {
    gap: 12rem !important;
}

.gap-125 {
    gap: 12.5rem !important;
}

.gap-130 {
    gap: 13rem !important;
}

.gap-135 {
    gap: 13.5rem !important;
}

.gap-140 {
    gap: 14rem !important;
}

.gap-145 {
    gap: 14.5rem !important;
}

.gap-150 {
    gap: 15rem !important;
}

.gap-155 {
    gap: 15.5rem !important;
}

.gap-160 {
    gap: 16rem !important;
}

.gap-165 {
    gap: 16.5rem !important;
}

.gap-170 {
    gap: 17rem !important;
}

.gap-175 {
    gap: 17.5rem !important;
}

.gap-180 {
    gap: 18rem !important;
}

.gap-185 {
    gap: 18.5rem !important;
}

.gap-190 {
    gap: 19rem !important;
}

.gap-195 {
    gap: 19.5rem !important;
}

.gap-200 {
    gap: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-semibold {
    font-weight: 600 !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;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    --bs-text-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    --bs-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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

    .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-5 {
        margin: 0.5rem !important;
    }

    .m-sm-10 {
        margin: 1rem !important;
    }

    .m-sm-15 {
        margin: 1.5rem !important;
    }

    .m-sm-20 {
        margin: 2rem !important;
    }

    .m-sm-25 {
        margin: 2.5rem !important;
    }

    .m-sm-30 {
        margin: 3rem !important;
    }

    .m-sm-35 {
        margin: 3.5rem !important;
    }

    .m-sm-40 {
        margin: 4rem !important;
    }

    .m-sm-45 {
        margin: 4.5rem !important;
    }

    .m-sm-50 {
        margin: 5rem !important;
    }

    .m-sm-55 {
        margin: 5.5rem !important;
    }

    .m-sm-60 {
        margin: 6rem !important;
    }

    .m-sm-65 {
        margin: 6.5rem !important;
    }

    .m-sm-70 {
        margin: 7rem !important;
    }

    .m-sm-75 {
        margin: 7.5rem !important;
    }

    .m-sm-80 {
        margin: 8rem !important;
    }

    .m-sm-85 {
        margin: 8.5rem !important;
    }

    .m-sm-90 {
        margin: 9rem !important;
    }

    .m-sm-95 {
        margin: 9.5rem !important;
    }

    .m-sm-100 {
        margin: 10rem !important;
    }

    .m-sm-105 {
        margin: 10.5rem !important;
    }

    .m-sm-110 {
        margin: 11rem !important;
    }

    .m-sm-115 {
        margin: 11.5rem !important;
    }

    .m-sm-120 {
        margin: 12rem !important;
    }

    .m-sm-125 {
        margin: 12.5rem !important;
    }

    .m-sm-130 {
        margin: 13rem !important;
    }

    .m-sm-135 {
        margin: 13.5rem !important;
    }

    .m-sm-140 {
        margin: 14rem !important;
    }

    .m-sm-145 {
        margin: 14.5rem !important;
    }

    .m-sm-150 {
        margin: 15rem !important;
    }

    .m-sm-155 {
        margin: 15.5rem !important;
    }

    .m-sm-160 {
        margin: 16rem !important;
    }

    .m-sm-165 {
        margin: 16.5rem !important;
    }

    .m-sm-170 {
        margin: 17rem !important;
    }

    .m-sm-175 {
        margin: 17.5rem !important;
    }

    .m-sm-180 {
        margin: 18rem !important;
    }

    .m-sm-185 {
        margin: 18.5rem !important;
    }

    .m-sm-190 {
        margin: 19rem !important;
    }

    .m-sm-195 {
        margin: 19.5rem !important;
    }

    .m-sm-200 {
        margin: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .mx-sm-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

    .mx-sm-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

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

    .mx-sm-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-sm-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-sm-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-sm-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-sm-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-sm-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-sm-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-sm-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-sm-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-sm-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-sm-105 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important;
    }

    .mx-sm-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }

    .mx-sm-115 {
        margin-right: 11.5rem !important;
        margin-left: 11.5rem !important;
    }

    .mx-sm-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-sm-125 {
        margin-right: 12.5rem !important;
        margin-left: 12.5rem !important;
    }

    .mx-sm-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }

    .mx-sm-135 {
        margin-right: 13.5rem !important;
        margin-left: 13.5rem !important;
    }

    .mx-sm-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-sm-145 {
        margin-right: 14.5rem !important;
        margin-left: 14.5rem !important;
    }

    .mx-sm-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }

    .mx-sm-155 {
        margin-right: 15.5rem !important;
        margin-left: 15.5rem !important;
    }

    .mx-sm-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-sm-165 {
        margin-right: 16.5rem !important;
        margin-left: 16.5rem !important;
    }

    .mx-sm-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }

    .mx-sm-175 {
        margin-right: 17.5rem !important;
        margin-left: 17.5rem !important;
    }

    .mx-sm-180 {
        margin-right: 18rem !important;
        margin-left: 18rem !important;
    }

    .mx-sm-185 {
        margin-right: 18.5rem !important;
        margin-left: 18.5rem !important;
    }

    .mx-sm-190 {
        margin-right: 19rem !important;
        margin-left: 19rem !important;
    }

    .mx-sm-195 {
        margin-right: 19.5rem !important;
        margin-left: 19.5rem !important;
    }

    .mx-sm-200 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .my-sm-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

    .my-sm-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .my-sm-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-sm-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-sm-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-sm-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-sm-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-sm-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-sm-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-sm-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-sm-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-sm-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-sm-105 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important;
    }

    .my-sm-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-sm-115 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important;
    }

    .my-sm-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-sm-125 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-sm-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-sm-135 {
        margin-top: 13.5rem !important;
        margin-bottom: 13.5rem !important;
    }

    .my-sm-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-sm-145 {
        margin-top: 14.5rem !important;
        margin-bottom: 14.5rem !important;
    }

    .my-sm-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-sm-155 {
        margin-top: 15.5rem !important;
        margin-bottom: 15.5rem !important;
    }

    .my-sm-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-sm-165 {
        margin-top: 16.5rem !important;
        margin-bottom: 16.5rem !important;
    }

    .my-sm-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-sm-175 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-sm-180 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-sm-185 {
        margin-top: 18.5rem !important;
        margin-bottom: 18.5rem !important;
    }

    .my-sm-190 {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-sm-195 {
        margin-top: 19.5rem !important;
        margin-bottom: 19.5rem !important;
    }

    .my-sm-200 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

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

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

    .mt-sm-5 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-10 {
        margin-top: 1rem !important;
    }

    .mt-sm-15 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-20 {
        margin-top: 2rem !important;
    }

    .mt-sm-25 {
        margin-top: 2.5rem !important;
    }

    .mt-sm-30 {
        margin-top: 3rem !important;
    }

    .mt-sm-35 {
        margin-top: 3.5rem !important;
    }

    .mt-sm-40 {
        margin-top: 4rem !important;
    }

    .mt-sm-45 {
        margin-top: 4.5rem !important;
    }

    .mt-sm-50 {
        margin-top: 5rem !important;
    }

    .mt-sm-55 {
        margin-top: 5.5rem !important;
    }

    .mt-sm-60 {
        margin-top: 6rem !important;
    }

    .mt-sm-65 {
        margin-top: 6.5rem !important;
    }

    .mt-sm-70 {
        margin-top: 7rem !important;
    }

    .mt-sm-75 {
        margin-top: 7.5rem !important;
    }

    .mt-sm-80 {
        margin-top: 8rem !important;
    }

    .mt-sm-85 {
        margin-top: 8.5rem !important;
    }

    .mt-sm-90 {
        margin-top: 9rem !important;
    }

    .mt-sm-95 {
        margin-top: 9.5rem !important;
    }

    .mt-sm-100 {
        margin-top: 10rem !important;
    }

    .mt-sm-105 {
        margin-top: 10.5rem !important;
    }

    .mt-sm-110 {
        margin-top: 11rem !important;
    }

    .mt-sm-115 {
        margin-top: 11.5rem !important;
    }

    .mt-sm-120 {
        margin-top: 12rem !important;
    }

    .mt-sm-125 {
        margin-top: 12.5rem !important;
    }

    .mt-sm-130 {
        margin-top: 13rem !important;
    }

    .mt-sm-135 {
        margin-top: 13.5rem !important;
    }

    .mt-sm-140 {
        margin-top: 14rem !important;
    }

    .mt-sm-145 {
        margin-top: 14.5rem !important;
    }

    .mt-sm-150 {
        margin-top: 15rem !important;
    }

    .mt-sm-155 {
        margin-top: 15.5rem !important;
    }

    .mt-sm-160 {
        margin-top: 16rem !important;
    }

    .mt-sm-165 {
        margin-top: 16.5rem !important;
    }

    .mt-sm-170 {
        margin-top: 17rem !important;
    }

    .mt-sm-175 {
        margin-top: 17.5rem !important;
    }

    .mt-sm-180 {
        margin-top: 18rem !important;
    }

    .mt-sm-185 {
        margin-top: 18.5rem !important;
    }

    .mt-sm-190 {
        margin-top: 19rem !important;
    }

    .mt-sm-195 {
        margin-top: 19.5rem !important;
    }

    .mt-sm-200 {
        margin-top: 20rem !important;
    }

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

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

    .me-sm-5 {
        margin-right: 0.5rem !important;
    }

    .me-sm-10 {
        margin-right: 1rem !important;
    }

    .me-sm-15 {
        margin-right: 1.5rem !important;
    }

    .me-sm-20 {
        margin-right: 2rem !important;
    }

    .me-sm-25 {
        margin-right: 2.5rem !important;
    }

    .me-sm-30 {
        margin-right: 3rem !important;
    }

    .me-sm-35 {
        margin-right: 3.5rem !important;
    }

    .me-sm-40 {
        margin-right: 4rem !important;
    }

    .me-sm-45 {
        margin-right: 4.5rem !important;
    }

    .me-sm-50 {
        margin-right: 5rem !important;
    }

    .me-sm-55 {
        margin-right: 5.5rem !important;
    }

    .me-sm-60 {
        margin-right: 6rem !important;
    }

    .me-sm-65 {
        margin-right: 6.5rem !important;
    }

    .me-sm-70 {
        margin-right: 7rem !important;
    }

    .me-sm-75 {
        margin-right: 7.5rem !important;
    }

    .me-sm-80 {
        margin-right: 8rem !important;
    }

    .me-sm-85 {
        margin-right: 8.5rem !important;
    }

    .me-sm-90 {
        margin-right: 9rem !important;
    }

    .me-sm-95 {
        margin-right: 9.5rem !important;
    }

    .me-sm-100 {
        margin-right: 10rem !important;
    }

    .me-sm-105 {
        margin-right: 10.5rem !important;
    }

    .me-sm-110 {
        margin-right: 11rem !important;
    }

    .me-sm-115 {
        margin-right: 11.5rem !important;
    }

    .me-sm-120 {
        margin-right: 12rem !important;
    }

    .me-sm-125 {
        margin-right: 12.5rem !important;
    }

    .me-sm-130 {
        margin-right: 13rem !important;
    }

    .me-sm-135 {
        margin-right: 13.5rem !important;
    }

    .me-sm-140 {
        margin-right: 14rem !important;
    }

    .me-sm-145 {
        margin-right: 14.5rem !important;
    }

    .me-sm-150 {
        margin-right: 15rem !important;
    }

    .me-sm-155 {
        margin-right: 15.5rem !important;
    }

    .me-sm-160 {
        margin-right: 16rem !important;
    }

    .me-sm-165 {
        margin-right: 16.5rem !important;
    }

    .me-sm-170 {
        margin-right: 17rem !important;
    }

    .me-sm-175 {
        margin-right: 17.5rem !important;
    }

    .me-sm-180 {
        margin-right: 18rem !important;
    }

    .me-sm-185 {
        margin-right: 18.5rem !important;
    }

    .me-sm-190 {
        margin-right: 19rem !important;
    }

    .me-sm-195 {
        margin-right: 19.5rem !important;
    }

    .me-sm-200 {
        margin-right: 20rem !important;
    }

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

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

    .mb-sm-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-20 {
        margin-bottom: 2rem !important;
    }

    .mb-sm-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-30 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-sm-40 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-sm-50 {
        margin-bottom: 5rem !important;
    }

    .mb-sm-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-sm-60 {
        margin-bottom: 6rem !important;
    }

    .mb-sm-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-sm-70 {
        margin-bottom: 7rem !important;
    }

    .mb-sm-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-sm-80 {
        margin-bottom: 8rem !important;
    }

    .mb-sm-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-sm-90 {
        margin-bottom: 9rem !important;
    }

    .mb-sm-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-sm-100 {
        margin-bottom: 10rem !important;
    }

    .mb-sm-105 {
        margin-bottom: 10.5rem !important;
    }

    .mb-sm-110 {
        margin-bottom: 11rem !important;
    }

    .mb-sm-115 {
        margin-bottom: 11.5rem !important;
    }

    .mb-sm-120 {
        margin-bottom: 12rem !important;
    }

    .mb-sm-125 {
        margin-bottom: 12.5rem !important;
    }

    .mb-sm-130 {
        margin-bottom: 13rem !important;
    }

    .mb-sm-135 {
        margin-bottom: 13.5rem !important;
    }

    .mb-sm-140 {
        margin-bottom: 14rem !important;
    }

    .mb-sm-145 {
        margin-bottom: 14.5rem !important;
    }

    .mb-sm-150 {
        margin-bottom: 15rem !important;
    }

    .mb-sm-155 {
        margin-bottom: 15.5rem !important;
    }

    .mb-sm-160 {
        margin-bottom: 16rem !important;
    }

    .mb-sm-165 {
        margin-bottom: 16.5rem !important;
    }

    .mb-sm-170 {
        margin-bottom: 17rem !important;
    }

    .mb-sm-175 {
        margin-bottom: 17.5rem !important;
    }

    .mb-sm-180 {
        margin-bottom: 18rem !important;
    }

    .mb-sm-185 {
        margin-bottom: 18.5rem !important;
    }

    .mb-sm-190 {
        margin-bottom: 19rem !important;
    }

    .mb-sm-195 {
        margin-bottom: 19.5rem !important;
    }

    .mb-sm-200 {
        margin-bottom: 20rem !important;
    }

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

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

    .ms-sm-5 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-10 {
        margin-left: 1rem !important;
    }

    .ms-sm-15 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-20 {
        margin-left: 2rem !important;
    }

    .ms-sm-25 {
        margin-left: 2.5rem !important;
    }

    .ms-sm-30 {
        margin-left: 3rem !important;
    }

    .ms-sm-35 {
        margin-left: 3.5rem !important;
    }

    .ms-sm-40 {
        margin-left: 4rem !important;
    }

    .ms-sm-45 {
        margin-left: 4.5rem !important;
    }

    .ms-sm-50 {
        margin-left: 5rem !important;
    }

    .ms-sm-55 {
        margin-left: 5.5rem !important;
    }

    .ms-sm-60 {
        margin-left: 6rem !important;
    }

    .ms-sm-65 {
        margin-left: 6.5rem !important;
    }

    .ms-sm-70 {
        margin-left: 7rem !important;
    }

    .ms-sm-75 {
        margin-left: 7.5rem !important;
    }

    .ms-sm-80 {
        margin-left: 8rem !important;
    }

    .ms-sm-85 {
        margin-left: 8.5rem !important;
    }

    .ms-sm-90 {
        margin-left: 9rem !important;
    }

    .ms-sm-95 {
        margin-left: 9.5rem !important;
    }

    .ms-sm-100 {
        margin-left: 10rem !important;
    }

    .ms-sm-105 {
        margin-left: 10.5rem !important;
    }

    .ms-sm-110 {
        margin-left: 11rem !important;
    }

    .ms-sm-115 {
        margin-left: 11.5rem !important;
    }

    .ms-sm-120 {
        margin-left: 12rem !important;
    }

    .ms-sm-125 {
        margin-left: 12.5rem !important;
    }

    .ms-sm-130 {
        margin-left: 13rem !important;
    }

    .ms-sm-135 {
        margin-left: 13.5rem !important;
    }

    .ms-sm-140 {
        margin-left: 14rem !important;
    }

    .ms-sm-145 {
        margin-left: 14.5rem !important;
    }

    .ms-sm-150 {
        margin-left: 15rem !important;
    }

    .ms-sm-155 {
        margin-left: 15.5rem !important;
    }

    .ms-sm-160 {
        margin-left: 16rem !important;
    }

    .ms-sm-165 {
        margin-left: 16.5rem !important;
    }

    .ms-sm-170 {
        margin-left: 17rem !important;
    }

    .ms-sm-175 {
        margin-left: 17.5rem !important;
    }

    .ms-sm-180 {
        margin-left: 18rem !important;
    }

    .ms-sm-185 {
        margin-left: 18.5rem !important;
    }

    .ms-sm-190 {
        margin-left: 19rem !important;
    }

    .ms-sm-195 {
        margin-left: 19.5rem !important;
    }

    .ms-sm-200 {
        margin-left: 20rem !important;
    }

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

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

    .p-sm-5 {
        padding: 0.5rem !important;
    }

    .p-sm-10 {
        padding: 1rem !important;
    }

    .p-sm-15 {
        padding: 1.5rem !important;
    }

    .p-sm-20 {
        padding: 2rem !important;
    }

    .p-sm-25 {
        padding: 2.5rem !important;
    }

    .p-sm-30 {
        padding: 3rem !important;
    }

    .p-sm-35 {
        padding: 3.5rem !important;
    }

    .p-sm-40 {
        padding: 4rem !important;
    }

    .p-sm-45 {
        padding: 4.5rem !important;
    }

    .p-sm-50 {
        padding: 5rem !important;
    }

    .p-sm-55 {
        padding: 5.5rem !important;
    }

    .p-sm-60 {
        padding: 6rem !important;
    }

    .p-sm-65 {
        padding: 6.5rem !important;
    }

    .p-sm-70 {
        padding: 7rem !important;
    }

    .p-sm-75 {
        padding: 7.5rem !important;
    }

    .p-sm-80 {
        padding: 8rem !important;
    }

    .p-sm-85 {
        padding: 8.5rem !important;
    }

    .p-sm-90 {
        padding: 9rem !important;
    }

    .p-sm-95 {
        padding: 9.5rem !important;
    }

    .p-sm-100 {
        padding: 10rem !important;
    }

    .p-sm-105 {
        padding: 10.5rem !important;
    }

    .p-sm-110 {
        padding: 11rem !important;
    }

    .p-sm-115 {
        padding: 11.5rem !important;
    }

    .p-sm-120 {
        padding: 12rem !important;
    }

    .p-sm-125 {
        padding: 12.5rem !important;
    }

    .p-sm-130 {
        padding: 13rem !important;
    }

    .p-sm-135 {
        padding: 13.5rem !important;
    }

    .p-sm-140 {
        padding: 14rem !important;
    }

    .p-sm-145 {
        padding: 14.5rem !important;
    }

    .p-sm-150 {
        padding: 15rem !important;
    }

    .p-sm-155 {
        padding: 15.5rem !important;
    }

    .p-sm-160 {
        padding: 16rem !important;
    }

    .p-sm-165 {
        padding: 16.5rem !important;
    }

    .p-sm-170 {
        padding: 17rem !important;
    }

    .p-sm-175 {
        padding: 17.5rem !important;
    }

    .p-sm-180 {
        padding: 18rem !important;
    }

    .p-sm-185 {
        padding: 18.5rem !important;
    }

    .p-sm-190 {
        padding: 19rem !important;
    }

    .p-sm-195 {
        padding: 19.5rem !important;
    }

    .p-sm-200 {
        padding: 20rem !important;
    }

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

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

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

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

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

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

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

    .px-sm-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

    .px-sm-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

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

    .px-sm-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

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

    .px-sm-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-sm-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

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

    .px-sm-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-sm-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

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

    .px-sm-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-sm-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-sm-105 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important;
    }

    .px-sm-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }

    .px-sm-115 {
        padding-right: 11.5rem !important;
        padding-left: 11.5rem !important;
    }

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

    .px-sm-125 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }

    .px-sm-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }

    .px-sm-135 {
        padding-right: 13.5rem !important;
        padding-left: 13.5rem !important;
    }

    .px-sm-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-sm-145 {
        padding-right: 14.5rem !important;
        padding-left: 14.5rem !important;
    }

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

    .px-sm-155 {
        padding-right: 15.5rem !important;
        padding-left: 15.5rem !important;
    }

    .px-sm-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .px-sm-165 {
        padding-right: 16.5rem !important;
        padding-left: 16.5rem !important;
    }

    .px-sm-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }

    .px-sm-175 {
        padding-right: 17.5rem !important;
        padding-left: 17.5rem !important;
    }

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

    .px-sm-185 {
        padding-right: 18.5rem !important;
        padding-left: 18.5rem !important;
    }

    .px-sm-190 {
        padding-right: 19rem !important;
        padding-left: 19rem !important;
    }

    .px-sm-195 {
        padding-right: 19.5rem !important;
        padding-left: 19.5rem !important;
    }

    .px-sm-200 {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

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

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

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

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

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

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

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

    .py-sm-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

    .py-sm-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

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

    .py-sm-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-sm-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-sm-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-sm-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-sm-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-sm-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-sm-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-sm-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-sm-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-sm-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-sm-105 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }

    .py-sm-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-sm-115 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important;
    }

    .py-sm-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-sm-125 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-sm-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .py-sm-135 {
        padding-top: 13.5rem !important;
        padding-bottom: 13.5rem !important;
    }

    .py-sm-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-sm-145 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .py-sm-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-sm-155 {
        padding-top: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    .py-sm-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .py-sm-165 {
        padding-top: 16.5rem !important;
        padding-bottom: 16.5rem !important;
    }

    .py-sm-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }

    .py-sm-175 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-sm-180 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .py-sm-185 {
        padding-top: 18.5rem !important;
        padding-bottom: 18.5rem !important;
    }

    .py-sm-190 {
        padding-top: 19rem !important;
        padding-bottom: 19rem !important;
    }

    .py-sm-195 {
        padding-top: 19.5rem !important;
        padding-bottom: 19.5rem !important;
    }

    .py-sm-200 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

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

    .pt-sm-5 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-10 {
        padding-top: 1rem !important;
    }

    .pt-sm-15 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-20 {
        padding-top: 2rem !important;
    }

    .pt-sm-25 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-30 {
        padding-top: 3rem !important;
    }

    .pt-sm-35 {
        padding-top: 3.5rem !important;
    }

    .pt-sm-40 {
        padding-top: 4rem !important;
    }

    .pt-sm-45 {
        padding-top: 4.5rem !important;
    }

    .pt-sm-50 {
        padding-top: 5rem !important;
    }

    .pt-sm-55 {
        padding-top: 5.5rem !important;
    }

    .pt-sm-60 {
        padding-top: 6rem !important;
    }

    .pt-sm-65 {
        padding-top: 6.5rem !important;
    }

    .pt-sm-70 {
        padding-top: 7rem !important;
    }

    .pt-sm-75 {
        padding-top: 7.5rem !important;
    }

    .pt-sm-80 {
        padding-top: 8rem !important;
    }

    .pt-sm-85 {
        padding-top: 8.5rem !important;
    }

    .pt-sm-90 {
        padding-top: 9rem !important;
    }

    .pt-sm-95 {
        padding-top: 9.5rem !important;
    }

    .pt-sm-100 {
        padding-top: 10rem !important;
    }

    .pt-sm-105 {
        padding-top: 10.5rem !important;
    }

    .pt-sm-110 {
        padding-top: 11rem !important;
    }

    .pt-sm-115 {
        padding-top: 11.5rem !important;
    }

    .pt-sm-120 {
        padding-top: 12rem !important;
    }

    .pt-sm-125 {
        padding-top: 12.5rem !important;
    }

    .pt-sm-130 {
        padding-top: 13rem !important;
    }

    .pt-sm-135 {
        padding-top: 13.5rem !important;
    }

    .pt-sm-140 {
        padding-top: 14rem !important;
    }

    .pt-sm-145 {
        padding-top: 14.5rem !important;
    }

    .pt-sm-150 {
        padding-top: 15rem !important;
    }

    .pt-sm-155 {
        padding-top: 15.5rem !important;
    }

    .pt-sm-160 {
        padding-top: 16rem !important;
    }

    .pt-sm-165 {
        padding-top: 16.5rem !important;
    }

    .pt-sm-170 {
        padding-top: 17rem !important;
    }

    .pt-sm-175 {
        padding-top: 17.5rem !important;
    }

    .pt-sm-180 {
        padding-top: 18rem !important;
    }

    .pt-sm-185 {
        padding-top: 18.5rem !important;
    }

    .pt-sm-190 {
        padding-top: 19rem !important;
    }

    .pt-sm-195 {
        padding-top: 19.5rem !important;
    }

    .pt-sm-200 {
        padding-top: 20rem !important;
    }

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

    .pe-sm-5 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-10 {
        padding-right: 1rem !important;
    }

    .pe-sm-15 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-20 {
        padding-right: 2rem !important;
    }

    .pe-sm-25 {
        padding-right: 2.5rem !important;
    }

    .pe-sm-30 {
        padding-right: 3rem !important;
    }

    .pe-sm-35 {
        padding-right: 3.5rem !important;
    }

    .pe-sm-40 {
        padding-right: 4rem !important;
    }

    .pe-sm-45 {
        padding-right: 4.5rem !important;
    }

    .pe-sm-50 {
        padding-right: 5rem !important;
    }

    .pe-sm-55 {
        padding-right: 5.5rem !important;
    }

    .pe-sm-60 {
        padding-right: 6rem !important;
    }

    .pe-sm-65 {
        padding-right: 6.5rem !important;
    }

    .pe-sm-70 {
        padding-right: 7rem !important;
    }

    .pe-sm-75 {
        padding-right: 7.5rem !important;
    }

    .pe-sm-80 {
        padding-right: 8rem !important;
    }

    .pe-sm-85 {
        padding-right: 8.5rem !important;
    }

    .pe-sm-90 {
        padding-right: 9rem !important;
    }

    .pe-sm-95 {
        padding-right: 9.5rem !important;
    }

    .pe-sm-100 {
        padding-right: 10rem !important;
    }

    .pe-sm-105 {
        padding-right: 10.5rem !important;
    }

    .pe-sm-110 {
        padding-right: 11rem !important;
    }

    .pe-sm-115 {
        padding-right: 11.5rem !important;
    }

    .pe-sm-120 {
        padding-right: 12rem !important;
    }

    .pe-sm-125 {
        padding-right: 12.5rem !important;
    }

    .pe-sm-130 {
        padding-right: 13rem !important;
    }

    .pe-sm-135 {
        padding-right: 13.5rem !important;
    }

    .pe-sm-140 {
        padding-right: 14rem !important;
    }

    .pe-sm-145 {
        padding-right: 14.5rem !important;
    }

    .pe-sm-150 {
        padding-right: 15rem !important;
    }

    .pe-sm-155 {
        padding-right: 15.5rem !important;
    }

    .pe-sm-160 {
        padding-right: 16rem !important;
    }

    .pe-sm-165 {
        padding-right: 16.5rem !important;
    }

    .pe-sm-170 {
        padding-right: 17rem !important;
    }

    .pe-sm-175 {
        padding-right: 17.5rem !important;
    }

    .pe-sm-180 {
        padding-right: 18rem !important;
    }

    .pe-sm-185 {
        padding-right: 18.5rem !important;
    }

    .pe-sm-190 {
        padding-right: 19rem !important;
    }

    .pe-sm-195 {
        padding-right: 19.5rem !important;
    }

    .pe-sm-200 {
        padding-right: 20rem !important;
    }

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

    .pb-sm-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-20 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-30 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-sm-40 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-sm-50 {
        padding-bottom: 5rem !important;
    }

    .pb-sm-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-sm-60 {
        padding-bottom: 6rem !important;
    }

    .pb-sm-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-sm-70 {
        padding-bottom: 7rem !important;
    }

    .pb-sm-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-sm-80 {
        padding-bottom: 8rem !important;
    }

    .pb-sm-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-sm-90 {
        padding-bottom: 9rem !important;
    }

    .pb-sm-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-sm-100 {
        padding-bottom: 10rem !important;
    }

    .pb-sm-105 {
        padding-bottom: 10.5rem !important;
    }

    .pb-sm-110 {
        padding-bottom: 11rem !important;
    }

    .pb-sm-115 {
        padding-bottom: 11.5rem !important;
    }

    .pb-sm-120 {
        padding-bottom: 12rem !important;
    }

    .pb-sm-125 {
        padding-bottom: 12.5rem !important;
    }

    .pb-sm-130 {
        padding-bottom: 13rem !important;
    }

    .pb-sm-135 {
        padding-bottom: 13.5rem !important;
    }

    .pb-sm-140 {
        padding-bottom: 14rem !important;
    }

    .pb-sm-145 {
        padding-bottom: 14.5rem !important;
    }

    .pb-sm-150 {
        padding-bottom: 15rem !important;
    }

    .pb-sm-155 {
        padding-bottom: 15.5rem !important;
    }

    .pb-sm-160 {
        padding-bottom: 16rem !important;
    }

    .pb-sm-165 {
        padding-bottom: 16.5rem !important;
    }

    .pb-sm-170 {
        padding-bottom: 17rem !important;
    }

    .pb-sm-175 {
        padding-bottom: 17.5rem !important;
    }

    .pb-sm-180 {
        padding-bottom: 18rem !important;
    }

    .pb-sm-185 {
        padding-bottom: 18.5rem !important;
    }

    .pb-sm-190 {
        padding-bottom: 19rem !important;
    }

    .pb-sm-195 {
        padding-bottom: 19.5rem !important;
    }

    .pb-sm-200 {
        padding-bottom: 20rem !important;
    }

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

    .ps-sm-5 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-10 {
        padding-left: 1rem !important;
    }

    .ps-sm-15 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-20 {
        padding-left: 2rem !important;
    }

    .ps-sm-25 {
        padding-left: 2.5rem !important;
    }

    .ps-sm-30 {
        padding-left: 3rem !important;
    }

    .ps-sm-35 {
        padding-left: 3.5rem !important;
    }

    .ps-sm-40 {
        padding-left: 4rem !important;
    }

    .ps-sm-45 {
        padding-left: 4.5rem !important;
    }

    .ps-sm-50 {
        padding-left: 5rem !important;
    }

    .ps-sm-55 {
        padding-left: 5.5rem !important;
    }

    .ps-sm-60 {
        padding-left: 6rem !important;
    }

    .ps-sm-65 {
        padding-left: 6.5rem !important;
    }

    .ps-sm-70 {
        padding-left: 7rem !important;
    }

    .ps-sm-75 {
        padding-left: 7.5rem !important;
    }

    .ps-sm-80 {
        padding-left: 8rem !important;
    }

    .ps-sm-85 {
        padding-left: 8.5rem !important;
    }

    .ps-sm-90 {
        padding-left: 9rem !important;
    }

    .ps-sm-95 {
        padding-left: 9.5rem !important;
    }

    .ps-sm-100 {
        padding-left: 10rem !important;
    }

    .ps-sm-105 {
        padding-left: 10.5rem !important;
    }

    .ps-sm-110 {
        padding-left: 11rem !important;
    }

    .ps-sm-115 {
        padding-left: 11.5rem !important;
    }

    .ps-sm-120 {
        padding-left: 12rem !important;
    }

    .ps-sm-125 {
        padding-left: 12.5rem !important;
    }

    .ps-sm-130 {
        padding-left: 13rem !important;
    }

    .ps-sm-135 {
        padding-left: 13.5rem !important;
    }

    .ps-sm-140 {
        padding-left: 14rem !important;
    }

    .ps-sm-145 {
        padding-left: 14.5rem !important;
    }

    .ps-sm-150 {
        padding-left: 15rem !important;
    }

    .ps-sm-155 {
        padding-left: 15.5rem !important;
    }

    .ps-sm-160 {
        padding-left: 16rem !important;
    }

    .ps-sm-165 {
        padding-left: 16.5rem !important;
    }

    .ps-sm-170 {
        padding-left: 17rem !important;
    }

    .ps-sm-175 {
        padding-left: 17.5rem !important;
    }

    .ps-sm-180 {
        padding-left: 18rem !important;
    }

    .ps-sm-185 {
        padding-left: 18.5rem !important;
    }

    .ps-sm-190 {
        padding-left: 19rem !important;
    }

    .ps-sm-195 {
        padding-left: 19.5rem !important;
    }

    .ps-sm-200 {
        padding-left: 20rem !important;
    }

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

    .gap-sm-5 {
        gap: 0.5rem !important;
    }

    .gap-sm-10 {
        gap: 1rem !important;
    }

    .gap-sm-15 {
        gap: 1.5rem !important;
    }

    .gap-sm-20 {
        gap: 2rem !important;
    }

    .gap-sm-25 {
        gap: 2.5rem !important;
    }

    .gap-sm-30 {
        gap: 3rem !important;
    }

    .gap-sm-35 {
        gap: 3.5rem !important;
    }

    .gap-sm-40 {
        gap: 4rem !important;
    }

    .gap-sm-45 {
        gap: 4.5rem !important;
    }

    .gap-sm-50 {
        gap: 5rem !important;
    }

    .gap-sm-55 {
        gap: 5.5rem !important;
    }

    .gap-sm-60 {
        gap: 6rem !important;
    }

    .gap-sm-65 {
        gap: 6.5rem !important;
    }

    .gap-sm-70 {
        gap: 7rem !important;
    }

    .gap-sm-75 {
        gap: 7.5rem !important;
    }

    .gap-sm-80 {
        gap: 8rem !important;
    }

    .gap-sm-85 {
        gap: 8.5rem !important;
    }

    .gap-sm-90 {
        gap: 9rem !important;
    }

    .gap-sm-95 {
        gap: 9.5rem !important;
    }

    .gap-sm-100 {
        gap: 10rem !important;
    }

    .gap-sm-105 {
        gap: 10.5rem !important;
    }

    .gap-sm-110 {
        gap: 11rem !important;
    }

    .gap-sm-115 {
        gap: 11.5rem !important;
    }

    .gap-sm-120 {
        gap: 12rem !important;
    }

    .gap-sm-125 {
        gap: 12.5rem !important;
    }

    .gap-sm-130 {
        gap: 13rem !important;
    }

    .gap-sm-135 {
        gap: 13.5rem !important;
    }

    .gap-sm-140 {
        gap: 14rem !important;
    }

    .gap-sm-145 {
        gap: 14.5rem !important;
    }

    .gap-sm-150 {
        gap: 15rem !important;
    }

    .gap-sm-155 {
        gap: 15.5rem !important;
    }

    .gap-sm-160 {
        gap: 16rem !important;
    }

    .gap-sm-165 {
        gap: 16.5rem !important;
    }

    .gap-sm-170 {
        gap: 17rem !important;
    }

    .gap-sm-175 {
        gap: 17.5rem !important;
    }

    .gap-sm-180 {
        gap: 18rem !important;
    }

    .gap-sm-185 {
        gap: 18.5rem !important;
    }

    .gap-sm-190 {
        gap: 19rem !important;
    }

    .gap-sm-195 {
        gap: 19.5rem !important;
    }

    .gap-sm-200 {
        gap: 20rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

    .m-md-10 {
        margin: 1rem !important;
    }

    .m-md-15 {
        margin: 1.5rem !important;
    }

    .m-md-20 {
        margin: 2rem !important;
    }

    .m-md-25 {
        margin: 2.5rem !important;
    }

    .m-md-30 {
        margin: 3rem !important;
    }

    .m-md-35 {
        margin: 3.5rem !important;
    }

    .m-md-40 {
        margin: 4rem !important;
    }

    .m-md-45 {
        margin: 4.5rem !important;
    }

    .m-md-50 {
        margin: 5rem !important;
    }

    .m-md-55 {
        margin: 5.5rem !important;
    }

    .m-md-60 {
        margin: 6rem !important;
    }

    .m-md-65 {
        margin: 6.5rem !important;
    }

    .m-md-70 {
        margin: 7rem !important;
    }

    .m-md-75 {
        margin: 7.5rem !important;
    }

    .m-md-80 {
        margin: 8rem !important;
    }

    .m-md-85 {
        margin: 8.5rem !important;
    }

    .m-md-90 {
        margin: 9rem !important;
    }

    .m-md-95 {
        margin: 9.5rem !important;
    }

    .m-md-100 {
        margin: 10rem !important;
    }

    .m-md-105 {
        margin: 10.5rem !important;
    }

    .m-md-110 {
        margin: 11rem !important;
    }

    .m-md-115 {
        margin: 11.5rem !important;
    }

    .m-md-120 {
        margin: 12rem !important;
    }

    .m-md-125 {
        margin: 12.5rem !important;
    }

    .m-md-130 {
        margin: 13rem !important;
    }

    .m-md-135 {
        margin: 13.5rem !important;
    }

    .m-md-140 {
        margin: 14rem !important;
    }

    .m-md-145 {
        margin: 14.5rem !important;
    }

    .m-md-150 {
        margin: 15rem !important;
    }

    .m-md-155 {
        margin: 15.5rem !important;
    }

    .m-md-160 {
        margin: 16rem !important;
    }

    .m-md-165 {
        margin: 16.5rem !important;
    }

    .m-md-170 {
        margin: 17rem !important;
    }

    .m-md-175 {
        margin: 17.5rem !important;
    }

    .m-md-180 {
        margin: 18rem !important;
    }

    .m-md-185 {
        margin: 18.5rem !important;
    }

    .m-md-190 {
        margin: 19rem !important;
    }

    .m-md-195 {
        margin: 19.5rem !important;
    }

    .m-md-200 {
        margin: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .mx-md-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

    .mx-md-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

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

    .mx-md-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-md-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-md-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-md-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-md-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-md-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-md-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-md-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-md-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-md-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-md-105 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important;
    }

    .mx-md-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }

    .mx-md-115 {
        margin-right: 11.5rem !important;
        margin-left: 11.5rem !important;
    }

    .mx-md-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-md-125 {
        margin-right: 12.5rem !important;
        margin-left: 12.5rem !important;
    }

    .mx-md-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }

    .mx-md-135 {
        margin-right: 13.5rem !important;
        margin-left: 13.5rem !important;
    }

    .mx-md-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-md-145 {
        margin-right: 14.5rem !important;
        margin-left: 14.5rem !important;
    }

    .mx-md-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }

    .mx-md-155 {
        margin-right: 15.5rem !important;
        margin-left: 15.5rem !important;
    }

    .mx-md-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-md-165 {
        margin-right: 16.5rem !important;
        margin-left: 16.5rem !important;
    }

    .mx-md-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }

    .mx-md-175 {
        margin-right: 17.5rem !important;
        margin-left: 17.5rem !important;
    }

    .mx-md-180 {
        margin-right: 18rem !important;
        margin-left: 18rem !important;
    }

    .mx-md-185 {
        margin-right: 18.5rem !important;
        margin-left: 18.5rem !important;
    }

    .mx-md-190 {
        margin-right: 19rem !important;
        margin-left: 19rem !important;
    }

    .mx-md-195 {
        margin-right: 19.5rem !important;
        margin-left: 19.5rem !important;
    }

    .mx-md-200 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .my-md-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

    .my-md-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .my-md-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-md-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-md-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-md-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-md-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-md-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-md-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-md-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-md-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-md-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-md-105 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important;
    }

    .my-md-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-md-115 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important;
    }

    .my-md-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-md-125 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-md-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-md-135 {
        margin-top: 13.5rem !important;
        margin-bottom: 13.5rem !important;
    }

    .my-md-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-md-145 {
        margin-top: 14.5rem !important;
        margin-bottom: 14.5rem !important;
    }

    .my-md-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-md-155 {
        margin-top: 15.5rem !important;
        margin-bottom: 15.5rem !important;
    }

    .my-md-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-md-165 {
        margin-top: 16.5rem !important;
        margin-bottom: 16.5rem !important;
    }

    .my-md-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-md-175 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-md-180 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-md-185 {
        margin-top: 18.5rem !important;
        margin-bottom: 18.5rem !important;
    }

    .my-md-190 {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-md-195 {
        margin-top: 19.5rem !important;
        margin-bottom: 19.5rem !important;
    }

    .my-md-200 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

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

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

    .mt-md-5 {
        margin-top: 0.5rem !important;
    }

    .mt-md-10 {
        margin-top: 1rem !important;
    }

    .mt-md-15 {
        margin-top: 1.5rem !important;
    }

    .mt-md-20 {
        margin-top: 2rem !important;
    }

    .mt-md-25 {
        margin-top: 2.5rem !important;
    }

    .mt-md-30 {
        margin-top: 3rem !important;
    }

    .mt-md-35 {
        margin-top: 3.5rem !important;
    }

    .mt-md-40 {
        margin-top: 4rem !important;
    }

    .mt-md-45 {
        margin-top: 4.5rem !important;
    }

    .mt-md-50 {
        margin-top: 5rem !important;
    }

    .mt-md-55 {
        margin-top: 5.5rem !important;
    }

    .mt-md-60 {
        margin-top: 6rem !important;
    }

    .mt-md-65 {
        margin-top: 6.5rem !important;
    }

    .mt-md-70 {
        margin-top: 7rem !important;
    }

    .mt-md-75 {
        margin-top: 7.5rem !important;
    }

    .mt-md-80 {
        margin-top: 8rem !important;
    }

    .mt-md-85 {
        margin-top: 8.5rem !important;
    }

    .mt-md-90 {
        margin-top: 9rem !important;
    }

    .mt-md-95 {
        margin-top: 9.5rem !important;
    }

    .mt-md-100 {
        margin-top: 10rem !important;
    }

    .mt-md-105 {
        margin-top: 10.5rem !important;
    }

    .mt-md-110 {
        margin-top: 11rem !important;
    }

    .mt-md-115 {
        margin-top: 11.5rem !important;
    }

    .mt-md-120 {
        margin-top: 12rem !important;
    }

    .mt-md-125 {
        margin-top: 12.5rem !important;
    }

    .mt-md-130 {
        margin-top: 13rem !important;
    }

    .mt-md-135 {
        margin-top: 13.5rem !important;
    }

    .mt-md-140 {
        margin-top: 14rem !important;
    }

    .mt-md-145 {
        margin-top: 14.5rem !important;
    }

    .mt-md-150 {
        margin-top: 15rem !important;
    }

    .mt-md-155 {
        margin-top: 15.5rem !important;
    }

    .mt-md-160 {
        margin-top: 16rem !important;
    }

    .mt-md-165 {
        margin-top: 16.5rem !important;
    }

    .mt-md-170 {
        margin-top: 17rem !important;
    }

    .mt-md-175 {
        margin-top: 17.5rem !important;
    }

    .mt-md-180 {
        margin-top: 18rem !important;
    }

    .mt-md-185 {
        margin-top: 18.5rem !important;
    }

    .mt-md-190 {
        margin-top: 19rem !important;
    }

    .mt-md-195 {
        margin-top: 19.5rem !important;
    }

    .mt-md-200 {
        margin-top: 20rem !important;
    }

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

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

    .me-md-5 {
        margin-right: 0.5rem !important;
    }

    .me-md-10 {
        margin-right: 1rem !important;
    }

    .me-md-15 {
        margin-right: 1.5rem !important;
    }

    .me-md-20 {
        margin-right: 2rem !important;
    }

    .me-md-25 {
        margin-right: 2.5rem !important;
    }

    .me-md-30 {
        margin-right: 3rem !important;
    }

    .me-md-35 {
        margin-right: 3.5rem !important;
    }

    .me-md-40 {
        margin-right: 4rem !important;
    }

    .me-md-45 {
        margin-right: 4.5rem !important;
    }

    .me-md-50 {
        margin-right: 5rem !important;
    }

    .me-md-55 {
        margin-right: 5.5rem !important;
    }

    .me-md-60 {
        margin-right: 6rem !important;
    }

    .me-md-65 {
        margin-right: 6.5rem !important;
    }

    .me-md-70 {
        margin-right: 7rem !important;
    }

    .me-md-75 {
        margin-right: 7.5rem !important;
    }

    .me-md-80 {
        margin-right: 8rem !important;
    }

    .me-md-85 {
        margin-right: 8.5rem !important;
    }

    .me-md-90 {
        margin-right: 9rem !important;
    }

    .me-md-95 {
        margin-right: 9.5rem !important;
    }

    .me-md-100 {
        margin-right: 10rem !important;
    }

    .me-md-105 {
        margin-right: 10.5rem !important;
    }

    .me-md-110 {
        margin-right: 11rem !important;
    }

    .me-md-115 {
        margin-right: 11.5rem !important;
    }

    .me-md-120 {
        margin-right: 12rem !important;
    }

    .me-md-125 {
        margin-right: 12.5rem !important;
    }

    .me-md-130 {
        margin-right: 13rem !important;
    }

    .me-md-135 {
        margin-right: 13.5rem !important;
    }

    .me-md-140 {
        margin-right: 14rem !important;
    }

    .me-md-145 {
        margin-right: 14.5rem !important;
    }

    .me-md-150 {
        margin-right: 15rem !important;
    }

    .me-md-155 {
        margin-right: 15.5rem !important;
    }

    .me-md-160 {
        margin-right: 16rem !important;
    }

    .me-md-165 {
        margin-right: 16.5rem !important;
    }

    .me-md-170 {
        margin-right: 17rem !important;
    }

    .me-md-175 {
        margin-right: 17.5rem !important;
    }

    .me-md-180 {
        margin-right: 18rem !important;
    }

    .me-md-185 {
        margin-right: 18.5rem !important;
    }

    .me-md-190 {
        margin-right: 19rem !important;
    }

    .me-md-195 {
        margin-right: 19.5rem !important;
    }

    .me-md-200 {
        margin-right: 20rem !important;
    }

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

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

    .mb-md-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-10 {
        margin-bottom: 1rem !important;
    }

    .mb-md-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-20 {
        margin-bottom: 2rem !important;
    }

    .mb-md-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-30 {
        margin-bottom: 3rem !important;
    }

    .mb-md-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-40 {
        margin-bottom: 4rem !important;
    }

    .mb-md-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-md-50 {
        margin-bottom: 5rem !important;
    }

    .mb-md-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-md-60 {
        margin-bottom: 6rem !important;
    }

    .mb-md-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-md-70 {
        margin-bottom: 7rem !important;
    }

    .mb-md-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-md-80 {
        margin-bottom: 8rem !important;
    }

    .mb-md-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-md-90 {
        margin-bottom: 9rem !important;
    }

    .mb-md-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-md-100 {
        margin-bottom: 10rem !important;
    }

    .mb-md-105 {
        margin-bottom: 10.5rem !important;
    }

    .mb-md-110 {
        margin-bottom: 11rem !important;
    }

    .mb-md-115 {
        margin-bottom: 11.5rem !important;
    }

    .mb-md-120 {
        margin-bottom: 12rem !important;
    }

    .mb-md-125 {
        margin-bottom: 12.5rem !important;
    }

    .mb-md-130 {
        margin-bottom: 13rem !important;
    }

    .mb-md-135 {
        margin-bottom: 13.5rem !important;
    }

    .mb-md-140 {
        margin-bottom: 14rem !important;
    }

    .mb-md-145 {
        margin-bottom: 14.5rem !important;
    }

    .mb-md-150 {
        margin-bottom: 15rem !important;
    }

    .mb-md-155 {
        margin-bottom: 15.5rem !important;
    }

    .mb-md-160 {
        margin-bottom: 16rem !important;
    }

    .mb-md-165 {
        margin-bottom: 16.5rem !important;
    }

    .mb-md-170 {
        margin-bottom: 17rem !important;
    }

    .mb-md-175 {
        margin-bottom: 17.5rem !important;
    }

    .mb-md-180 {
        margin-bottom: 18rem !important;
    }

    .mb-md-185 {
        margin-bottom: 18.5rem !important;
    }

    .mb-md-190 {
        margin-bottom: 19rem !important;
    }

    .mb-md-195 {
        margin-bottom: 19.5rem !important;
    }

    .mb-md-200 {
        margin-bottom: 20rem !important;
    }

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

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

    .ms-md-5 {
        margin-left: 0.5rem !important;
    }

    .ms-md-10 {
        margin-left: 1rem !important;
    }

    .ms-md-15 {
        margin-left: 1.5rem !important;
    }

    .ms-md-20 {
        margin-left: 2rem !important;
    }

    .ms-md-25 {
        margin-left: 2.5rem !important;
    }

    .ms-md-30 {
        margin-left: 3rem !important;
    }

    .ms-md-35 {
        margin-left: 3.5rem !important;
    }

    .ms-md-40 {
        margin-left: 4rem !important;
    }

    .ms-md-45 {
        margin-left: 4.5rem !important;
    }

    .ms-md-50 {
        margin-left: 5rem !important;
    }

    .ms-md-55 {
        margin-left: 5.5rem !important;
    }

    .ms-md-60 {
        margin-left: 6rem !important;
    }

    .ms-md-65 {
        margin-left: 6.5rem !important;
    }

    .ms-md-70 {
        margin-left: 7rem !important;
    }

    .ms-md-75 {
        margin-left: 7.5rem !important;
    }

    .ms-md-80 {
        margin-left: 8rem !important;
    }

    .ms-md-85 {
        margin-left: 8.5rem !important;
    }

    .ms-md-90 {
        margin-left: 9rem !important;
    }

    .ms-md-95 {
        margin-left: 9.5rem !important;
    }

    .ms-md-100 {
        margin-left: 10rem !important;
    }

    .ms-md-105 {
        margin-left: 10.5rem !important;
    }

    .ms-md-110 {
        margin-left: 11rem !important;
    }

    .ms-md-115 {
        margin-left: 11.5rem !important;
    }

    .ms-md-120 {
        margin-left: 12rem !important;
    }

    .ms-md-125 {
        margin-left: 12.5rem !important;
    }

    .ms-md-130 {
        margin-left: 13rem !important;
    }

    .ms-md-135 {
        margin-left: 13.5rem !important;
    }

    .ms-md-140 {
        margin-left: 14rem !important;
    }

    .ms-md-145 {
        margin-left: 14.5rem !important;
    }

    .ms-md-150 {
        margin-left: 15rem !important;
    }

    .ms-md-155 {
        margin-left: 15.5rem !important;
    }

    .ms-md-160 {
        margin-left: 16rem !important;
    }

    .ms-md-165 {
        margin-left: 16.5rem !important;
    }

    .ms-md-170 {
        margin-left: 17rem !important;
    }

    .ms-md-175 {
        margin-left: 17.5rem !important;
    }

    .ms-md-180 {
        margin-left: 18rem !important;
    }

    .ms-md-185 {
        margin-left: 18.5rem !important;
    }

    .ms-md-190 {
        margin-left: 19rem !important;
    }

    .ms-md-195 {
        margin-left: 19.5rem !important;
    }

    .ms-md-200 {
        margin-left: 20rem !important;
    }

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

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

    .p-md-5 {
        padding: 0.5rem !important;
    }

    .p-md-10 {
        padding: 1rem !important;
    }

    .p-md-15 {
        padding: 1.5rem !important;
    }

    .p-md-20 {
        padding: 2rem !important;
    }

    .p-md-25 {
        padding: 2.5rem !important;
    }

    .p-md-30 {
        padding: 3rem !important;
    }

    .p-md-35 {
        padding: 3.5rem !important;
    }

    .p-md-40 {
        padding: 4rem !important;
    }

    .p-md-45 {
        padding: 4.5rem !important;
    }

    .p-md-50 {
        padding: 5rem !important;
    }

    .p-md-55 {
        padding: 5.5rem !important;
    }

    .p-md-60 {
        padding: 6rem !important;
    }

    .p-md-65 {
        padding: 6.5rem !important;
    }

    .p-md-70 {
        padding: 7rem !important;
    }

    .p-md-75 {
        padding: 7.5rem !important;
    }

    .p-md-80 {
        padding: 8rem !important;
    }

    .p-md-85 {
        padding: 8.5rem !important;
    }

    .p-md-90 {
        padding: 9rem !important;
    }

    .p-md-95 {
        padding: 9.5rem !important;
    }

    .p-md-100 {
        padding: 10rem !important;
    }

    .p-md-105 {
        padding: 10.5rem !important;
    }

    .p-md-110 {
        padding: 11rem !important;
    }

    .p-md-115 {
        padding: 11.5rem !important;
    }

    .p-md-120 {
        padding: 12rem !important;
    }

    .p-md-125 {
        padding: 12.5rem !important;
    }

    .p-md-130 {
        padding: 13rem !important;
    }

    .p-md-135 {
        padding: 13.5rem !important;
    }

    .p-md-140 {
        padding: 14rem !important;
    }

    .p-md-145 {
        padding: 14.5rem !important;
    }

    .p-md-150 {
        padding: 15rem !important;
    }

    .p-md-155 {
        padding: 15.5rem !important;
    }

    .p-md-160 {
        padding: 16rem !important;
    }

    .p-md-165 {
        padding: 16.5rem !important;
    }

    .p-md-170 {
        padding: 17rem !important;
    }

    .p-md-175 {
        padding: 17.5rem !important;
    }

    .p-md-180 {
        padding: 18rem !important;
    }

    .p-md-185 {
        padding: 18.5rem !important;
    }

    .p-md-190 {
        padding: 19rem !important;
    }

    .p-md-195 {
        padding: 19.5rem !important;
    }

    .p-md-200 {
        padding: 20rem !important;
    }

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

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

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

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

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

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

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

    .px-md-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

    .px-md-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

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

    .px-md-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

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

    .px-md-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-md-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

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

    .px-md-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-md-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

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

    .px-md-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-md-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-md-105 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important;
    }

    .px-md-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }

    .px-md-115 {
        padding-right: 11.5rem !important;
        padding-left: 11.5rem !important;
    }

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

    .px-md-125 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }

    .px-md-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }

    .px-md-135 {
        padding-right: 13.5rem !important;
        padding-left: 13.5rem !important;
    }

    .px-md-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-md-145 {
        padding-right: 14.5rem !important;
        padding-left: 14.5rem !important;
    }

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

    .px-md-155 {
        padding-right: 15.5rem !important;
        padding-left: 15.5rem !important;
    }

    .px-md-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .px-md-165 {
        padding-right: 16.5rem !important;
        padding-left: 16.5rem !important;
    }

    .px-md-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }

    .px-md-175 {
        padding-right: 17.5rem !important;
        padding-left: 17.5rem !important;
    }

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

    .px-md-185 {
        padding-right: 18.5rem !important;
        padding-left: 18.5rem !important;
    }

    .px-md-190 {
        padding-right: 19rem !important;
        padding-left: 19rem !important;
    }

    .px-md-195 {
        padding-right: 19.5rem !important;
        padding-left: 19.5rem !important;
    }

    .px-md-200 {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

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

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

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

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

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

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

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

    .py-md-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

    .py-md-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

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

    .py-md-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-md-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-md-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-md-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-md-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-md-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-md-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-md-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-md-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-md-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-md-105 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }

    .py-md-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-md-115 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important;
    }

    .py-md-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-md-125 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-md-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .py-md-135 {
        padding-top: 13.5rem !important;
        padding-bottom: 13.5rem !important;
    }

    .py-md-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-md-145 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .py-md-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-md-155 {
        padding-top: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    .py-md-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .py-md-165 {
        padding-top: 16.5rem !important;
        padding-bottom: 16.5rem !important;
    }

    .py-md-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }

    .py-md-175 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-md-180 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .py-md-185 {
        padding-top: 18.5rem !important;
        padding-bottom: 18.5rem !important;
    }

    .py-md-190 {
        padding-top: 19rem !important;
        padding-bottom: 19rem !important;
    }

    .py-md-195 {
        padding-top: 19.5rem !important;
        padding-bottom: 19.5rem !important;
    }

    .py-md-200 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

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

    .pt-md-5 {
        padding-top: 0.5rem !important;
    }

    .pt-md-10 {
        padding-top: 1rem !important;
    }

    .pt-md-15 {
        padding-top: 1.5rem !important;
    }

    .pt-md-20 {
        padding-top: 2rem !important;
    }

    .pt-md-25 {
        padding-top: 2.5rem !important;
    }

    .pt-md-30 {
        padding-top: 3rem !important;
    }

    .pt-md-35 {
        padding-top: 3.5rem !important;
    }

    .pt-md-40 {
        padding-top: 4rem !important;
    }

    .pt-md-45 {
        padding-top: 4.5rem !important;
    }

    .pt-md-50 {
        padding-top: 5rem !important;
    }

    .pt-md-55 {
        padding-top: 5.5rem !important;
    }

    .pt-md-60 {
        padding-top: 6rem !important;
    }

    .pt-md-65 {
        padding-top: 6.5rem !important;
    }

    .pt-md-70 {
        padding-top: 7rem !important;
    }

    .pt-md-75 {
        padding-top: 7.5rem !important;
    }

    .pt-md-80 {
        padding-top: 8rem !important;
    }

    .pt-md-85 {
        padding-top: 8.5rem !important;
    }

    .pt-md-90 {
        padding-top: 9rem !important;
    }

    .pt-md-95 {
        padding-top: 9.5rem !important;
    }

    .pt-md-100 {
        padding-top: 10rem !important;
    }

    .pt-md-105 {
        padding-top: 10.5rem !important;
    }

    .pt-md-110 {
        padding-top: 11rem !important;
    }

    .pt-md-115 {
        padding-top: 11.5rem !important;
    }

    .pt-md-120 {
        padding-top: 12rem !important;
    }

    .pt-md-125 {
        padding-top: 12.5rem !important;
    }

    .pt-md-130 {
        padding-top: 13rem !important;
    }

    .pt-md-135 {
        padding-top: 13.5rem !important;
    }

    .pt-md-140 {
        padding-top: 14rem !important;
    }

    .pt-md-145 {
        padding-top: 14.5rem !important;
    }

    .pt-md-150 {
        padding-top: 15rem !important;
    }

    .pt-md-155 {
        padding-top: 15.5rem !important;
    }

    .pt-md-160 {
        padding-top: 16rem !important;
    }

    .pt-md-165 {
        padding-top: 16.5rem !important;
    }

    .pt-md-170 {
        padding-top: 17rem !important;
    }

    .pt-md-175 {
        padding-top: 17.5rem !important;
    }

    .pt-md-180 {
        padding-top: 18rem !important;
    }

    .pt-md-185 {
        padding-top: 18.5rem !important;
    }

    .pt-md-190 {
        padding-top: 19rem !important;
    }

    .pt-md-195 {
        padding-top: 19.5rem !important;
    }

    .pt-md-200 {
        padding-top: 20rem !important;
    }

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

    .pe-md-5 {
        padding-right: 0.5rem !important;
    }

    .pe-md-10 {
        padding-right: 1rem !important;
    }

    .pe-md-15 {
        padding-right: 1.5rem !important;
    }

    .pe-md-20 {
        padding-right: 2rem !important;
    }

    .pe-md-25 {
        padding-right: 2.5rem !important;
    }

    .pe-md-30 {
        padding-right: 3rem !important;
    }

    .pe-md-35 {
        padding-right: 3.5rem !important;
    }

    .pe-md-40 {
        padding-right: 4rem !important;
    }

    .pe-md-45 {
        padding-right: 4.5rem !important;
    }

    .pe-md-50 {
        padding-right: 5rem !important;
    }

    .pe-md-55 {
        padding-right: 5.5rem !important;
    }

    .pe-md-60 {
        padding-right: 6rem !important;
    }

    .pe-md-65 {
        padding-right: 6.5rem !important;
    }

    .pe-md-70 {
        padding-right: 7rem !important;
    }

    .pe-md-75 {
        padding-right: 7.5rem !important;
    }

    .pe-md-80 {
        padding-right: 8rem !important;
    }

    .pe-md-85 {
        padding-right: 8.5rem !important;
    }

    .pe-md-90 {
        padding-right: 9rem !important;
    }

    .pe-md-95 {
        padding-right: 9.5rem !important;
    }

    .pe-md-100 {
        padding-right: 10rem !important;
    }

    .pe-md-105 {
        padding-right: 10.5rem !important;
    }

    .pe-md-110 {
        padding-right: 11rem !important;
    }

    .pe-md-115 {
        padding-right: 11.5rem !important;
    }

    .pe-md-120 {
        padding-right: 12rem !important;
    }

    .pe-md-125 {
        padding-right: 12.5rem !important;
    }

    .pe-md-130 {
        padding-right: 13rem !important;
    }

    .pe-md-135 {
        padding-right: 13.5rem !important;
    }

    .pe-md-140 {
        padding-right: 14rem !important;
    }

    .pe-md-145 {
        padding-right: 14.5rem !important;
    }

    .pe-md-150 {
        padding-right: 15rem !important;
    }

    .pe-md-155 {
        padding-right: 15.5rem !important;
    }

    .pe-md-160 {
        padding-right: 16rem !important;
    }

    .pe-md-165 {
        padding-right: 16.5rem !important;
    }

    .pe-md-170 {
        padding-right: 17rem !important;
    }

    .pe-md-175 {
        padding-right: 17.5rem !important;
    }

    .pe-md-180 {
        padding-right: 18rem !important;
    }

    .pe-md-185 {
        padding-right: 18.5rem !important;
    }

    .pe-md-190 {
        padding-right: 19rem !important;
    }

    .pe-md-195 {
        padding-right: 19.5rem !important;
    }

    .pe-md-200 {
        padding-right: 20rem !important;
    }

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

    .pb-md-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 1rem !important;
    }

    .pb-md-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-20 {
        padding-bottom: 2rem !important;
    }

    .pb-md-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-30 {
        padding-bottom: 3rem !important;
    }

    .pb-md-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-40 {
        padding-bottom: 4rem !important;
    }

    .pb-md-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-md-50 {
        padding-bottom: 5rem !important;
    }

    .pb-md-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-md-60 {
        padding-bottom: 6rem !important;
    }

    .pb-md-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-md-70 {
        padding-bottom: 7rem !important;
    }

    .pb-md-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-md-80 {
        padding-bottom: 8rem !important;
    }

    .pb-md-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-md-90 {
        padding-bottom: 9rem !important;
    }

    .pb-md-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-md-100 {
        padding-bottom: 10rem !important;
    }

    .pb-md-105 {
        padding-bottom: 10.5rem !important;
    }

    .pb-md-110 {
        padding-bottom: 11rem !important;
    }

    .pb-md-115 {
        padding-bottom: 11.5rem !important;
    }

    .pb-md-120 {
        padding-bottom: 12rem !important;
    }

    .pb-md-125 {
        padding-bottom: 12.5rem !important;
    }

    .pb-md-130 {
        padding-bottom: 13rem !important;
    }

    .pb-md-135 {
        padding-bottom: 13.5rem !important;
    }

    .pb-md-140 {
        padding-bottom: 14rem !important;
    }

    .pb-md-145 {
        padding-bottom: 14.5rem !important;
    }

    .pb-md-150 {
        padding-bottom: 15rem !important;
    }

    .pb-md-155 {
        padding-bottom: 15.5rem !important;
    }

    .pb-md-160 {
        padding-bottom: 16rem !important;
    }

    .pb-md-165 {
        padding-bottom: 16.5rem !important;
    }

    .pb-md-170 {
        padding-bottom: 17rem !important;
    }

    .pb-md-175 {
        padding-bottom: 17.5rem !important;
    }

    .pb-md-180 {
        padding-bottom: 18rem !important;
    }

    .pb-md-185 {
        padding-bottom: 18.5rem !important;
    }

    .pb-md-190 {
        padding-bottom: 19rem !important;
    }

    .pb-md-195 {
        padding-bottom: 19.5rem !important;
    }

    .pb-md-200 {
        padding-bottom: 20rem !important;
    }

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

    .ps-md-5 {
        padding-left: 0.5rem !important;
    }

    .ps-md-10 {
        padding-left: 1rem !important;
    }

    .ps-md-15 {
        padding-left: 1.5rem !important;
    }

    .ps-md-20 {
        padding-left: 2rem !important;
    }

    .ps-md-25 {
        padding-left: 2.5rem !important;
    }

    .ps-md-30 {
        padding-left: 3rem !important;
    }

    .ps-md-35 {
        padding-left: 3.5rem !important;
    }

    .ps-md-40 {
        padding-left: 4rem !important;
    }

    .ps-md-45 {
        padding-left: 4.5rem !important;
    }

    .ps-md-50 {
        padding-left: 5rem !important;
    }

    .ps-md-55 {
        padding-left: 5.5rem !important;
    }

    .ps-md-60 {
        padding-left: 6rem !important;
    }

    .ps-md-65 {
        padding-left: 6.5rem !important;
    }

    .ps-md-70 {
        padding-left: 7rem !important;
    }

    .ps-md-75 {
        padding-left: 7.5rem !important;
    }

    .ps-md-80 {
        padding-left: 8rem !important;
    }

    .ps-md-85 {
        padding-left: 8.5rem !important;
    }

    .ps-md-90 {
        padding-left: 9rem !important;
    }

    .ps-md-95 {
        padding-left: 9.5rem !important;
    }

    .ps-md-100 {
        padding-left: 10rem !important;
    }

    .ps-md-105 {
        padding-left: 10.5rem !important;
    }

    .ps-md-110 {
        padding-left: 11rem !important;
    }

    .ps-md-115 {
        padding-left: 11.5rem !important;
    }

    .ps-md-120 {
        padding-left: 12rem !important;
    }

    .ps-md-125 {
        padding-left: 12.5rem !important;
    }

    .ps-md-130 {
        padding-left: 13rem !important;
    }

    .ps-md-135 {
        padding-left: 13.5rem !important;
    }

    .ps-md-140 {
        padding-left: 14rem !important;
    }

    .ps-md-145 {
        padding-left: 14.5rem !important;
    }

    .ps-md-150 {
        padding-left: 15rem !important;
    }

    .ps-md-155 {
        padding-left: 15.5rem !important;
    }

    .ps-md-160 {
        padding-left: 16rem !important;
    }

    .ps-md-165 {
        padding-left: 16.5rem !important;
    }

    .ps-md-170 {
        padding-left: 17rem !important;
    }

    .ps-md-175 {
        padding-left: 17.5rem !important;
    }

    .ps-md-180 {
        padding-left: 18rem !important;
    }

    .ps-md-185 {
        padding-left: 18.5rem !important;
    }

    .ps-md-190 {
        padding-left: 19rem !important;
    }

    .ps-md-195 {
        padding-left: 19.5rem !important;
    }

    .ps-md-200 {
        padding-left: 20rem !important;
    }

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

    .gap-md-5 {
        gap: 0.5rem !important;
    }

    .gap-md-10 {
        gap: 1rem !important;
    }

    .gap-md-15 {
        gap: 1.5rem !important;
    }

    .gap-md-20 {
        gap: 2rem !important;
    }

    .gap-md-25 {
        gap: 2.5rem !important;
    }

    .gap-md-30 {
        gap: 3rem !important;
    }

    .gap-md-35 {
        gap: 3.5rem !important;
    }

    .gap-md-40 {
        gap: 4rem !important;
    }

    .gap-md-45 {
        gap: 4.5rem !important;
    }

    .gap-md-50 {
        gap: 5rem !important;
    }

    .gap-md-55 {
        gap: 5.5rem !important;
    }

    .gap-md-60 {
        gap: 6rem !important;
    }

    .gap-md-65 {
        gap: 6.5rem !important;
    }

    .gap-md-70 {
        gap: 7rem !important;
    }

    .gap-md-75 {
        gap: 7.5rem !important;
    }

    .gap-md-80 {
        gap: 8rem !important;
    }

    .gap-md-85 {
        gap: 8.5rem !important;
    }

    .gap-md-90 {
        gap: 9rem !important;
    }

    .gap-md-95 {
        gap: 9.5rem !important;
    }

    .gap-md-100 {
        gap: 10rem !important;
    }

    .gap-md-105 {
        gap: 10.5rem !important;
    }

    .gap-md-110 {
        gap: 11rem !important;
    }

    .gap-md-115 {
        gap: 11.5rem !important;
    }

    .gap-md-120 {
        gap: 12rem !important;
    }

    .gap-md-125 {
        gap: 12.5rem !important;
    }

    .gap-md-130 {
        gap: 13rem !important;
    }

    .gap-md-135 {
        gap: 13.5rem !important;
    }

    .gap-md-140 {
        gap: 14rem !important;
    }

    .gap-md-145 {
        gap: 14.5rem !important;
    }

    .gap-md-150 {
        gap: 15rem !important;
    }

    .gap-md-155 {
        gap: 15.5rem !important;
    }

    .gap-md-160 {
        gap: 16rem !important;
    }

    .gap-md-165 {
        gap: 16.5rem !important;
    }

    .gap-md-170 {
        gap: 17rem !important;
    }

    .gap-md-175 {
        gap: 17.5rem !important;
    }

    .gap-md-180 {
        gap: 18rem !important;
    }

    .gap-md-185 {
        gap: 18.5rem !important;
    }

    .gap-md-190 {
        gap: 19rem !important;
    }

    .gap-md-195 {
        gap: 19.5rem !important;
    }

    .gap-md-200 {
        gap: 20rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

    .m-lg-10 {
        margin: 1rem !important;
    }

    .m-lg-15 {
        margin: 1.5rem !important;
    }

    .m-lg-20 {
        margin: 2rem !important;
    }

    .m-lg-25 {
        margin: 2.5rem !important;
    }

    .m-lg-30 {
        margin: 3rem !important;
    }

    .m-lg-35 {
        margin: 3.5rem !important;
    }

    .m-lg-40 {
        margin: 4rem !important;
    }

    .m-lg-45 {
        margin: 4.5rem !important;
    }

    .m-lg-50 {
        margin: 5rem !important;
    }

    .m-lg-55 {
        margin: 5.5rem !important;
    }

    .m-lg-60 {
        margin: 6rem !important;
    }

    .m-lg-65 {
        margin: 6.5rem !important;
    }

    .m-lg-70 {
        margin: 7rem !important;
    }

    .m-lg-75 {
        margin: 7.5rem !important;
    }

    .m-lg-80 {
        margin: 8rem !important;
    }

    .m-lg-85 {
        margin: 8.5rem !important;
    }

    .m-lg-90 {
        margin: 9rem !important;
    }

    .m-lg-95 {
        margin: 9.5rem !important;
    }

    .m-lg-100 {
        margin: 10rem !important;
    }

    .m-lg-105 {
        margin: 10.5rem !important;
    }

    .m-lg-110 {
        margin: 11rem !important;
    }

    .m-lg-115 {
        margin: 11.5rem !important;
    }

    .m-lg-120 {
        margin: 12rem !important;
    }

    .m-lg-125 {
        margin: 12.5rem !important;
    }

    .m-lg-130 {
        margin: 13rem !important;
    }

    .m-lg-135 {
        margin: 13.5rem !important;
    }

    .m-lg-140 {
        margin: 14rem !important;
    }

    .m-lg-145 {
        margin: 14.5rem !important;
    }

    .m-lg-150 {
        margin: 15rem !important;
    }

    .m-lg-155 {
        margin: 15.5rem !important;
    }

    .m-lg-160 {
        margin: 16rem !important;
    }

    .m-lg-165 {
        margin: 16.5rem !important;
    }

    .m-lg-170 {
        margin: 17rem !important;
    }

    .m-lg-175 {
        margin: 17.5rem !important;
    }

    .m-lg-180 {
        margin: 18rem !important;
    }

    .m-lg-185 {
        margin: 18.5rem !important;
    }

    .m-lg-190 {
        margin: 19rem !important;
    }

    .m-lg-195 {
        margin: 19.5rem !important;
    }

    .m-lg-200 {
        margin: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .mx-lg-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

    .mx-lg-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

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

    .mx-lg-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-lg-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-lg-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-lg-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-lg-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-lg-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-lg-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-lg-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-lg-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-lg-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-lg-105 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important;
    }

    .mx-lg-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }

    .mx-lg-115 {
        margin-right: 11.5rem !important;
        margin-left: 11.5rem !important;
    }

    .mx-lg-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-lg-125 {
        margin-right: 12.5rem !important;
        margin-left: 12.5rem !important;
    }

    .mx-lg-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }

    .mx-lg-135 {
        margin-right: 13.5rem !important;
        margin-left: 13.5rem !important;
    }

    .mx-lg-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-lg-145 {
        margin-right: 14.5rem !important;
        margin-left: 14.5rem !important;
    }

    .mx-lg-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }

    .mx-lg-155 {
        margin-right: 15.5rem !important;
        margin-left: 15.5rem !important;
    }

    .mx-lg-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-lg-165 {
        margin-right: 16.5rem !important;
        margin-left: 16.5rem !important;
    }

    .mx-lg-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }

    .mx-lg-175 {
        margin-right: 17.5rem !important;
        margin-left: 17.5rem !important;
    }

    .mx-lg-180 {
        margin-right: 18rem !important;
        margin-left: 18rem !important;
    }

    .mx-lg-185 {
        margin-right: 18.5rem !important;
        margin-left: 18.5rem !important;
    }

    .mx-lg-190 {
        margin-right: 19rem !important;
        margin-left: 19rem !important;
    }

    .mx-lg-195 {
        margin-right: 19.5rem !important;
        margin-left: 19.5rem !important;
    }

    .mx-lg-200 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .my-lg-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

    .my-lg-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .my-lg-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-lg-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-lg-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-lg-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-lg-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-lg-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-lg-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-lg-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-lg-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-lg-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-lg-105 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important;
    }

    .my-lg-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-lg-115 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important;
    }

    .my-lg-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-lg-125 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-lg-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-lg-135 {
        margin-top: 13.5rem !important;
        margin-bottom: 13.5rem !important;
    }

    .my-lg-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-lg-145 {
        margin-top: 14.5rem !important;
        margin-bottom: 14.5rem !important;
    }

    .my-lg-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-lg-155 {
        margin-top: 15.5rem !important;
        margin-bottom: 15.5rem !important;
    }

    .my-lg-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-lg-165 {
        margin-top: 16.5rem !important;
        margin-bottom: 16.5rem !important;
    }

    .my-lg-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-lg-175 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-lg-180 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-lg-185 {
        margin-top: 18.5rem !important;
        margin-bottom: 18.5rem !important;
    }

    .my-lg-190 {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-lg-195 {
        margin-top: 19.5rem !important;
        margin-bottom: 19.5rem !important;
    }

    .my-lg-200 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

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

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

    .mt-lg-5 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-10 {
        margin-top: 1rem !important;
    }

    .mt-lg-15 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-20 {
        margin-top: 2rem !important;
    }

    .mt-lg-25 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-30 {
        margin-top: 3rem !important;
    }

    .mt-lg-35 {
        margin-top: 3.5rem !important;
    }

    .mt-lg-40 {
        margin-top: 4rem !important;
    }

    .mt-lg-45 {
        margin-top: 4.5rem !important;
    }

    .mt-lg-50 {
        margin-top: 5rem !important;
    }

    .mt-lg-55 {
        margin-top: 5.5rem !important;
    }

    .mt-lg-60 {
        margin-top: 6rem !important;
    }

    .mt-lg-65 {
        margin-top: 6.5rem !important;
    }

    .mt-lg-70 {
        margin-top: 7rem !important;
    }

    .mt-lg-75 {
        margin-top: 7.5rem !important;
    }

    .mt-lg-80 {
        margin-top: 8rem !important;
    }

    .mt-lg-85 {
        margin-top: 8.5rem !important;
    }

    .mt-lg-90 {
        margin-top: 9rem !important;
    }

    .mt-lg-95 {
        margin-top: 9.5rem !important;
    }

    .mt-lg-100 {
        margin-top: 10rem !important;
    }

    .mt-lg-105 {
        margin-top: 10.5rem !important;
    }

    .mt-lg-110 {
        margin-top: 11rem !important;
    }

    .mt-lg-115 {
        margin-top: 11.5rem !important;
    }

    .mt-lg-120 {
        margin-top: 12rem !important;
    }

    .mt-lg-125 {
        margin-top: 12.5rem !important;
    }

    .mt-lg-130 {
        margin-top: 13rem !important;
    }

    .mt-lg-135 {
        margin-top: 13.5rem !important;
    }

    .mt-lg-140 {
        margin-top: 14rem !important;
    }

    .mt-lg-145 {
        margin-top: 14.5rem !important;
    }

    .mt-lg-150 {
        margin-top: 15rem !important;
    }

    .mt-lg-155 {
        margin-top: 15.5rem !important;
    }

    .mt-lg-160 {
        margin-top: 16rem !important;
    }

    .mt-lg-165 {
        margin-top: 16.5rem !important;
    }

    .mt-lg-170 {
        margin-top: 17rem !important;
    }

    .mt-lg-175 {
        margin-top: 17.5rem !important;
    }

    .mt-lg-180 {
        margin-top: 18rem !important;
    }

    .mt-lg-185 {
        margin-top: 18.5rem !important;
    }

    .mt-lg-190 {
        margin-top: 19rem !important;
    }

    .mt-lg-195 {
        margin-top: 19.5rem !important;
    }

    .mt-lg-200 {
        margin-top: 20rem !important;
    }

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

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

    .me-lg-5 {
        margin-right: 0.5rem !important;
    }

    .me-lg-10 {
        margin-right: 1rem !important;
    }

    .me-lg-15 {
        margin-right: 1.5rem !important;
    }

    .me-lg-20 {
        margin-right: 2rem !important;
    }

    .me-lg-25 {
        margin-right: 2.5rem !important;
    }

    .me-lg-30 {
        margin-right: 3rem !important;
    }

    .me-lg-35 {
        margin-right: 3.5rem !important;
    }

    .me-lg-40 {
        margin-right: 4rem !important;
    }

    .me-lg-45 {
        margin-right: 4.5rem !important;
    }

    .me-lg-50 {
        margin-right: 5rem !important;
    }

    .me-lg-55 {
        margin-right: 5.5rem !important;
    }

    .me-lg-60 {
        margin-right: 6rem !important;
    }

    .me-lg-65 {
        margin-right: 6.5rem !important;
    }

    .me-lg-70 {
        margin-right: 7rem !important;
    }

    .me-lg-75 {
        margin-right: 7.5rem !important;
    }

    .me-lg-80 {
        margin-right: 8rem !important;
    }

    .me-lg-85 {
        margin-right: 8.5rem !important;
    }

    .me-lg-90 {
        margin-right: 9rem !important;
    }

    .me-lg-95 {
        margin-right: 9.5rem !important;
    }

    .me-lg-100 {
        margin-right: 10rem !important;
    }

    .me-lg-105 {
        margin-right: 10.5rem !important;
    }

    .me-lg-110 {
        margin-right: 11rem !important;
    }

    .me-lg-115 {
        margin-right: 11.5rem !important;
    }

    .me-lg-120 {
        margin-right: 12rem !important;
    }

    .me-lg-125 {
        margin-right: 12.5rem !important;
    }

    .me-lg-130 {
        margin-right: 13rem !important;
    }

    .me-lg-135 {
        margin-right: 13.5rem !important;
    }

    .me-lg-140 {
        margin-right: 14rem !important;
    }

    .me-lg-145 {
        margin-right: 14.5rem !important;
    }

    .me-lg-150 {
        margin-right: 15rem !important;
    }

    .me-lg-155 {
        margin-right: 15.5rem !important;
    }

    .me-lg-160 {
        margin-right: 16rem !important;
    }

    .me-lg-165 {
        margin-right: 16.5rem !important;
    }

    .me-lg-170 {
        margin-right: 17rem !important;
    }

    .me-lg-175 {
        margin-right: 17.5rem !important;
    }

    .me-lg-180 {
        margin-right: 18rem !important;
    }

    .me-lg-185 {
        margin-right: 18.5rem !important;
    }

    .me-lg-190 {
        margin-right: 19rem !important;
    }

    .me-lg-195 {
        margin-right: 19.5rem !important;
    }

    .me-lg-200 {
        margin-right: 20rem !important;
    }

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

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

    .mb-lg-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-20 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-30 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-40 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-lg-50 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-lg-60 {
        margin-bottom: 6rem !important;
    }

    .mb-lg-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-lg-70 {
        margin-bottom: 7rem !important;
    }

    .mb-lg-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-lg-80 {
        margin-bottom: 8rem !important;
    }

    .mb-lg-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-lg-90 {
        margin-bottom: 9rem !important;
    }

    .mb-lg-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-lg-100 {
        margin-bottom: 10rem !important;
    }

    .mb-lg-105 {
        margin-bottom: 10.5rem !important;
    }

    .mb-lg-110 {
        margin-bottom: 11rem !important;
    }

    .mb-lg-115 {
        margin-bottom: 11.5rem !important;
    }

    .mb-lg-120 {
        margin-bottom: 12rem !important;
    }

    .mb-lg-125 {
        margin-bottom: 12.5rem !important;
    }

    .mb-lg-130 {
        margin-bottom: 13rem !important;
    }

    .mb-lg-135 {
        margin-bottom: 13.5rem !important;
    }

    .mb-lg-140 {
        margin-bottom: 14rem !important;
    }

    .mb-lg-145 {
        margin-bottom: 14.5rem !important;
    }

    .mb-lg-150 {
        margin-bottom: 15rem !important;
    }

    .mb-lg-155 {
        margin-bottom: 15.5rem !important;
    }

    .mb-lg-160 {
        margin-bottom: 16rem !important;
    }

    .mb-lg-165 {
        margin-bottom: 16.5rem !important;
    }

    .mb-lg-170 {
        margin-bottom: 17rem !important;
    }

    .mb-lg-175 {
        margin-bottom: 17.5rem !important;
    }

    .mb-lg-180 {
        margin-bottom: 18rem !important;
    }

    .mb-lg-185 {
        margin-bottom: 18.5rem !important;
    }

    .mb-lg-190 {
        margin-bottom: 19rem !important;
    }

    .mb-lg-195 {
        margin-bottom: 19.5rem !important;
    }

    .mb-lg-200 {
        margin-bottom: 20rem !important;
    }

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

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

    .ms-lg-5 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-10 {
        margin-left: 1rem !important;
    }

    .ms-lg-15 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-20 {
        margin-left: 2rem !important;
    }

    .ms-lg-25 {
        margin-left: 2.5rem !important;
    }

    .ms-lg-30 {
        margin-left: 3rem !important;
    }

    .ms-lg-35 {
        margin-left: 3.5rem !important;
    }

    .ms-lg-40 {
        margin-left: 4rem !important;
    }

    .ms-lg-45 {
        margin-left: 4.5rem !important;
    }

    .ms-lg-50 {
        margin-left: 5rem !important;
    }

    .ms-lg-55 {
        margin-left: 5.5rem !important;
    }

    .ms-lg-60 {
        margin-left: 6rem !important;
    }

    .ms-lg-65 {
        margin-left: 6.5rem !important;
    }

    .ms-lg-70 {
        margin-left: 7rem !important;
    }

    .ms-lg-75 {
        margin-left: 7.5rem !important;
    }

    .ms-lg-80 {
        margin-left: 8rem !important;
    }

    .ms-lg-85 {
        margin-left: 8.5rem !important;
    }

    .ms-lg-90 {
        margin-left: 9rem !important;
    }

    .ms-lg-95 {
        margin-left: 9.5rem !important;
    }

    .ms-lg-100 {
        margin-left: 10rem !important;
    }

    .ms-lg-105 {
        margin-left: 10.5rem !important;
    }

    .ms-lg-110 {
        margin-left: 11rem !important;
    }

    .ms-lg-115 {
        margin-left: 11.5rem !important;
    }

    .ms-lg-120 {
        margin-left: 12rem !important;
    }

    .ms-lg-125 {
        margin-left: 12.5rem !important;
    }

    .ms-lg-130 {
        margin-left: 13rem !important;
    }

    .ms-lg-135 {
        margin-left: 13.5rem !important;
    }

    .ms-lg-140 {
        margin-left: 14rem !important;
    }

    .ms-lg-145 {
        margin-left: 14.5rem !important;
    }

    .ms-lg-150 {
        margin-left: 15rem !important;
    }

    .ms-lg-155 {
        margin-left: 15.5rem !important;
    }

    .ms-lg-160 {
        margin-left: 16rem !important;
    }

    .ms-lg-165 {
        margin-left: 16.5rem !important;
    }

    .ms-lg-170 {
        margin-left: 17rem !important;
    }

    .ms-lg-175 {
        margin-left: 17.5rem !important;
    }

    .ms-lg-180 {
        margin-left: 18rem !important;
    }

    .ms-lg-185 {
        margin-left: 18.5rem !important;
    }

    .ms-lg-190 {
        margin-left: 19rem !important;
    }

    .ms-lg-195 {
        margin-left: 19.5rem !important;
    }

    .ms-lg-200 {
        margin-left: 20rem !important;
    }

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

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

    .p-lg-5 {
        padding: 0.5rem !important;
    }

    .p-lg-10 {
        padding: 1rem !important;
    }

    .p-lg-15 {
        padding: 1.5rem !important;
    }

    .p-lg-20 {
        padding: 2rem !important;
    }

    .p-lg-25 {
        padding: 2.5rem !important;
    }

    .p-lg-30 {
        padding: 3rem !important;
    }

    .p-lg-35 {
        padding: 3.5rem !important;
    }

    .p-lg-40 {
        padding: 4rem !important;
    }

    .p-lg-45 {
        padding: 4.5rem !important;
    }

    .p-lg-50 {
        padding: 5rem !important;
    }

    .p-lg-55 {
        padding: 5.5rem !important;
    }

    .p-lg-60 {
        padding: 6rem !important;
    }

    .p-lg-65 {
        padding: 6.5rem !important;
    }

    .p-lg-70 {
        padding: 7rem !important;
    }

    .p-lg-75 {
        padding: 7.5rem !important;
    }

    .p-lg-80 {
        padding: 8rem !important;
    }

    .p-lg-85 {
        padding: 8.5rem !important;
    }

    .p-lg-90 {
        padding: 9rem !important;
    }

    .p-lg-95 {
        padding: 9.5rem !important;
    }

    .p-lg-100 {
        padding: 10rem !important;
    }

    .p-lg-105 {
        padding: 10.5rem !important;
    }

    .p-lg-110 {
        padding: 11rem !important;
    }

    .p-lg-115 {
        padding: 11.5rem !important;
    }

    .p-lg-120 {
        padding: 12rem !important;
    }

    .p-lg-125 {
        padding: 12.5rem !important;
    }

    .p-lg-130 {
        padding: 13rem !important;
    }

    .p-lg-135 {
        padding: 13.5rem !important;
    }

    .p-lg-140 {
        padding: 14rem !important;
    }

    .p-lg-145 {
        padding: 14.5rem !important;
    }

    .p-lg-150 {
        padding: 15rem !important;
    }

    .p-lg-155 {
        padding: 15.5rem !important;
    }

    .p-lg-160 {
        padding: 16rem !important;
    }

    .p-lg-165 {
        padding: 16.5rem !important;
    }

    .p-lg-170 {
        padding: 17rem !important;
    }

    .p-lg-175 {
        padding: 17.5rem !important;
    }

    .p-lg-180 {
        padding: 18rem !important;
    }

    .p-lg-185 {
        padding: 18.5rem !important;
    }

    .p-lg-190 {
        padding: 19rem !important;
    }

    .p-lg-195 {
        padding: 19.5rem !important;
    }

    .p-lg-200 {
        padding: 20rem !important;
    }

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

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

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

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

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

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

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

    .px-lg-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

    .px-lg-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

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

    .px-lg-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

    .px-lg-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-lg-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-lg-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-lg-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-lg-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-lg-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-lg-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-lg-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-lg-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-lg-105 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important;
    }

    .px-lg-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }

    .px-lg-115 {
        padding-right: 11.5rem !important;
        padding-left: 11.5rem !important;
    }

    .px-lg-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-lg-125 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }

    .px-lg-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }

    .px-lg-135 {
        padding-right: 13.5rem !important;
        padding-left: 13.5rem !important;
    }

    .px-lg-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-lg-145 {
        padding-right: 14.5rem !important;
        padding-left: 14.5rem !important;
    }

    .px-lg-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }

    .px-lg-155 {
        padding-right: 15.5rem !important;
        padding-left: 15.5rem !important;
    }

    .px-lg-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .px-lg-165 {
        padding-right: 16.5rem !important;
        padding-left: 16.5rem !important;
    }

    .px-lg-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }

    .px-lg-175 {
        padding-right: 17.5rem !important;
        padding-left: 17.5rem !important;
    }

    .px-lg-180 {
        padding-right: 18rem !important;
        padding-left: 18rem !important;
    }

    .px-lg-185 {
        padding-right: 18.5rem !important;
        padding-left: 18.5rem !important;
    }

    .px-lg-190 {
        padding-right: 19rem !important;
        padding-left: 19rem !important;
    }

    .px-lg-195 {
        padding-right: 19.5rem !important;
        padding-left: 19.5rem !important;
    }

    .px-lg-200 {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

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

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

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

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

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

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

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

    .py-lg-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

    .py-lg-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

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

    .py-lg-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-lg-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-lg-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-lg-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-lg-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-lg-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-lg-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-lg-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-lg-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-lg-105 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }

    .py-lg-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-lg-115 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important;
    }

    .py-lg-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-lg-125 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-lg-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .py-lg-135 {
        padding-top: 13.5rem !important;
        padding-bottom: 13.5rem !important;
    }

    .py-lg-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-lg-145 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .py-lg-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-lg-155 {
        padding-top: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    .py-lg-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .py-lg-165 {
        padding-top: 16.5rem !important;
        padding-bottom: 16.5rem !important;
    }

    .py-lg-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }

    .py-lg-175 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-lg-180 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .py-lg-185 {
        padding-top: 18.5rem !important;
        padding-bottom: 18.5rem !important;
    }

    .py-lg-190 {
        padding-top: 19rem !important;
        padding-bottom: 19rem !important;
    }

    .py-lg-195 {
        padding-top: 19.5rem !important;
        padding-bottom: 19.5rem !important;
    }

    .py-lg-200 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

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

    .pt-lg-5 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-10 {
        padding-top: 1rem !important;
    }

    .pt-lg-15 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-20 {
        padding-top: 2rem !important;
    }

    .pt-lg-25 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-30 {
        padding-top: 3rem !important;
    }

    .pt-lg-35 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-40 {
        padding-top: 4rem !important;
    }

    .pt-lg-45 {
        padding-top: 4.5rem !important;
    }

    .pt-lg-50 {
        padding-top: 5rem !important;
    }

    .pt-lg-55 {
        padding-top: 5.5rem !important;
    }

    .pt-lg-60 {
        padding-top: 6rem !important;
    }

    .pt-lg-65 {
        padding-top: 6.5rem !important;
    }

    .pt-lg-70 {
        padding-top: 7rem !important;
    }

    .pt-lg-75 {
        padding-top: 7.5rem !important;
    }

    .pt-lg-80 {
        padding-top: 8rem !important;
    }

    .pt-lg-85 {
        padding-top: 8.5rem !important;
    }

    .pt-lg-90 {
        padding-top: 9rem !important;
    }

    .pt-lg-95 {
        padding-top: 9.5rem !important;
    }

    .pt-lg-100 {
        padding-top: 10rem !important;
    }

    .pt-lg-105 {
        padding-top: 10.5rem !important;
    }

    .pt-lg-110 {
        padding-top: 11rem !important;
    }

    .pt-lg-115 {
        padding-top: 11.5rem !important;
    }

    .pt-lg-120 {
        padding-top: 12rem !important;
    }

    .pt-lg-125 {
        padding-top: 12.5rem !important;
    }

    .pt-lg-130 {
        padding-top: 13rem !important;
    }

    .pt-lg-135 {
        padding-top: 13.5rem !important;
    }

    .pt-lg-140 {
        padding-top: 14rem !important;
    }

    .pt-lg-145 {
        padding-top: 14.5rem !important;
    }

    .pt-lg-150 {
        padding-top: 15rem !important;
    }

    .pt-lg-155 {
        padding-top: 15.5rem !important;
    }

    .pt-lg-160 {
        padding-top: 16rem !important;
    }

    .pt-lg-165 {
        padding-top: 16.5rem !important;
    }

    .pt-lg-170 {
        padding-top: 17rem !important;
    }

    .pt-lg-175 {
        padding-top: 17.5rem !important;
    }

    .pt-lg-180 {
        padding-top: 18rem !important;
    }

    .pt-lg-185 {
        padding-top: 18.5rem !important;
    }

    .pt-lg-190 {
        padding-top: 19rem !important;
    }

    .pt-lg-195 {
        padding-top: 19.5rem !important;
    }

    .pt-lg-200 {
        padding-top: 20rem !important;
    }

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

    .pe-lg-5 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-10 {
        padding-right: 1rem !important;
    }

    .pe-lg-15 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-20 {
        padding-right: 2rem !important;
    }

    .pe-lg-25 {
        padding-right: 2.5rem !important;
    }

    .pe-lg-30 {
        padding-right: 3rem !important;
    }

    .pe-lg-35 {
        padding-right: 3.5rem !important;
    }

    .pe-lg-40 {
        padding-right: 4rem !important;
    }

    .pe-lg-45 {
        padding-right: 4.5rem !important;
    }

    .pe-lg-50 {
        padding-right: 5rem !important;
    }

    .pe-lg-55 {
        padding-right: 5.5rem !important;
    }

    .pe-lg-60 {
        padding-right: 6rem !important;
    }

    .pe-lg-65 {
        padding-right: 6.5rem !important;
    }

    .pe-lg-70 {
        padding-right: 7rem !important;
    }

    .pe-lg-75 {
        padding-right: 7.5rem !important;
    }

    .pe-lg-80 {
        padding-right: 8rem !important;
    }

    .pe-lg-85 {
        padding-right: 8.5rem !important;
    }

    .pe-lg-90 {
        padding-right: 9rem !important;
    }

    .pe-lg-95 {
        padding-right: 9.5rem !important;
    }

    .pe-lg-100 {
        padding-right: 10rem !important;
    }

    .pe-lg-105 {
        padding-right: 10.5rem !important;
    }

    .pe-lg-110 {
        padding-right: 11rem !important;
    }

    .pe-lg-115 {
        padding-right: 11.5rem !important;
    }

    .pe-lg-120 {
        padding-right: 12rem !important;
    }

    .pe-lg-125 {
        padding-right: 12.5rem !important;
    }

    .pe-lg-130 {
        padding-right: 13rem !important;
    }

    .pe-lg-135 {
        padding-right: 13.5rem !important;
    }

    .pe-lg-140 {
        padding-right: 14rem !important;
    }

    .pe-lg-145 {
        padding-right: 14.5rem !important;
    }

    .pe-lg-150 {
        padding-right: 15rem !important;
    }

    .pe-lg-155 {
        padding-right: 15.5rem !important;
    }

    .pe-lg-160 {
        padding-right: 16rem !important;
    }

    .pe-lg-165 {
        padding-right: 16.5rem !important;
    }

    .pe-lg-170 {
        padding-right: 17rem !important;
    }

    .pe-lg-175 {
        padding-right: 17.5rem !important;
    }

    .pe-lg-180 {
        padding-right: 18rem !important;
    }

    .pe-lg-185 {
        padding-right: 18.5rem !important;
    }

    .pe-lg-190 {
        padding-right: 19rem !important;
    }

    .pe-lg-195 {
        padding-right: 19.5rem !important;
    }

    .pe-lg-200 {
        padding-right: 20rem !important;
    }

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

    .pb-lg-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-30 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-40 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-lg-50 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-lg-60 {
        padding-bottom: 6rem !important;
    }

    .pb-lg-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-lg-70 {
        padding-bottom: 7rem !important;
    }

    .pb-lg-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-lg-80 {
        padding-bottom: 8rem !important;
    }

    .pb-lg-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-lg-90 {
        padding-bottom: 9rem !important;
    }

    .pb-lg-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-lg-100 {
        padding-bottom: 10rem !important;
    }

    .pb-lg-105 {
        padding-bottom: 10.5rem !important;
    }

    .pb-lg-110 {
        padding-bottom: 11rem !important;
    }

    .pb-lg-115 {
        padding-bottom: 11.5rem !important;
    }

    .pb-lg-120 {
        padding-bottom: 12rem !important;
    }

    .pb-lg-125 {
        padding-bottom: 12.5rem !important;
    }

    .pb-lg-130 {
        padding-bottom: 13rem !important;
    }

    .pb-lg-135 {
        padding-bottom: 13.5rem !important;
    }

    .pb-lg-140 {
        padding-bottom: 14rem !important;
    }

    .pb-lg-145 {
        padding-bottom: 14.5rem !important;
    }

    .pb-lg-150 {
        padding-bottom: 15rem !important;
    }

    .pb-lg-155 {
        padding-bottom: 15.5rem !important;
    }

    .pb-lg-160 {
        padding-bottom: 16rem !important;
    }

    .pb-lg-165 {
        padding-bottom: 16.5rem !important;
    }

    .pb-lg-170 {
        padding-bottom: 17rem !important;
    }

    .pb-lg-175 {
        padding-bottom: 17.5rem !important;
    }

    .pb-lg-180 {
        padding-bottom: 18rem !important;
    }

    .pb-lg-185 {
        padding-bottom: 18.5rem !important;
    }

    .pb-lg-190 {
        padding-bottom: 19rem !important;
    }

    .pb-lg-195 {
        padding-bottom: 19.5rem !important;
    }

    .pb-lg-200 {
        padding-bottom: 20rem !important;
    }

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

    .ps-lg-5 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-10 {
        padding-left: 1rem !important;
    }

    .ps-lg-15 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-20 {
        padding-left: 2rem !important;
    }

    .ps-lg-25 {
        padding-left: 2.5rem !important;
    }

    .ps-lg-30 {
        padding-left: 3rem !important;
    }

    .ps-lg-35 {
        padding-left: 3.5rem !important;
    }

    .ps-lg-40 {
        padding-left: 4rem !important;
    }

    .ps-lg-45 {
        padding-left: 4.5rem !important;
    }

    .ps-lg-50 {
        padding-left: 5rem !important;
    }

    .ps-lg-55 {
        padding-left: 5.5rem !important;
    }

    .ps-lg-60 {
        padding-left: 6rem !important;
    }

    .ps-lg-65 {
        padding-left: 6.5rem !important;
    }

    .ps-lg-70 {
        padding-left: 7rem !important;
    }

    .ps-lg-75 {
        padding-left: 7.5rem !important;
    }

    .ps-lg-80 {
        padding-left: 8rem !important;
    }

    .ps-lg-85 {
        padding-left: 8.5rem !important;
    }

    .ps-lg-90 {
        padding-left: 9rem !important;
    }

    .ps-lg-95 {
        padding-left: 9.5rem !important;
    }

    .ps-lg-100 {
        padding-left: 10rem !important;
    }

    .ps-lg-105 {
        padding-left: 10.5rem !important;
    }

    .ps-lg-110 {
        padding-left: 11rem !important;
    }

    .ps-lg-115 {
        padding-left: 11.5rem !important;
    }

    .ps-lg-120 {
        padding-left: 12rem !important;
    }

    .ps-lg-125 {
        padding-left: 12.5rem !important;
    }

    .ps-lg-130 {
        padding-left: 13rem !important;
    }

    .ps-lg-135 {
        padding-left: 13.5rem !important;
    }

    .ps-lg-140 {
        padding-left: 14rem !important;
    }

    .ps-lg-145 {
        padding-left: 14.5rem !important;
    }

    .ps-lg-150 {
        padding-left: 15rem !important;
    }

    .ps-lg-155 {
        padding-left: 15.5rem !important;
    }

    .ps-lg-160 {
        padding-left: 16rem !important;
    }

    .ps-lg-165 {
        padding-left: 16.5rem !important;
    }

    .ps-lg-170 {
        padding-left: 17rem !important;
    }

    .ps-lg-175 {
        padding-left: 17.5rem !important;
    }

    .ps-lg-180 {
        padding-left: 18rem !important;
    }

    .ps-lg-185 {
        padding-left: 18.5rem !important;
    }

    .ps-lg-190 {
        padding-left: 19rem !important;
    }

    .ps-lg-195 {
        padding-left: 19.5rem !important;
    }

    .ps-lg-200 {
        padding-left: 20rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-5 {
        gap: 0.5rem !important;
    }

    .gap-lg-10 {
        gap: 1rem !important;
    }

    .gap-lg-15 {
        gap: 1.5rem !important;
    }

    .gap-lg-20 {
        gap: 2rem !important;
    }

    .gap-lg-25 {
        gap: 2.5rem !important;
    }

    .gap-lg-30 {
        gap: 3rem !important;
    }

    .gap-lg-35 {
        gap: 3.5rem !important;
    }

    .gap-lg-40 {
        gap: 4rem !important;
    }

    .gap-lg-45 {
        gap: 4.5rem !important;
    }

    .gap-lg-50 {
        gap: 5rem !important;
    }

    .gap-lg-55 {
        gap: 5.5rem !important;
    }

    .gap-lg-60 {
        gap: 6rem !important;
    }

    .gap-lg-65 {
        gap: 6.5rem !important;
    }

    .gap-lg-70 {
        gap: 7rem !important;
    }

    .gap-lg-75 {
        gap: 7.5rem !important;
    }

    .gap-lg-80 {
        gap: 8rem !important;
    }

    .gap-lg-85 {
        gap: 8.5rem !important;
    }

    .gap-lg-90 {
        gap: 9rem !important;
    }

    .gap-lg-95 {
        gap: 9.5rem !important;
    }

    .gap-lg-100 {
        gap: 10rem !important;
    }

    .gap-lg-105 {
        gap: 10.5rem !important;
    }

    .gap-lg-110 {
        gap: 11rem !important;
    }

    .gap-lg-115 {
        gap: 11.5rem !important;
    }

    .gap-lg-120 {
        gap: 12rem !important;
    }

    .gap-lg-125 {
        gap: 12.5rem !important;
    }

    .gap-lg-130 {
        gap: 13rem !important;
    }

    .gap-lg-135 {
        gap: 13.5rem !important;
    }

    .gap-lg-140 {
        gap: 14rem !important;
    }

    .gap-lg-145 {
        gap: 14.5rem !important;
    }

    .gap-lg-150 {
        gap: 15rem !important;
    }

    .gap-lg-155 {
        gap: 15.5rem !important;
    }

    .gap-lg-160 {
        gap: 16rem !important;
    }

    .gap-lg-165 {
        gap: 16.5rem !important;
    }

    .gap-lg-170 {
        gap: 17rem !important;
    }

    .gap-lg-175 {
        gap: 17.5rem !important;
    }

    .gap-lg-180 {
        gap: 18rem !important;
    }

    .gap-lg-185 {
        gap: 18.5rem !important;
    }

    .gap-lg-190 {
        gap: 19rem !important;
    }

    .gap-lg-195 {
        gap: 19.5rem !important;
    }

    .gap-lg-200 {
        gap: 20rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

    .m-xl-10 {
        margin: 1rem !important;
    }

    .m-xl-15 {
        margin: 1.5rem !important;
    }

    .m-xl-20 {
        margin: 2rem !important;
    }

    .m-xl-25 {
        margin: 2.5rem !important;
    }

    .m-xl-30 {
        margin: 3rem !important;
    }

    .m-xl-35 {
        margin: 3.5rem !important;
    }

    .m-xl-40 {
        margin: 4rem !important;
    }

    .m-xl-45 {
        margin: 4.5rem !important;
    }

    .m-xl-50 {
        margin: 5rem !important;
    }

    .m-xl-55 {
        margin: 5.5rem !important;
    }

    .m-xl-60 {
        margin: 6rem !important;
    }

    .m-xl-65 {
        margin: 6.5rem !important;
    }

    .m-xl-70 {
        margin: 7rem !important;
    }

    .m-xl-75 {
        margin: 7.5rem !important;
    }

    .m-xl-80 {
        margin: 8rem !important;
    }

    .m-xl-85 {
        margin: 8.5rem !important;
    }

    .m-xl-90 {
        margin: 9rem !important;
    }

    .m-xl-95 {
        margin: 9.5rem !important;
    }

    .m-xl-100 {
        margin: 10rem !important;
    }

    .m-xl-105 {
        margin: 10.5rem !important;
    }

    .m-xl-110 {
        margin: 11rem !important;
    }

    .m-xl-115 {
        margin: 11.5rem !important;
    }

    .m-xl-120 {
        margin: 12rem !important;
    }

    .m-xl-125 {
        margin: 12.5rem !important;
    }

    .m-xl-130 {
        margin: 13rem !important;
    }

    .m-xl-135 {
        margin: 13.5rem !important;
    }

    .m-xl-140 {
        margin: 14rem !important;
    }

    .m-xl-145 {
        margin: 14.5rem !important;
    }

    .m-xl-150 {
        margin: 15rem !important;
    }

    .m-xl-155 {
        margin: 15.5rem !important;
    }

    .m-xl-160 {
        margin: 16rem !important;
    }

    .m-xl-165 {
        margin: 16.5rem !important;
    }

    .m-xl-170 {
        margin: 17rem !important;
    }

    .m-xl-175 {
        margin: 17.5rem !important;
    }

    .m-xl-180 {
        margin: 18rem !important;
    }

    .m-xl-185 {
        margin: 18.5rem !important;
    }

    .m-xl-190 {
        margin: 19rem !important;
    }

    .m-xl-195 {
        margin: 19.5rem !important;
    }

    .m-xl-200 {
        margin: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .mx-xl-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

    .mx-xl-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

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

    .mx-xl-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-xl-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xl-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xl-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xl-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-xl-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xl-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-xl-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-xl-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-xl-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xl-105 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important;
    }

    .mx-xl-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }

    .mx-xl-115 {
        margin-right: 11.5rem !important;
        margin-left: 11.5rem !important;
    }

    .mx-xl-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-xl-125 {
        margin-right: 12.5rem !important;
        margin-left: 12.5rem !important;
    }

    .mx-xl-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }

    .mx-xl-135 {
        margin-right: 13.5rem !important;
        margin-left: 13.5rem !important;
    }

    .mx-xl-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-xl-145 {
        margin-right: 14.5rem !important;
        margin-left: 14.5rem !important;
    }

    .mx-xl-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }

    .mx-xl-155 {
        margin-right: 15.5rem !important;
        margin-left: 15.5rem !important;
    }

    .mx-xl-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-xl-165 {
        margin-right: 16.5rem !important;
        margin-left: 16.5rem !important;
    }

    .mx-xl-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }

    .mx-xl-175 {
        margin-right: 17.5rem !important;
        margin-left: 17.5rem !important;
    }

    .mx-xl-180 {
        margin-right: 18rem !important;
        margin-left: 18rem !important;
    }

    .mx-xl-185 {
        margin-right: 18.5rem !important;
        margin-left: 18.5rem !important;
    }

    .mx-xl-190 {
        margin-right: 19rem !important;
        margin-left: 19rem !important;
    }

    .mx-xl-195 {
        margin-right: 19.5rem !important;
        margin-left: 19.5rem !important;
    }

    .mx-xl-200 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .my-xl-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

    .my-xl-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .my-xl-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-xl-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xl-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xl-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xl-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-xl-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-xl-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-xl-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-xl-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xl-105 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important;
    }

    .my-xl-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-xl-115 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important;
    }

    .my-xl-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-xl-125 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-xl-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-xl-135 {
        margin-top: 13.5rem !important;
        margin-bottom: 13.5rem !important;
    }

    .my-xl-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-xl-145 {
        margin-top: 14.5rem !important;
        margin-bottom: 14.5rem !important;
    }

    .my-xl-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-xl-155 {
        margin-top: 15.5rem !important;
        margin-bottom: 15.5rem !important;
    }

    .my-xl-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-xl-165 {
        margin-top: 16.5rem !important;
        margin-bottom: 16.5rem !important;
    }

    .my-xl-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-xl-175 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-xl-180 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-xl-185 {
        margin-top: 18.5rem !important;
        margin-bottom: 18.5rem !important;
    }

    .my-xl-190 {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-xl-195 {
        margin-top: 19.5rem !important;
        margin-bottom: 19.5rem !important;
    }

    .my-xl-200 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

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

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

    .mt-xl-5 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-10 {
        margin-top: 1rem !important;
    }

    .mt-xl-15 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-20 {
        margin-top: 2rem !important;
    }

    .mt-xl-25 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-30 {
        margin-top: 3rem !important;
    }

    .mt-xl-35 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-40 {
        margin-top: 4rem !important;
    }

    .mt-xl-45 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-50 {
        margin-top: 5rem !important;
    }

    .mt-xl-55 {
        margin-top: 5.5rem !important;
    }

    .mt-xl-60 {
        margin-top: 6rem !important;
    }

    .mt-xl-65 {
        margin-top: 6.5rem !important;
    }

    .mt-xl-70 {
        margin-top: 7rem !important;
    }

    .mt-xl-75 {
        margin-top: 7.5rem !important;
    }

    .mt-xl-80 {
        margin-top: 8rem !important;
    }

    .mt-xl-85 {
        margin-top: 8.5rem !important;
    }

    .mt-xl-90 {
        margin-top: 9rem !important;
    }

    .mt-xl-95 {
        margin-top: 9.5rem !important;
    }

    .mt-xl-100 {
        margin-top: 10rem !important;
    }

    .mt-xl-105 {
        margin-top: 10.5rem !important;
    }

    .mt-xl-110 {
        margin-top: 11rem !important;
    }

    .mt-xl-115 {
        margin-top: 11.5rem !important;
    }

    .mt-xl-120 {
        margin-top: 12rem !important;
    }

    .mt-xl-125 {
        margin-top: 12.5rem !important;
    }

    .mt-xl-130 {
        margin-top: 13rem !important;
    }

    .mt-xl-135 {
        margin-top: 13.5rem !important;
    }

    .mt-xl-140 {
        margin-top: 14rem !important;
    }

    .mt-xl-145 {
        margin-top: 14.5rem !important;
    }

    .mt-xl-150 {
        margin-top: 15rem !important;
    }

    .mt-xl-155 {
        margin-top: 15.5rem !important;
    }

    .mt-xl-160 {
        margin-top: 16rem !important;
    }

    .mt-xl-165 {
        margin-top: 16.5rem !important;
    }

    .mt-xl-170 {
        margin-top: 17rem !important;
    }

    .mt-xl-175 {
        margin-top: 17.5rem !important;
    }

    .mt-xl-180 {
        margin-top: 18rem !important;
    }

    .mt-xl-185 {
        margin-top: 18.5rem !important;
    }

    .mt-xl-190 {
        margin-top: 19rem !important;
    }

    .mt-xl-195 {
        margin-top: 19.5rem !important;
    }

    .mt-xl-200 {
        margin-top: 20rem !important;
    }

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

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

    .me-xl-5 {
        margin-right: 0.5rem !important;
    }

    .me-xl-10 {
        margin-right: 1rem !important;
    }

    .me-xl-15 {
        margin-right: 1.5rem !important;
    }

    .me-xl-20 {
        margin-right: 2rem !important;
    }

    .me-xl-25 {
        margin-right: 2.5rem !important;
    }

    .me-xl-30 {
        margin-right: 3rem !important;
    }

    .me-xl-35 {
        margin-right: 3.5rem !important;
    }

    .me-xl-40 {
        margin-right: 4rem !important;
    }

    .me-xl-45 {
        margin-right: 4.5rem !important;
    }

    .me-xl-50 {
        margin-right: 5rem !important;
    }

    .me-xl-55 {
        margin-right: 5.5rem !important;
    }

    .me-xl-60 {
        margin-right: 6rem !important;
    }

    .me-xl-65 {
        margin-right: 6.5rem !important;
    }

    .me-xl-70 {
        margin-right: 7rem !important;
    }

    .me-xl-75 {
        margin-right: 7.5rem !important;
    }

    .me-xl-80 {
        margin-right: 8rem !important;
    }

    .me-xl-85 {
        margin-right: 8.5rem !important;
    }

    .me-xl-90 {
        margin-right: 9rem !important;
    }

    .me-xl-95 {
        margin-right: 9.5rem !important;
    }

    .me-xl-100 {
        margin-right: 10rem !important;
    }

    .me-xl-105 {
        margin-right: 10.5rem !important;
    }

    .me-xl-110 {
        margin-right: 11rem !important;
    }

    .me-xl-115 {
        margin-right: 11.5rem !important;
    }

    .me-xl-120 {
        margin-right: 12rem !important;
    }

    .me-xl-125 {
        margin-right: 12.5rem !important;
    }

    .me-xl-130 {
        margin-right: 13rem !important;
    }

    .me-xl-135 {
        margin-right: 13.5rem !important;
    }

    .me-xl-140 {
        margin-right: 14rem !important;
    }

    .me-xl-145 {
        margin-right: 14.5rem !important;
    }

    .me-xl-150 {
        margin-right: 15rem !important;
    }

    .me-xl-155 {
        margin-right: 15.5rem !important;
    }

    .me-xl-160 {
        margin-right: 16rem !important;
    }

    .me-xl-165 {
        margin-right: 16.5rem !important;
    }

    .me-xl-170 {
        margin-right: 17rem !important;
    }

    .me-xl-175 {
        margin-right: 17.5rem !important;
    }

    .me-xl-180 {
        margin-right: 18rem !important;
    }

    .me-xl-185 {
        margin-right: 18.5rem !important;
    }

    .me-xl-190 {
        margin-right: 19rem !important;
    }

    .me-xl-195 {
        margin-right: 19.5rem !important;
    }

    .me-xl-200 {
        margin-right: 20rem !important;
    }

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

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

    .mb-xl-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-20 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-30 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-40 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-50 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-xl-60 {
        margin-bottom: 6rem !important;
    }

    .mb-xl-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-xl-70 {
        margin-bottom: 7rem !important;
    }

    .mb-xl-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-xl-80 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-xl-90 {
        margin-bottom: 9rem !important;
    }

    .mb-xl-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-xl-100 {
        margin-bottom: 10rem !important;
    }

    .mb-xl-105 {
        margin-bottom: 10.5rem !important;
    }

    .mb-xl-110 {
        margin-bottom: 11rem !important;
    }

    .mb-xl-115 {
        margin-bottom: 11.5rem !important;
    }

    .mb-xl-120 {
        margin-bottom: 12rem !important;
    }

    .mb-xl-125 {
        margin-bottom: 12.5rem !important;
    }

    .mb-xl-130 {
        margin-bottom: 13rem !important;
    }

    .mb-xl-135 {
        margin-bottom: 13.5rem !important;
    }

    .mb-xl-140 {
        margin-bottom: 14rem !important;
    }

    .mb-xl-145 {
        margin-bottom: 14.5rem !important;
    }

    .mb-xl-150 {
        margin-bottom: 15rem !important;
    }

    .mb-xl-155 {
        margin-bottom: 15.5rem !important;
    }

    .mb-xl-160 {
        margin-bottom: 16rem !important;
    }

    .mb-xl-165 {
        margin-bottom: 16.5rem !important;
    }

    .mb-xl-170 {
        margin-bottom: 17rem !important;
    }

    .mb-xl-175 {
        margin-bottom: 17.5rem !important;
    }

    .mb-xl-180 {
        margin-bottom: 18rem !important;
    }

    .mb-xl-185 {
        margin-bottom: 18.5rem !important;
    }

    .mb-xl-190 {
        margin-bottom: 19rem !important;
    }

    .mb-xl-195 {
        margin-bottom: 19.5rem !important;
    }

    .mb-xl-200 {
        margin-bottom: 20rem !important;
    }

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

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

    .ms-xl-5 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-10 {
        margin-left: 1rem !important;
    }

    .ms-xl-15 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-20 {
        margin-left: 2rem !important;
    }

    .ms-xl-25 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-30 {
        margin-left: 3rem !important;
    }

    .ms-xl-35 {
        margin-left: 3.5rem !important;
    }

    .ms-xl-40 {
        margin-left: 4rem !important;
    }

    .ms-xl-45 {
        margin-left: 4.5rem !important;
    }

    .ms-xl-50 {
        margin-left: 5rem !important;
    }

    .ms-xl-55 {
        margin-left: 5.5rem !important;
    }

    .ms-xl-60 {
        margin-left: 6rem !important;
    }

    .ms-xl-65 {
        margin-left: 6.5rem !important;
    }

    .ms-xl-70 {
        margin-left: 7rem !important;
    }

    .ms-xl-75 {
        margin-left: 7.5rem !important;
    }

    .ms-xl-80 {
        margin-left: 8rem !important;
    }

    .ms-xl-85 {
        margin-left: 8.5rem !important;
    }

    .ms-xl-90 {
        margin-left: 9rem !important;
    }

    .ms-xl-95 {
        margin-left: 9.5rem !important;
    }

    .ms-xl-100 {
        margin-left: 10rem !important;
    }

    .ms-xl-105 {
        margin-left: 10.5rem !important;
    }

    .ms-xl-110 {
        margin-left: 11rem !important;
    }

    .ms-xl-115 {
        margin-left: 11.5rem !important;
    }

    .ms-xl-120 {
        margin-left: 12rem !important;
    }

    .ms-xl-125 {
        margin-left: 12.5rem !important;
    }

    .ms-xl-130 {
        margin-left: 13rem !important;
    }

    .ms-xl-135 {
        margin-left: 13.5rem !important;
    }

    .ms-xl-140 {
        margin-left: 14rem !important;
    }

    .ms-xl-145 {
        margin-left: 14.5rem !important;
    }

    .ms-xl-150 {
        margin-left: 15rem !important;
    }

    .ms-xl-155 {
        margin-left: 15.5rem !important;
    }

    .ms-xl-160 {
        margin-left: 16rem !important;
    }

    .ms-xl-165 {
        margin-left: 16.5rem !important;
    }

    .ms-xl-170 {
        margin-left: 17rem !important;
    }

    .ms-xl-175 {
        margin-left: 17.5rem !important;
    }

    .ms-xl-180 {
        margin-left: 18rem !important;
    }

    .ms-xl-185 {
        margin-left: 18.5rem !important;
    }

    .ms-xl-190 {
        margin-left: 19rem !important;
    }

    .ms-xl-195 {
        margin-left: 19.5rem !important;
    }

    .ms-xl-200 {
        margin-left: 20rem !important;
    }

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

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

    .p-xl-5 {
        padding: 0.5rem !important;
    }

    .p-xl-10 {
        padding: 1rem !important;
    }

    .p-xl-15 {
        padding: 1.5rem !important;
    }

    .p-xl-20 {
        padding: 2rem !important;
    }

    .p-xl-25 {
        padding: 2.5rem !important;
    }

    .p-xl-30 {
        padding: 3rem !important;
    }

    .p-xl-35 {
        padding: 3.5rem !important;
    }

    .p-xl-40 {
        padding: 4rem !important;
    }

    .p-xl-45 {
        padding: 4.5rem !important;
    }

    .p-xl-50 {
        padding: 5rem !important;
    }

    .p-xl-55 {
        padding: 5.5rem !important;
    }

    .p-xl-60 {
        padding: 6rem !important;
    }

    .p-xl-65 {
        padding: 6.5rem !important;
    }

    .p-xl-70 {
        padding: 7rem !important;
    }

    .p-xl-75 {
        padding: 7.5rem !important;
    }

    .p-xl-80 {
        padding: 8rem !important;
    }

    .p-xl-85 {
        padding: 8.5rem !important;
    }

    .p-xl-90 {
        padding: 9rem !important;
    }

    .p-xl-95 {
        padding: 9.5rem !important;
    }

    .p-xl-100 {
        padding: 10rem !important;
    }

    .p-xl-105 {
        padding: 10.5rem !important;
    }

    .p-xl-110 {
        padding: 11rem !important;
    }

    .p-xl-115 {
        padding: 11.5rem !important;
    }

    .p-xl-120 {
        padding: 12rem !important;
    }

    .p-xl-125 {
        padding: 12.5rem !important;
    }

    .p-xl-130 {
        padding: 13rem !important;
    }

    .p-xl-135 {
        padding: 13.5rem !important;
    }

    .p-xl-140 {
        padding: 14rem !important;
    }

    .p-xl-145 {
        padding: 14.5rem !important;
    }

    .p-xl-150 {
        padding: 15rem !important;
    }

    .p-xl-155 {
        padding: 15.5rem !important;
    }

    .p-xl-160 {
        padding: 16rem !important;
    }

    .p-xl-165 {
        padding: 16.5rem !important;
    }

    .p-xl-170 {
        padding: 17rem !important;
    }

    .p-xl-175 {
        padding: 17.5rem !important;
    }

    .p-xl-180 {
        padding: 18rem !important;
    }

    .p-xl-185 {
        padding: 18.5rem !important;
    }

    .p-xl-190 {
        padding: 19rem !important;
    }

    .p-xl-195 {
        padding: 19.5rem !important;
    }

    .p-xl-200 {
        padding: 20rem !important;
    }

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

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

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

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

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

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

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

    .px-xl-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

    .px-xl-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

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

    .px-xl-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

    .px-xl-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xl-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xl-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xl-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-xl-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xl-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-xl-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-xl-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-xl-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-xl-105 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important;
    }

    .px-xl-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }

    .px-xl-115 {
        padding-right: 11.5rem !important;
        padding-left: 11.5rem !important;
    }

    .px-xl-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-xl-125 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }

    .px-xl-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }

    .px-xl-135 {
        padding-right: 13.5rem !important;
        padding-left: 13.5rem !important;
    }

    .px-xl-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-xl-145 {
        padding-right: 14.5rem !important;
        padding-left: 14.5rem !important;
    }

    .px-xl-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }

    .px-xl-155 {
        padding-right: 15.5rem !important;
        padding-left: 15.5rem !important;
    }

    .px-xl-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .px-xl-165 {
        padding-right: 16.5rem !important;
        padding-left: 16.5rem !important;
    }

    .px-xl-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }

    .px-xl-175 {
        padding-right: 17.5rem !important;
        padding-left: 17.5rem !important;
    }

    .px-xl-180 {
        padding-right: 18rem !important;
        padding-left: 18rem !important;
    }

    .px-xl-185 {
        padding-right: 18.5rem !important;
        padding-left: 18.5rem !important;
    }

    .px-xl-190 {
        padding-right: 19rem !important;
        padding-left: 19rem !important;
    }

    .px-xl-195 {
        padding-right: 19.5rem !important;
        padding-left: 19.5rem !important;
    }

    .px-xl-200 {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

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

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

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

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

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

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

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

    .py-xl-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

    .py-xl-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

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

    .py-xl-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-xl-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xl-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xl-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xl-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-xl-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xl-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-xl-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-xl-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-xl-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-xl-105 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }

    .py-xl-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-xl-115 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important;
    }

    .py-xl-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-xl-125 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-xl-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .py-xl-135 {
        padding-top: 13.5rem !important;
        padding-bottom: 13.5rem !important;
    }

    .py-xl-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-xl-145 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .py-xl-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-xl-155 {
        padding-top: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    .py-xl-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .py-xl-165 {
        padding-top: 16.5rem !important;
        padding-bottom: 16.5rem !important;
    }

    .py-xl-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }

    .py-xl-175 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-xl-180 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .py-xl-185 {
        padding-top: 18.5rem !important;
        padding-bottom: 18.5rem !important;
    }

    .py-xl-190 {
        padding-top: 19rem !important;
        padding-bottom: 19rem !important;
    }

    .py-xl-195 {
        padding-top: 19.5rem !important;
        padding-bottom: 19.5rem !important;
    }

    .py-xl-200 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

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

    .pt-xl-5 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-10 {
        padding-top: 1rem !important;
    }

    .pt-xl-15 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-20 {
        padding-top: 2rem !important;
    }

    .pt-xl-25 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-30 {
        padding-top: 3rem !important;
    }

    .pt-xl-35 {
        padding-top: 3.5rem !important;
    }

    .pt-xl-40 {
        padding-top: 4rem !important;
    }

    .pt-xl-45 {
        padding-top: 4.5rem !important;
    }

    .pt-xl-50 {
        padding-top: 5rem !important;
    }

    .pt-xl-55 {
        padding-top: 5.5rem !important;
    }

    .pt-xl-60 {
        padding-top: 6rem !important;
    }

    .pt-xl-65 {
        padding-top: 6.5rem !important;
    }

    .pt-xl-70 {
        padding-top: 7rem !important;
    }

    .pt-xl-75 {
        padding-top: 7.5rem !important;
    }

    .pt-xl-80 {
        padding-top: 8rem !important;
    }

    .pt-xl-85 {
        padding-top: 8.5rem !important;
    }

    .pt-xl-90 {
        padding-top: 9rem !important;
    }

    .pt-xl-95 {
        padding-top: 9.5rem !important;
    }

    .pt-xl-100 {
        padding-top: 10rem !important;
    }

    .pt-xl-105 {
        padding-top: 10.5rem !important;
    }

    .pt-xl-110 {
        padding-top: 11rem !important;
    }

    .pt-xl-115 {
        padding-top: 11.5rem !important;
    }

    .pt-xl-120 {
        padding-top: 12rem !important;
    }

    .pt-xl-125 {
        padding-top: 12.5rem !important;
    }

    .pt-xl-130 {
        padding-top: 13rem !important;
    }

    .pt-xl-135 {
        padding-top: 13.5rem !important;
    }

    .pt-xl-140 {
        padding-top: 14rem !important;
    }

    .pt-xl-145 {
        padding-top: 14.5rem !important;
    }

    .pt-xl-150 {
        padding-top: 15rem !important;
    }

    .pt-xl-155 {
        padding-top: 15.5rem !important;
    }

    .pt-xl-160 {
        padding-top: 16rem !important;
    }

    .pt-xl-165 {
        padding-top: 16.5rem !important;
    }

    .pt-xl-170 {
        padding-top: 17rem !important;
    }

    .pt-xl-175 {
        padding-top: 17.5rem !important;
    }

    .pt-xl-180 {
        padding-top: 18rem !important;
    }

    .pt-xl-185 {
        padding-top: 18.5rem !important;
    }

    .pt-xl-190 {
        padding-top: 19rem !important;
    }

    .pt-xl-195 {
        padding-top: 19.5rem !important;
    }

    .pt-xl-200 {
        padding-top: 20rem !important;
    }

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

    .pe-xl-5 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-10 {
        padding-right: 1rem !important;
    }

    .pe-xl-15 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-20 {
        padding-right: 2rem !important;
    }

    .pe-xl-25 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-30 {
        padding-right: 3rem !important;
    }

    .pe-xl-35 {
        padding-right: 3.5rem !important;
    }

    .pe-xl-40 {
        padding-right: 4rem !important;
    }

    .pe-xl-45 {
        padding-right: 4.5rem !important;
    }

    .pe-xl-50 {
        padding-right: 5rem !important;
    }

    .pe-xl-55 {
        padding-right: 5.5rem !important;
    }

    .pe-xl-60 {
        padding-right: 6rem !important;
    }

    .pe-xl-65 {
        padding-right: 6.5rem !important;
    }

    .pe-xl-70 {
        padding-right: 7rem !important;
    }

    .pe-xl-75 {
        padding-right: 7.5rem !important;
    }

    .pe-xl-80 {
        padding-right: 8rem !important;
    }

    .pe-xl-85 {
        padding-right: 8.5rem !important;
    }

    .pe-xl-90 {
        padding-right: 9rem !important;
    }

    .pe-xl-95 {
        padding-right: 9.5rem !important;
    }

    .pe-xl-100 {
        padding-right: 10rem !important;
    }

    .pe-xl-105 {
        padding-right: 10.5rem !important;
    }

    .pe-xl-110 {
        padding-right: 11rem !important;
    }

    .pe-xl-115 {
        padding-right: 11.5rem !important;
    }

    .pe-xl-120 {
        padding-right: 12rem !important;
    }

    .pe-xl-125 {
        padding-right: 12.5rem !important;
    }

    .pe-xl-130 {
        padding-right: 13rem !important;
    }

    .pe-xl-135 {
        padding-right: 13.5rem !important;
    }

    .pe-xl-140 {
        padding-right: 14rem !important;
    }

    .pe-xl-145 {
        padding-right: 14.5rem !important;
    }

    .pe-xl-150 {
        padding-right: 15rem !important;
    }

    .pe-xl-155 {
        padding-right: 15.5rem !important;
    }

    .pe-xl-160 {
        padding-right: 16rem !important;
    }

    .pe-xl-165 {
        padding-right: 16.5rem !important;
    }

    .pe-xl-170 {
        padding-right: 17rem !important;
    }

    .pe-xl-175 {
        padding-right: 17.5rem !important;
    }

    .pe-xl-180 {
        padding-right: 18rem !important;
    }

    .pe-xl-185 {
        padding-right: 18.5rem !important;
    }

    .pe-xl-190 {
        padding-right: 19rem !important;
    }

    .pe-xl-195 {
        padding-right: 19.5rem !important;
    }

    .pe-xl-200 {
        padding-right: 20rem !important;
    }

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

    .pb-xl-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-20 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-30 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xl-40 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xl-50 {
        padding-bottom: 5rem !important;
    }

    .pb-xl-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-xl-60 {
        padding-bottom: 6rem !important;
    }

    .pb-xl-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-xl-70 {
        padding-bottom: 7rem !important;
    }

    .pb-xl-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-xl-80 {
        padding-bottom: 8rem !important;
    }

    .pb-xl-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-xl-90 {
        padding-bottom: 9rem !important;
    }

    .pb-xl-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-xl-100 {
        padding-bottom: 10rem !important;
    }

    .pb-xl-105 {
        padding-bottom: 10.5rem !important;
    }

    .pb-xl-110 {
        padding-bottom: 11rem !important;
    }

    .pb-xl-115 {
        padding-bottom: 11.5rem !important;
    }

    .pb-xl-120 {
        padding-bottom: 12rem !important;
    }

    .pb-xl-125 {
        padding-bottom: 12.5rem !important;
    }

    .pb-xl-130 {
        padding-bottom: 13rem !important;
    }

    .pb-xl-135 {
        padding-bottom: 13.5rem !important;
    }

    .pb-xl-140 {
        padding-bottom: 14rem !important;
    }

    .pb-xl-145 {
        padding-bottom: 14.5rem !important;
    }

    .pb-xl-150 {
        padding-bottom: 15rem !important;
    }

    .pb-xl-155 {
        padding-bottom: 15.5rem !important;
    }

    .pb-xl-160 {
        padding-bottom: 16rem !important;
    }

    .pb-xl-165 {
        padding-bottom: 16.5rem !important;
    }

    .pb-xl-170 {
        padding-bottom: 17rem !important;
    }

    .pb-xl-175 {
        padding-bottom: 17.5rem !important;
    }

    .pb-xl-180 {
        padding-bottom: 18rem !important;
    }

    .pb-xl-185 {
        padding-bottom: 18.5rem !important;
    }

    .pb-xl-190 {
        padding-bottom: 19rem !important;
    }

    .pb-xl-195 {
        padding-bottom: 19.5rem !important;
    }

    .pb-xl-200 {
        padding-bottom: 20rem !important;
    }

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

    .ps-xl-5 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-10 {
        padding-left: 1rem !important;
    }

    .ps-xl-15 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-20 {
        padding-left: 2rem !important;
    }

    .ps-xl-25 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-30 {
        padding-left: 3rem !important;
    }

    .ps-xl-35 {
        padding-left: 3.5rem !important;
    }

    .ps-xl-40 {
        padding-left: 4rem !important;
    }

    .ps-xl-45 {
        padding-left: 4.5rem !important;
    }

    .ps-xl-50 {
        padding-left: 5rem !important;
    }

    .ps-xl-55 {
        padding-left: 5.5rem !important;
    }

    .ps-xl-60 {
        padding-left: 6rem !important;
    }

    .ps-xl-65 {
        padding-left: 6.5rem !important;
    }

    .ps-xl-70 {
        padding-left: 7rem !important;
    }

    .ps-xl-75 {
        padding-left: 7.5rem !important;
    }

    .ps-xl-80 {
        padding-left: 8rem !important;
    }

    .ps-xl-85 {
        padding-left: 8.5rem !important;
    }

    .ps-xl-90 {
        padding-left: 9rem !important;
    }

    .ps-xl-95 {
        padding-left: 9.5rem !important;
    }

    .ps-xl-100 {
        padding-left: 10rem !important;
    }

    .ps-xl-105 {
        padding-left: 10.5rem !important;
    }

    .ps-xl-110 {
        padding-left: 11rem !important;
    }

    .ps-xl-115 {
        padding-left: 11.5rem !important;
    }

    .ps-xl-120 {
        padding-left: 12rem !important;
    }

    .ps-xl-125 {
        padding-left: 12.5rem !important;
    }

    .ps-xl-130 {
        padding-left: 13rem !important;
    }

    .ps-xl-135 {
        padding-left: 13.5rem !important;
    }

    .ps-xl-140 {
        padding-left: 14rem !important;
    }

    .ps-xl-145 {
        padding-left: 14.5rem !important;
    }

    .ps-xl-150 {
        padding-left: 15rem !important;
    }

    .ps-xl-155 {
        padding-left: 15.5rem !important;
    }

    .ps-xl-160 {
        padding-left: 16rem !important;
    }

    .ps-xl-165 {
        padding-left: 16.5rem !important;
    }

    .ps-xl-170 {
        padding-left: 17rem !important;
    }

    .ps-xl-175 {
        padding-left: 17.5rem !important;
    }

    .ps-xl-180 {
        padding-left: 18rem !important;
    }

    .ps-xl-185 {
        padding-left: 18.5rem !important;
    }

    .ps-xl-190 {
        padding-left: 19rem !important;
    }

    .ps-xl-195 {
        padding-left: 19.5rem !important;
    }

    .ps-xl-200 {
        padding-left: 20rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-5 {
        gap: 0.5rem !important;
    }

    .gap-xl-10 {
        gap: 1rem !important;
    }

    .gap-xl-15 {
        gap: 1.5rem !important;
    }

    .gap-xl-20 {
        gap: 2rem !important;
    }

    .gap-xl-25 {
        gap: 2.5rem !important;
    }

    .gap-xl-30 {
        gap: 3rem !important;
    }

    .gap-xl-35 {
        gap: 3.5rem !important;
    }

    .gap-xl-40 {
        gap: 4rem !important;
    }

    .gap-xl-45 {
        gap: 4.5rem !important;
    }

    .gap-xl-50 {
        gap: 5rem !important;
    }

    .gap-xl-55 {
        gap: 5.5rem !important;
    }

    .gap-xl-60 {
        gap: 6rem !important;
    }

    .gap-xl-65 {
        gap: 6.5rem !important;
    }

    .gap-xl-70 {
        gap: 7rem !important;
    }

    .gap-xl-75 {
        gap: 7.5rem !important;
    }

    .gap-xl-80 {
        gap: 8rem !important;
    }

    .gap-xl-85 {
        gap: 8.5rem !important;
    }

    .gap-xl-90 {
        gap: 9rem !important;
    }

    .gap-xl-95 {
        gap: 9.5rem !important;
    }

    .gap-xl-100 {
        gap: 10rem !important;
    }

    .gap-xl-105 {
        gap: 10.5rem !important;
    }

    .gap-xl-110 {
        gap: 11rem !important;
    }

    .gap-xl-115 {
        gap: 11.5rem !important;
    }

    .gap-xl-120 {
        gap: 12rem !important;
    }

    .gap-xl-125 {
        gap: 12.5rem !important;
    }

    .gap-xl-130 {
        gap: 13rem !important;
    }

    .gap-xl-135 {
        gap: 13.5rem !important;
    }

    .gap-xl-140 {
        gap: 14rem !important;
    }

    .gap-xl-145 {
        gap: 14.5rem !important;
    }

    .gap-xl-150 {
        gap: 15rem !important;
    }

    .gap-xl-155 {
        gap: 15.5rem !important;
    }

    .gap-xl-160 {
        gap: 16rem !important;
    }

    .gap-xl-165 {
        gap: 16.5rem !important;
    }

    .gap-xl-170 {
        gap: 17rem !important;
    }

    .gap-xl-175 {
        gap: 17.5rem !important;
    }

    .gap-xl-180 {
        gap: 18rem !important;
    }

    .gap-xl-185 {
        gap: 18.5rem !important;
    }

    .gap-xl-190 {
        gap: 19rem !important;
    }

    .gap-xl-195 {
        gap: 19.5rem !important;
    }

    .gap-xl-200 {
        gap: 20rem !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;
    }

    .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-5 {
        margin: 0.5rem !important;
    }

    .m-xxl-10 {
        margin: 1rem !important;
    }

    .m-xxl-15 {
        margin: 1.5rem !important;
    }

    .m-xxl-20 {
        margin: 2rem !important;
    }

    .m-xxl-25 {
        margin: 2.5rem !important;
    }

    .m-xxl-30 {
        margin: 3rem !important;
    }

    .m-xxl-35 {
        margin: 3.5rem !important;
    }

    .m-xxl-40 {
        margin: 4rem !important;
    }

    .m-xxl-45 {
        margin: 4.5rem !important;
    }

    .m-xxl-50 {
        margin: 5rem !important;
    }

    .m-xxl-55 {
        margin: 5.5rem !important;
    }

    .m-xxl-60 {
        margin: 6rem !important;
    }

    .m-xxl-65 {
        margin: 6.5rem !important;
    }

    .m-xxl-70 {
        margin: 7rem !important;
    }

    .m-xxl-75 {
        margin: 7.5rem !important;
    }

    .m-xxl-80 {
        margin: 8rem !important;
    }

    .m-xxl-85 {
        margin: 8.5rem !important;
    }

    .m-xxl-90 {
        margin: 9rem !important;
    }

    .m-xxl-95 {
        margin: 9.5rem !important;
    }

    .m-xxl-100 {
        margin: 10rem !important;
    }

    .m-xxl-105 {
        margin: 10.5rem !important;
    }

    .m-xxl-110 {
        margin: 11rem !important;
    }

    .m-xxl-115 {
        margin: 11.5rem !important;
    }

    .m-xxl-120 {
        margin: 12rem !important;
    }

    .m-xxl-125 {
        margin: 12.5rem !important;
    }

    .m-xxl-130 {
        margin: 13rem !important;
    }

    .m-xxl-135 {
        margin: 13.5rem !important;
    }

    .m-xxl-140 {
        margin: 14rem !important;
    }

    .m-xxl-145 {
        margin: 14.5rem !important;
    }

    .m-xxl-150 {
        margin: 15rem !important;
    }

    .m-xxl-155 {
        margin: 15.5rem !important;
    }

    .m-xxl-160 {
        margin: 16rem !important;
    }

    .m-xxl-165 {
        margin: 16.5rem !important;
    }

    .m-xxl-170 {
        margin: 17rem !important;
    }

    .m-xxl-175 {
        margin: 17.5rem !important;
    }

    .m-xxl-180 {
        margin: 18rem !important;
    }

    .m-xxl-185 {
        margin: 18.5rem !important;
    }

    .m-xxl-190 {
        margin: 19rem !important;
    }

    .m-xxl-195 {
        margin: 19.5rem !important;
    }

    .m-xxl-200 {
        margin: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .mx-xxl-35 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

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

    .mx-xxl-45 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

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

    .mx-xxl-55 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important;
    }

    .mx-xxl-60 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .mx-xxl-65 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important;
    }

    .mx-xxl-70 {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .mx-xxl-75 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important;
    }

    .mx-xxl-80 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xxl-85 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important;
    }

    .mx-xxl-90 {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .mx-xxl-95 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important;
    }

    .mx-xxl-100 {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .mx-xxl-105 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important;
    }

    .mx-xxl-110 {
        margin-right: 11rem !important;
        margin-left: 11rem !important;
    }

    .mx-xxl-115 {
        margin-right: 11.5rem !important;
        margin-left: 11.5rem !important;
    }

    .mx-xxl-120 {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    .mx-xxl-125 {
        margin-right: 12.5rem !important;
        margin-left: 12.5rem !important;
    }

    .mx-xxl-130 {
        margin-right: 13rem !important;
        margin-left: 13rem !important;
    }

    .mx-xxl-135 {
        margin-right: 13.5rem !important;
        margin-left: 13.5rem !important;
    }

    .mx-xxl-140 {
        margin-right: 14rem !important;
        margin-left: 14rem !important;
    }

    .mx-xxl-145 {
        margin-right: 14.5rem !important;
        margin-left: 14.5rem !important;
    }

    .mx-xxl-150 {
        margin-right: 15rem !important;
        margin-left: 15rem !important;
    }

    .mx-xxl-155 {
        margin-right: 15.5rem !important;
        margin-left: 15.5rem !important;
    }

    .mx-xxl-160 {
        margin-right: 16rem !important;
        margin-left: 16rem !important;
    }

    .mx-xxl-165 {
        margin-right: 16.5rem !important;
        margin-left: 16.5rem !important;
    }

    .mx-xxl-170 {
        margin-right: 17rem !important;
        margin-left: 17rem !important;
    }

    .mx-xxl-175 {
        margin-right: 17.5rem !important;
        margin-left: 17.5rem !important;
    }

    .mx-xxl-180 {
        margin-right: 18rem !important;
        margin-left: 18rem !important;
    }

    .mx-xxl-185 {
        margin-right: 18.5rem !important;
        margin-left: 18.5rem !important;
    }

    .mx-xxl-190 {
        margin-right: 19rem !important;
        margin-left: 19rem !important;
    }

    .mx-xxl-195 {
        margin-right: 19.5rem !important;
        margin-left: 19.5rem !important;
    }

    .mx-xxl-200 {
        margin-right: 20rem !important;
        margin-left: 20rem !important;
    }

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

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

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

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

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

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

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

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

    .my-xxl-35 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

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

    .my-xxl-45 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .my-xxl-55 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important;
    }

    .my-xxl-60 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .my-xxl-65 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important;
    }

    .my-xxl-70 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .my-xxl-75 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }

    .my-xxl-80 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-85 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important;
    }

    .my-xxl-90 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .my-xxl-95 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important;
    }

    .my-xxl-100 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .my-xxl-105 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important;
    }

    .my-xxl-110 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .my-xxl-115 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important;
    }

    .my-xxl-120 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .my-xxl-125 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important;
    }

    .my-xxl-130 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .my-xxl-135 {
        margin-top: 13.5rem !important;
        margin-bottom: 13.5rem !important;
    }

    .my-xxl-140 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .my-xxl-145 {
        margin-top: 14.5rem !important;
        margin-bottom: 14.5rem !important;
    }

    .my-xxl-150 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .my-xxl-155 {
        margin-top: 15.5rem !important;
        margin-bottom: 15.5rem !important;
    }

    .my-xxl-160 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .my-xxl-165 {
        margin-top: 16.5rem !important;
        margin-bottom: 16.5rem !important;
    }

    .my-xxl-170 {
        margin-top: 17rem !important;
        margin-bottom: 17rem !important;
    }

    .my-xxl-175 {
        margin-top: 17.5rem !important;
        margin-bottom: 17.5rem !important;
    }

    .my-xxl-180 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .my-xxl-185 {
        margin-top: 18.5rem !important;
        margin-bottom: 18.5rem !important;
    }

    .my-xxl-190 {
        margin-top: 19rem !important;
        margin-bottom: 19rem !important;
    }

    .my-xxl-195 {
        margin-top: 19.5rem !important;
        margin-bottom: 19.5rem !important;
    }

    .my-xxl-200 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

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

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

    .mt-xxl-5 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-10 {
        margin-top: 1rem !important;
    }

    .mt-xxl-15 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-20 {
        margin-top: 2rem !important;
    }

    .mt-xxl-25 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-30 {
        margin-top: 3rem !important;
    }

    .mt-xxl-35 {
        margin-top: 3.5rem !important;
    }

    .mt-xxl-40 {
        margin-top: 4rem !important;
    }

    .mt-xxl-45 {
        margin-top: 4.5rem !important;
    }

    .mt-xxl-50 {
        margin-top: 5rem !important;
    }

    .mt-xxl-55 {
        margin-top: 5.5rem !important;
    }

    .mt-xxl-60 {
        margin-top: 6rem !important;
    }

    .mt-xxl-65 {
        margin-top: 6.5rem !important;
    }

    .mt-xxl-70 {
        margin-top: 7rem !important;
    }

    .mt-xxl-75 {
        margin-top: 7.5rem !important;
    }

    .mt-xxl-80 {
        margin-top: 8rem !important;
    }

    .mt-xxl-85 {
        margin-top: 8.5rem !important;
    }

    .mt-xxl-90 {
        margin-top: 9rem !important;
    }

    .mt-xxl-95 {
        margin-top: 9.5rem !important;
    }

    .mt-xxl-100 {
        margin-top: 10rem !important;
    }

    .mt-xxl-105 {
        margin-top: 10.5rem !important;
    }

    .mt-xxl-110 {
        margin-top: 11rem !important;
    }

    .mt-xxl-115 {
        margin-top: 11.5rem !important;
    }

    .mt-xxl-120 {
        margin-top: 12rem !important;
    }

    .mt-xxl-125 {
        margin-top: 12.5rem !important;
    }

    .mt-xxl-130 {
        margin-top: 13rem !important;
    }

    .mt-xxl-135 {
        margin-top: 13.5rem !important;
    }

    .mt-xxl-140 {
        margin-top: 14rem !important;
    }

    .mt-xxl-145 {
        margin-top: 14.5rem !important;
    }

    .mt-xxl-150 {
        margin-top: 15rem !important;
    }

    .mt-xxl-155 {
        margin-top: 15.5rem !important;
    }

    .mt-xxl-160 {
        margin-top: 16rem !important;
    }

    .mt-xxl-165 {
        margin-top: 16.5rem !important;
    }

    .mt-xxl-170 {
        margin-top: 17rem !important;
    }

    .mt-xxl-175 {
        margin-top: 17.5rem !important;
    }

    .mt-xxl-180 {
        margin-top: 18rem !important;
    }

    .mt-xxl-185 {
        margin-top: 18.5rem !important;
    }

    .mt-xxl-190 {
        margin-top: 19rem !important;
    }

    .mt-xxl-195 {
        margin-top: 19.5rem !important;
    }

    .mt-xxl-200 {
        margin-top: 20rem !important;
    }

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

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

    .me-xxl-5 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-10 {
        margin-right: 1rem !important;
    }

    .me-xxl-15 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-20 {
        margin-right: 2rem !important;
    }

    .me-xxl-25 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-30 {
        margin-right: 3rem !important;
    }

    .me-xxl-35 {
        margin-right: 3.5rem !important;
    }

    .me-xxl-40 {
        margin-right: 4rem !important;
    }

    .me-xxl-45 {
        margin-right: 4.5rem !important;
    }

    .me-xxl-50 {
        margin-right: 5rem !important;
    }

    .me-xxl-55 {
        margin-right: 5.5rem !important;
    }

    .me-xxl-60 {
        margin-right: 6rem !important;
    }

    .me-xxl-65 {
        margin-right: 6.5rem !important;
    }

    .me-xxl-70 {
        margin-right: 7rem !important;
    }

    .me-xxl-75 {
        margin-right: 7.5rem !important;
    }

    .me-xxl-80 {
        margin-right: 8rem !important;
    }

    .me-xxl-85 {
        margin-right: 8.5rem !important;
    }

    .me-xxl-90 {
        margin-right: 9rem !important;
    }

    .me-xxl-95 {
        margin-right: 9.5rem !important;
    }

    .me-xxl-100 {
        margin-right: 10rem !important;
    }

    .me-xxl-105 {
        margin-right: 10.5rem !important;
    }

    .me-xxl-110 {
        margin-right: 11rem !important;
    }

    .me-xxl-115 {
        margin-right: 11.5rem !important;
    }

    .me-xxl-120 {
        margin-right: 12rem !important;
    }

    .me-xxl-125 {
        margin-right: 12.5rem !important;
    }

    .me-xxl-130 {
        margin-right: 13rem !important;
    }

    .me-xxl-135 {
        margin-right: 13.5rem !important;
    }

    .me-xxl-140 {
        margin-right: 14rem !important;
    }

    .me-xxl-145 {
        margin-right: 14.5rem !important;
    }

    .me-xxl-150 {
        margin-right: 15rem !important;
    }

    .me-xxl-155 {
        margin-right: 15.5rem !important;
    }

    .me-xxl-160 {
        margin-right: 16rem !important;
    }

    .me-xxl-165 {
        margin-right: 16.5rem !important;
    }

    .me-xxl-170 {
        margin-right: 17rem !important;
    }

    .me-xxl-175 {
        margin-right: 17.5rem !important;
    }

    .me-xxl-180 {
        margin-right: 18rem !important;
    }

    .me-xxl-185 {
        margin-right: 18.5rem !important;
    }

    .me-xxl-190 {
        margin-right: 19rem !important;
    }

    .me-xxl-195 {
        margin-right: 19.5rem !important;
    }

    .me-xxl-200 {
        margin-right: 20rem !important;
    }

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

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

    .mb-xxl-5 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-15 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-20 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-25 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-30 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-35 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-40 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-45 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xxl-50 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-55 {
        margin-bottom: 5.5rem !important;
    }

    .mb-xxl-60 {
        margin-bottom: 6rem !important;
    }

    .mb-xxl-65 {
        margin-bottom: 6.5rem !important;
    }

    .mb-xxl-70 {
        margin-bottom: 7rem !important;
    }

    .mb-xxl-75 {
        margin-bottom: 7.5rem !important;
    }

    .mb-xxl-80 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-85 {
        margin-bottom: 8.5rem !important;
    }

    .mb-xxl-90 {
        margin-bottom: 9rem !important;
    }

    .mb-xxl-95 {
        margin-bottom: 9.5rem !important;
    }

    .mb-xxl-100 {
        margin-bottom: 10rem !important;
    }

    .mb-xxl-105 {
        margin-bottom: 10.5rem !important;
    }

    .mb-xxl-110 {
        margin-bottom: 11rem !important;
    }

    .mb-xxl-115 {
        margin-bottom: 11.5rem !important;
    }

    .mb-xxl-120 {
        margin-bottom: 12rem !important;
    }

    .mb-xxl-125 {
        margin-bottom: 12.5rem !important;
    }

    .mb-xxl-130 {
        margin-bottom: 13rem !important;
    }

    .mb-xxl-135 {
        margin-bottom: 13.5rem !important;
    }

    .mb-xxl-140 {
        margin-bottom: 14rem !important;
    }

    .mb-xxl-145 {
        margin-bottom: 14.5rem !important;
    }

    .mb-xxl-150 {
        margin-bottom: 15rem !important;
    }

    .mb-xxl-155 {
        margin-bottom: 15.5rem !important;
    }

    .mb-xxl-160 {
        margin-bottom: 16rem !important;
    }

    .mb-xxl-165 {
        margin-bottom: 16.5rem !important;
    }

    .mb-xxl-170 {
        margin-bottom: 17rem !important;
    }

    .mb-xxl-175 {
        margin-bottom: 17.5rem !important;
    }

    .mb-xxl-180 {
        margin-bottom: 18rem !important;
    }

    .mb-xxl-185 {
        margin-bottom: 18.5rem !important;
    }

    .mb-xxl-190 {
        margin-bottom: 19rem !important;
    }

    .mb-xxl-195 {
        margin-bottom: 19.5rem !important;
    }

    .mb-xxl-200 {
        margin-bottom: 20rem !important;
    }

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

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

    .ms-xxl-5 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-10 {
        margin-left: 1rem !important;
    }

    .ms-xxl-15 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-20 {
        margin-left: 2rem !important;
    }

    .ms-xxl-25 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-30 {
        margin-left: 3rem !important;
    }

    .ms-xxl-35 {
        margin-left: 3.5rem !important;
    }

    .ms-xxl-40 {
        margin-left: 4rem !important;
    }

    .ms-xxl-45 {
        margin-left: 4.5rem !important;
    }

    .ms-xxl-50 {
        margin-left: 5rem !important;
    }

    .ms-xxl-55 {
        margin-left: 5.5rem !important;
    }

    .ms-xxl-60 {
        margin-left: 6rem !important;
    }

    .ms-xxl-65 {
        margin-left: 6.5rem !important;
    }

    .ms-xxl-70 {
        margin-left: 7rem !important;
    }

    .ms-xxl-75 {
        margin-left: 7.5rem !important;
    }

    .ms-xxl-80 {
        margin-left: 8rem !important;
    }

    .ms-xxl-85 {
        margin-left: 8.5rem !important;
    }

    .ms-xxl-90 {
        margin-left: 9rem !important;
    }

    .ms-xxl-95 {
        margin-left: 9.5rem !important;
    }

    .ms-xxl-100 {
        margin-left: 10rem !important;
    }

    .ms-xxl-105 {
        margin-left: 10.5rem !important;
    }

    .ms-xxl-110 {
        margin-left: 11rem !important;
    }

    .ms-xxl-115 {
        margin-left: 11.5rem !important;
    }

    .ms-xxl-120 {
        margin-left: 12rem !important;
    }

    .ms-xxl-125 {
        margin-left: 12.5rem !important;
    }

    .ms-xxl-130 {
        margin-left: 13rem !important;
    }

    .ms-xxl-135 {
        margin-left: 13.5rem !important;
    }

    .ms-xxl-140 {
        margin-left: 14rem !important;
    }

    .ms-xxl-145 {
        margin-left: 14.5rem !important;
    }

    .ms-xxl-150 {
        margin-left: 15rem !important;
    }

    .ms-xxl-155 {
        margin-left: 15.5rem !important;
    }

    .ms-xxl-160 {
        margin-left: 16rem !important;
    }

    .ms-xxl-165 {
        margin-left: 16.5rem !important;
    }

    .ms-xxl-170 {
        margin-left: 17rem !important;
    }

    .ms-xxl-175 {
        margin-left: 17.5rem !important;
    }

    .ms-xxl-180 {
        margin-left: 18rem !important;
    }

    .ms-xxl-185 {
        margin-left: 18.5rem !important;
    }

    .ms-xxl-190 {
        margin-left: 19rem !important;
    }

    .ms-xxl-195 {
        margin-left: 19.5rem !important;
    }

    .ms-xxl-200 {
        margin-left: 20rem !important;
    }

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

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

    .p-xxl-5 {
        padding: 0.5rem !important;
    }

    .p-xxl-10 {
        padding: 1rem !important;
    }

    .p-xxl-15 {
        padding: 1.5rem !important;
    }

    .p-xxl-20 {
        padding: 2rem !important;
    }

    .p-xxl-25 {
        padding: 2.5rem !important;
    }

    .p-xxl-30 {
        padding: 3rem !important;
    }

    .p-xxl-35 {
        padding: 3.5rem !important;
    }

    .p-xxl-40 {
        padding: 4rem !important;
    }

    .p-xxl-45 {
        padding: 4.5rem !important;
    }

    .p-xxl-50 {
        padding: 5rem !important;
    }

    .p-xxl-55 {
        padding: 5.5rem !important;
    }

    .p-xxl-60 {
        padding: 6rem !important;
    }

    .p-xxl-65 {
        padding: 6.5rem !important;
    }

    .p-xxl-70 {
        padding: 7rem !important;
    }

    .p-xxl-75 {
        padding: 7.5rem !important;
    }

    .p-xxl-80 {
        padding: 8rem !important;
    }

    .p-xxl-85 {
        padding: 8.5rem !important;
    }

    .p-xxl-90 {
        padding: 9rem !important;
    }

    .p-xxl-95 {
        padding: 9.5rem !important;
    }

    .p-xxl-100 {
        padding: 10rem !important;
    }

    .p-xxl-105 {
        padding: 10.5rem !important;
    }

    .p-xxl-110 {
        padding: 11rem !important;
    }

    .p-xxl-115 {
        padding: 11.5rem !important;
    }

    .p-xxl-120 {
        padding: 12rem !important;
    }

    .p-xxl-125 {
        padding: 12.5rem !important;
    }

    .p-xxl-130 {
        padding: 13rem !important;
    }

    .p-xxl-135 {
        padding: 13.5rem !important;
    }

    .p-xxl-140 {
        padding: 14rem !important;
    }

    .p-xxl-145 {
        padding: 14.5rem !important;
    }

    .p-xxl-150 {
        padding: 15rem !important;
    }

    .p-xxl-155 {
        padding: 15.5rem !important;
    }

    .p-xxl-160 {
        padding: 16rem !important;
    }

    .p-xxl-165 {
        padding: 16.5rem !important;
    }

    .p-xxl-170 {
        padding: 17rem !important;
    }

    .p-xxl-175 {
        padding: 17.5rem !important;
    }

    .p-xxl-180 {
        padding: 18rem !important;
    }

    .p-xxl-185 {
        padding: 18.5rem !important;
    }

    .p-xxl-190 {
        padding: 19rem !important;
    }

    .p-xxl-195 {
        padding: 19.5rem !important;
    }

    .p-xxl-200 {
        padding: 20rem !important;
    }

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

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

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

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

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

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

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

    .px-xxl-35 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

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

    .px-xxl-45 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

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

    .px-xxl-55 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important;
    }

    .px-xxl-60 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .px-xxl-65 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
    }

    .px-xxl-70 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .px-xxl-75 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }

    .px-xxl-80 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .px-xxl-85 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
    }

    .px-xxl-90 {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .px-xxl-95 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important;
    }

    .px-xxl-100 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .px-xxl-105 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important;
    }

    .px-xxl-110 {
        padding-right: 11rem !important;
        padding-left: 11rem !important;
    }

    .px-xxl-115 {
        padding-right: 11.5rem !important;
        padding-left: 11.5rem !important;
    }

    .px-xxl-120 {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }

    .px-xxl-125 {
        padding-right: 12.5rem !important;
        padding-left: 12.5rem !important;
    }

    .px-xxl-130 {
        padding-right: 13rem !important;
        padding-left: 13rem !important;
    }

    .px-xxl-135 {
        padding-right: 13.5rem !important;
        padding-left: 13.5rem !important;
    }

    .px-xxl-140 {
        padding-right: 14rem !important;
        padding-left: 14rem !important;
    }

    .px-xxl-145 {
        padding-right: 14.5rem !important;
        padding-left: 14.5rem !important;
    }

    .px-xxl-150 {
        padding-right: 15rem !important;
        padding-left: 15rem !important;
    }

    .px-xxl-155 {
        padding-right: 15.5rem !important;
        padding-left: 15.5rem !important;
    }

    .px-xxl-160 {
        padding-right: 16rem !important;
        padding-left: 16rem !important;
    }

    .px-xxl-165 {
        padding-right: 16.5rem !important;
        padding-left: 16.5rem !important;
    }

    .px-xxl-170 {
        padding-right: 17rem !important;
        padding-left: 17rem !important;
    }

    .px-xxl-175 {
        padding-right: 17.5rem !important;
        padding-left: 17.5rem !important;
    }

    .px-xxl-180 {
        padding-right: 18rem !important;
        padding-left: 18rem !important;
    }

    .px-xxl-185 {
        padding-right: 18.5rem !important;
        padding-left: 18.5rem !important;
    }

    .px-xxl-190 {
        padding-right: 19rem !important;
        padding-left: 19rem !important;
    }

    .px-xxl-195 {
        padding-right: 19.5rem !important;
        padding-left: 19.5rem !important;
    }

    .px-xxl-200 {
        padding-right: 20rem !important;
        padding-left: 20rem !important;
    }

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

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

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

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

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

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

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

    .py-xxl-35 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

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

    .py-xxl-45 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

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

    .py-xxl-55 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }

    .py-xxl-60 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-xxl-65 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .py-xxl-70 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .py-xxl-75 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .py-xxl-80 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .py-xxl-85 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .py-xxl-90 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .py-xxl-95 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important;
    }

    .py-xxl-100 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .py-xxl-105 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }

    .py-xxl-110 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-xxl-115 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important;
    }

    .py-xxl-120 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .py-xxl-125 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .py-xxl-130 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }

    .py-xxl-135 {
        padding-top: 13.5rem !important;
        padding-bottom: 13.5rem !important;
    }

    .py-xxl-140 {
        padding-top: 14rem !important;
        padding-bottom: 14rem !important;
    }

    .py-xxl-145 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .py-xxl-150 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }

    .py-xxl-155 {
        padding-top: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    .py-xxl-160 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .py-xxl-165 {
        padding-top: 16.5rem !important;
        padding-bottom: 16.5rem !important;
    }

    .py-xxl-170 {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important;
    }

    .py-xxl-175 {
        padding-top: 17.5rem !important;
        padding-bottom: 17.5rem !important;
    }

    .py-xxl-180 {
        padding-top: 18rem !important;
        padding-bottom: 18rem !important;
    }

    .py-xxl-185 {
        padding-top: 18.5rem !important;
        padding-bottom: 18.5rem !important;
    }

    .py-xxl-190 {
        padding-top: 19rem !important;
        padding-bottom: 19rem !important;
    }

    .py-xxl-195 {
        padding-top: 19.5rem !important;
        padding-bottom: 19.5rem !important;
    }

    .py-xxl-200 {
        padding-top: 20rem !important;
        padding-bottom: 20rem !important;
    }

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

    .pt-xxl-5 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-10 {
        padding-top: 1rem !important;
    }

    .pt-xxl-15 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-20 {
        padding-top: 2rem !important;
    }

    .pt-xxl-25 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-30 {
        padding-top: 3rem !important;
    }

    .pt-xxl-35 {
        padding-top: 3.5rem !important;
    }

    .pt-xxl-40 {
        padding-top: 4rem !important;
    }

    .pt-xxl-45 {
        padding-top: 4.5rem !important;
    }

    .pt-xxl-50 {
        padding-top: 5rem !important;
    }

    .pt-xxl-55 {
        padding-top: 5.5rem !important;
    }

    .pt-xxl-60 {
        padding-top: 6rem !important;
    }

    .pt-xxl-65 {
        padding-top: 6.5rem !important;
    }

    .pt-xxl-70 {
        padding-top: 7rem !important;
    }

    .pt-xxl-75 {
        padding-top: 7.5rem !important;
    }

    .pt-xxl-80 {
        padding-top: 8rem !important;
    }

    .pt-xxl-85 {
        padding-top: 8.5rem !important;
    }

    .pt-xxl-90 {
        padding-top: 9rem !important;
    }

    .pt-xxl-95 {
        padding-top: 9.5rem !important;
    }

    .pt-xxl-100 {
        padding-top: 10rem !important;
    }

    .pt-xxl-105 {
        padding-top: 10.5rem !important;
    }

    .pt-xxl-110 {
        padding-top: 11rem !important;
    }

    .pt-xxl-115 {
        padding-top: 11.5rem !important;
    }

    .pt-xxl-120 {
        padding-top: 12rem !important;
    }

    .pt-xxl-125 {
        padding-top: 12.5rem !important;
    }

    .pt-xxl-130 {
        padding-top: 13rem !important;
    }

    .pt-xxl-135 {
        padding-top: 13.5rem !important;
    }

    .pt-xxl-140 {
        padding-top: 14rem !important;
    }

    .pt-xxl-145 {
        padding-top: 14.5rem !important;
    }

    .pt-xxl-150 {
        padding-top: 15rem !important;
    }

    .pt-xxl-155 {
        padding-top: 15.5rem !important;
    }

    .pt-xxl-160 {
        padding-top: 16rem !important;
    }

    .pt-xxl-165 {
        padding-top: 16.5rem !important;
    }

    .pt-xxl-170 {
        padding-top: 17rem !important;
    }

    .pt-xxl-175 {
        padding-top: 17.5rem !important;
    }

    .pt-xxl-180 {
        padding-top: 18rem !important;
    }

    .pt-xxl-185 {
        padding-top: 18.5rem !important;
    }

    .pt-xxl-190 {
        padding-top: 19rem !important;
    }

    .pt-xxl-195 {
        padding-top: 19.5rem !important;
    }

    .pt-xxl-200 {
        padding-top: 20rem !important;
    }

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

    .pe-xxl-5 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-10 {
        padding-right: 1rem !important;
    }

    .pe-xxl-15 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-20 {
        padding-right: 2rem !important;
    }

    .pe-xxl-25 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-30 {
        padding-right: 3rem !important;
    }

    .pe-xxl-35 {
        padding-right: 3.5rem !important;
    }

    .pe-xxl-40 {
        padding-right: 4rem !important;
    }

    .pe-xxl-45 {
        padding-right: 4.5rem !important;
    }

    .pe-xxl-50 {
        padding-right: 5rem !important;
    }

    .pe-xxl-55 {
        padding-right: 5.5rem !important;
    }

    .pe-xxl-60 {
        padding-right: 6rem !important;
    }

    .pe-xxl-65 {
        padding-right: 6.5rem !important;
    }

    .pe-xxl-70 {
        padding-right: 7rem !important;
    }

    .pe-xxl-75 {
        padding-right: 7.5rem !important;
    }

    .pe-xxl-80 {
        padding-right: 8rem !important;
    }

    .pe-xxl-85 {
        padding-right: 8.5rem !important;
    }

    .pe-xxl-90 {
        padding-right: 9rem !important;
    }

    .pe-xxl-95 {
        padding-right: 9.5rem !important;
    }

    .pe-xxl-100 {
        padding-right: 10rem !important;
    }

    .pe-xxl-105 {
        padding-right: 10.5rem !important;
    }

    .pe-xxl-110 {
        padding-right: 11rem !important;
    }

    .pe-xxl-115 {
        padding-right: 11.5rem !important;
    }

    .pe-xxl-120 {
        padding-right: 12rem !important;
    }

    .pe-xxl-125 {
        padding-right: 12.5rem !important;
    }

    .pe-xxl-130 {
        padding-right: 13rem !important;
    }

    .pe-xxl-135 {
        padding-right: 13.5rem !important;
    }

    .pe-xxl-140 {
        padding-right: 14rem !important;
    }

    .pe-xxl-145 {
        padding-right: 14.5rem !important;
    }

    .pe-xxl-150 {
        padding-right: 15rem !important;
    }

    .pe-xxl-155 {
        padding-right: 15.5rem !important;
    }

    .pe-xxl-160 {
        padding-right: 16rem !important;
    }

    .pe-xxl-165 {
        padding-right: 16.5rem !important;
    }

    .pe-xxl-170 {
        padding-right: 17rem !important;
    }

    .pe-xxl-175 {
        padding-right: 17.5rem !important;
    }

    .pe-xxl-180 {
        padding-right: 18rem !important;
    }

    .pe-xxl-185 {
        padding-right: 18.5rem !important;
    }

    .pe-xxl-190 {
        padding-right: 19rem !important;
    }

    .pe-xxl-195 {
        padding-right: 19.5rem !important;
    }

    .pe-xxl-200 {
        padding-right: 20rem !important;
    }

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

    .pb-xxl-5 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-15 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-20 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-25 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-30 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-35 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xxl-40 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-45 {
        padding-bottom: 4.5rem !important;
    }

    .pb-xxl-50 {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-55 {
        padding-bottom: 5.5rem !important;
    }

    .pb-xxl-60 {
        padding-bottom: 6rem !important;
    }

    .pb-xxl-65 {
        padding-bottom: 6.5rem !important;
    }

    .pb-xxl-70 {
        padding-bottom: 7rem !important;
    }

    .pb-xxl-75 {
        padding-bottom: 7.5rem !important;
    }

    .pb-xxl-80 {
        padding-bottom: 8rem !important;
    }

    .pb-xxl-85 {
        padding-bottom: 8.5rem !important;
    }

    .pb-xxl-90 {
        padding-bottom: 9rem !important;
    }

    .pb-xxl-95 {
        padding-bottom: 9.5rem !important;
    }

    .pb-xxl-100 {
        padding-bottom: 10rem !important;
    }

    .pb-xxl-105 {
        padding-bottom: 10.5rem !important;
    }

    .pb-xxl-110 {
        padding-bottom: 11rem !important;
    }

    .pb-xxl-115 {
        padding-bottom: 11.5rem !important;
    }

    .pb-xxl-120 {
        padding-bottom: 12rem !important;
    }

    .pb-xxl-125 {
        padding-bottom: 12.5rem !important;
    }

    .pb-xxl-130 {
        padding-bottom: 13rem !important;
    }

    .pb-xxl-135 {
        padding-bottom: 13.5rem !important;
    }

    .pb-xxl-140 {
        padding-bottom: 14rem !important;
    }

    .pb-xxl-145 {
        padding-bottom: 14.5rem !important;
    }

    .pb-xxl-150 {
        padding-bottom: 15rem !important;
    }

    .pb-xxl-155 {
        padding-bottom: 15.5rem !important;
    }

    .pb-xxl-160 {
        padding-bottom: 16rem !important;
    }

    .pb-xxl-165 {
        padding-bottom: 16.5rem !important;
    }

    .pb-xxl-170 {
        padding-bottom: 17rem !important;
    }

    .pb-xxl-175 {
        padding-bottom: 17.5rem !important;
    }

    .pb-xxl-180 {
        padding-bottom: 18rem !important;
    }

    .pb-xxl-185 {
        padding-bottom: 18.5rem !important;
    }

    .pb-xxl-190 {
        padding-bottom: 19rem !important;
    }

    .pb-xxl-195 {
        padding-bottom: 19.5rem !important;
    }

    .pb-xxl-200 {
        padding-bottom: 20rem !important;
    }

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

    .ps-xxl-5 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-10 {
        padding-left: 1rem !important;
    }

    .ps-xxl-15 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-20 {
        padding-left: 2rem !important;
    }

    .ps-xxl-25 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-30 {
        padding-left: 3rem !important;
    }

    .ps-xxl-35 {
        padding-left: 3.5rem !important;
    }

    .ps-xxl-40 {
        padding-left: 4rem !important;
    }

    .ps-xxl-45 {
        padding-left: 4.5rem !important;
    }

    .ps-xxl-50 {
        padding-left: 5rem !important;
    }

    .ps-xxl-55 {
        padding-left: 5.5rem !important;
    }

    .ps-xxl-60 {
        padding-left: 6rem !important;
    }

    .ps-xxl-65 {
        padding-left: 6.5rem !important;
    }

    .ps-xxl-70 {
        padding-left: 7rem !important;
    }

    .ps-xxl-75 {
        padding-left: 7.5rem !important;
    }

    .ps-xxl-80 {
        padding-left: 8rem !important;
    }

    .ps-xxl-85 {
        padding-left: 8.5rem !important;
    }

    .ps-xxl-90 {
        padding-left: 9rem !important;
    }

    .ps-xxl-95 {
        padding-left: 9.5rem !important;
    }

    .ps-xxl-100 {
        padding-left: 10rem !important;
    }

    .ps-xxl-105 {
        padding-left: 10.5rem !important;
    }

    .ps-xxl-110 {
        padding-left: 11rem !important;
    }

    .ps-xxl-115 {
        padding-left: 11.5rem !important;
    }

    .ps-xxl-120 {
        padding-left: 12rem !important;
    }

    .ps-xxl-125 {
        padding-left: 12.5rem !important;
    }

    .ps-xxl-130 {
        padding-left: 13rem !important;
    }

    .ps-xxl-135 {
        padding-left: 13.5rem !important;
    }

    .ps-xxl-140 {
        padding-left: 14rem !important;
    }

    .ps-xxl-145 {
        padding-left: 14.5rem !important;
    }

    .ps-xxl-150 {
        padding-left: 15rem !important;
    }

    .ps-xxl-155 {
        padding-left: 15.5rem !important;
    }

    .ps-xxl-160 {
        padding-left: 16rem !important;
    }

    .ps-xxl-165 {
        padding-left: 16.5rem !important;
    }

    .ps-xxl-170 {
        padding-left: 17rem !important;
    }

    .ps-xxl-175 {
        padding-left: 17.5rem !important;
    }

    .ps-xxl-180 {
        padding-left: 18rem !important;
    }

    .ps-xxl-185 {
        padding-left: 18.5rem !important;
    }

    .ps-xxl-190 {
        padding-left: 19rem !important;
    }

    .ps-xxl-195 {
        padding-left: 19.5rem !important;
    }

    .ps-xxl-200 {
        padding-left: 20rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-5 {
        gap: 0.5rem !important;
    }

    .gap-xxl-10 {
        gap: 1rem !important;
    }

    .gap-xxl-15 {
        gap: 1.5rem !important;
    }

    .gap-xxl-20 {
        gap: 2rem !important;
    }

    .gap-xxl-25 {
        gap: 2.5rem !important;
    }

    .gap-xxl-30 {
        gap: 3rem !important;
    }

    .gap-xxl-35 {
        gap: 3.5rem !important;
    }

    .gap-xxl-40 {
        gap: 4rem !important;
    }

    .gap-xxl-45 {
        gap: 4.5rem !important;
    }

    .gap-xxl-50 {
        gap: 5rem !important;
    }

    .gap-xxl-55 {
        gap: 5.5rem !important;
    }

    .gap-xxl-60 {
        gap: 6rem !important;
    }

    .gap-xxl-65 {
        gap: 6.5rem !important;
    }

    .gap-xxl-70 {
        gap: 7rem !important;
    }

    .gap-xxl-75 {
        gap: 7.5rem !important;
    }

    .gap-xxl-80 {
        gap: 8rem !important;
    }

    .gap-xxl-85 {
        gap: 8.5rem !important;
    }

    .gap-xxl-90 {
        gap: 9rem !important;
    }

    .gap-xxl-95 {
        gap: 9.5rem !important;
    }

    .gap-xxl-100 {
        gap: 10rem !important;
    }

    .gap-xxl-105 {
        gap: 10.5rem !important;
    }

    .gap-xxl-110 {
        gap: 11rem !important;
    }

    .gap-xxl-115 {
        gap: 11.5rem !important;
    }

    .gap-xxl-120 {
        gap: 12rem !important;
    }

    .gap-xxl-125 {
        gap: 12.5rem !important;
    }

    .gap-xxl-130 {
        gap: 13rem !important;
    }

    .gap-xxl-135 {
        gap: 13.5rem !important;
    }

    .gap-xxl-140 {
        gap: 14rem !important;
    }

    .gap-xxl-145 {
        gap: 14.5rem !important;
    }

    .gap-xxl-150 {
        gap: 15rem !important;
    }

    .gap-xxl-155 {
        gap: 15.5rem !important;
    }

    .gap-xxl-160 {
        gap: 16rem !important;
    }

    .gap-xxl-165 {
        gap: 16.5rem !important;
    }

    .gap-xxl-170 {
        gap: 17rem !important;
    }

    .gap-xxl-175 {
        gap: 17.5rem !important;
    }

    .gap-xxl-180 {
        gap: 18rem !important;
    }

    .gap-xxl-185 {
        gap: 18.5rem !important;
    }

    .gap-xxl-190 {
        gap: 19rem !important;
    }

    .gap-xxl-195 {
        gap: 19.5rem !important;
    }

    .gap-xxl-200 {
        gap: 20rem !important;
    }

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

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

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

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

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

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

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

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

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

    .d-print-flex {
        display: flex !important;
    }

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

    .d-print-none {
        display: none !important;
    }
}

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

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

.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-5,
.gx-5 {
    --bs-gutter-x: 0.5rem;
}

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

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

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

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

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

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

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

.g-25,
.gx-25 {
    --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
    --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
    --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
    --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
    --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
    --bs-gutter-y: 4.5rem;
}

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

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

.g-55,
.gx-55 {
    --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
    --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
    --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
    --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
    --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
    --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
    --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
    --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
    --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
    --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
    --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
    --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
    --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
    --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
    --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
    --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
    --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
    --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
    --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
    --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
    --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
    --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
    --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
    --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
    --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
    --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
    --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
    --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
    --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
    --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
    --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
    --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
    --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
    --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
    --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
    --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
    --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
    --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
    --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
    --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
    --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
    --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
    --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
    --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
    --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
    --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
    --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
    --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
    --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
    --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
    --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
    --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
    --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
    --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
    --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
    --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
    --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
    --bs-gutter-y: 20rem;
}

@media (min-width: 394px) {
    .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-5,
    .gx-sm-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-sm-25,
    .gx-sm-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-25,
    .gy-sm-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-sm-45,
    .gx-sm-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-45,
    .gy-sm-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-sm-55,
    .gx-sm-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-sm-55,
    .gy-sm-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 6rem;
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 6rem;
    }

    .g-sm-65,
    .gx-sm-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-sm-65,
    .gy-sm-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 7rem;
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 7rem;
    }

    .g-sm-75,
    .gx-sm-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-sm-75,
    .gy-sm-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 8rem;
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 8rem;
    }

    .g-sm-85,
    .gx-sm-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-sm-85,
    .gy-sm-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-sm-90,
    .gx-sm-90 {
        --bs-gutter-x: 9rem;
    }

    .g-sm-90,
    .gy-sm-90 {
        --bs-gutter-y: 9rem;
    }

    .g-sm-95,
    .gx-sm-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-sm-95,
    .gy-sm-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-sm-100,
    .gx-sm-100 {
        --bs-gutter-x: 10rem;
    }

    .g-sm-100,
    .gy-sm-100 {
        --bs-gutter-y: 10rem;
    }

    .g-sm-105,
    .gx-sm-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-sm-105,
    .gy-sm-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-sm-110,
    .gx-sm-110 {
        --bs-gutter-x: 11rem;
    }

    .g-sm-110,
    .gy-sm-110 {
        --bs-gutter-y: 11rem;
    }

    .g-sm-115,
    .gx-sm-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-sm-115,
    .gy-sm-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-sm-120,
    .gx-sm-120 {
        --bs-gutter-x: 12rem;
    }

    .g-sm-120,
    .gy-sm-120 {
        --bs-gutter-y: 12rem;
    }

    .g-sm-125,
    .gx-sm-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-sm-125,
    .gy-sm-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-sm-130,
    .gx-sm-130 {
        --bs-gutter-x: 13rem;
    }

    .g-sm-130,
    .gy-sm-130 {
        --bs-gutter-y: 13rem;
    }

    .g-sm-135,
    .gx-sm-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-sm-135,
    .gy-sm-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-sm-140,
    .gx-sm-140 {
        --bs-gutter-x: 14rem;
    }

    .g-sm-140,
    .gy-sm-140 {
        --bs-gutter-y: 14rem;
    }

    .g-sm-145,
    .gx-sm-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-sm-145,
    .gy-sm-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-sm-150,
    .gx-sm-150 {
        --bs-gutter-x: 15rem;
    }

    .g-sm-150,
    .gy-sm-150 {
        --bs-gutter-y: 15rem;
    }

    .g-sm-155,
    .gx-sm-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-sm-155,
    .gy-sm-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-sm-160,
    .gx-sm-160 {
        --bs-gutter-x: 16rem;
    }

    .g-sm-160,
    .gy-sm-160 {
        --bs-gutter-y: 16rem;
    }

    .g-sm-165,
    .gx-sm-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-sm-165,
    .gy-sm-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-sm-170,
    .gx-sm-170 {
        --bs-gutter-x: 17rem;
    }

    .g-sm-170,
    .gy-sm-170 {
        --bs-gutter-y: 17rem;
    }

    .g-sm-175,
    .gx-sm-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-sm-175,
    .gy-sm-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-sm-180,
    .gx-sm-180 {
        --bs-gutter-x: 18rem;
    }

    .g-sm-180,
    .gy-sm-180 {
        --bs-gutter-y: 18rem;
    }

    .g-sm-185,
    .gx-sm-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-sm-185,
    .gy-sm-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-sm-190,
    .gx-sm-190 {
        --bs-gutter-x: 19rem;
    }

    .g-sm-190,
    .gy-sm-190 {
        --bs-gutter-y: 19rem;
    }

    .g-sm-195,
    .gx-sm-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-sm-195,
    .gy-sm-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-sm-200,
    .gx-sm-200 {
        --bs-gutter-x: 20rem;
    }

    .g-sm-200,
    .gy-sm-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-md-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-md-25,
    .gx-md-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-25,
    .gy-md-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-md-45,
    .gx-md-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-45,
    .gy-md-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-md-55,
    .gx-md-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-md-55,
    .gy-md-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 6rem;
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 6rem;
    }

    .g-md-65,
    .gx-md-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-md-65,
    .gy-md-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 7rem;
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 7rem;
    }

    .g-md-75,
    .gx-md-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-md-75,
    .gy-md-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 8rem;
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 8rem;
    }

    .g-md-85,
    .gx-md-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-md-85,
    .gy-md-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-md-90,
    .gx-md-90 {
        --bs-gutter-x: 9rem;
    }

    .g-md-90,
    .gy-md-90 {
        --bs-gutter-y: 9rem;
    }

    .g-md-95,
    .gx-md-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-md-95,
    .gy-md-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 10rem;
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 10rem;
    }

    .g-md-105,
    .gx-md-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-md-105,
    .gy-md-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-md-110,
    .gx-md-110 {
        --bs-gutter-x: 11rem;
    }

    .g-md-110,
    .gy-md-110 {
        --bs-gutter-y: 11rem;
    }

    .g-md-115,
    .gx-md-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-md-115,
    .gy-md-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-md-120,
    .gx-md-120 {
        --bs-gutter-x: 12rem;
    }

    .g-md-120,
    .gy-md-120 {
        --bs-gutter-y: 12rem;
    }

    .g-md-125,
    .gx-md-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-md-125,
    .gy-md-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-md-130,
    .gx-md-130 {
        --bs-gutter-x: 13rem;
    }

    .g-md-130,
    .gy-md-130 {
        --bs-gutter-y: 13rem;
    }

    .g-md-135,
    .gx-md-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-md-135,
    .gy-md-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-md-140,
    .gx-md-140 {
        --bs-gutter-x: 14rem;
    }

    .g-md-140,
    .gy-md-140 {
        --bs-gutter-y: 14rem;
    }

    .g-md-145,
    .gx-md-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-md-145,
    .gy-md-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-md-150,
    .gx-md-150 {
        --bs-gutter-x: 15rem;
    }

    .g-md-150,
    .gy-md-150 {
        --bs-gutter-y: 15rem;
    }

    .g-md-155,
    .gx-md-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-md-155,
    .gy-md-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-md-160,
    .gx-md-160 {
        --bs-gutter-x: 16rem;
    }

    .g-md-160,
    .gy-md-160 {
        --bs-gutter-y: 16rem;
    }

    .g-md-165,
    .gx-md-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-md-165,
    .gy-md-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-md-170,
    .gx-md-170 {
        --bs-gutter-x: 17rem;
    }

    .g-md-170,
    .gy-md-170 {
        --bs-gutter-y: 17rem;
    }

    .g-md-175,
    .gx-md-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-md-175,
    .gy-md-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-md-180,
    .gx-md-180 {
        --bs-gutter-x: 18rem;
    }

    .g-md-180,
    .gy-md-180 {
        --bs-gutter-y: 18rem;
    }

    .g-md-185,
    .gx-md-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-md-185,
    .gy-md-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-md-190,
    .gx-md-190 {
        --bs-gutter-x: 19rem;
    }

    .g-md-190,
    .gy-md-190 {
        --bs-gutter-y: 19rem;
    }

    .g-md-195,
    .gx-md-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-md-195,
    .gy-md-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-md-200,
    .gx-md-200 {
        --bs-gutter-x: 20rem;
    }

    .g-md-200,
    .gy-md-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-lg-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-lg-25,
    .gx-lg-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-25,
    .gy-lg-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-lg-45,
    .gx-lg-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-45,
    .gy-lg-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-lg-55,
    .gx-lg-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-lg-55,
    .gy-lg-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 6rem;
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 6rem;
    }

    .g-lg-65,
    .gx-lg-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-lg-65,
    .gy-lg-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 7rem;
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 7rem;
    }

    .g-lg-75,
    .gx-lg-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-lg-75,
    .gy-lg-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 8rem;
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 8rem;
    }

    .g-lg-85,
    .gx-lg-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-lg-85,
    .gy-lg-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-lg-90,
    .gx-lg-90 {
        --bs-gutter-x: 9rem;
    }

    .g-lg-90,
    .gy-lg-90 {
        --bs-gutter-y: 9rem;
    }

    .g-lg-95,
    .gx-lg-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-lg-95,
    .gy-lg-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 10rem;
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 10rem;
    }

    .g-lg-105,
    .gx-lg-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-lg-105,
    .gy-lg-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-lg-110,
    .gx-lg-110 {
        --bs-gutter-x: 11rem;
    }

    .g-lg-110,
    .gy-lg-110 {
        --bs-gutter-y: 11rem;
    }

    .g-lg-115,
    .gx-lg-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-lg-115,
    .gy-lg-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-lg-120,
    .gx-lg-120 {
        --bs-gutter-x: 12rem;
    }

    .g-lg-120,
    .gy-lg-120 {
        --bs-gutter-y: 12rem;
    }

    .g-lg-125,
    .gx-lg-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-lg-125,
    .gy-lg-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-lg-130,
    .gx-lg-130 {
        --bs-gutter-x: 13rem;
    }

    .g-lg-130,
    .gy-lg-130 {
        --bs-gutter-y: 13rem;
    }

    .g-lg-135,
    .gx-lg-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-lg-135,
    .gy-lg-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-lg-140,
    .gx-lg-140 {
        --bs-gutter-x: 14rem;
    }

    .g-lg-140,
    .gy-lg-140 {
        --bs-gutter-y: 14rem;
    }

    .g-lg-145,
    .gx-lg-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-lg-145,
    .gy-lg-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-lg-150,
    .gx-lg-150 {
        --bs-gutter-x: 15rem;
    }

    .g-lg-150,
    .gy-lg-150 {
        --bs-gutter-y: 15rem;
    }

    .g-lg-155,
    .gx-lg-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-lg-155,
    .gy-lg-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-lg-160,
    .gx-lg-160 {
        --bs-gutter-x: 16rem;
    }

    .g-lg-160,
    .gy-lg-160 {
        --bs-gutter-y: 16rem;
    }

    .g-lg-165,
    .gx-lg-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-lg-165,
    .gy-lg-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-lg-170,
    .gx-lg-170 {
        --bs-gutter-x: 17rem;
    }

    .g-lg-170,
    .gy-lg-170 {
        --bs-gutter-y: 17rem;
    }

    .g-lg-175,
    .gx-lg-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-lg-175,
    .gy-lg-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-lg-180,
    .gx-lg-180 {
        --bs-gutter-x: 18rem;
    }

    .g-lg-180,
    .gy-lg-180 {
        --bs-gutter-y: 18rem;
    }

    .g-lg-185,
    .gx-lg-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-lg-185,
    .gy-lg-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-lg-190,
    .gx-lg-190 {
        --bs-gutter-x: 19rem;
    }

    .g-lg-190,
    .gy-lg-190 {
        --bs-gutter-y: 19rem;
    }

    .g-lg-195,
    .gx-lg-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-lg-195,
    .gy-lg-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-lg-200,
    .gx-lg-200 {
        --bs-gutter-x: 20rem;
    }

    .g-lg-200,
    .gy-lg-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-xl-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-xl-25,
    .gx-xl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-25,
    .gy-xl-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-xl-45,
    .gx-xl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-45,
    .gy-xl-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-xl-55,
    .gx-xl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xl-55,
    .gy-xl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xl-65,
    .gx-xl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xl-65,
    .gy-xl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xl-75,
    .gx-xl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xl-75,
    .gy-xl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xl-85,
    .gx-xl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xl-85,
    .gy-xl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xl-90,
    .gx-xl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xl-90,
    .gy-xl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xl-95,
    .gx-xl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xl-95,
    .gy-xl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xl-100,
    .gx-xl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xl-100,
    .gy-xl-100 {
        --bs-gutter-y: 10rem;
    }

    .g-xl-105,
    .gx-xl-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-xl-105,
    .gy-xl-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-xl-110,
    .gx-xl-110 {
        --bs-gutter-x: 11rem;
    }

    .g-xl-110,
    .gy-xl-110 {
        --bs-gutter-y: 11rem;
    }

    .g-xl-115,
    .gx-xl-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-xl-115,
    .gy-xl-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-xl-120,
    .gx-xl-120 {
        --bs-gutter-x: 12rem;
    }

    .g-xl-120,
    .gy-xl-120 {
        --bs-gutter-y: 12rem;
    }

    .g-xl-125,
    .gx-xl-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-xl-125,
    .gy-xl-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-xl-130,
    .gx-xl-130 {
        --bs-gutter-x: 13rem;
    }

    .g-xl-130,
    .gy-xl-130 {
        --bs-gutter-y: 13rem;
    }

    .g-xl-135,
    .gx-xl-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-xl-135,
    .gy-xl-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-xl-140,
    .gx-xl-140 {
        --bs-gutter-x: 14rem;
    }

    .g-xl-140,
    .gy-xl-140 {
        --bs-gutter-y: 14rem;
    }

    .g-xl-145,
    .gx-xl-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-xl-145,
    .gy-xl-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-xl-150,
    .gx-xl-150 {
        --bs-gutter-x: 15rem;
    }

    .g-xl-150,
    .gy-xl-150 {
        --bs-gutter-y: 15rem;
    }

    .g-xl-155,
    .gx-xl-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-xl-155,
    .gy-xl-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-xl-160,
    .gx-xl-160 {
        --bs-gutter-x: 16rem;
    }

    .g-xl-160,
    .gy-xl-160 {
        --bs-gutter-y: 16rem;
    }

    .g-xl-165,
    .gx-xl-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-xl-165,
    .gy-xl-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-xl-170,
    .gx-xl-170 {
        --bs-gutter-x: 17rem;
    }

    .g-xl-170,
    .gy-xl-170 {
        --bs-gutter-y: 17rem;
    }

    .g-xl-175,
    .gx-xl-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-xl-175,
    .gy-xl-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-xl-180,
    .gx-xl-180 {
        --bs-gutter-x: 18rem;
    }

    .g-xl-180,
    .gy-xl-180 {
        --bs-gutter-y: 18rem;
    }

    .g-xl-185,
    .gx-xl-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-xl-185,
    .gy-xl-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-xl-190,
    .gx-xl-190 {
        --bs-gutter-x: 19rem;
    }

    .g-xl-190,
    .gy-xl-190 {
        --bs-gutter-y: 19rem;
    }

    .g-xl-195,
    .gx-xl-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-xl-195,
    .gy-xl-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-xl-200,
    .gx-xl-200 {
        --bs-gutter-x: 20rem;
    }

    .g-xl-200,
    .gy-xl-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-xxl-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-xxl-25,
    .gx-xxl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-25,
    .gy-xxl-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-xxl-45,
    .gx-xxl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-45,
    .gy-xxl-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-xxl-55,
    .gx-xxl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xxl-55,
    .gy-xxl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xxl-65,
    .gx-xxl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xxl-65,
    .gy-xxl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xxl-75,
    .gx-xxl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xxl-75,
    .gy-xxl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xxl-85,
    .gx-xxl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xxl-85,
    .gy-xxl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xxl-90,
    .gx-xxl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xxl-90,
    .gy-xxl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xxl-95,
    .gx-xxl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xxl-95,
    .gy-xxl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xxl-100,
    .gx-xxl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xxl-100,
    .gy-xxl-100 {
        --bs-gutter-y: 10rem;
    }

    .g-xxl-105,
    .gx-xxl-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-xxl-105,
    .gy-xxl-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-xxl-110,
    .gx-xxl-110 {
        --bs-gutter-x: 11rem;
    }

    .g-xxl-110,
    .gy-xxl-110 {
        --bs-gutter-y: 11rem;
    }

    .g-xxl-115,
    .gx-xxl-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-xxl-115,
    .gy-xxl-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-xxl-120,
    .gx-xxl-120 {
        --bs-gutter-x: 12rem;
    }

    .g-xxl-120,
    .gy-xxl-120 {
        --bs-gutter-y: 12rem;
    }

    .g-xxl-125,
    .gx-xxl-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-xxl-125,
    .gy-xxl-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-xxl-130,
    .gx-xxl-130 {
        --bs-gutter-x: 13rem;
    }

    .g-xxl-130,
    .gy-xxl-130 {
        --bs-gutter-y: 13rem;
    }

    .g-xxl-135,
    .gx-xxl-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-xxl-135,
    .gy-xxl-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-xxl-140,
    .gx-xxl-140 {
        --bs-gutter-x: 14rem;
    }

    .g-xxl-140,
    .gy-xxl-140 {
        --bs-gutter-y: 14rem;
    }

    .g-xxl-145,
    .gx-xxl-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-xxl-145,
    .gy-xxl-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-xxl-150,
    .gx-xxl-150 {
        --bs-gutter-x: 15rem;
    }

    .g-xxl-150,
    .gy-xxl-150 {
        --bs-gutter-y: 15rem;
    }

    .g-xxl-155,
    .gx-xxl-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-xxl-155,
    .gy-xxl-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-xxl-160,
    .gx-xxl-160 {
        --bs-gutter-x: 16rem;
    }

    .g-xxl-160,
    .gy-xxl-160 {
        --bs-gutter-y: 16rem;
    }

    .g-xxl-165,
    .gx-xxl-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-xxl-165,
    .gy-xxl-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-xxl-170,
    .gx-xxl-170 {
        --bs-gutter-x: 17rem;
    }

    .g-xxl-170,
    .gy-xxl-170 {
        --bs-gutter-y: 17rem;
    }

    .g-xxl-175,
    .gx-xxl-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-xxl-175,
    .gy-xxl-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-xxl-180,
    .gx-xxl-180 {
        --bs-gutter-x: 18rem;
    }

    .g-xxl-180,
    .gy-xxl-180 {
        --bs-gutter-y: 18rem;
    }

    .g-xxl-185,
    .gx-xxl-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-xxl-185,
    .gy-xxl-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-xxl-190,
    .gx-xxl-190 {
        --bs-gutter-x: 19rem;
    }

    .g-xxl-190,
    .gy-xxl-190 {
        --bs-gutter-y: 19rem;
    }

    .g-xxl-195,
    .gx-xxl-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-xxl-195,
    .gy-xxl-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-xxl-200,
    .gx-xxl-200 {
        --bs-gutter-x: 20rem;
    }

    .g-xxl-200,
    .gy-xxl-200 {
        --bs-gutter-y: 20rem;
    }
}

.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;
    transition: height 0.35s ease;
    overflow: hidden;
}

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

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

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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "Gibson";
    font-weight: 400;
    src: url("../fonts/Gibson/Gibson-Regular.ttf");
}

@font-face {
    font-family: "Gibson";
    font-weight: 700;
    src: url("../fonts/Gibson/Gibson-Bold.ttf");
}

@font-face {
    font-family: "AdrianeText";
    font-weight: 400;
    src: url("../fonts/AdrianeText/AdrianeText-Regular.otf");
}

@font-face {
    font-family: "AdrianeText";
    font-weight: 700;
    src: url("../fonts/AdrianeText/AdrianeText-Bold.otf");
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-size: 0.5787037037vw;
    scroll-behavior: smooth;
}

html:focus-within {
    scroll-behavior: smooth;
}

@media (max-width: 991.98px) {
    html {
        font-size: 1.0080848404vw;
    }
}

@media (max-width: 393.98px) {
    html {
        font-size: 2.5381999086vw;
    }
}

@media (min-width: 1728px) {
    html {
        font-size: 10px;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

strong,
b {
    font-weight: 700;
}

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

body {
    min-height: 100vh;
    font-family: "Gibson";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

body * {
    letter-spacing: -0.011em;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

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

a {
    text-decoration: none;
    color: inherit;
}

p:not(:last-child) {
    margin-bottom: 2rem;
}

form p {
    width: 100%;
}

form p:not(:last-child) {
    margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

label {
    display: inline-block;
    margin-bottom: 0.8rem;
}

input,
button,
textarea,
select {
    font: inherit;
}

input,
textarea,
select {
    width: 100%;
    margin-bottom: 3.2rem;
    padding: 1.3rem 2rem;
    border: 0.05rem solid #000;
    border-radius: 0.4rem;
    background: #fff;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.input--mb-0 input,
.input--mb-0 textarea,
.input--mb-0 select {
    margin-bottom: 0;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

select {
    background-image: url(../icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 2.4rem center;
    background-size: 2.4rem;
    padding-inline: 2.4rem;
    appearance: none;
}

button {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

/* || UTILITIES */
.container {
    width: 100%;
    max-width: 156.8rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(0.5 * var(--bs-gutter-container-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-x));
    --bs-gutter-container-x: 8rem;
    --bs-gutter-container-m-x: 4rem;
}

@media (max-width: 393.98px) {
    .container {
        max-width: 100%;
        padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    }
}

.container-fluid {
    width: 100%;
    --bs-gutter-container-m-x: 4rem;
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    }
}

.row {
    --bs-gutter-x: 8rem;
    --bs-gutter-m-x: 4rem;
}

@media (max-width: 393.98px) {
    .row {
        margin-right: calc(-0.5 * var(--bs-gutter-m-x));
        margin-left: calc(-0.5 * var(--bs-gutter-m-x));
    }
}

@media (max-width: 393.98px) {
    .row [class^=col-],
    .row [class*=" col-"] {
        padding-right: calc(0.5 * var(--bs-gutter-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-m-x));
    }
}

.row-sm {
    --bs-gutter-x: 4rem;
}

@media (max-width: 393.98px) {
    .row-sm {
        margin-right: calc(-0.5 * var(--bs-gutter-m-x));
        margin-left: calc(-0.5 * var(--bs-gutter-m-x));
    }
}

@media (max-width: 393.98px) {
    .row-sm [class^=col-],
    .row-sm [class*=" col-"] {
        padding-right: calc(0.5 * var(--bs-gutter-m-x));
        padding-left: calc(0.5 * var(--bs-gutter-m-x));
    }
}

.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-5,
.gx-5 {
    --bs-gutter-x: 0.5rem;
}

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

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

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

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

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

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

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

.g-25,
.gx-25 {
    --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
    --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
    --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
    --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
    --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
    --bs-gutter-y: 4.5rem;
}

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

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

.g-55,
.gx-55 {
    --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
    --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
    --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
    --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
    --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
    --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
    --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
    --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
    --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
    --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
    --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
    --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
    --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
    --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
    --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
    --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
    --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
    --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
    --bs-gutter-y: 10rem;
}

.g-105,
.gx-105 {
    --bs-gutter-x: 10.5rem;
}

.g-105,
.gy-105 {
    --bs-gutter-y: 10.5rem;
}

.g-110,
.gx-110 {
    --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
    --bs-gutter-y: 11rem;
}

.g-115,
.gx-115 {
    --bs-gutter-x: 11.5rem;
}

.g-115,
.gy-115 {
    --bs-gutter-y: 11.5rem;
}

.g-120,
.gx-120 {
    --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
    --bs-gutter-y: 12rem;
}

.g-125,
.gx-125 {
    --bs-gutter-x: 12.5rem;
}

.g-125,
.gy-125 {
    --bs-gutter-y: 12.5rem;
}

.g-130,
.gx-130 {
    --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
    --bs-gutter-y: 13rem;
}

.g-135,
.gx-135 {
    --bs-gutter-x: 13.5rem;
}

.g-135,
.gy-135 {
    --bs-gutter-y: 13.5rem;
}

.g-140,
.gx-140 {
    --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
    --bs-gutter-y: 14rem;
}

.g-145,
.gx-145 {
    --bs-gutter-x: 14.5rem;
}

.g-145,
.gy-145 {
    --bs-gutter-y: 14.5rem;
}

.g-150,
.gx-150 {
    --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
    --bs-gutter-y: 15rem;
}

.g-155,
.gx-155 {
    --bs-gutter-x: 15.5rem;
}

.g-155,
.gy-155 {
    --bs-gutter-y: 15.5rem;
}

.g-160,
.gx-160 {
    --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
    --bs-gutter-y: 16rem;
}

.g-165,
.gx-165 {
    --bs-gutter-x: 16.5rem;
}

.g-165,
.gy-165 {
    --bs-gutter-y: 16.5rem;
}

.g-170,
.gx-170 {
    --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
    --bs-gutter-y: 17rem;
}

.g-175,
.gx-175 {
    --bs-gutter-x: 17.5rem;
}

.g-175,
.gy-175 {
    --bs-gutter-y: 17.5rem;
}

.g-180,
.gx-180 {
    --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
    --bs-gutter-y: 18rem;
}

.g-185,
.gx-185 {
    --bs-gutter-x: 18.5rem;
}

.g-185,
.gy-185 {
    --bs-gutter-y: 18.5rem;
}

.g-190,
.gx-190 {
    --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
    --bs-gutter-y: 19rem;
}

.g-195,
.gx-195 {
    --bs-gutter-x: 19.5rem;
}

.g-195,
.gy-195 {
    --bs-gutter-y: 19.5rem;
}

.g-200,
.gx-200 {
    --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
    --bs-gutter-y: 20rem;
}

@media (min-width: 394px) {
    .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-5,
    .gx-sm-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-sm-25,
    .gx-sm-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-25,
    .gy-sm-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-sm-35,
    .gx-sm-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-35,
    .gy-sm-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-sm-45,
    .gx-sm-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-45,
    .gy-sm-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-sm-55,
    .gx-sm-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-sm-55,
    .gy-sm-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-sm-60,
    .gx-sm-60 {
        --bs-gutter-x: 6rem;
    }

    .g-sm-60,
    .gy-sm-60 {
        --bs-gutter-y: 6rem;
    }

    .g-sm-65,
    .gx-sm-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-sm-65,
    .gy-sm-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-sm-70,
    .gx-sm-70 {
        --bs-gutter-x: 7rem;
    }

    .g-sm-70,
    .gy-sm-70 {
        --bs-gutter-y: 7rem;
    }

    .g-sm-75,
    .gx-sm-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-sm-75,
    .gy-sm-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-sm-80,
    .gx-sm-80 {
        --bs-gutter-x: 8rem;
    }

    .g-sm-80,
    .gy-sm-80 {
        --bs-gutter-y: 8rem;
    }

    .g-sm-85,
    .gx-sm-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-sm-85,
    .gy-sm-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-sm-90,
    .gx-sm-90 {
        --bs-gutter-x: 9rem;
    }

    .g-sm-90,
    .gy-sm-90 {
        --bs-gutter-y: 9rem;
    }

    .g-sm-95,
    .gx-sm-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-sm-95,
    .gy-sm-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-sm-100,
    .gx-sm-100 {
        --bs-gutter-x: 10rem;
    }

    .g-sm-100,
    .gy-sm-100 {
        --bs-gutter-y: 10rem;
    }

    .g-sm-105,
    .gx-sm-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-sm-105,
    .gy-sm-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-sm-110,
    .gx-sm-110 {
        --bs-gutter-x: 11rem;
    }

    .g-sm-110,
    .gy-sm-110 {
        --bs-gutter-y: 11rem;
    }

    .g-sm-115,
    .gx-sm-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-sm-115,
    .gy-sm-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-sm-120,
    .gx-sm-120 {
        --bs-gutter-x: 12rem;
    }

    .g-sm-120,
    .gy-sm-120 {
        --bs-gutter-y: 12rem;
    }

    .g-sm-125,
    .gx-sm-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-sm-125,
    .gy-sm-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-sm-130,
    .gx-sm-130 {
        --bs-gutter-x: 13rem;
    }

    .g-sm-130,
    .gy-sm-130 {
        --bs-gutter-y: 13rem;
    }

    .g-sm-135,
    .gx-sm-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-sm-135,
    .gy-sm-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-sm-140,
    .gx-sm-140 {
        --bs-gutter-x: 14rem;
    }

    .g-sm-140,
    .gy-sm-140 {
        --bs-gutter-y: 14rem;
    }

    .g-sm-145,
    .gx-sm-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-sm-145,
    .gy-sm-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-sm-150,
    .gx-sm-150 {
        --bs-gutter-x: 15rem;
    }

    .g-sm-150,
    .gy-sm-150 {
        --bs-gutter-y: 15rem;
    }

    .g-sm-155,
    .gx-sm-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-sm-155,
    .gy-sm-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-sm-160,
    .gx-sm-160 {
        --bs-gutter-x: 16rem;
    }

    .g-sm-160,
    .gy-sm-160 {
        --bs-gutter-y: 16rem;
    }

    .g-sm-165,
    .gx-sm-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-sm-165,
    .gy-sm-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-sm-170,
    .gx-sm-170 {
        --bs-gutter-x: 17rem;
    }

    .g-sm-170,
    .gy-sm-170 {
        --bs-gutter-y: 17rem;
    }

    .g-sm-175,
    .gx-sm-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-sm-175,
    .gy-sm-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-sm-180,
    .gx-sm-180 {
        --bs-gutter-x: 18rem;
    }

    .g-sm-180,
    .gy-sm-180 {
        --bs-gutter-y: 18rem;
    }

    .g-sm-185,
    .gx-sm-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-sm-185,
    .gy-sm-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-sm-190,
    .gx-sm-190 {
        --bs-gutter-x: 19rem;
    }

    .g-sm-190,
    .gy-sm-190 {
        --bs-gutter-y: 19rem;
    }

    .g-sm-195,
    .gx-sm-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-sm-195,
    .gy-sm-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-sm-200,
    .gx-sm-200 {
        --bs-gutter-x: 20rem;
    }

    .g-sm-200,
    .gy-sm-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-md-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-md-25,
    .gx-md-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-25,
    .gy-md-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-md-35,
    .gx-md-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-35,
    .gy-md-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-md-45,
    .gx-md-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-45,
    .gy-md-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-md-55,
    .gx-md-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-md-55,
    .gy-md-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-md-60,
    .gx-md-60 {
        --bs-gutter-x: 6rem;
    }

    .g-md-60,
    .gy-md-60 {
        --bs-gutter-y: 6rem;
    }

    .g-md-65,
    .gx-md-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-md-65,
    .gy-md-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-md-70,
    .gx-md-70 {
        --bs-gutter-x: 7rem;
    }

    .g-md-70,
    .gy-md-70 {
        --bs-gutter-y: 7rem;
    }

    .g-md-75,
    .gx-md-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-md-75,
    .gy-md-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-md-80,
    .gx-md-80 {
        --bs-gutter-x: 8rem;
    }

    .g-md-80,
    .gy-md-80 {
        --bs-gutter-y: 8rem;
    }

    .g-md-85,
    .gx-md-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-md-85,
    .gy-md-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-md-90,
    .gx-md-90 {
        --bs-gutter-x: 9rem;
    }

    .g-md-90,
    .gy-md-90 {
        --bs-gutter-y: 9rem;
    }

    .g-md-95,
    .gx-md-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-md-95,
    .gy-md-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-md-100,
    .gx-md-100 {
        --bs-gutter-x: 10rem;
    }

    .g-md-100,
    .gy-md-100 {
        --bs-gutter-y: 10rem;
    }

    .g-md-105,
    .gx-md-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-md-105,
    .gy-md-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-md-110,
    .gx-md-110 {
        --bs-gutter-x: 11rem;
    }

    .g-md-110,
    .gy-md-110 {
        --bs-gutter-y: 11rem;
    }

    .g-md-115,
    .gx-md-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-md-115,
    .gy-md-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-md-120,
    .gx-md-120 {
        --bs-gutter-x: 12rem;
    }

    .g-md-120,
    .gy-md-120 {
        --bs-gutter-y: 12rem;
    }

    .g-md-125,
    .gx-md-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-md-125,
    .gy-md-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-md-130,
    .gx-md-130 {
        --bs-gutter-x: 13rem;
    }

    .g-md-130,
    .gy-md-130 {
        --bs-gutter-y: 13rem;
    }

    .g-md-135,
    .gx-md-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-md-135,
    .gy-md-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-md-140,
    .gx-md-140 {
        --bs-gutter-x: 14rem;
    }

    .g-md-140,
    .gy-md-140 {
        --bs-gutter-y: 14rem;
    }

    .g-md-145,
    .gx-md-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-md-145,
    .gy-md-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-md-150,
    .gx-md-150 {
        --bs-gutter-x: 15rem;
    }

    .g-md-150,
    .gy-md-150 {
        --bs-gutter-y: 15rem;
    }

    .g-md-155,
    .gx-md-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-md-155,
    .gy-md-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-md-160,
    .gx-md-160 {
        --bs-gutter-x: 16rem;
    }

    .g-md-160,
    .gy-md-160 {
        --bs-gutter-y: 16rem;
    }

    .g-md-165,
    .gx-md-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-md-165,
    .gy-md-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-md-170,
    .gx-md-170 {
        --bs-gutter-x: 17rem;
    }

    .g-md-170,
    .gy-md-170 {
        --bs-gutter-y: 17rem;
    }

    .g-md-175,
    .gx-md-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-md-175,
    .gy-md-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-md-180,
    .gx-md-180 {
        --bs-gutter-x: 18rem;
    }

    .g-md-180,
    .gy-md-180 {
        --bs-gutter-y: 18rem;
    }

    .g-md-185,
    .gx-md-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-md-185,
    .gy-md-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-md-190,
    .gx-md-190 {
        --bs-gutter-x: 19rem;
    }

    .g-md-190,
    .gy-md-190 {
        --bs-gutter-y: 19rem;
    }

    .g-md-195,
    .gx-md-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-md-195,
    .gy-md-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-md-200,
    .gx-md-200 {
        --bs-gutter-x: 20rem;
    }

    .g-md-200,
    .gy-md-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-lg-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-lg-25,
    .gx-lg-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-25,
    .gy-lg-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-lg-35,
    .gx-lg-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-35,
    .gy-lg-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-lg-45,
    .gx-lg-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-45,
    .gy-lg-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-lg-55,
    .gx-lg-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-lg-55,
    .gy-lg-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-lg-60,
    .gx-lg-60 {
        --bs-gutter-x: 6rem;
    }

    .g-lg-60,
    .gy-lg-60 {
        --bs-gutter-y: 6rem;
    }

    .g-lg-65,
    .gx-lg-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-lg-65,
    .gy-lg-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-lg-70,
    .gx-lg-70 {
        --bs-gutter-x: 7rem;
    }

    .g-lg-70,
    .gy-lg-70 {
        --bs-gutter-y: 7rem;
    }

    .g-lg-75,
    .gx-lg-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-lg-75,
    .gy-lg-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-lg-80,
    .gx-lg-80 {
        --bs-gutter-x: 8rem;
    }

    .g-lg-80,
    .gy-lg-80 {
        --bs-gutter-y: 8rem;
    }

    .g-lg-85,
    .gx-lg-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-lg-85,
    .gy-lg-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-lg-90,
    .gx-lg-90 {
        --bs-gutter-x: 9rem;
    }

    .g-lg-90,
    .gy-lg-90 {
        --bs-gutter-y: 9rem;
    }

    .g-lg-95,
    .gx-lg-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-lg-95,
    .gy-lg-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-lg-100,
    .gx-lg-100 {
        --bs-gutter-x: 10rem;
    }

    .g-lg-100,
    .gy-lg-100 {
        --bs-gutter-y: 10rem;
    }

    .g-lg-105,
    .gx-lg-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-lg-105,
    .gy-lg-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-lg-110,
    .gx-lg-110 {
        --bs-gutter-x: 11rem;
    }

    .g-lg-110,
    .gy-lg-110 {
        --bs-gutter-y: 11rem;
    }

    .g-lg-115,
    .gx-lg-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-lg-115,
    .gy-lg-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-lg-120,
    .gx-lg-120 {
        --bs-gutter-x: 12rem;
    }

    .g-lg-120,
    .gy-lg-120 {
        --bs-gutter-y: 12rem;
    }

    .g-lg-125,
    .gx-lg-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-lg-125,
    .gy-lg-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-lg-130,
    .gx-lg-130 {
        --bs-gutter-x: 13rem;
    }

    .g-lg-130,
    .gy-lg-130 {
        --bs-gutter-y: 13rem;
    }

    .g-lg-135,
    .gx-lg-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-lg-135,
    .gy-lg-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-lg-140,
    .gx-lg-140 {
        --bs-gutter-x: 14rem;
    }

    .g-lg-140,
    .gy-lg-140 {
        --bs-gutter-y: 14rem;
    }

    .g-lg-145,
    .gx-lg-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-lg-145,
    .gy-lg-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-lg-150,
    .gx-lg-150 {
        --bs-gutter-x: 15rem;
    }

    .g-lg-150,
    .gy-lg-150 {
        --bs-gutter-y: 15rem;
    }

    .g-lg-155,
    .gx-lg-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-lg-155,
    .gy-lg-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-lg-160,
    .gx-lg-160 {
        --bs-gutter-x: 16rem;
    }

    .g-lg-160,
    .gy-lg-160 {
        --bs-gutter-y: 16rem;
    }

    .g-lg-165,
    .gx-lg-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-lg-165,
    .gy-lg-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-lg-170,
    .gx-lg-170 {
        --bs-gutter-x: 17rem;
    }

    .g-lg-170,
    .gy-lg-170 {
        --bs-gutter-y: 17rem;
    }

    .g-lg-175,
    .gx-lg-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-lg-175,
    .gy-lg-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-lg-180,
    .gx-lg-180 {
        --bs-gutter-x: 18rem;
    }

    .g-lg-180,
    .gy-lg-180 {
        --bs-gutter-y: 18rem;
    }

    .g-lg-185,
    .gx-lg-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-lg-185,
    .gy-lg-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-lg-190,
    .gx-lg-190 {
        --bs-gutter-x: 19rem;
    }

    .g-lg-190,
    .gy-lg-190 {
        --bs-gutter-y: 19rem;
    }

    .g-lg-195,
    .gx-lg-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-lg-195,
    .gy-lg-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-lg-200,
    .gx-lg-200 {
        --bs-gutter-x: 20rem;
    }

    .g-lg-200,
    .gy-lg-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-xl-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-xl-25,
    .gx-xl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-25,
    .gy-xl-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xl-35,
    .gx-xl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-35,
    .gy-xl-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-xl-45,
    .gx-xl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-45,
    .gy-xl-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-xl-55,
    .gx-xl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xl-55,
    .gy-xl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xl-60,
    .gx-xl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xl-60,
    .gy-xl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xl-65,
    .gx-xl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xl-65,
    .gy-xl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xl-70,
    .gx-xl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xl-70,
    .gy-xl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xl-75,
    .gx-xl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xl-75,
    .gy-xl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xl-80,
    .gx-xl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-80,
    .gy-xl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xl-85,
    .gx-xl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xl-85,
    .gy-xl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xl-90,
    .gx-xl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xl-90,
    .gy-xl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xl-95,
    .gx-xl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xl-95,
    .gy-xl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xl-100,
    .gx-xl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xl-100,
    .gy-xl-100 {
        --bs-gutter-y: 10rem;
    }

    .g-xl-105,
    .gx-xl-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-xl-105,
    .gy-xl-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-xl-110,
    .gx-xl-110 {
        --bs-gutter-x: 11rem;
    }

    .g-xl-110,
    .gy-xl-110 {
        --bs-gutter-y: 11rem;
    }

    .g-xl-115,
    .gx-xl-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-xl-115,
    .gy-xl-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-xl-120,
    .gx-xl-120 {
        --bs-gutter-x: 12rem;
    }

    .g-xl-120,
    .gy-xl-120 {
        --bs-gutter-y: 12rem;
    }

    .g-xl-125,
    .gx-xl-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-xl-125,
    .gy-xl-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-xl-130,
    .gx-xl-130 {
        --bs-gutter-x: 13rem;
    }

    .g-xl-130,
    .gy-xl-130 {
        --bs-gutter-y: 13rem;
    }

    .g-xl-135,
    .gx-xl-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-xl-135,
    .gy-xl-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-xl-140,
    .gx-xl-140 {
        --bs-gutter-x: 14rem;
    }

    .g-xl-140,
    .gy-xl-140 {
        --bs-gutter-y: 14rem;
    }

    .g-xl-145,
    .gx-xl-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-xl-145,
    .gy-xl-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-xl-150,
    .gx-xl-150 {
        --bs-gutter-x: 15rem;
    }

    .g-xl-150,
    .gy-xl-150 {
        --bs-gutter-y: 15rem;
    }

    .g-xl-155,
    .gx-xl-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-xl-155,
    .gy-xl-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-xl-160,
    .gx-xl-160 {
        --bs-gutter-x: 16rem;
    }

    .g-xl-160,
    .gy-xl-160 {
        --bs-gutter-y: 16rem;
    }

    .g-xl-165,
    .gx-xl-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-xl-165,
    .gy-xl-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-xl-170,
    .gx-xl-170 {
        --bs-gutter-x: 17rem;
    }

    .g-xl-170,
    .gy-xl-170 {
        --bs-gutter-y: 17rem;
    }

    .g-xl-175,
    .gx-xl-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-xl-175,
    .gy-xl-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-xl-180,
    .gx-xl-180 {
        --bs-gutter-x: 18rem;
    }

    .g-xl-180,
    .gy-xl-180 {
        --bs-gutter-y: 18rem;
    }

    .g-xl-185,
    .gx-xl-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-xl-185,
    .gy-xl-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-xl-190,
    .gx-xl-190 {
        --bs-gutter-x: 19rem;
    }

    .g-xl-190,
    .gy-xl-190 {
        --bs-gutter-y: 19rem;
    }

    .g-xl-195,
    .gx-xl-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-xl-195,
    .gy-xl-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-xl-200,
    .gx-xl-200 {
        --bs-gutter-x: 20rem;
    }

    .g-xl-200,
    .gy-xl-200 {
        --bs-gutter-y: 20rem;
    }
}

@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-5,
    .gx-xxl-5 {
        --bs-gutter-x: 0.5rem;
    }

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

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

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

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

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

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

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

    .g-xxl-25,
    .gx-xxl-25 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-25,
    .gy-xxl-25 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xxl-35,
    .gx-xxl-35 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-35,
    .gy-xxl-35 {
        --bs-gutter-y: 3.5rem;
    }

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

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

    .g-xxl-45,
    .gx-xxl-45 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-45,
    .gy-xxl-45 {
        --bs-gutter-y: 4.5rem;
    }

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

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

    .g-xxl-55,
    .gx-xxl-55 {
        --bs-gutter-x: 5.5rem;
    }

    .g-xxl-55,
    .gy-xxl-55 {
        --bs-gutter-y: 5.5rem;
    }

    .g-xxl-60,
    .gx-xxl-60 {
        --bs-gutter-x: 6rem;
    }

    .g-xxl-60,
    .gy-xxl-60 {
        --bs-gutter-y: 6rem;
    }

    .g-xxl-65,
    .gx-xxl-65 {
        --bs-gutter-x: 6.5rem;
    }

    .g-xxl-65,
    .gy-xxl-65 {
        --bs-gutter-y: 6.5rem;
    }

    .g-xxl-70,
    .gx-xxl-70 {
        --bs-gutter-x: 7rem;
    }

    .g-xxl-70,
    .gy-xxl-70 {
        --bs-gutter-y: 7rem;
    }

    .g-xxl-75,
    .gx-xxl-75 {
        --bs-gutter-x: 7.5rem;
    }

    .g-xxl-75,
    .gy-xxl-75 {
        --bs-gutter-y: 7.5rem;
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 8rem;
    }

    .g-xxl-85,
    .gx-xxl-85 {
        --bs-gutter-x: 8.5rem;
    }

    .g-xxl-85,
    .gy-xxl-85 {
        --bs-gutter-y: 8.5rem;
    }

    .g-xxl-90,
    .gx-xxl-90 {
        --bs-gutter-x: 9rem;
    }

    .g-xxl-90,
    .gy-xxl-90 {
        --bs-gutter-y: 9rem;
    }

    .g-xxl-95,
    .gx-xxl-95 {
        --bs-gutter-x: 9.5rem;
    }

    .g-xxl-95,
    .gy-xxl-95 {
        --bs-gutter-y: 9.5rem;
    }

    .g-xxl-100,
    .gx-xxl-100 {
        --bs-gutter-x: 10rem;
    }

    .g-xxl-100,
    .gy-xxl-100 {
        --bs-gutter-y: 10rem;
    }

    .g-xxl-105,
    .gx-xxl-105 {
        --bs-gutter-x: 10.5rem;
    }

    .g-xxl-105,
    .gy-xxl-105 {
        --bs-gutter-y: 10.5rem;
    }

    .g-xxl-110,
    .gx-xxl-110 {
        --bs-gutter-x: 11rem;
    }

    .g-xxl-110,
    .gy-xxl-110 {
        --bs-gutter-y: 11rem;
    }

    .g-xxl-115,
    .gx-xxl-115 {
        --bs-gutter-x: 11.5rem;
    }

    .g-xxl-115,
    .gy-xxl-115 {
        --bs-gutter-y: 11.5rem;
    }

    .g-xxl-120,
    .gx-xxl-120 {
        --bs-gutter-x: 12rem;
    }

    .g-xxl-120,
    .gy-xxl-120 {
        --bs-gutter-y: 12rem;
    }

    .g-xxl-125,
    .gx-xxl-125 {
        --bs-gutter-x: 12.5rem;
    }

    .g-xxl-125,
    .gy-xxl-125 {
        --bs-gutter-y: 12.5rem;
    }

    .g-xxl-130,
    .gx-xxl-130 {
        --bs-gutter-x: 13rem;
    }

    .g-xxl-130,
    .gy-xxl-130 {
        --bs-gutter-y: 13rem;
    }

    .g-xxl-135,
    .gx-xxl-135 {
        --bs-gutter-x: 13.5rem;
    }

    .g-xxl-135,
    .gy-xxl-135 {
        --bs-gutter-y: 13.5rem;
    }

    .g-xxl-140,
    .gx-xxl-140 {
        --bs-gutter-x: 14rem;
    }

    .g-xxl-140,
    .gy-xxl-140 {
        --bs-gutter-y: 14rem;
    }

    .g-xxl-145,
    .gx-xxl-145 {
        --bs-gutter-x: 14.5rem;
    }

    .g-xxl-145,
    .gy-xxl-145 {
        --bs-gutter-y: 14.5rem;
    }

    .g-xxl-150,
    .gx-xxl-150 {
        --bs-gutter-x: 15rem;
    }

    .g-xxl-150,
    .gy-xxl-150 {
        --bs-gutter-y: 15rem;
    }

    .g-xxl-155,
    .gx-xxl-155 {
        --bs-gutter-x: 15.5rem;
    }

    .g-xxl-155,
    .gy-xxl-155 {
        --bs-gutter-y: 15.5rem;
    }

    .g-xxl-160,
    .gx-xxl-160 {
        --bs-gutter-x: 16rem;
    }

    .g-xxl-160,
    .gy-xxl-160 {
        --bs-gutter-y: 16rem;
    }

    .g-xxl-165,
    .gx-xxl-165 {
        --bs-gutter-x: 16.5rem;
    }

    .g-xxl-165,
    .gy-xxl-165 {
        --bs-gutter-y: 16.5rem;
    }

    .g-xxl-170,
    .gx-xxl-170 {
        --bs-gutter-x: 17rem;
    }

    .g-xxl-170,
    .gy-xxl-170 {
        --bs-gutter-y: 17rem;
    }

    .g-xxl-175,
    .gx-xxl-175 {
        --bs-gutter-x: 17.5rem;
    }

    .g-xxl-175,
    .gy-xxl-175 {
        --bs-gutter-y: 17.5rem;
    }

    .g-xxl-180,
    .gx-xxl-180 {
        --bs-gutter-x: 18rem;
    }

    .g-xxl-180,
    .gy-xxl-180 {
        --bs-gutter-y: 18rem;
    }

    .g-xxl-185,
    .gx-xxl-185 {
        --bs-gutter-x: 18.5rem;
    }

    .g-xxl-185,
    .gy-xxl-185 {
        --bs-gutter-y: 18.5rem;
    }

    .g-xxl-190,
    .gx-xxl-190 {
        --bs-gutter-x: 19rem;
    }

    .g-xxl-190,
    .gy-xxl-190 {
        --bs-gutter-y: 19rem;
    }

    .g-xxl-195,
    .gx-xxl-195 {
        --bs-gutter-x: 19.5rem;
    }

    .g-xxl-195,
    .gy-xxl-195 {
        --bs-gutter-y: 19.5rem;
    }

    .g-xxl-200,
    .gx-xxl-200 {
        --bs-gutter-x: 20rem;
    }

    .g-xxl-200,
    .gy-xxl-200 {
        --bs-gutter-y: 20rem;
    }
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.button {
    display: inline-block !important;
    padding: 1.6rem 2.4rem !important;
    border: 0.1rem solid #000 !important;
    border-radius: 0.8rem !important;
    background-color: #000 !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

.button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.button--white {
    background-color: transparent !important;
    color: #000 !important;
}

.button--white:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.button--red {
    border-color: #c31e2f !important;
    background-color: #c31e2f !important;
    font-size: 2.4rem !important;
    color: #fff !important;
    padding-inline: 12rem !important;
}

.button--red:hover {
    background-color: #fff !important;
    color: #c31e2f !important;
}

@media (max-width: 991.98px) {
    .button {
        padding: 1.4rem 2rem !important;
    }

    .button--red {
        padding: 1.2rem 9.5rem !important;
        font-size: 2rem !important;
    }
}

@media (max-width: 393.98px) {
    .button {
        padding: 1.2rem 1.6rem !important;
    }

    .button--red {
        padding: 0.8rem 7rem !important;
        font-size: 1.6rem !important;
    }
}

input[type=submit] {
    display: inline-block;
    padding: 1.6rem 3.2rem;
    border: 0.1rem solid #000;
    border-radius: 0.8rem;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
}

input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 393.98px) {
    input[type=submit] {
        padding-block: 1.2rem;
    }
}

.wpcf7-spinner {
    display: none;
}

.link--underline a {
    text-decoration: underline;
}

.link--underline a:hover {
    text-decoration: none;
}

.img-wrapper--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-wrapper--contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
    margin-bottom: 3rem;
}

.default-style ul:not(:last-child),
.default-style ol:not(:last-child) {
    margin-bottom: 2rem;
}

.default-style ul {
    padding-left: 2.1rem;
    list-style-type: disc;
}

.default-style ol {
    padding-left: 2.1rem;
    list-style-type: decimal;
}

.default-style li:not(:last-child) {
    margin-bottom: 1rem;
}

.slider {
    position: relative;
}

.swiper-prev, .swiper-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-prev {
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.swiper-next {
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

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

.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

body.nav-show {
    position: relative;
    overflow: hidden;
}

body.nav-show .overlay {
    z-index: 9;
    opacity: 1;
}

.img--shadow {
    transition: all 0.3s ease-in-out;
}

.img--shadow:hover {
    box-shadow: none !important;
}

.search-input {
    background-image: url(../icons/search.svg);
    background-repeat: no-repeat;
    background-position: left 2.4rem center;
    background-size: 2.4rem;
    padding-inline: 6rem 2.4rem;
}

/* || TEXT */
.font--title {
    font-family: "AdrianeText";
    font-weight: 700;
    line-height: 1.1;
}

.fs--70 {
    font-size: 7rem;
}

@media (max-width: 991.98px) {
    .fs--70 {
        font-size: 5rem;
    }
}

@media (max-width: 393.98px) {
    .fs--70 {
        font-size: 3.2rem;
    }
}

.lh--14 {
    line-height: 1.4;
}

.color--primary-60 {
    color: rgba(0, 0, 0, 0.6);
}

.color--white-87 {
    color: rgba(255, 255, 255, 0.87);
}

/* || LINE LIMIT */
.line-limit--1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-limit--2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-limit--4 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* || ASPECT RATIO */
.aspect-ratio--1-1 {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.aspect-ratio--4-3 {
    overflow: hidden;
    aspect-ratio: 4/3;
}

.aspect-ratio--16-9 {
    overflow: hidden;
    aspect-ratio: 16/9;
}

/* || HOVER */
.hover--underline:hover {
    text-decoration: underline;
}

/* || SITEWIDE */
.header {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

.header .navbar__item .navbar__link {
    display: inline-block;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    padding-block: 1rem;
}

.header .navbar__item:hover .navbar__link {
    color: #c31e2f;
}

.header .navbar__item--active .navbar__link {
    font-weight: 700;
    color: #c31e2f;
}

.header .navbar {
    background-color: #fff;
}

.header .navbar__logo {
    display: block;
    max-width: 10rem;
}

@media (max-width: 393.98px) {
    .header .navbar__logo {
        max-width: 6.5rem;
    }
}

.header .navbar__cart {
    position: relative;
}

.header .navbar__cart svg {
    width: 2.8rem;
}

.header .navbar__cart svg g {
    transition: all 0.3s ease-in-out;
}

.header .navbar__cart .cart__link:hover svg g {
    stroke: #c31e2f;
}

.header .navbar__cart .cart__count {
    position: absolute;
    top: -0.4rem;
    right: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 0.1rem;
    border-radius: 50%;
    background-color: #c31e2f;
    font-size: 1rem;
    color: #fff;
}

.header .navbar__languages {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.8);
}

.header .navbar-mobile__container {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 18rem 2rem 5rem;
    border-bottom-right-radius: 100vw;
    background-color: #fff;
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    transform: translateX(-100vw);
    pointer-events: none;
}

@media (min-width: 576px) {
    .header .navbar-mobile__container {
        width: 60vw;
    }
}

@media (min-width: 768px) {
    .header .navbar-mobile__container {
        width: 45vw;
    }
}

@media (max-width: 393.98px) {
    .header .navbar-mobile__container {
        padding-top: 12rem;
    }
}

.header .navbar-mobile__container ul {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: auto;
    overflow-x: hidden;
}

.header .navbar-mobile__container li {
    transform: translateX(-100vw);
    pointer-events: auto;
}

.header .navbar-mobile .navbar__item .navbar__link {
    padding-block: 2rem;
}

.header .navbar-mobile input.hamburger {
    display: none;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container {
    border-bottom-right-radius: 0;
    transform: translateX(0);
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li {
    transform: translateX(0);
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ .navbar-mobile__container li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), background-color 0.2s ease-in-out;
}

.header .navbar-mobile input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}

.header .navbar-mobile input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header .navbar-mobile input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header .navbar-mobile label.hamburger {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 2rem;
    display: block;
    width: 2rem;
    transform: translateY(-50%);
}

.header .navbar-mobile label.hamburger:hover {
    cursor: pointer;
}

.header .navbar-mobile label.hamburger > i {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.2rem;
    border-radius: 1rem;
    background-color: #000;
    transition-delay: 0.35s;
    transition-duration: 0.35s;
    pointer-events: auto;
}

.header .navbar-mobile label.hamburger > i:before, .header .navbar-mobile label.hamburger > i:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 0.2rem;
    border-radius: 1rem;
    background-color: #000;
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

.header .navbar-mobile label.hamburger > i:before {
    transform: translate(-50%, -0.6rem);
}

.header .navbar-mobile label.hamburger > i:after {
    transform: translate(-50%, 0.6rem);
}

.footer {
    background-color: #2b2b2b;
}

.footer__title {
    font-size: 2rem;
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 5rem 8rem;
}

.footer .social__icon img {
    max-width: 2.4rem;
}

@media (max-width: 991.98px) {
    .footer__top {
        column-gap: 6rem;
    }
}

@media (max-width: 393.98px) {
    .footer__top {
        grid-template-columns: 1fr;
    }

    .footer .info__name {
        font-size: 1.6rem;
    }

    .footer__bottom .copyright, .footer__bottom .author {
        font-size: 1.4rem;
    }

    .footer__bottom .author p {
        display: inline;
    }
}

/* || HOMEPAGE */
.section-hero-banner .title {
    font-size: 8rem;
}

.section-hero-banner .desc {
    font-size: 2.8rem;
}

.section-hero-banner .button {
    font-size: 2rem;
}

.section-hero-banner .image img {
    object-fit: cover;
}

.section-hero-banner .image--first img {
    max-width: 46rem;
    aspect-ratio: 4/5;
}

.section-hero-banner .image--second img {
    max-width: 36rem;
    aspect-ratio: 1/2;
}

@media (max-width: 991.98px) {
    .section-hero-banner .title {
        font-size: 5.8rem;
    }

    .section-hero-banner .desc {
        font-size: 2.2rem;
    }

    .section-hero-banner .button {
        font-size: 1.7rem;
    }

    .section-hero-banner .image img {
        max-width: 46rem;
        aspect-ratio: 5/3;
    }
}

@media (max-width: 393.98px) {
    .section-hero-banner .title {
        font-size: 3.6rem;
    }

    .section-hero-banner .desc {
        font-size: 1.6rem;
    }

    .section-hero-banner .button {
        font-size: 1.4rem;
        padding-block: 1.4rem;
    }

    .section-hero-banner .image img {
        max-width: 30.5rem;
    }
}

.section-pages .page__img img {
    border-radius: 0.4rem;
    box-shadow: -1.6rem -1.6rem 0 0 #c31e2f;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 7/3;
    object-fit: cover;
}

.section-pages .page:hover .page__img img {
    box-shadow: 0 0 0 0 #c31e2f;
}

.section-pages .button {
    margin-top: -3.2rem;
}

@media (max-width: 991.98px) {
    .section-pages .page__img img {
        box-shadow: -1.2rem -1.2rem 0 0 #c31e2f;
    }
}

@media (max-width: 393.98px) {
    .section-pages .page__img img {
        box-shadow: -0.8rem -0.8rem 0 0 #c31e2f;
    }
}

.section-home-why .content-container {
    flex-basis: 55%;
    background-color: rgba(137, 137, 137, 0.1);
}

.section-home-why .content-container .values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;
}

.section-home-why .content-container .heading {
    font-size: 3.6rem;
}

.section-home-why .image {
    flex-basis: 45%;
}

@media (max-width: 991.98px) {
    .section-home-why .content-container .values {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .section-home-why .content-container .heading {
        font-size: 2.8rem;
    }

    .section-home-why .content-container .desc {
        font-size: 1.5rem;
    }

    .section-home-why .image {
        overflow: hidden;
        aspect-ratio: 10/7;
    }
}

@media (max-width: 393.98px) {
    .section-home-why .content-container .values {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .section-home-why .content-container .heading {
        font-size: 2rem;
    }

    .section-home-why .content-container .desc {
        font-size: 1.4rem;
    }
}

.section-home-services .services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem 8rem;
}

.section-home-services .service__img {
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
}

.section-home-services .service__heading {
    font-size: 2.4rem;
}

@media (max-width: 991.98px) {
    .section-home-services .services {
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem 6rem;
    }

    .section-home-services .service__img {
        box-shadow: 0.8rem 0.8rem 0 0 #c31e2f;
    }

    .section-home-services .service__heading {
        font-size: 1.9rem;
    }
}

@media (max-width: 393.98px) {
    .section-home-services .services {
        gap: 3rem 1.5rem;
    }

    .section-home-services .service__img {
        box-shadow: 0.5rem 0.5rem 0 0 #c31e2f;
    }

    .section-home-services .service__heading {
        font-size: 1.4rem;
    }
}

.section-download-app {
    background-color: #e8e8e8;
}

.section-download-app .download-app {
    padding-inline: 27rem;
}

.section-download-app .content-container,
.section-download-app .img-container {
    flex-basis: 50%;
}

.section-download-app .title {
    font-size: 5.4rem;
}

.section-download-app .desc {
    font-size: 2.8rem;
}

.section-download-app .link img {
    max-width: 18rem;
}

@media (max-width: 991.98px) {
    .section-download-app .download-app {
        padding-inline: 5rem;
    }

    .section-download-app .title {
        font-size: 3.4rem;
    }

    .section-download-app .desc {
        font-size: 2.1rem;
    }

    .section-download-app .link img {
        max-width: 16.5rem;
    }
}

@media (max-width: 393.98px) {
    .section-download-app .download-app {
        padding-inline: 0;
    }

    .section-download-app .title {
        font-size: 2.1rem;
    }

    .section-download-app .desc {
        font-size: 1.4rem;
    }

    .section-download-app .link img {
        max-width: 13.5rem;
    }

    .section-download-app .img-container img {
        max-width: 21.5rem;
        margin-inline: auto;
    }
}

.section-stores .stores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9.5rem;
}

.section-stores .store__img {
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 10/7;
}

.section-stores .store__heading {
    font-size: 2rem;
}

@media (max-width: 991.98px) {
    .section-stores .stores {
        gap: 5rem;
    }

    .section-stores .store__img {
        box-shadow: 1rem 1rem 0 0 #c31e2f;
    }

    .section-stores .store__heading {
        font-size: 1.8rem;
    }

    .section-stores .store__info {
        font-size: 1.4rem;
    }
}

@media (max-width: 393.98px) {
    .section-stores .stores {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .section-stores .store__img {
        box-shadow: 0.7rem 0.7rem 0 0 #c31e2f;
        aspect-ratio: 2/1;
    }

    .section-stores .store__heading {
        font-size: 1.6rem;
    }

    .section-stores .store__info {
        font-size: 1.2rem;
    }
}

.section-contact .map-container {
    flex-basis: 53%;
}

.section-contact .map-container iframe,
.section-contact .map-container p {
    width: 100%;
    height: 100%;
}

.section-contact .title {
    font-size: 4.8rem;
}

.section-contact .form-container {
    flex-basis: 47%;
    background-color: #e8e8e8;
}

@media (max-width: 991.98px) {
    .section-contact .map-container {
        overflow: hidden;
        aspect-ratio: 3/2;
    }

    .section-contact .title {
        font-size: 4rem;
    }
}

@media (max-width: 393.98px) {
    .section-contact .title {
        font-size: 3.2rem;
    }
}

/* || ABOUT */
.section-about .image-with-text {
    gap: 7%;
}

.section-about .image-with-text .img-container,
.section-about .image-with-text .content-container {
    flex-basis: 46.5%;
}

.section-about .image-with-text .image {
    background-color: #fafafa;
    box-shadow: 1.6rem 1.6rem 0 0 #c31e2f;
    aspect-ratio: 10/7;
}

.section-about .image-with-text .heading {
    font-size: 4.8rem;
    line-height: 1.2;
}

.section-about .image-with-text .default-style ul {
    padding-left: 0;
    list-style-type: none;
    margin-block: 5rem;
}

.section-about .image-with-text .default-style ul li:not(:last-child) {
    margin-bottom: 5rem;
}

.section-about .image-with-text .default-style ul li::before {
    content: attr(data-first-char);
    padding-right: 1rem;
    font-family: "AdrianeText";
    font-size: 3.6rem;
    font-weight: 700;
    vertical-align: middle;
}

.section-about .image-with-text + .image-with-text {
    margin-top: 16rem;
}

.section-about .image-with-text.flex-lg-row-reverse .image {
    aspect-ratio: 93/100;
}

@media (max-width: 991.98px) {
    .section-about .title {
        font-size: 5rem;
    }

    .section-about .image-with-text {
        gap: 6.5rem;
    }

    .section-about .image-with-text .image {
        box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    }

    .section-about .image-with-text .heading {
        font-size: 3.8rem;
    }

    .section-about .image-with-text .desc {
        font-size: 1.4rem;
    }

    .section-about .image-with-text .default-style ul {
        margin-block: 3rem;
    }

    .section-about .image-with-text .default-style ul li:not(:last-child) {
        margin-bottom: 3rem;
    }

    .section-about .image-with-text + .image-with-text {
        margin-top: 12rem;
    }
}

@media (max-width: 393.98px) {
    .section-about .title {
        font-size: 2.8rem;
    }

    .section-about .image-with-text {
        gap: 3rem;
    }

    .section-about .image-with-text .image {
        box-shadow: 0.8rem 0.8rem 0 0 #c31e2f;
    }

    .section-about .image-with-text .heading {
        font-size: 2.8rem;
    }

    .section-about .image-with-text .desc {
        font-size: 1.4rem;
    }

    .section-about .image-with-text .default-style ul {
        margin-block: 1rem;
    }

    .section-about .image-with-text .default-style ul li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .section-about .image-with-text + .image-with-text {
        margin-top: 6rem;
    }
}

/* || SHOP */
.section-shop-banner .shop-banner {
    overflow: hidden;
    aspect-ratio: 4/1;
}

.section-shop .shop-container {
    gap: 1.5%;
}

.section-shop .products__filter {
    flex-basis: 16.5%;
}

.section-shop .products-container {
    flex-basis: 82%;
}

@media (max-width: 991.98px) {
    .section-shop .products__filter {
        position: fixed;
        z-index: 111;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 5rem 4rem;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
    }

    .section-shop .products__filter-open {
        min-width: 19rem;
        padding: 1.1rem 2.4rem;
        border: 0.05rem solid #000;
        border-radius: 0.4rem;
        background: #fff;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

    .section-shop .products__filter-open svg {
        width: 2.4rem;
    }

    .section-shop .products__filter-open svg path {
        transition: all 0.3s ease-in-out;
    }

    .section-shop .products__filter-open:hover {
        background: #000;
        color: #fff;
    }

    .section-shop .products__filter-open:hover svg path {
        fill: #fff;
    }

    .section-shop .products__filter-close {
        max-width: 2.5rem;
        margin-bottom: 2rem;
        margin-left: auto;
        cursor: pointer;
    }

    .section-shop .products__filter-close svg {
        transition: all 0.3s ease-in-out;
    }

    .section-shop .products__filter-close:hover svg {
        fill: #C31E2F;
    }

    .section-shop .products__filter--show {
        transform: none;
    }
}

@media (max-width: 393.98px) {
    .section-shop .shop-search-sort .search-container {
        order: 1;
    }

    .section-shop .products__filter {
        width: 100vw;
        padding: 3rem;
    }

    .section-shop .products__filter-open {
        min-width: 15.5rem;
        padding: 0.6rem 1.6rem;
        font-size: 1.4rem;
    }
}

.section-shop-item .slider ul.products {
    margin-bottom: 0;
}

.section-shop-item .slider ul.products li.product {
    float: none;
    width: auto;
    margin: 0 !important;
}

.section-shop-item .section-related-products .title {
    padding-left: 23rem;
    font-size: 2.4rem;
}

@media (max-width: 991.98px) {
    .section-shop-item .section-related-products .title {
        padding-left: 2rem;
        font-size: 2rem;
    }
}

@media (max-width: 393.98px) {
    .section-shop-item .section-related-products .title {
        font-size: 1.6rem;
    }
}

.products__filter .filter-wrapper {
    height: 100%;
    overflow-y: auto;
}

.bapf_sfilter {
    margin-bottom: 0;
}

.bapf_sfilter .bapf_head h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a,
.bapf_from,
.bapf_to {
    color: rgba(0, 0, 0, 0.6);
}

.bapf_sfilter .bapf_body {
    margin-top: 1.2rem;
}

.bapf_sfilter .bapf_body > ul {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.8rem;
}

.bapf_sfilter label {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.berocket_single_filter_widget .bapf_sfilter {
    padding-block: 2.7rem;
}

.berocket_single_filter_widget:first-child .bapf_sfilter {
    padding-top: 0;
}

.berocket_single_filter_widget:last-child .bapf_sfilter {
    padding-bottom: 0;
}

.bapf_slidr_jqrui .bapf_slidr_main {
    margin-bottom: 0;
}

.bapf_slidr_main.ui-widget-content {
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.2);
}

.bapf_slidr_main.ui-widget-content .ui-slider-range {
    background: #C31E2F;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    top: 50%;
    width: 1.2rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    background: #fff;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle:nth-last-child(2) {
    transform: translateY(-50%) translateX(0.9rem);
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle:nth-last-child(1) {
    transform: translateY(-50%) translateX(-0.45rem);
}

.bapf_sfilter .ui-widget-content .ui-state-default {
    border: 0.1rem solid rgba(0, 0, 0, 0.6);
}

.bapf_sfilter.bapf_srch .bapf_body {
    margin-top: 0;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_input {
    height: auto;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-inline: 6rem 2.4rem;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_search {
    top: 50%;
    right: unset;
    left: 2.4rem;
    width: 2.4rem;
    margin-left: 0;
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
    transform: translateY(-50%);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    margin-bottom: 6rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .woocommerce .woocommerce-breadcrumb,
    .woocommerce-page .woocommerce-breadcrumb {
        margin-bottom: 4rem;
        font-size: 1.9rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce .woocommerce-breadcrumb,
    .woocommerce-page .woocommerce-breadcrumb {
        margin-bottom: 2.4rem;
        font-size: 1.4rem;
    }
}

.woocommerce.woocommerce-shop .woocommerce-breadcrumb,
.woocommerce-page.woocommerce-shop .woocommerce-breadcrumb {
    position: absolute;
    top: 8rem;
    left: 12rem;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .woocommerce.woocommerce-shop .woocommerce-breadcrumb,
    .woocommerce-page.woocommerce-shop .woocommerce-breadcrumb {
        top: 4.5rem;
        left: 4rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce.woocommerce-shop .woocommerce-breadcrumb,
    .woocommerce-page.woocommerce-shop .woocommerce-breadcrumb {
        position: static;
    }
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    min-width: 22rem;
    margin: 0;
}

@media (max-width: 991.98px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        min-width: 19rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 15.5rem;
        min-width: unset;
    }

    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        padding: 0.9rem 1.6rem;
        font-size: 1.4rem;
    }
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    margin-bottom: 4rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 7rem;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__category,
.woocommerce-page ul.products li.product .woocommerce-loop-product__category {
    line-height: 1.4;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 2rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
    padding-block: 0.5rem 1.5rem;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #c31e2f;
}

@media (max-width: 991.98px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin-bottom: 5rem;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__category,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__category {
        font-size: 1.4rem;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.6rem;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
        font-size: 1.8rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin-bottom: 2.5rem;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__category,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__category {
        font-size: 1.2rem;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.2rem;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
        font-size: 1.6rem;
    }
}

nav.pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
nav.pagination .nav-links {
    display: inline-flex;
    margin: 0;
    border: 0;
    gap: 2.5rem;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    float: none;
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
nav.pagination .nav-links a,
nav.pagination .nav-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    min-width: unset;
    height: 3.5rem;
    padding: 0;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a.current,
.woocommerce-page nav.woocommerce-pagination ul li span:hover,
.woocommerce-page nav.woocommerce-pagination ul li span:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
nav.pagination .nav-links a:hover,
nav.pagination .nav-links a:focus,
nav.pagination .nav-links a.current,
nav.pagination .nav-links span:hover,
nav.pagination .nav-links span:focus,
nav.pagination .nav-links span.current {
    background: #c31e2f;
    color: #fff;
}

@media (max-width: 991.98px) {
    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-page nav.woocommerce-pagination ul,
    nav.pagination .nav-links {
        gap: 1.5rem;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce-page nav.woocommerce-pagination ul li a,
    .woocommerce-page nav.woocommerce-pagination ul li span,
    nav.pagination .nav-links a,
    nav.pagination .nav-links span {
        width: 3rem;
        height: 3rem;
        font-size: 1.7rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-page nav.woocommerce-pagination ul,
    nav.pagination .nav-links {
        gap: 0.5rem;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce-page nav.woocommerce-pagination ul li a,
    .woocommerce-page nav.woocommerce-pagination ul li span,
    nav.pagination .nav-links a,
    nav.pagination .nav-links span {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1.4rem;
    }
}

.woocommerce div.product .product__info,
.woocommerce-page div.product .product__info {
    gap: 13%;
}

.rtwpvg-images {
    margin-bottom: 0;
}

.rtwpvg-wrapper .rtwpvg-slider,
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
    border: 0.1rem solid rgba(0, 0, 0, 0.6);
    border-radius: 0.2rem;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    flex-basis: 35%;
    width: auto;
    margin-bottom: 0;
}

.woocommerce div.product .product_category,
.woocommerce-page div.product .product_category {
    font-size: 2rem;
    line-height: 1.2;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 2.4rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #c31e2f;
    margin-block: 1.5rem;
}

.woocommerce div.product .woocommerce-product-details__description,
.woocommerce-page div.product .woocommerce-product-details__description {
    line-height: 1.5;
}

.woocommerce div.product .woocommerce-product-details__description p:not(:last-child),
.woocommerce-page div.product .woocommerce-product-details__description p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations th {
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    margin-bottom: 0;
    padding-top: 1rem;
}

.woocommerce div.product form.cart .variations select {
    margin-right: 0;
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    margin: 0 1rem 0 0;
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
    width: 10rem;
    margin-bottom: 0;
    padding-block: 1.6rem;
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    float: none;
    padding-inline: 5.5rem !important;
}

@media (max-width: 991.98px) {
    .woocommerce div.product .product__info,
    .woocommerce-page div.product .product__info {
        gap: 5%;
    }

    .rtwpvg-images {
        max-width: 45%;
    }

    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        flex-basis: 50%;
    }

    .woocommerce div.product .product_category,
    .woocommerce-page div.product .product_category {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .woocommerce div.product .product_title,
    .woocommerce-page div.product .product_title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce-page div.product p.price,
    .woocommerce-page div.product span.price {
        font-size: 1.8rem;
        margin-block: 2rem 2.5rem;
    }

    .woocommerce div.product .woocommerce-product-details__description,
    .woocommerce-page div.product .woocommerce-product-details__description {
        font-size: 1.4rem;
    }

    .woocommerce div.product .woocommerce-product-details__description p:not(:last-child),
    .woocommerce-page div.product .woocommerce-product-details__description p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .woocommerce div.product form.cart .button,
    .woocommerce-page div.product form.cart .button {
        padding: 1rem 3rem !important;
    }

    .woocommerce div.product form.cart,
    .woocommerce-page div.product form.cart {
        margin-top: 2.5rem;
    }

    .woocommerce .quantity .qty,
    .woocommerce-page .quantity .qty {
        padding-block: 1rem;
    }
}

@media (max-width: 393.98px) {
    .woocommerce div.product .product__info,
    .woocommerce-page div.product .product__info {
        gap: 1rem;
    }

    .woocommerce div.product .product_category,
    .woocommerce div.product .product_title,
    .woocommerce-page div.product .product_category,
    .woocommerce-page div.product .product_title {
        font-size: 1.2rem;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce-page div.product p.price,
    .woocommerce-page div.product span.price {
        font-size: 1.6rem;
    }

    .woocommerce div.product .woocommerce-product-details__description,
    .woocommerce-page div.product .woocommerce-product-details__description {
        font-size: 1.2rem;
    }

    .woocommerce div.product .woocommerce-product-details__description p:not(:last-child),
    .woocommerce-page div.product .woocommerce-product-details__description p:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 10rem;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 20rem;
    margin: 0 1rem 0 0;
    padding: 1.3rem 2rem;
    border: 0.05rem solid #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.woocommerce .select2-container {
    z-index: 1 !important;
    line-height: 1.3 !important;
}

.select2-container .select2-selection--single {
    height: auto;
    margin: 0;
    border: 0.05rem solid #000;
    border-radius: 0.4rem;
}

.select2-container--open .select2-selection--single {
    border-radius: 0.4rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.3rem 2rem;
    line-height: 1.3;
    text-align: left;
}

.select2-container .select2-search .select2-search__field {
    margin-bottom: 0;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    text-decoration: underline;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    text-decoration: none;
}

.woocommerce-cart .default-style h1,
.woocommerce-cart .default-style h2,
.woocommerce-cart .default-style h3,
.woocommerce-cart .default-style h4,
.woocommerce-checkout .default-style h1,
.woocommerce-checkout .default-style h2,
.woocommerce-checkout .default-style h3,
.woocommerce-checkout .default-style h4,
.woocommerce-account .default-style h1,
.woocommerce-account .default-style h2,
.woocommerce-account .default-style h3,
.woocommerce-account .default-style h4 {
    font-size: 2rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

h3#order_review_heading {
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .woocommerce-page .col2-set .col-2 {
        margin-top: 3rem;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 3rem;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style-type: none;
}

/* || SERVICES */
.section-services .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9rem 11.5rem;
}

.section-services .service__img {
    box-shadow: 1.6rem 1.6rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 7/5;
}

.section-services .service__heading {
    font-size: 4.8rem;
    line-height: 1.2;
}

.section-services .service__desc {
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-services .services {
        gap: 5rem 6rem;
    }

    .section-services .service__img {
        box-shadow: 1.4rem 1.4rem 0 0 #c31e2f;
        aspect-ratio: 3/2;
    }

    .section-services .service__heading {
        font-size: 3.8rem;
    }

    .section-services .service__desc {
        font-size: 1.4rem;
    }
}

@media (max-width: 393.98px) {
    .section-services .title {
        font-size: 2.8rem;
    }

    .section-services .services {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .section-services .service__img {
        box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    }

    .section-services .service__heading {
        font-size: 2.8rem;
    }

    .section-services .service__desc {
        font-size: 1.2rem;
    }
}

/* || E-VALUATION */
.section-e-valuation .e-valuation-banner .banner__img {
    box-shadow: 2.4rem 2.4rem 0 0 #c31e2f;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    aspect-ratio: 153/40;
}

.section-e-valuation .e-valuation-banner .banner__heading {
    font-size: 4.8rem;
    line-height: 1.2;
}

.section-e-valuation .e-valuation-banner .banner__desc {
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-e-valuation .e-valuation-banner .banner__img {
        box-shadow: 1.6rem 1.6rem 0 0 #c31e2f;
        aspect-ratio: 68/29;
    }

    .section-e-valuation .e-valuation-banner .banner__heading {
        font-size: 3.6rem;
    }

    .section-e-valuation .e-valuation-banner .banner__desc {
        font-size: 1.4rem;
    }
}

@media (max-width: 393.98px) {
    .section-e-valuation .e-valuation-banner .banner__img {
        border-radius: 0.4rem;
        box-shadow: -0.8rem -0.8rem 0 0 #c31e2f;
    }

    .section-e-valuation .e-valuation-banner .banner__heading {
        font-size: 2.4rem;
    }

    .section-e-valuation .e-valuation-banner .banner__desc {
        font-size: 1.2rem;
    }
}

.section-e-valuation .process__img {
    max-width: 30rem;
    border-radius: 0.4rem;
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.section-e-valuation .process__heading {
    font-size: 3.2rem;
    line-height: 1.2;
}

.section-e-valuation .process__desc {
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-e-valuation .process__img {
        border-radius: 0.3rem;
    }

    .section-e-valuation .process__heading {
        font-size: 2.4rem;
    }

    .section-e-valuation .process__desc {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media (max-width: 393.98px) {
    .section-e-valuation .process__img {
        border-radius: 0.2rem;
        box-shadow: 1rem 1rem 0 0 #c31e2f;
        aspect-ratio: 15/7;
    }

    .section-e-valuation .process__heading {
        font-size: 1.6rem;
    }

    .section-e-valuation .process__desc {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .section-e-valuation .button {
        padding: 2rem 5.4rem !important;
    }
}

@media (max-width: 393.98px) {
    .section-e-valuation .title {
        font-size: 3.6rem;
    }
}

/* || BLOG */
.section-blog .blog {
    padding-block: 5.5rem;
}

.section-blog .blog:first-child {
    padding-top: 0;
}

.section-blog .blog:last-child {
    padding-bottom: 0;
}

.section-blog .blog + .blog {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.26);
}

.section-blog .blog__img {
    max-width: 30rem;
    border-radius: 0.4rem;
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.section-blog-details .content-container {
    max-width: 100rem;
    margin-inline: auto;
}

.section-blog-details .image {
    border-radius: 0.4rem;
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 2;
}

.section-blog-details .desc {
    font-size: 2rem;
}

.section-blog .blog__heading {
    font-size: 3.2rem;
    line-height: 1.2;
}

.section-blog .blog__desc {
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-blog .blog {
        padding-block: 4rem;
    }

    .section-blog .blog__img {
        border-radius: 0.3rem;
    }

    .section-blog .blog__heading {
        font-size: 2.4rem;
    }

    .section-blog .blog__desc {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

@media (max-width: 393.98px) {
    .section-blog .blog {
        padding-block: 1.75rem;
    }

    .section-blog .blog + .blog {
        border-top: 0;
    }

    .section-blog .blog__img {
        border-radius: 0.2rem;
        box-shadow: 1rem 1rem 0 0 #c31e2f;
        aspect-ratio: 17/10;
    }

    .section-blog .blog__heading {
        font-size: 1.6rem;
    }

    .section-blog .blog__desc {
        font-size: 1.2rem;
		max-height: 5.6rem;
    }
}

@media (max-width: 393.98px) {
    .section-blog .title {
        font-size: 3.6rem;
    }
}

/* || PAWNING GUIDE */
.section-pawning-guide .calculator-container {
    padding-inline: 22rem;
}

.section-pawning-guide .loan-calculator {
    border: 0.4rem solid #c31e2f;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
}

.section-pawning-guide .loan-calculator .calc__interest,
.section-pawning-guide .loan-calculator label,
.section-pawning-guide .loan-calculator input {
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

.section-pawning-guide .loan-calculator label {
    margin-bottom: 0.2rem;
}

.section-pawning-guide .loan-calculator input {
    padding: 1.2rem;
    border: 0.1rem solid #000;
    border-radius: 0.2rem;
}

.section-pawning-guide .loan-calculator .calc__output {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.6);
}

.section-pawning-guide .loan-calculator .calc__output input {
    background-color: rgba(137, 137, 137, 0.2);
    pointer-events: none;
}

.section-pawning-guide .processes__title,
.section-pawning-guide .calc__heading {
    font-size: 4.8rem;
    line-height: 1.2;
}

.section-pawning-guide .rules__heading {
    font-size: 3.2rem;
    line-height: 1.2;
}

.section-pawning-guide .rules__desc {
    line-height: 1.4;
}

.section-pawning-guide .rules__desc li:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .section-pawning-guide .calculator-container {
        padding-inline: 5rem;
    }

    .section-pawning-guide .loan-calculator {
        border: 0.2rem solid #c31e2f;
        box-shadow: 1rem 1rem 0 0 #c31e2f;
    }

    .section-pawning-guide .loan-calculator .calc__heading {
        font-size: 3.6rem;
    }

    .section-pawning-guide .loan-calculator .calc__interest {
        font-size: 1.5rem;
    }

    .section-pawning-guide .processes__title {
        font-size: 4rem;
    }

    .section-pawning-guide .rules__heading {
        font-size: 2.6rem;
    }

    .section-pawning-guide .rules__desc {
        font-size: 1.4rem;
    }
}

@media (max-width: 393.98px) {
    .section-pawning-guide .calculator-container {
        padding-inline: 2.5rem;
    }

    .section-pawning-guide .loan-calculator {
        border: 0.1rem solid #c31e2f;
        box-shadow: 0.7rem 0.7rem 0 0 #c31e2f;
    }

    .section-pawning-guide .loan-calculator .calc__heading {
        font-size: 2.4rem;
    }

    .section-pawning-guide .loan-calculator .calc__interest {
        font-size: 1.4rem;
    }

    .section-pawning-guide .processes__title {
        font-size: 3.2rem;
    }

    .section-pawning-guide .rules__heading {
        font-size: 2rem;
    }

    .section-pawning-guide .rules__desc {
        font-size: 1.2rem;
    }
}

.section-pawning-guide .process__img {
    max-width: 30rem;
    border-radius: 0.4rem;
    box-shadow: 1.2rem 1.2rem 0 0 #c31e2f;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.section-pawning-guide .process__heading {
    font-size: 3.2rem;
    line-height: 1.2;
}

.section-pawning-guide .process__desc {
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-pawning-guide .process__img {
        border-radius: 0.3rem;
    }

    .section-pawning-guide .process__heading {
        font-size: 2.4rem;
    }

    .section-pawning-guide .process__desc {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media (max-width: 393.98px) {
    .section-pawning-guide .process__img {
        border-radius: 0.2rem;
        box-shadow: 1rem 1rem 0 0 #c31e2f;
        aspect-ratio: 15/7;
    }

    .section-pawning-guide .process__heading {
        font-size: 1.6rem;
    }

    .section-pawning-guide .process__desc {
        font-size: 1.4rem;
    }
}

/*# sourceMappingURL=main.css.map */
