@media only screen and (max-width: 767px) {
    .filter-p {
        font-size: 13px !important;
    }

    .e-collectionList a {
        min-height: 50vw;
    }

    .btn-lg {
        padding: 0.6rem 2rem !important;
    }

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

    .open-fancybox-btn {
        top: 15px !important;
        right: 25px !important;
        font-size: 15px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .table-responsive tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

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

    .table-responsive td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        flex: 1;
    }

    .table-responsive td {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 8px;
        text-align: left;
    }

    .table-responsive tbody {
        display: block;
        width: 100%;
    }

    .parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .cover-text h2 {
        margin: 15px 0 5px;
        /* font-size: 15px; */
        font-size: 20px;
    }

    .company-p {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 50px;
    }

    .har_kone {
        padding-top: 20px;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive table {
        width: 100%;
        display: block;
    }

    .fix-text {
        position: relative;
        left: 0px;
        /* top: 50px; */
    }

    .fixed-width-image {
        height: 65px !important;
        width: 65px !important;
        margin-left: 9px;
    }

    .divSocial {
        display: flex;
        gap: 15px;
        align-items: baseline;
        font-size: 15px;
    }

    /* .s-product_multimedia-slick img {
    height: 45vh !important;
    object-fit: cover;
  } */

    .main-image {
        height: 40vh !important;
        object-fit: cover;
    }

    .gmap_iframe {
        width: 100% !important;
        height: 400px !important;
    }

    .s-beneficios_item-angle {
        background-color: transparent;
    }

    .s-ventajas_item-title::before {
        background-color: transparent;
    }

    .border-red-radius {
        background-color: #0a5b93;
    }
}


@media only screen and (min-width: 360px) and (max-width: 767px) {
    .filter-p {
        font-size: 13px !important;
    }

    .fix-text {
        position: relative;
        left: 0px;
        /* top: 50px; */
    }

    .fix-text h1 {
        font-size: 28px;
    }

    .img-fluid-layout {
        width: 100%;
        height: 20vh;
        object-fit: cover;
    }

    .s-product-title {
        font-family: Poppins;
        font-size: 1.5rem;
        font-weight: 300;
        margin-right: 1rem;
    }

    .s-bannerContactImage_title {
        font-size: 1.375rem;
    }

    .company-img img {
        width: 100%;
        border-radius: 100px 0;
    }

    .profile-btn {
        color: white;
        text-decoration: none;
        font-size: 16px;

        transition: background-color 0.3s ease;
        position: absolute;
        bottom: 10px;
        left: 20px;
        border-bottom: 1px solid #ffffff87;
        padding-bottom: 5px;
    }

    .offset-new {
        margin-left: 0% !important;
    }

    /* collection css style changed*/
    .gallery-full_element.slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        /* Prevent image overflow */
    }

    /* collection css style changed*/
    .gallery-full_element img {
        width: 65vh;
        height: 40vh;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    /* .s-product_multimedia-slickNav img {
    height: 70px;
    width: 141px;
    object-fit: cover;
  } */

    .thumb-item {
        width: 80px !important;
    }

    .thumb-item img {
        height: 70px !important;
        width: 70px !important;
        object-fit: cover;
    }

    .productos-destacados .producto.slick-current .producto-box {
        height: 50vh;
    }

    .productos-destacados .producto-image {
        width: 100%;
        transition: all ease 0.5s;
        height: 50vh;
    }
}

@media (max-width: 1199.98px) {
    .s-actualidad_slider .e_noticiaList-container {
        min-height: 20rem;
    }

    .gallery-full_element img {
        height: 40vh !important;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 0.375rem;
    }

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

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

    .g-sm-12,
    .gx-sm-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-sm-12,
    .gy-sm-12 {
        --bs-gutter-y: 0.75rem;
    }

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

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

    .g-sm-20,
    .gx-sm-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-sm-20,
    .gy-sm-20 {
        --bs-gutter-y: 1.25rem;
    }

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

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

    .g-sm-28,
    .gx-sm-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-sm-28,
    .gy-sm-28 {
        --bs-gutter-y: 1.75rem;
    }

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

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

    .g-sm-36,
    .gx-sm-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-sm-36,
    .gy-sm-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-sm-40,
    .gx-sm-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-40,
    .gy-sm-40 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-sm-52,
    .gx-sm-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-sm-52,
    .gy-sm-52 {
        --bs-gutter-y: 3.25rem;
    }

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

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

    .g-sm-116,
    .gx-sm-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-sm-116,
    .gy-sm-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-sm-128,
    .gx-sm-128 {
        --bs-gutter-x: 8rem;
    }

    .g-sm-128,
    .gy-sm-128 {
        --bs-gutter-y: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .gap-sm-4 {
        gap: 0.25rem !important;
    }

    .gap-sm-6 {
        gap: 0.375rem !important;
    }

    .gap-sm-8 {
        gap: 0.5rem !important;
    }

    .gap-sm-12 {
        gap: 0.75rem !important;
    }

    .gap-sm-16 {
        gap: 1rem !important;
    }

    .gap-sm-20 {
        gap: 1.25rem !important;
    }

    .gap-sm-24 {
        gap: 1.5rem !important;
    }

    .gap-sm-28 {
        gap: 1.75rem !important;
    }

    .gap-sm-32 {
        gap: 2rem !important;
    }

    .gap-sm-36 {
        gap: 2.25rem !important;
    }

    .gap-sm-40 {
        gap: 2.5rem !important;
    }

    .gap-sm-48 {
        gap: 3rem !important;
    }

    .gap-sm-52 {
        gap: 3.25rem !important;
    }

    .gap-sm-80 {
        gap: 5rem !important;
    }

    .gap-sm-116 {
        gap: 7.25rem !important;
    }

    .gap-sm-128 {
        gap: 8rem !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-4 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

    .m-sm-28 {
        margin: 1.75rem !important;
    }

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

    .m-sm-36 {
        margin: 2.25rem !important;
    }

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

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

    .m-sm-52 {
        margin: 3.25rem !important;
    }

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

    .m-sm-116 {
        margin: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mx-sm-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

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

    .mx-sm-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

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

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

    .mx-sm-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

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

    .mx-sm-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-sm-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !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-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

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

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

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

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

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

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

    .my-sm-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

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

    .my-sm-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

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

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

    .my-sm-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

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

    .my-sm-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mt-sm-28 {
        margin-top: 1.75rem !important;
    }

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

    .mt-sm-36 {
        margin-top: 2.25rem !important;
    }

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

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

    .mt-sm-52 {
        margin-top: 3.25rem !important;
    }

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

    .mt-sm-116 {
        margin-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .me-sm-28 {
        margin-right: 1.75rem !important;
    }

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

    .me-sm-36 {
        margin-right: 2.25rem !important;
    }

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

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

    .me-sm-52 {
        margin-right: 3.25rem !important;
    }

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

    .me-sm-116 {
        margin-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mb-sm-28 {
        margin-bottom: 1.75rem !important;
    }

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

    .mb-sm-36 {
        margin-bottom: 2.25rem !important;
    }

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

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

    .mb-sm-52 {
        margin-bottom: 3.25rem !important;
    }

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

    .mb-sm-116 {
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .ms-sm-28 {
        margin-left: 1.75rem !important;
    }

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

    .ms-sm-36 {
        margin-left: 2.25rem !important;
    }

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

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

    .ms-sm-52 {
        margin-left: 3.25rem !important;
    }

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

    .ms-sm-116 {
        margin-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .p-sm-28 {
        padding: 1.75rem !important;
    }

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

    .p-sm-36 {
        padding: 2.25rem !important;
    }

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

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

    .p-sm-52 {
        padding: 3.25rem !important;
    }

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

    .p-sm-116 {
        padding: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .px-sm-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

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

    .px-sm-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

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

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

    .px-sm-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

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

    .px-sm-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .py-sm-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

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

    .py-sm-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

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

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

    .py-sm-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

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

    .py-sm-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pt-sm-28 {
        padding-top: 1.75rem !important;
    }

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

    .pt-sm-36 {
        padding-top: 2.25rem !important;
    }

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

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

    .pt-sm-52 {
        padding-top: 3.25rem !important;
    }

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

    .pt-sm-116 {
        padding-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pe-sm-28 {
        padding-right: 1.75rem !important;
    }

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

    .pe-sm-36 {
        padding-right: 2.25rem !important;
    }

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

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

    .pe-sm-52 {
        padding-right: 3.25rem !important;
    }

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

    .pe-sm-116 {
        padding-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pb-sm-28 {
        padding-bottom: 1.75rem !important;
    }

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

    .pb-sm-36 {
        padding-bottom: 2.25rem !important;
    }

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

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

    .pb-sm-52 {
        padding-bottom: 3.25rem !important;
    }

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

    .pb-sm-116 {
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .ps-sm-28 {
        padding-left: 1.75rem !important;
    }

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

    .ps-sm-36 {
        padding-left: 2.25rem !important;
    }

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

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

    .ps-sm-52 {
        padding-left: 3.25rem !important;
    }

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

    .ps-sm-116 {
        padding-left: 7.25rem !important;
    }

    .ps-sm-128 {
        padding-left: 8rem !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) {
    /* .fix-text {
        left: 0px !important;
    } */

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 0.375rem;
    }

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

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

    .g-md-12,
    .gx-md-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-md-12,
    .gy-md-12 {
        --bs-gutter-y: 0.75rem;
    }

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

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

    .g-md-20,
    .gx-md-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-md-20,
    .gy-md-20 {
        --bs-gutter-y: 1.25rem;
    }

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

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

    .g-md-28,
    .gx-md-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-md-28,
    .gy-md-28 {
        --bs-gutter-y: 1.75rem;
    }

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

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

    .g-md-36,
    .gx-md-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-md-36,
    .gy-md-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-md-40,
    .gx-md-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-40,
    .gy-md-40 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-md-52,
    .gx-md-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-md-52,
    .gy-md-52 {
        --bs-gutter-y: 3.25rem;
    }

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

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

    .g-md-116,
    .gx-md-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-md-116,
    .gy-md-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-md-128,
    .gx-md-128 {
        --bs-gutter-x: 8rem;
    }

    .g-md-128,
    .gy-md-128 {
        --bs-gutter-y: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .gap-md-4 {
        gap: 0.25rem !important;
    }

    .gap-md-6 {
        gap: 0.375rem !important;
    }

    .gap-md-8 {
        gap: 0.5rem !important;
    }

    .gap-md-12 {
        gap: 0.75rem !important;
    }

    .gap-md-16 {
        gap: 1rem !important;
    }

    .gap-md-20 {
        gap: 1.25rem !important;
    }

    .gap-md-24 {
        gap: 1.5rem !important;
    }

    .gap-md-28 {
        gap: 1.75rem !important;
    }

    .gap-md-32 {
        gap: 2rem !important;
    }

    .gap-md-36 {
        gap: 2.25rem !important;
    }

    .gap-md-40 {
        gap: 2.5rem !important;
    }

    .gap-md-48 {
        gap: 3rem !important;
    }

    .gap-md-52 {
        gap: 3.25rem !important;
    }

    .gap-md-80 {
        gap: 5rem !important;
    }

    .gap-md-116 {
        gap: 7.25rem !important;
    }

    .gap-md-128 {
        gap: 8rem !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-4 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

    .m-md-28 {
        margin: 1.75rem !important;
    }

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

    .m-md-36 {
        margin: 2.25rem !important;
    }

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

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

    .m-md-52 {
        margin: 3.25rem !important;
    }

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

    .m-md-116 {
        margin: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mx-md-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

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

    .mx-md-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

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

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

    .mx-md-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

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

    .mx-md-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-md-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !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-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

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

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

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

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

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

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

    .my-md-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

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

    .my-md-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

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

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

    .my-md-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

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

    .my-md-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mt-md-28 {
        margin-top: 1.75rem !important;
    }

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

    .mt-md-36 {
        margin-top: 2.25rem !important;
    }

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

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

    .mt-md-52 {
        margin-top: 3.25rem !important;
    }

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

    .mt-md-116 {
        margin-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .me-md-28 {
        margin-right: 1.75rem !important;
    }

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

    .me-md-36 {
        margin-right: 2.25rem !important;
    }

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

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

    .me-md-52 {
        margin-right: 3.25rem !important;
    }

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

    .me-md-116 {
        margin-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mb-md-28 {
        margin-bottom: 1.75rem !important;
    }

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

    .mb-md-36 {
        margin-bottom: 2.25rem !important;
    }

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

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

    .mb-md-52 {
        margin-bottom: 3.25rem !important;
    }

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

    .mb-md-116 {
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .ms-md-28 {
        margin-left: 1.75rem !important;
    }

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

    .ms-md-36 {
        margin-left: 2.25rem !important;
    }

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

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

    .ms-md-52 {
        margin-left: 3.25rem !important;
    }

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

    .ms-md-116 {
        margin-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .p-md-28 {
        padding: 1.75rem !important;
    }

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

    .p-md-36 {
        padding: 2.25rem !important;
    }

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

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

    .p-md-52 {
        padding: 3.25rem !important;
    }

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

    .p-md-116 {
        padding: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .px-md-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

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

    .px-md-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

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

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

    .px-md-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

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

    .px-md-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .py-md-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

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

    .py-md-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

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

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

    .py-md-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

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

    .py-md-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pt-md-28 {
        padding-top: 1.75rem !important;
    }

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

    .pt-md-36 {
        padding-top: 2.25rem !important;
    }

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

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

    .pt-md-52 {
        padding-top: 3.25rem !important;
    }

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

    .pt-md-116 {
        padding-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pe-md-28 {
        padding-right: 1.75rem !important;
    }

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

    .pe-md-36 {
        padding-right: 2.25rem !important;
    }

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

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

    .pe-md-52 {
        padding-right: 3.25rem !important;
    }

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

    .pe-md-116 {
        padding-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pb-md-28 {
        padding-bottom: 1.75rem !important;
    }

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

    .pb-md-36 {
        padding-bottom: 2.25rem !important;
    }

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

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

    .pb-md-52 {
        padding-bottom: 3.25rem !important;
    }

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

    .pb-md-116 {
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .ps-md-28 {
        padding-left: 1.75rem !important;
    }

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

    .ps-md-36 {
        padding-left: 2.25rem !important;
    }

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

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

    .ps-md-52 {
        padding-left: 3.25rem !important;
    }

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

    .ps-md-116 {
        padding-left: 7.25rem !important;
    }

    .ps-md-128 {
        padding-left: 8rem !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) {
    .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.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    /* .offset-lg-1 {
    margin-left: 8.3333333333%;
  } */

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 0.375rem;
    }

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

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

    .g-lg-12,
    .gx-lg-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-lg-12,
    .gy-lg-12 {
        --bs-gutter-y: 0.75rem;
    }

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

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

    .g-lg-20,
    .gx-lg-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-lg-20,
    .gy-lg-20 {
        --bs-gutter-y: 1.25rem;
    }

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

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

    .g-lg-28,
    .gx-lg-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-lg-28,
    .gy-lg-28 {
        --bs-gutter-y: 1.75rem;
    }

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

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

    .g-lg-36,
    .gx-lg-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-lg-36,
    .gy-lg-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-lg-40,
    .gx-lg-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-40,
    .gy-lg-40 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-lg-52,
    .gx-lg-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-lg-52,
    .gy-lg-52 {
        --bs-gutter-y: 3.25rem;
    }

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

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

    .g-lg-116,
    .gx-lg-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-lg-116,
    .gy-lg-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-lg-128,
    .gx-lg-128 {
        --bs-gutter-x: 8rem;
    }

    .g-lg-128,
    .gy-lg-128 {
        --bs-gutter-y: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .gap-lg-4 {
        gap: 0.25rem !important;
    }

    .gap-lg-6 {
        gap: 0.375rem !important;
    }

    .gap-lg-8 {
        gap: 0.5rem !important;
    }

    .gap-lg-12 {
        gap: 0.75rem !important;
    }

    .gap-lg-16 {
        gap: 1rem !important;
    }

    .gap-lg-20 {
        gap: 1.25rem !important;
    }

    .gap-lg-24 {
        gap: 1.5rem !important;
    }

    .gap-lg-28 {
        gap: 1.75rem !important;
    }

    .gap-lg-32 {
        gap: 2rem !important;
    }

    .gap-lg-36 {
        gap: 2.25rem !important;
    }

    .gap-lg-40 {
        gap: 2.5rem !important;
    }

    .gap-lg-48 {
        gap: 3rem !important;
    }

    .gap-lg-52 {
        gap: 3.25rem !important;
    }

    .gap-lg-80 {
        gap: 5rem !important;
    }

    .gap-lg-116 {
        gap: 7.25rem !important;
    }

    .gap-lg-128 {
        gap: 8rem !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-4 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

    .m-lg-28 {
        margin: 1.75rem !important;
    }

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

    .m-lg-36 {
        margin: 2.25rem !important;
    }

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

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

    .m-lg-52 {
        margin: 3.25rem !important;
    }

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

    .m-lg-116 {
        margin: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mx-lg-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

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

    .mx-lg-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

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

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

    .mx-lg-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

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

    .mx-lg-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-lg-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !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-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

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

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

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

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

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

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

    .my-lg-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

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

    .my-lg-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

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

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

    .my-lg-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

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

    .my-lg-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mt-lg-28 {
        margin-top: 1.75rem !important;
    }

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

    .mt-lg-36 {
        margin-top: 2.25rem !important;
    }

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

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

    .mt-lg-52 {
        margin-top: 3.25rem !important;
    }

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

    .mt-lg-116 {
        margin-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .me-lg-28 {
        margin-right: 1.75rem !important;
    }

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

    .me-lg-36 {
        margin-right: 2.25rem !important;
    }

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

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

    .me-lg-52 {
        margin-right: 3.25rem !important;
    }

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

    .me-lg-116 {
        margin-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mb-lg-28 {
        margin-bottom: 1.75rem !important;
    }

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

    .mb-lg-36 {
        margin-bottom: 2.25rem !important;
    }

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

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

    .mb-lg-52 {
        margin-bottom: 3.25rem !important;
    }

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

    .mb-lg-116 {
        margin-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .ms-lg-28 {
        margin-left: 1.75rem !important;
    }

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

    .ms-lg-36 {
        margin-left: 2.25rem !important;
    }

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

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

    .ms-lg-52 {
        margin-left: 3.25rem !important;
    }

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

    .ms-lg-116 {
        margin-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .p-lg-28 {
        padding: 1.75rem !important;
    }

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

    .p-lg-36 {
        padding: 2.25rem !important;
    }

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

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

    .p-lg-52 {
        padding: 3.25rem !important;
    }

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

    .p-lg-116 {
        padding: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .px-lg-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

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

    .px-lg-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

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

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

    .px-lg-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

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

    .px-lg-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .py-lg-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

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

    .py-lg-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

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

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

    .py-lg-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

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

    .py-lg-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pt-lg-28 {
        padding-top: 1.75rem !important;
    }

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

    .pt-lg-36 {
        padding-top: 2.25rem !important;
    }

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

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

    .pt-lg-52 {
        padding-top: 3.25rem !important;
    }

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

    .pt-lg-116 {
        padding-top: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pe-lg-28 {
        padding-right: 1.75rem !important;
    }

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

    .pe-lg-36 {
        padding-right: 2.25rem !important;
    }

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

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

    .pe-lg-52 {
        padding-right: 3.25rem !important;
    }

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

    .pe-lg-116 {
        padding-right: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .pb-lg-28 {
        padding-bottom: 1.75rem !important;
    }

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

    .pb-lg-36 {
        padding-bottom: 2.25rem !important;
    }

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

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

    .pb-lg-52 {
        padding-bottom: 3.25rem !important;
    }

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

    .pb-lg-116 {
        padding-bottom: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

    .ps-lg-28 {
        padding-left: 1.75rem !important;
    }

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

    .ps-lg-36 {
        padding-left: 2.25rem !important;
    }

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

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

    .ps-lg-52 {
        padding-left: 3.25rem !important;
    }

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

    .ps-lg-116 {
        padding-left: 7.25rem !important;
    }

    .ps-lg-128 {
        padding-left: 8rem !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) {
    .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.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 0.375rem;
    }

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

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

    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 0.75rem;
    }

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

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

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 1.25rem;
    }

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

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

    .g-xl-28,
    .gx-xl-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-xl-28,
    .gy-xl-28 {
        --bs-gutter-y: 1.75rem;
    }

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

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

    .g-xl-36,
    .gx-xl-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-xl-36,
    .gy-xl-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xl-52,
    .gx-xl-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-xl-52,
    .gy-xl-52 {
        --bs-gutter-y: 3.25rem;
    }

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

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

    .g-xl-116,
    .gx-xl-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-xl-116,
    .gy-xl-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-xl-128,
    .gx-xl-128 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-128,
    .gy-xl-128 {
        --bs-gutter-y: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

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

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

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

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

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 0.375rem;
    }

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

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

    .g-xl-12,
    .gx-xl-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-xl-12,
    .gy-xl-12 {
        --bs-gutter-y: 0.75rem;
    }

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

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

    .g-xl-20,
    .gx-xl-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-xl-20,
    .gy-xl-20 {
        --bs-gutter-y: 1.25rem;
    }

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

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

    .g-xl-28,
    .gx-xl-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-xl-28,
    .gy-xl-28 {
        --bs-gutter-y: 1.75rem;
    }

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

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

    .g-xl-36,
    .gx-xl-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-xl-36,
    .gy-xl-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-xl-40,
    .gx-xl-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-40,
    .gy-xl-40 {
        --bs-gutter-y: 2.5rem;
    }

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

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

    .g-xl-52,
    .gx-xl-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-xl-52,
    .gy-xl-52 {
        --bs-gutter-y: 3.25rem;
    }

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

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

    .g-xl-116,
    .gx-xl-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-xl-116,
    .gy-xl-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-xl-128,
    .gx-xl-128 {
        --bs-gutter-x: 8rem;
    }

    .g-xl-128,
    .gy-xl-128 {
        --bs-gutter-y: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

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

    .gap-xl-4 {
        gap: 0.25rem !important;
    }

    .gap-xl-6 {
        gap: 0.375rem !important;
    }

    .gap-xl-8 {
        gap: 0.5rem !important;
    }

    .gap-xl-12 {
        gap: 0.75rem !important;
    }

    .gap-xl-16 {
        gap: 1rem !important;
    }

    .gap-xl-20 {
        gap: 1.25rem !important;
    }

    .gap-xl-24 {
        gap: 1.5rem !important;
    }

    .gap-xl-28 {
        gap: 1.75rem !important;
    }

    .gap-xl-32 {
        gap: 2rem !important;
    }

    .gap-xl-36 {
        gap: 2.25rem !important;
    }

    .gap-xl-40 {
        gap: 2.5rem !important;
    }

    .gap-xl-48 {
        gap: 3rem !important;
    }

    .gap-xl-52 {
        gap: 3.25rem !important;
    }

    .gap-xl-80 {
        gap: 5rem !important;
    }

    .gap-xl-116 {
        gap: 7.25rem !important;
    }

    .gap-xl-128 {
        gap: 8rem !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-4 {
        margin: 0.25rem !important;
    }

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

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

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

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

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

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

    .m-xl-28 {
        margin: 1.75rem !important;
    }

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

    .m-xl-36 {
        margin: 2.25rem !important;
    }

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

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

    .m-xl-52 {
        margin: 3.25rem !important;
    }

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

    .m-xl-116 {
        margin: 7.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

    .mx-xl-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

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

    .mx-xl-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

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

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

    .mx-xl-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

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

    .mx-xl-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-xl-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !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-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

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

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

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

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

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

    .my-xl-24 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xl-32 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xl-40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-48 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-xl-80 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xl-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

    .my-xl-128 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-4 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-6 {
        margin-top: 0.375rem !important;
    }

    .mt-xl-8 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-12 {
        margin-top: 0.75rem !important;
    }

    .mt-xl-16 {
        margin-top: 1rem !important;
    }

    .mt-xl-20 {
        margin-top: 1.25rem !important;
    }

    .mt-xl-24 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-28 {
        margin-top: 1.75rem !important;
    }

    .mt-xl-32 {
        margin-top: 2rem !important;
    }

    .mt-xl-36 {
        margin-top: 2.25rem !important;
    }

    .mt-xl-40 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-48 {
        margin-top: 3rem !important;
    }

    .mt-xl-52 {
        margin-top: 3.25rem !important;
    }

    .mt-xl-80 {
        margin-top: 5rem !important;
    }

    .mt-xl-116 {
        margin-top: 7.25rem !important;
    }

    .mt-xl-128 {
        margin-top: 8rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-4 {
        margin-right: 0.25rem !important;
    }

    .me-xl-6 {
        margin-right: 0.375rem !important;
    }

    .me-xl-8 {
        margin-right: 0.5rem !important;
    }

    .me-xl-12 {
        margin-right: 0.75rem !important;
    }

    .me-xl-16 {
        margin-right: 1rem !important;
    }

    .me-xl-20 {
        margin-right: 1.25rem !important;
    }

    .me-xl-24 {
        margin-right: 1.5rem !important;
    }

    .me-xl-28 {
        margin-right: 1.75rem !important;
    }

    .me-xl-32 {
        margin-right: 2rem !important;
    }

    .me-xl-36 {
        margin-right: 2.25rem !important;
    }

    .me-xl-40 {
        margin-right: 2.5rem !important;
    }

    .me-xl-48 {
        margin-right: 3rem !important;
    }

    .me-xl-52 {
        margin-right: 3.25rem !important;
    }

    .me-xl-80 {
        margin-right: 5rem !important;
    }

    .me-xl-116 {
        margin-right: 7.25rem !important;
    }

    .me-xl-128 {
        margin-right: 8rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-4 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 0.375rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-12 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xl-16 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-20 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xl-24 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-28 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xl-32 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-36 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xl-40 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-48 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-52 {
        margin-bottom: 3.25rem !important;
    }

    .mb-xl-80 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-116 {
        margin-bottom: 7.25rem !important;
    }

    .mb-xl-128 {
        margin-bottom: 8rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-4 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-6 {
        margin-left: 0.375rem !important;
    }

    .ms-xl-8 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-12 {
        margin-left: 0.75rem !important;
    }

    .ms-xl-16 {
        margin-left: 1rem !important;
    }

    .ms-xl-20 {
        margin-left: 1.25rem !important;
    }

    .ms-xl-24 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-28 {
        margin-left: 1.75rem !important;
    }

    .ms-xl-32 {
        margin-left: 2rem !important;
    }

    .ms-xl-36 {
        margin-left: 2.25rem !important;
    }

    .ms-xl-40 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-48 {
        margin-left: 3rem !important;
    }

    .ms-xl-52 {
        margin-left: 3.25rem !important;
    }

    .ms-xl-80 {
        margin-left: 5rem !important;
    }

    .ms-xl-116 {
        margin-left: 7.25rem !important;
    }

    .ms-xl-128 {
        margin-left: 8rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-4 {
        padding: 0.25rem !important;
    }

    .p-xl-6 {
        padding: 0.375rem !important;
    }

    .p-xl-8 {
        padding: 0.5rem !important;
    }

    .p-xl-12 {
        padding: 0.75rem !important;
    }

    .p-xl-16 {
        padding: 1rem !important;
    }

    .p-xl-20 {
        padding: 1.25rem !important;
    }

    .p-xl-24 {
        padding: 1.5rem !important;
    }

    .p-xl-28 {
        padding: 1.75rem !important;
    }

    .p-xl-32 {
        padding: 2rem !important;
    }

    .p-xl-36 {
        padding: 2.25rem !important;
    }

    .p-xl-40 {
        padding: 2.5rem !important;
    }

    .p-xl-48 {
        padding: 3rem !important;
    }

    .p-xl-52 {
        padding: 3.25rem !important;
    }

    .p-xl-80 {
        padding: 5rem !important;
    }

    .p-xl-116 {
        padding: 7.25rem !important;
    }

    .p-xl-128 {
        padding: 8rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-4 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-6 {
        padding-right: 0.375rem !important;
        padding-left: 0.375rem !important;
    }

    .px-xl-8 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-12 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xl-16 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-20 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xl-24 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-xl-32 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

    .px-xl-40 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-48 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-xl-80 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xl-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

    .px-xl-128 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-4 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-6 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-xl-8 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-12 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xl-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xl-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xl-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xl-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-xl-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xl-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

    .py-xl-128 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-4 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-6 {
        padding-top: 0.375rem !important;
    }

    .pt-xl-8 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-12 {
        padding-top: 0.75rem !important;
    }

    .pt-xl-16 {
        padding-top: 1rem !important;
    }

    .pt-xl-20 {
        padding-top: 1.25rem !important;
    }

    .pt-xl-24 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-28 {
        padding-top: 1.75rem !important;
    }

    .pt-xl-32 {
        padding-top: 2rem !important;
    }

    .pt-xl-36 {
        padding-top: 2.25rem !important;
    }

    .pt-xl-40 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-48 {
        padding-top: 3rem !important;
    }

    .pt-xl-52 {
        padding-top: 3.25rem !important;
    }

    .pt-xl-80 {
        padding-top: 5rem !important;
    }

    .pt-xl-116 {
        padding-top: 7.25rem !important;
    }

    .pt-xl-128 {
        padding-top: 8rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-4 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-6 {
        padding-right: 0.375rem !important;
    }

    .pe-xl-8 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-12 {
        padding-right: 0.75rem !important;
    }

    .pe-xl-16 {
        padding-right: 1rem !important;
    }

    .pe-xl-20 {
        padding-right: 1.25rem !important;
    }

    .pe-xl-24 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-28 {
        padding-right: 1.75rem !important;
    }

    .pe-xl-32 {
        padding-right: 2rem !important;
    }

    .pe-xl-36 {
        padding-right: 2.25rem !important;
    }

    .pe-xl-40 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-48 {
        padding-right: 3rem !important;
    }

    .pe-xl-52 {
        padding-right: 3.25rem !important;
    }

    .pe-xl-80 {
        padding-right: 5rem !important;
    }

    .pe-xl-116 {
        padding-right: 7.25rem !important;
    }

    .pe-xl-128 {
        padding-right: 8rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-4 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 0.375rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-12 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xl-16 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-20 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xl-24 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-28 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xl-32 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-36 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xl-40 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-48 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-52 {
        padding-bottom: 3.25rem !important;
    }

    .pb-xl-80 {
        padding-bottom: 5rem !important;
    }

    .pb-xl-116 {
        padding-bottom: 7.25rem !important;
    }

    .pb-xl-128 {
        padding-bottom: 8rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-4 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-6 {
        padding-left: 0.375rem !important;
    }

    .ps-xl-8 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-12 {
        padding-left: 0.75rem !important;
    }

    .ps-xl-16 {
        padding-left: 1rem !important;
    }

    .ps-xl-20 {
        padding-left: 1.25rem !important;
    }

    .ps-xl-24 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-28 {
        padding-left: 1.75rem !important;
    }

    .ps-xl-32 {
        padding-left: 2rem !important;
    }

    .ps-xl-36 {
        padding-left: 2.25rem !important;
    }

    .ps-xl-40 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-48 {
        padding-left: 3rem !important;
    }

    .ps-xl-52 {
        padding-left: 3.25rem !important;
    }

    .ps-xl-80 {
        padding-left: 5rem !important;
    }

    .ps-xl-116 {
        padding-left: 7.25rem !important;
    }

    .ps-xl-128 {
        padding-left: 8rem !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: 1360px) {
    .col-laptop {
        flex: 1 0 0%;
    }

    .row-cols-laptop-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-laptop-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-laptop-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-laptop-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-laptop-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-laptop-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-laptop-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-laptop-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-laptop-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-laptop-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-laptop-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-laptop-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-laptop-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-laptop-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-laptop-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-laptop-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-laptop-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-laptop-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-laptop-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-laptop-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-laptop-0 {
        margin-left: 0;
    }

    .offset-laptop-1 {
        margin-left: 8.3333333333%;
    }

    .offset-laptop-2 {
        margin-left: 16.6666666667%;
    }

    .offset-laptop-3 {
        margin-left: 25%;
    }

    .offset-laptop-4 {
        margin-left: 33.3333333333%;
    }

    .offset-laptop-5 {
        margin-left: 41.6666666667%;
    }

    .offset-laptop-6 {
        margin-left: 50%;
    }

    .offset-laptop-7 {
        margin-left: 58.3333333333%;
    }

    .offset-laptop-8 {
        margin-left: 66.6666666667%;
    }

    .offset-laptop-9 {
        margin-left: 75%;
    }

    .offset-laptop-10 {
        margin-left: 83.3333333333%;
    }

    .offset-laptop-11 {
        margin-left: 91.6666666667%;
    }

    .g-laptop-0,
    .gx-laptop-0 {
        --bs-gutter-x: 0;
    }

    .g-laptop-0,
    .gy-laptop-0 {
        --bs-gutter-y: 0;
    }

    .g-laptop-4,
    .gx-laptop-4 {
        --bs-gutter-x: 0.25rem;
    }

    .g-laptop-4,
    .gy-laptop-4 {
        --bs-gutter-y: 0.25rem;
    }

    .g-laptop-6,
    .gx-laptop-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-laptop-6,
    .gy-laptop-6 {
        --bs-gutter-y: 0.375rem;
    }

    .g-laptop-8,
    .gx-laptop-8 {
        --bs-gutter-x: 0.5rem;
    }

    .g-laptop-8,
    .gy-laptop-8 {
        --bs-gutter-y: 0.5rem;
    }

    .g-laptop-12,
    .gx-laptop-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-laptop-12,
    .gy-laptop-12 {
        --bs-gutter-y: 0.75rem;
    }

    .g-laptop-16,
    .gx-laptop-16 {
        --bs-gutter-x: 1rem;
    }

    .g-laptop-16,
    .gy-laptop-16 {
        --bs-gutter-y: 1rem;
    }

    .g-laptop-20,
    .gx-laptop-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-laptop-20,
    .gy-laptop-20 {
        --bs-gutter-y: 1.25rem;
    }

    .g-laptop-24,
    .gx-laptop-24 {
        --bs-gutter-x: 1.5rem;
    }

    .g-laptop-24,
    .gy-laptop-24 {
        --bs-gutter-y: 1.5rem;
    }

    .g-laptop-28,
    .gx-laptop-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-laptop-28,
    .gy-laptop-28 {
        --bs-gutter-y: 1.75rem;
    }

    .g-laptop-32,
    .gx-laptop-32 {
        --bs-gutter-x: 2rem;
    }

    .g-laptop-32,
    .gy-laptop-32 {
        --bs-gutter-y: 2rem;
    }

    .g-laptop-36,
    .gx-laptop-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-laptop-36,
    .gy-laptop-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-laptop-40,
    .gx-laptop-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-laptop-40,
    .gy-laptop-40 {
        --bs-gutter-y: 2.5rem;
    }

    .g-laptop-48,
    .gx-laptop-48 {
        --bs-gutter-x: 3rem;
    }

    .g-laptop-48,
    .gy-laptop-48 {
        --bs-gutter-y: 3rem;
    }

    .g-laptop-52,
    .gx-laptop-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-laptop-52,
    .gy-laptop-52 {
        --bs-gutter-y: 3.25rem;
    }

    .g-laptop-80,
    .gx-laptop-80 {
        --bs-gutter-x: 5rem;
    }

    .g-laptop-80,
    .gy-laptop-80 {
        --bs-gutter-y: 5rem;
    }

    .g-laptop-116,
    .gx-laptop-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-laptop-116,
    .gy-laptop-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-laptop-128,
    .gx-laptop-128 {
        --bs-gutter-x: 8rem;
    }

    .g-laptop-128,
    .gy-laptop-128 {
        --bs-gutter-y: 8rem;
    }

    .float-laptop-start {
        float: left !important;
    }

    .float-laptop-end {
        float: right !important;
    }

    .float-laptop-none {
        float: none !important;
    }

    .d-laptop-inline {
        display: inline !important;
    }

    .d-laptop-inline-block {
        display: inline-block !important;
    }

    .d-laptop-block {
        display: block !important;
    }

    .d-laptop-grid {
        display: grid !important;
    }

    .d-laptop-table {
        display: table !important;
    }

    .d-laptop-table-row {
        display: table-row !important;
    }

    .d-laptop-table-cell {
        display: table-cell !important;
    }

    .d-laptop-flex {
        display: flex !important;
    }

    .d-laptop-inline-flex {
        display: inline-flex !important;
    }

    .d-laptop-none {
        display: none !important;
    }

    .flex-laptop-fill {
        flex: 1 1 auto !important;
    }

    .flex-laptop-row {
        flex-direction: row !important;
    }

    .flex-laptop-column {
        flex-direction: column !important;
    }

    .flex-laptop-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-laptop-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-laptop-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-laptop-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-laptop-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-laptop-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-laptop-wrap {
        flex-wrap: wrap !important;
    }

    .flex-laptop-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-laptop-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-laptop-0 {
        gap: 0 !important;
    }

    .gap-laptop-4 {
        gap: 0.25rem !important;
    }

    .gap-laptop-6 {
        gap: 0.375rem !important;
    }

    .gap-laptop-8 {
        gap: 0.5rem !important;
    }

    .gap-laptop-12 {
        gap: 0.75rem !important;
    }

    .gap-laptop-16 {
        gap: 1rem !important;
    }

    .gap-laptop-20 {
        gap: 1.25rem !important;
    }

    .gap-laptop-24 {
        gap: 1.5rem !important;
    }

    .gap-laptop-28 {
        gap: 1.75rem !important;
    }

    .gap-laptop-32 {
        gap: 2rem !important;
    }

    .gap-laptop-36 {
        gap: 2.25rem !important;
    }

    .gap-laptop-40 {
        gap: 2.5rem !important;
    }

    .gap-laptop-48 {
        gap: 3rem !important;
    }

    .gap-laptop-52 {
        gap: 3.25rem !important;
    }

    .gap-laptop-80 {
        gap: 5rem !important;
    }

    .gap-laptop-116 {
        gap: 7.25rem !important;
    }

    .gap-laptop-128 {
        gap: 8rem !important;
    }

    .justify-content-laptop-start {
        justify-content: flex-start !important;
    }

    .justify-content-laptop-end {
        justify-content: flex-end !important;
    }

    .justify-content-laptop-center {
        justify-content: center !important;
    }

    .justify-content-laptop-between {
        justify-content: space-between !important;
    }

    .justify-content-laptop-around {
        justify-content: space-around !important;
    }

    .justify-content-laptop-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-laptop-start {
        align-items: flex-start !important;
    }

    .align-items-laptop-end {
        align-items: flex-end !important;
    }

    .align-items-laptop-center {
        align-items: center !important;
    }

    .align-items-laptop-baseline {
        align-items: baseline !important;
    }

    .align-items-laptop-stretch {
        align-items: stretch !important;
    }

    .align-content-laptop-start {
        align-content: flex-start !important;
    }

    .align-content-laptop-end {
        align-content: flex-end !important;
    }

    .align-content-laptop-center {
        align-content: center !important;
    }

    .align-content-laptop-between {
        align-content: space-between !important;
    }

    .align-content-laptop-around {
        align-content: space-around !important;
    }

    .align-content-laptop-stretch {
        align-content: stretch !important;
    }

    .align-self-laptop-auto {
        align-self: auto !important;
    }

    .align-self-laptop-start {
        align-self: flex-start !important;
    }

    .align-self-laptop-end {
        align-self: flex-end !important;
    }

    .align-self-laptop-center {
        align-self: center !important;
    }

    .align-self-laptop-baseline {
        align-self: baseline !important;
    }

    .align-self-laptop-stretch {
        align-self: stretch !important;
    }

    .order-laptop-first {
        order: -1 !important;
    }

    .order-laptop-0 {
        order: 0 !important;
    }

    .order-laptop-1 {
        order: 1 !important;
    }

    .order-laptop-2 {
        order: 2 !important;
    }

    .order-laptop-3 {
        order: 3 !important;
    }

    .order-laptop-4 {
        order: 4 !important;
    }

    .order-laptop-5 {
        order: 5 !important;
    }

    .order-laptop-last {
        order: 6 !important;
    }

    .m-laptop-0 {
        margin: 0 !important;
    }

    .m-laptop-4 {
        margin: 0.25rem !important;
    }

    .m-laptop-6 {
        margin: 0.375rem !important;
    }

    .m-laptop-8 {
        margin: 0.5rem !important;
    }

    .m-laptop-12 {
        margin: 0.75rem !important;
    }

    .m-laptop-16 {
        margin: 1rem !important;
    }

    .m-laptop-20 {
        margin: 1.25rem !important;
    }

    .m-laptop-24 {
        margin: 1.5rem !important;
    }

    .m-laptop-28 {
        margin: 1.75rem !important;
    }

    .m-laptop-32 {
        margin: 2rem !important;
    }

    .m-laptop-36 {
        margin: 2.25rem !important;
    }

    .m-laptop-40 {
        margin: 2.5rem !important;
    }

    .m-laptop-48 {
        margin: 3rem !important;
    }

    .m-laptop-52 {
        margin: 3.25rem !important;
    }

    .m-laptop-80 {
        margin: 5rem !important;
    }

    .m-laptop-116 {
        margin: 7.25rem !important;
    }

    .m-laptop-128 {
        margin: 8rem !important;
    }

    .m-laptop-auto {
        margin: auto !important;
    }

    .mx-laptop-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-laptop-4 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-laptop-6 {
        margin-right: 0.375rem !important;
        margin-left: 0.375rem !important;
    }

    .mx-laptop-8 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-laptop-12 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-laptop-16 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-laptop-20 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-laptop-24 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-laptop-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-laptop-32 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-laptop-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

    .mx-laptop-40 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-laptop-48 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-laptop-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-laptop-80 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-laptop-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-laptop-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-laptop-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-laptop-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-laptop-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-laptop-6 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-laptop-8 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-laptop-12 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-laptop-16 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-laptop-20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-laptop-24 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-laptop-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-laptop-32 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-laptop-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-laptop-40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-laptop-48 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-laptop-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-laptop-80 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-laptop-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

    .my-laptop-128 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-laptop-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-laptop-0 {
        margin-top: 0 !important;
    }

    .mt-laptop-4 {
        margin-top: 0.25rem !important;
    }

    .mt-laptop-6 {
        margin-top: 0.375rem !important;
    }

    .mt-laptop-8 {
        margin-top: 0.5rem !important;
    }

    .mt-laptop-12 {
        margin-top: 0.75rem !important;
    }

    .mt-laptop-16 {
        margin-top: 1rem !important;
    }

    .mt-laptop-20 {
        margin-top: 1.25rem !important;
    }

    .mt-laptop-24 {
        margin-top: 1.5rem !important;
    }

    .mt-laptop-28 {
        margin-top: 1.75rem !important;
    }

    .mt-laptop-32 {
        margin-top: 2rem !important;
    }

    .mt-laptop-36 {
        margin-top: 2.25rem !important;
    }

    .mt-laptop-40 {
        margin-top: 2.5rem !important;
    }

    .mt-laptop-48 {
        margin-top: 3rem !important;
    }

    .mt-laptop-52 {
        margin-top: 3.25rem !important;
    }

    .mt-laptop-80 {
        margin-top: 5rem !important;
    }

    .mt-laptop-116 {
        margin-top: 7.25rem !important;
    }

    .mt-laptop-128 {
        margin-top: 8rem !important;
    }

    .mt-laptop-auto {
        margin-top: auto !important;
    }

    .me-laptop-0 {
        margin-right: 0 !important;
    }

    .me-laptop-4 {
        margin-right: 0.25rem !important;
    }

    .me-laptop-6 {
        margin-right: 0.375rem !important;
    }

    .me-laptop-8 {
        margin-right: 0.5rem !important;
    }

    .me-laptop-12 {
        margin-right: 0.75rem !important;
    }

    .me-laptop-16 {
        margin-right: 1rem !important;
    }

    .me-laptop-20 {
        margin-right: 1.25rem !important;
    }

    .me-laptop-24 {
        margin-right: 1.5rem !important;
    }

    .me-laptop-28 {
        margin-right: 1.75rem !important;
    }

    .me-laptop-32 {
        margin-right: 2rem !important;
    }

    .me-laptop-36 {
        margin-right: 2.25rem !important;
    }

    .me-laptop-40 {
        margin-right: 2.5rem !important;
    }

    .me-laptop-48 {
        margin-right: 3rem !important;
    }

    .me-laptop-52 {
        margin-right: 3.25rem !important;
    }

    .me-laptop-80 {
        margin-right: 5rem !important;
    }

    .me-laptop-116 {
        margin-right: 7.25rem !important;
    }

    .me-laptop-128 {
        margin-right: 8rem !important;
    }

    .me-laptop-auto {
        margin-right: auto !important;
    }

    .mb-laptop-0 {
        margin-bottom: 0 !important;
    }

    .mb-laptop-4 {
        margin-bottom: 0.25rem !important;
    }

    .mb-laptop-6 {
        margin-bottom: 0.375rem !important;
    }

    .mb-laptop-8 {
        margin-bottom: 0.5rem !important;
    }

    .mb-laptop-12 {
        margin-bottom: 0.75rem !important;
    }

    .mb-laptop-16 {
        margin-bottom: 1rem !important;
    }

    .mb-laptop-20 {
        margin-bottom: 1.25rem !important;
    }

    .mb-laptop-24 {
        margin-bottom: 1.5rem !important;
    }

    .mb-laptop-28 {
        margin-bottom: 1.75rem !important;
    }

    .mb-laptop-32 {
        margin-bottom: 2rem !important;
    }

    .mb-laptop-36 {
        margin-bottom: 2.25rem !important;
    }

    .mb-laptop-40 {
        margin-bottom: 2.5rem !important;
    }

    .mb-laptop-48 {
        margin-bottom: 3rem !important;
    }

    .mb-laptop-52 {
        margin-bottom: 3.25rem !important;
    }

    .mb-laptop-80 {
        margin-bottom: 5rem !important;
    }

    .mb-laptop-116 {
        margin-bottom: 7.25rem !important;
    }

    .mb-laptop-128 {
        margin-bottom: 8rem !important;
    }

    .mb-laptop-auto {
        margin-bottom: auto !important;
    }

    .ms-laptop-0 {
        margin-left: 0 !important;
    }

    .ms-laptop-4 {
        margin-left: 0.25rem !important;
    }

    .ms-laptop-6 {
        margin-left: 0.375rem !important;
    }

    .ms-laptop-8 {
        margin-left: 0.5rem !important;
    }

    .ms-laptop-12 {
        margin-left: 0.75rem !important;
    }

    .ms-laptop-16 {
        margin-left: 1rem !important;
    }

    .ms-laptop-20 {
        margin-left: 1.25rem !important;
    }

    .ms-laptop-24 {
        margin-left: 1.5rem !important;
    }

    .ms-laptop-28 {
        margin-left: 1.75rem !important;
    }

    .ms-laptop-32 {
        margin-left: 2rem !important;
    }

    .ms-laptop-36 {
        margin-left: 2.25rem !important;
    }

    .ms-laptop-40 {
        margin-left: 2.5rem !important;
    }

    .ms-laptop-48 {
        margin-left: 3rem !important;
    }

    .ms-laptop-52 {
        margin-left: 3.25rem !important;
    }

    .ms-laptop-80 {
        margin-left: 5rem !important;
    }

    .ms-laptop-116 {
        margin-left: 7.25rem !important;
    }

    .ms-laptop-128 {
        margin-left: 8rem !important;
    }

    .ms-laptop-auto {
        margin-left: auto !important;
    }

    .p-laptop-0 {
        padding: 0 !important;
    }

    .p-laptop-4 {
        padding: 0.25rem !important;
    }

    .p-laptop-6 {
        padding: 0.375rem !important;
    }

    .p-laptop-8 {
        padding: 0.5rem !important;
    }

    .p-laptop-12 {
        padding: 0.75rem !important;
    }

    .p-laptop-16 {
        padding: 1rem !important;
    }

    .p-laptop-20 {
        padding: 1.25rem !important;
    }

    .p-laptop-24 {
        padding: 1.5rem !important;
    }

    .p-laptop-28 {
        padding: 1.75rem !important;
    }

    .p-laptop-32 {
        padding: 2rem !important;
    }

    .p-laptop-36 {
        padding: 2.25rem !important;
    }

    .p-laptop-40 {
        padding: 2.5rem !important;
    }

    .p-laptop-48 {
        padding: 3rem !important;
    }

    .p-laptop-52 {
        padding: 3.25rem !important;
    }

    .p-laptop-80 {
        padding: 5rem !important;
    }

    .p-laptop-116 {
        padding: 7.25rem !important;
    }

    .p-laptop-128 {
        padding: 8rem !important;
    }

    .px-laptop-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-laptop-4 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-laptop-6 {
        padding-right: 0.375rem !important;
        padding-left: 0.375rem !important;
    }

    .px-laptop-8 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-laptop-12 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-laptop-16 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-laptop-20 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-laptop-24 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-laptop-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-laptop-32 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-laptop-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

    .px-laptop-40 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-laptop-48 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-laptop-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-laptop-80 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-laptop-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

    .px-laptop-128 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-laptop-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-laptop-4 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-laptop-6 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-laptop-8 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-laptop-12 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-laptop-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-laptop-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-laptop-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-laptop-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-laptop-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-laptop-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-laptop-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-laptop-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-laptop-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-laptop-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-laptop-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

    .py-laptop-128 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .pt-laptop-0 {
        padding-top: 0 !important;
    }

    .pt-laptop-4 {
        padding-top: 0.25rem !important;
    }

    .pt-laptop-6 {
        padding-top: 0.375rem !important;
    }

    .pt-laptop-8 {
        padding-top: 0.5rem !important;
    }

    .pt-laptop-12 {
        padding-top: 0.75rem !important;
    }

    .pt-laptop-16 {
        padding-top: 1rem !important;
    }

    .pt-laptop-20 {
        padding-top: 1.25rem !important;
    }

    .pt-laptop-24 {
        padding-top: 1.5rem !important;
    }

    .pt-laptop-28 {
        padding-top: 1.75rem !important;
    }

    .pt-laptop-32 {
        padding-top: 2rem !important;
    }

    .pt-laptop-36 {
        padding-top: 2.25rem !important;
    }

    .pt-laptop-40 {
        padding-top: 2.5rem !important;
    }

    .pt-laptop-48 {
        padding-top: 3rem !important;
    }

    .pt-laptop-52 {
        padding-top: 3.25rem !important;
    }

    .pt-laptop-80 {
        padding-top: 5rem !important;
    }

    .pt-laptop-116 {
        padding-top: 7.25rem !important;
    }

    .pt-laptop-128 {
        padding-top: 8rem !important;
    }

    .pe-laptop-0 {
        padding-right: 0 !important;
    }

    .pe-laptop-4 {
        padding-right: 0.25rem !important;
    }

    .pe-laptop-6 {
        padding-right: 0.375rem !important;
    }

    .pe-laptop-8 {
        padding-right: 0.5rem !important;
    }

    .pe-laptop-12 {
        padding-right: 0.75rem !important;
    }

    .pe-laptop-16 {
        padding-right: 1rem !important;
    }

    .pe-laptop-20 {
        padding-right: 1.25rem !important;
    }

    .pe-laptop-24 {
        padding-right: 1.5rem !important;
    }

    .pe-laptop-28 {
        padding-right: 1.75rem !important;
    }

    .pe-laptop-32 {
        padding-right: 2rem !important;
    }

    .pe-laptop-36 {
        padding-right: 2.25rem !important;
    }

    .pe-laptop-40 {
        padding-right: 2.5rem !important;
    }

    .pe-laptop-48 {
        padding-right: 3rem !important;
    }

    .pe-laptop-52 {
        padding-right: 3.25rem !important;
    }

    .pe-laptop-80 {
        padding-right: 5rem !important;
    }

    .pe-laptop-116 {
        padding-right: 7.25rem !important;
    }

    .pe-laptop-128 {
        padding-right: 8rem !important;
    }

    .pb-laptop-0 {
        padding-bottom: 0 !important;
    }

    .pb-laptop-4 {
        padding-bottom: 0.25rem !important;
    }

    .pb-laptop-6 {
        padding-bottom: 0.375rem !important;
    }

    .pb-laptop-8 {
        padding-bottom: 0.5rem !important;
    }

    .pb-laptop-12 {
        padding-bottom: 0.75rem !important;
    }

    .pb-laptop-16 {
        padding-bottom: 1rem !important;
    }

    .pb-laptop-20 {
        padding-bottom: 1.25rem !important;
    }

    .pb-laptop-24 {
        padding-bottom: 1.5rem !important;
    }

    .pb-laptop-28 {
        padding-bottom: 1.75rem !important;
    }

    .pb-laptop-32 {
        padding-bottom: 2rem !important;
    }

    .pb-laptop-36 {
        padding-bottom: 2.25rem !important;
    }

    .pb-laptop-40 {
        padding-bottom: 2.5rem !important;
    }

    .pb-laptop-48 {
        padding-bottom: 3rem !important;
    }

    .pb-laptop-52 {
        padding-bottom: 3.25rem !important;
    }

    .pb-laptop-80 {
        padding-bottom: 5rem !important;
    }

    .pb-laptop-116 {
        padding-bottom: 7.25rem !important;
    }

    .pb-laptop-128 {
        padding-bottom: 8rem !important;
    }

    .ps-laptop-0 {
        padding-left: 0 !important;
    }

    .ps-laptop-4 {
        padding-left: 0.25rem !important;
    }

    .ps-laptop-6 {
        padding-left: 0.375rem !important;
    }

    .ps-laptop-8 {
        padding-left: 0.5rem !important;
    }

    .ps-laptop-12 {
        padding-left: 0.75rem !important;
    }

    .ps-laptop-16 {
        padding-left: 1rem !important;
    }

    .ps-laptop-20 {
        padding-left: 1.25rem !important;
    }

    .ps-laptop-24 {
        padding-left: 1.5rem !important;
    }

    .ps-laptop-28 {
        padding-left: 1.75rem !important;
    }

    .ps-laptop-32 {
        padding-left: 2rem !important;
    }

    .ps-laptop-36 {
        padding-left: 2.25rem !important;
    }

    .ps-laptop-40 {
        padding-left: 2.5rem !important;
    }

    .ps-laptop-48 {
        padding-left: 3rem !important;
    }

    .ps-laptop-52 {
        padding-left: 3.25rem !important;
    }

    .ps-laptop-80 {
        padding-left: 5rem !important;
    }

    .ps-laptop-116 {
        padding-left: 7.25rem !important;
    }

    .ps-laptop-128 {
        padding-left: 8rem !important;
    }

    .text-laptop-start {
        text-align: left !important;
    }

    .text-laptop-end {
        text-align: right !important;
    }

    .text-laptop-center {
        text-align: center !important;
    }
}

@media (min-width: 1440px) {
    .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.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 0.375rem;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 0.75rem;
    }

    .g-xxl-16,
    .gx-xxl-16 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-16,
    .gy-xxl-16 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-20,
    .gx-xxl-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-xxl-20,
    .gy-xxl-20 {
        --bs-gutter-y: 1.25rem;
    }

    .g-xxl-24,
    .gx-xxl-24 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-24,
    .gy-xxl-24 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-28,
    .gx-xxl-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-xxl-28,
    .gy-xxl-28 {
        --bs-gutter-y: 1.75rem;
    }

    .g-xxl-32,
    .gx-xxl-32 {
        --bs-gutter-x: 2rem;
    }

    .g-xxl-32,
    .gy-xxl-32 {
        --bs-gutter-y: 2rem;
    }

    .g-xxl-36,
    .gx-xxl-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-xxl-36,
    .gy-xxl-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-xxl-40,
    .gx-xxl-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-40,
    .gy-xxl-40 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxl-48,
    .gx-xxl-48 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-48,
    .gy-xxl-48 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-52,
    .gx-xxl-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-xxl-52,
    .gy-xxl-52 {
        --bs-gutter-y: 3.25rem;
    }

    .g-xxl-80,
    .gx-xxl-80 {
        --bs-gutter-x: 5rem;
    }

    .g-xxl-80,
    .gy-xxl-80 {
        --bs-gutter-y: 5rem;
    }

    .g-xxl-116,
    .gx-xxl-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-xxl-116,
    .gy-xxl-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-xxl-128,
    .gx-xxl-128 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-128,
    .gy-xxl-128 {
        --bs-gutter-y: 8rem;
    }

    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-4 {
        gap: 0.25rem !important;
    }

    .gap-xxl-6 {
        gap: 0.375rem !important;
    }

    .gap-xxl-8 {
        gap: 0.5rem !important;
    }

    .gap-xxl-12 {
        gap: 0.75rem !important;
    }

    .gap-xxl-16 {
        gap: 1rem !important;
    }

    .gap-xxl-20 {
        gap: 1.25rem !important;
    }

    .gap-xxl-24 {
        gap: 1.5rem !important;
    }

    .gap-xxl-28 {
        gap: 1.75rem !important;
    }

    .gap-xxl-32 {
        gap: 2rem !important;
    }

    .gap-xxl-36 {
        gap: 2.25rem !important;
    }

    .gap-xxl-40 {
        gap: 2.5rem !important;
    }

    .gap-xxl-48 {
        gap: 3rem !important;
    }

    .gap-xxl-52 {
        gap: 3.25rem !important;
    }

    .gap-xxl-80 {
        gap: 5rem !important;
    }

    .gap-xxl-116 {
        gap: 7.25rem !important;
    }

    .gap-xxl-128 {
        gap: 8rem !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-4 {
        margin: 0.25rem !important;
    }

    .m-xxl-6 {
        margin: 0.375rem !important;
    }

    .m-xxl-8 {
        margin: 0.5rem !important;
    }

    .m-xxl-12 {
        margin: 0.75rem !important;
    }

    .m-xxl-16 {
        margin: 1rem !important;
    }

    .m-xxl-20 {
        margin: 1.25rem !important;
    }

    .m-xxl-24 {
        margin: 1.5rem !important;
    }

    .m-xxl-28 {
        margin: 1.75rem !important;
    }

    .m-xxl-32 {
        margin: 2rem !important;
    }

    .m-xxl-36 {
        margin: 2.25rem !important;
    }

    .m-xxl-40 {
        margin: 2.5rem !important;
    }

    .m-xxl-48 {
        margin: 3rem !important;
    }

    .m-xxl-52 {
        margin: 3.25rem !important;
    }

    .m-xxl-80 {
        margin: 5rem !important;
    }

    .m-xxl-116 {
        margin: 7.25rem !important;
    }

    .m-xxl-128 {
        margin: 8rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-4 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-6 {
        margin-right: 0.375rem !important;
        margin-left: 0.375rem !important;
    }

    .mx-xxl-8 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-12 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xxl-16 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-20 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xxl-24 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-xxl-32 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

    .mx-xxl-40 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-48 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-xxl-80 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxl-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-xxl-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !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-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-6 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-xxl-8 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-12 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xxl-16 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xxl-24 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xxl-32 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xxl-40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-48 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-xxl-80 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxl-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

    .my-xxl-128 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-4 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-6 {
        margin-top: 0.375rem !important;
    }

    .mt-xxl-8 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-12 {
        margin-top: 0.75rem !important;
    }

    .mt-xxl-16 {
        margin-top: 1rem !important;
    }

    .mt-xxl-20 {
        margin-top: 1.25rem !important;
    }

    .mt-xxl-24 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-28 {
        margin-top: 1.75rem !important;
    }

    .mt-xxl-32 {
        margin-top: 2rem !important;
    }

    .mt-xxl-36 {
        margin-top: 2.25rem !important;
    }

    .mt-xxl-40 {
        margin-top: 2.5rem !important;
    }

    .mt-xxl-48 {
        margin-top: 3rem !important;
    }

    .mt-xxl-52 {
        margin-top: 3.25rem !important;
    }

    .mt-xxl-80 {
        margin-top: 5rem !important;
    }

    .mt-xxl-116 {
        margin-top: 7.25rem !important;
    }

    .mt-xxl-128 {
        margin-top: 8rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-4 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-6 {
        margin-right: 0.375rem !important;
    }

    .me-xxl-8 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-12 {
        margin-right: 0.75rem !important;
    }

    .me-xxl-16 {
        margin-right: 1rem !important;
    }

    .me-xxl-20 {
        margin-right: 1.25rem !important;
    }

    .me-xxl-24 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-28 {
        margin-right: 1.75rem !important;
    }

    .me-xxl-32 {
        margin-right: 2rem !important;
    }

    .me-xxl-36 {
        margin-right: 2.25rem !important;
    }

    .me-xxl-40 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-48 {
        margin-right: 3rem !important;
    }

    .me-xxl-52 {
        margin-right: 3.25rem !important;
    }

    .me-xxl-80 {
        margin-right: 5rem !important;
    }

    .me-xxl-116 {
        margin-right: 7.25rem !important;
    }

    .me-xxl-128 {
        margin-right: 8rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-4 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 0.375rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-12 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xxl-16 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-20 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xxl-24 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-28 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xxl-32 {
        margin-bottom: 2rem !important;
    }

    .mb-xxl-36 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xxl-40 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxl-48 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-52 {
        margin-bottom: 3.25rem !important;
    }

    .mb-xxl-80 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-116 {
        margin-bottom: 7.25rem !important;
    }

    .mb-xxl-128 {
        margin-bottom: 8rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-4 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-6 {
        margin-left: 0.375rem !important;
    }

    .ms-xxl-8 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-12 {
        margin-left: 0.75rem !important;
    }

    .ms-xxl-16 {
        margin-left: 1rem !important;
    }

    .ms-xxl-20 {
        margin-left: 1.25rem !important;
    }

    .ms-xxl-24 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-28 {
        margin-left: 1.75rem !important;
    }

    .ms-xxl-32 {
        margin-left: 2rem !important;
    }

    .ms-xxl-36 {
        margin-left: 2.25rem !important;
    }

    .ms-xxl-40 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-48 {
        margin-left: 3rem !important;
    }

    .ms-xxl-52 {
        margin-left: 3.25rem !important;
    }

    .ms-xxl-80 {
        margin-left: 5rem !important;
    }

    .ms-xxl-116 {
        margin-left: 7.25rem !important;
    }

    .ms-xxl-128 {
        margin-left: 8rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-4 {
        padding: 0.25rem !important;
    }

    .p-xxl-6 {
        padding: 0.375rem !important;
    }

    .p-xxl-8 {
        padding: 0.5rem !important;
    }

    .p-xxl-12 {
        padding: 0.75rem !important;
    }

    .p-xxl-16 {
        padding: 1rem !important;
    }

    .p-xxl-20 {
        padding: 1.25rem !important;
    }

    .p-xxl-24 {
        padding: 1.5rem !important;
    }

    .p-xxl-28 {
        padding: 1.75rem !important;
    }

    .p-xxl-32 {
        padding: 2rem !important;
    }

    .p-xxl-36 {
        padding: 2.25rem !important;
    }

    .p-xxl-40 {
        padding: 2.5rem !important;
    }

    .p-xxl-48 {
        padding: 3rem !important;
    }

    .p-xxl-52 {
        padding: 3.25rem !important;
    }

    .p-xxl-80 {
        padding: 5rem !important;
    }

    .p-xxl-116 {
        padding: 7.25rem !important;
    }

    .p-xxl-128 {
        padding: 8rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-4 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-6 {
        padding-right: 0.375rem !important;
        padding-left: 0.375rem !important;
    }

    .px-xxl-8 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-12 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xxl-16 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-20 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xxl-24 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-xxl-32 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

    .px-xxl-40 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-48 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-xxl-80 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xxl-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

    .px-xxl-128 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-4 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-6 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-xxl-8 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-12 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xxl-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xxl-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xxl-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xxl-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-xxl-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxl-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

    .py-xxl-128 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-4 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-6 {
        padding-top: 0.375rem !important;
    }

    .pt-xxl-8 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-12 {
        padding-top: 0.75rem !important;
    }

    .pt-xxl-16 {
        padding-top: 1rem !important;
    }

    .pt-xxl-20 {
        padding-top: 1.25rem !important;
    }

    .pt-xxl-24 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-28 {
        padding-top: 1.75rem !important;
    }

    .pt-xxl-32 {
        padding-top: 2rem !important;
    }

    .pt-xxl-36 {
        padding-top: 2.25rem !important;
    }

    .pt-xxl-40 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-48 {
        padding-top: 3rem !important;
    }

    .pt-xxl-52 {
        padding-top: 3.25rem !important;
    }

    .pt-xxl-80 {
        padding-top: 5rem !important;
    }

    .pt-xxl-116 {
        padding-top: 7.25rem !important;
    }

    .pt-xxl-128 {
        padding-top: 8rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-4 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-6 {
        padding-right: 0.375rem !important;
    }

    .pe-xxl-8 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-12 {
        padding-right: 0.75rem !important;
    }

    .pe-xxl-16 {
        padding-right: 1rem !important;
    }

    .pe-xxl-20 {
        padding-right: 1.25rem !important;
    }

    .pe-xxl-24 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-28 {
        padding-right: 1.75rem !important;
    }

    .pe-xxl-32 {
        padding-right: 2rem !important;
    }

    .pe-xxl-36 {
        padding-right: 2.25rem !important;
    }

    .pe-xxl-40 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-48 {
        padding-right: 3rem !important;
    }

    .pe-xxl-52 {
        padding-right: 3.25rem !important;
    }

    .pe-xxl-80 {
        padding-right: 5rem !important;
    }

    .pe-xxl-116 {
        padding-right: 7.25rem !important;
    }

    .pe-xxl-128 {
        padding-right: 8rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-4 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 0.375rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-12 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xxl-16 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-20 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xxl-24 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-28 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xxl-32 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-36 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xxl-40 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-48 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-52 {
        padding-bottom: 3.25rem !important;
    }

    .pb-xxl-80 {
        padding-bottom: 5rem !important;
    }

    .pb-xxl-116 {
        padding-bottom: 7.25rem !important;
    }

    .pb-xxl-128 {
        padding-bottom: 8rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-4 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-6 {
        padding-left: 0.375rem !important;
    }

    .ps-xxl-8 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-12 {
        padding-left: 0.75rem !important;
    }

    .ps-xxl-16 {
        padding-left: 1rem !important;
    }

    .ps-xxl-20 {
        padding-left: 1.25rem !important;
    }

    .ps-xxl-24 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-28 {
        padding-left: 1.75rem !important;
    }

    .ps-xxl-32 {
        padding-left: 2rem !important;
    }

    .ps-xxl-36 {
        padding-left: 2.25rem !important;
    }

    .ps-xxl-40 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-48 {
        padding-left: 3rem !important;
    }

    .ps-xxl-52 {
        padding-left: 3.25rem !important;
    }

    .ps-xxl-80 {
        padding-left: 5rem !important;
    }

    .ps-xxl-116 {
        padding-left: 7.25rem !important;
    }

    .ps-xxl-128 {
        padding-left: 8rem !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: 1600px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

    .row-cols-xxxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxxl-6,
    .gx-xxxl-6 {
        --bs-gutter-x: 0.375rem;
    }

    .g-xxxl-6,
    .gy-xxxl-6 {
        --bs-gutter-y: 0.375rem;
    }

    .g-xxxl-8,
    .gx-xxxl-8 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxxl-8,
    .gy-xxxl-8 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxxl-12,
    .gx-xxxl-12 {
        --bs-gutter-x: 0.75rem;
    }

    .g-xxxl-12,
    .gy-xxxl-12 {
        --bs-gutter-y: 0.75rem;
    }

    .g-xxxl-16,
    .gx-xxxl-16 {
        --bs-gutter-x: 1rem;
    }

    .g-xxxl-16,
    .gy-xxxl-16 {
        --bs-gutter-y: 1rem;
    }

    .g-xxxl-20,
    .gx-xxxl-20 {
        --bs-gutter-x: 1.25rem;
    }

    .g-xxxl-20,
    .gy-xxxl-20 {
        --bs-gutter-y: 1.25rem;
    }

    .g-xxxl-24,
    .gx-xxxl-24 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxxl-24,
    .gy-xxxl-24 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxxl-28,
    .gx-xxxl-28 {
        --bs-gutter-x: 1.75rem;
    }

    .g-xxxl-28,
    .gy-xxxl-28 {
        --bs-gutter-y: 1.75rem;
    }

    .g-xxxl-32,
    .gx-xxxl-32 {
        --bs-gutter-x: 2rem;
    }

    .g-xxxl-32,
    .gy-xxxl-32 {
        --bs-gutter-y: 2rem;
    }

    .g-xxxl-36,
    .gx-xxxl-36 {
        --bs-gutter-x: 2.25rem;
    }

    .g-xxxl-36,
    .gy-xxxl-36 {
        --bs-gutter-y: 2.25rem;
    }

    .g-xxxl-40,
    .gx-xxxl-40 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxxl-40,
    .gy-xxxl-40 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxxl-48,
    .gx-xxxl-48 {
        --bs-gutter-x: 3rem;
    }

    .g-xxxl-48,
    .gy-xxxl-48 {
        --bs-gutter-y: 3rem;
    }

    .g-xxxl-52,
    .gx-xxxl-52 {
        --bs-gutter-x: 3.25rem;
    }

    .g-xxxl-52,
    .gy-xxxl-52 {
        --bs-gutter-y: 3.25rem;
    }

    .g-xxxl-80,
    .gx-xxxl-80 {
        --bs-gutter-x: 5rem;
    }

    .g-xxxl-80,
    .gy-xxxl-80 {
        --bs-gutter-y: 5rem;
    }

    .g-xxxl-116,
    .gx-xxxl-116 {
        --bs-gutter-x: 7.25rem;
    }

    .g-xxxl-116,
    .gy-xxxl-116 {
        --bs-gutter-y: 7.25rem;
    }

    .g-xxxl-128,
    .gx-xxxl-128 {
        --bs-gutter-x: 8rem;
    }

    .g-xxxl-128,
    .gy-xxxl-128 {
        --bs-gutter-y: 8rem;
    }

    .float-xxxl-start {
        float: left !important;
    }

    .float-xxxl-end {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-grid {
        display: grid !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxxl-none {
        display: none !important;
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxxl-row {
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxxl-0 {
        gap: 0 !important;
    }

    .gap-xxxl-4 {
        gap: 0.25rem !important;
    }

    .gap-xxxl-6 {
        gap: 0.375rem !important;
    }

    .gap-xxxl-8 {
        gap: 0.5rem !important;
    }

    .gap-xxxl-12 {
        gap: 0.75rem !important;
    }

    .gap-xxxl-16 {
        gap: 1rem !important;
    }

    .gap-xxxl-20 {
        gap: 1.25rem !important;
    }

    .gap-xxxl-24 {
        gap: 1.5rem !important;
    }

    .gap-xxxl-28 {
        gap: 1.75rem !important;
    }

    .gap-xxxl-32 {
        gap: 2rem !important;
    }

    .gap-xxxl-36 {
        gap: 2.25rem !important;
    }

    .gap-xxxl-40 {
        gap: 2.5rem !important;
    }

    .gap-xxxl-48 {
        gap: 3rem !important;
    }

    .gap-xxxl-52 {
        gap: 3.25rem !important;
    }

    .gap-xxxl-80 {
        gap: 5rem !important;
    }

    .gap-xxxl-116 {
        gap: 7.25rem !important;
    }

    .gap-xxxl-128 {
        gap: 8rem !important;
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        align-content: center !important;
    }

    .align-content-xxxl-between {
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }

    .order-xxxl-first {
        order: -1 !important;
    }

    .order-xxxl-0 {
        order: 0 !important;
    }

    .order-xxxl-1 {
        order: 1 !important;
    }

    .order-xxxl-2 {
        order: 2 !important;
    }

    .order-xxxl-3 {
        order: 3 !important;
    }

    .order-xxxl-4 {
        order: 4 !important;
    }

    .order-xxxl-5 {
        order: 5 !important;
    }

    .order-xxxl-last {
        order: 6 !important;
    }

    .m-xxxl-0 {
        margin: 0 !important;
    }

    .m-xxxl-4 {
        margin: 0.25rem !important;
    }

    .m-xxxl-6 {
        margin: 0.375rem !important;
    }

    .m-xxxl-8 {
        margin: 0.5rem !important;
    }

    .m-xxxl-12 {
        margin: 0.75rem !important;
    }

    .m-xxxl-16 {
        margin: 1rem !important;
    }

    .m-xxxl-20 {
        margin: 1.25rem !important;
    }

    .m-xxxl-24 {
        margin: 1.5rem !important;
    }

    .m-xxxl-28 {
        margin: 1.75rem !important;
    }

    .m-xxxl-32 {
        margin: 2rem !important;
    }

    .m-xxxl-36 {
        margin: 2.25rem !important;
    }

    .m-xxxl-40 {
        margin: 2.5rem !important;
    }

    .m-xxxl-48 {
        margin: 3rem !important;
    }

    .m-xxxl-52 {
        margin: 3.25rem !important;
    }

    .m-xxxl-80 {
        margin: 5rem !important;
    }

    .m-xxxl-116 {
        margin: 7.25rem !important;
    }

    .m-xxxl-128 {
        margin: 8rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxxl-4 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxxl-6 {
        margin-right: 0.375rem !important;
        margin-left: 0.375rem !important;
    }

    .mx-xxxl-8 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxxl-12 {
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
    }

    .mx-xxxl-16 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxxl-20 {
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }

    .mx-xxxl-24 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxxl-28 {
        margin-right: 1.75rem !important;
        margin-left: 1.75rem !important;
    }

    .mx-xxxl-32 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxxl-36 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important;
    }

    .mx-xxxl-40 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxxl-48 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxxl-52 {
        margin-right: 3.25rem !important;
        margin-left: 3.25rem !important;
    }

    .mx-xxxl-80 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .mx-xxxl-116 {
        margin-right: 7.25rem !important;
        margin-left: 7.25rem !important;
    }

    .mx-xxxl-128 {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxxl-4 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxxl-6 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .my-xxxl-8 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxxl-12 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .my-xxxl-16 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxxl-20 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .my-xxxl-24 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxxl-28 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .my-xxxl-32 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxxl-36 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .my-xxxl-40 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxxl-48 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxxl-52 {
        margin-top: 3.25rem !important;
        margin-bottom: 3.25rem !important;
    }

    .my-xxxl-80 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .my-xxxl-116 {
        margin-top: 7.25rem !important;
        margin-bottom: 7.25rem !important;
    }

    .my-xxxl-128 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxxl-4 {
        margin-top: 0.25rem !important;
    }

    .mt-xxxl-6 {
        margin-top: 0.375rem !important;
    }

    .mt-xxxl-8 {
        margin-top: 0.5rem !important;
    }

    .mt-xxxl-12 {
        margin-top: 0.75rem !important;
    }

    .mt-xxxl-16 {
        margin-top: 1rem !important;
    }

    .mt-xxxl-20 {
        margin-top: 1.25rem !important;
    }

    .mt-xxxl-24 {
        margin-top: 1.5rem !important;
    }

    .mt-xxxl-28 {
        margin-top: 1.75rem !important;
    }

    .mt-xxxl-32 {
        margin-top: 2rem !important;
    }

    .mt-xxxl-36 {
        margin-top: 2.25rem !important;
    }

    .mt-xxxl-40 {
        margin-top: 2.5rem !important;
    }

    .mt-xxxl-48 {
        margin-top: 3rem !important;
    }

    .mt-xxxl-52 {
        margin-top: 3.25rem !important;
    }

    .mt-xxxl-80 {
        margin-top: 5rem !important;
    }

    .mt-xxxl-116 {
        margin-top: 7.25rem !important;
    }

    .mt-xxxl-128 {
        margin-top: 8rem !important;
    }

    .mt-xxxl-auto {
        margin-top: auto !important;
    }

    .me-xxxl-0 {
        margin-right: 0 !important;
    }

    .me-xxxl-4 {
        margin-right: 0.25rem !important;
    }

    .me-xxxl-6 {
        margin-right: 0.375rem !important;
    }

    .me-xxxl-8 {
        margin-right: 0.5rem !important;
    }

    .me-xxxl-12 {
        margin-right: 0.75rem !important;
    }

    .me-xxxl-16 {
        margin-right: 1rem !important;
    }

    .me-xxxl-20 {
        margin-right: 1.25rem !important;
    }

    .me-xxxl-24 {
        margin-right: 1.5rem !important;
    }

    .me-xxxl-28 {
        margin-right: 1.75rem !important;
    }

    .me-xxxl-32 {
        margin-right: 2rem !important;
    }

    .me-xxxl-36 {
        margin-right: 2.25rem !important;
    }

    .me-xxxl-40 {
        margin-right: 2.5rem !important;
    }

    .me-xxxl-48 {
        margin-right: 3rem !important;
    }

    .me-xxxl-52 {
        margin-right: 3.25rem !important;
    }

    .me-xxxl-80 {
        margin-right: 5rem !important;
    }

    .me-xxxl-116 {
        margin-right: 7.25rem !important;
    }

    .me-xxxl-128 {
        margin-right: 8rem !important;
    }

    .me-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxxl-4 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxxl-6 {
        margin-bottom: 0.375rem !important;
    }

    .mb-xxxl-8 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxxl-12 {
        margin-bottom: 0.75rem !important;
    }

    .mb-xxxl-16 {
        margin-bottom: 1rem !important;
    }

    .mb-xxxl-20 {
        margin-bottom: 1.25rem !important;
    }

    .mb-xxxl-24 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxxl-28 {
        margin-bottom: 1.75rem !important;
    }

    .mb-xxxl-32 {
        margin-bottom: 2rem !important;
    }

    .mb-xxxl-36 {
        margin-bottom: 2.25rem !important;
    }

    .mb-xxxl-40 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xxxl-48 {
        margin-bottom: 3rem !important;
    }

    .mb-xxxl-52 {
        margin-bottom: 3.25rem !important;
    }

    .mb-xxxl-80 {
        margin-bottom: 5rem !important;
    }

    .mb-xxxl-116 {
        margin-bottom: 7.25rem !important;
    }

    .mb-xxxl-128 {
        margin-bottom: 8rem !important;
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxxl-4 {
        margin-left: 0.25rem !important;
    }

    .ms-xxxl-6 {
        margin-left: 0.375rem !important;
    }

    .ms-xxxl-8 {
        margin-left: 0.5rem !important;
    }

    .ms-xxxl-12 {
        margin-left: 0.75rem !important;
    }

    .ms-xxxl-16 {
        margin-left: 1rem !important;
    }

    .ms-xxxl-20 {
        margin-left: 1.25rem !important;
    }

    .ms-xxxl-24 {
        margin-left: 1.5rem !important;
    }

    .ms-xxxl-28 {
        margin-left: 1.75rem !important;
    }

    .ms-xxxl-32 {
        margin-left: 2rem !important;
    }

    .ms-xxxl-36 {
        margin-left: 2.25rem !important;
    }

    .ms-xxxl-40 {
        margin-left: 2.5rem !important;
    }

    .ms-xxxl-48 {
        margin-left: 3rem !important;
    }

    .ms-xxxl-52 {
        margin-left: 3.25rem !important;
    }

    .ms-xxxl-80 {
        margin-left: 5rem !important;
    }

    .ms-xxxl-116 {
        margin-left: 7.25rem !important;
    }

    .ms-xxxl-128 {
        margin-left: 8rem !important;
    }

    .ms-xxxl-auto {
        margin-left: auto !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .p-xxxl-4 {
        padding: 0.25rem !important;
    }

    .p-xxxl-6 {
        padding: 0.375rem !important;
    }

    .p-xxxl-8 {
        padding: 0.5rem !important;
    }

    .p-xxxl-12 {
        padding: 0.75rem !important;
    }

    .p-xxxl-16 {
        padding: 1rem !important;
    }

    .p-xxxl-20 {
        padding: 1.25rem !important;
    }

    .p-xxxl-24 {
        padding: 1.5rem !important;
    }

    .p-xxxl-28 {
        padding: 1.75rem !important;
    }

    .p-xxxl-32 {
        padding: 2rem !important;
    }

    .p-xxxl-36 {
        padding: 2.25rem !important;
    }

    .p-xxxl-40 {
        padding: 2.5rem !important;
    }

    .p-xxxl-48 {
        padding: 3rem !important;
    }

    .p-xxxl-52 {
        padding: 3.25rem !important;
    }

    .p-xxxl-80 {
        padding: 5rem !important;
    }

    .p-xxxl-116 {
        padding: 7.25rem !important;
    }

    .p-xxxl-128 {
        padding: 8rem !important;
    }

    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxxl-4 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxxl-6 {
        padding-right: 0.375rem !important;
        padding-left: 0.375rem !important;
    }

    .px-xxxl-8 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxxl-12 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .px-xxxl-16 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxxl-20 {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

    .px-xxxl-24 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxxl-28 {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }

    .px-xxxl-32 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxxl-36 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important;
    }

    .px-xxxl-40 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxxl-48 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxxl-52 {
        padding-right: 3.25rem !important;
        padding-left: 3.25rem !important;
    }

    .px-xxxl-80 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .px-xxxl-116 {
        padding-right: 7.25rem !important;
        padding-left: 7.25rem !important;
    }

    .px-xxxl-128 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxxl-4 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxxl-6 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .py-xxxl-8 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxxl-12 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .py-xxxl-16 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxxl-20 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .py-xxxl-24 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxxl-28 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .py-xxxl-32 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxxl-36 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .py-xxxl-40 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxxl-48 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxxl-52 {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .py-xxxl-80 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .py-xxxl-116 {
        padding-top: 7.25rem !important;
        padding-bottom: 7.25rem !important;
    }

    .py-xxxl-128 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .pt-xxxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxxl-4 {
        padding-top: 0.25rem !important;
    }

    .pt-xxxl-6 {
        padding-top: 0.375rem !important;
    }

    .pt-xxxl-8 {
        padding-top: 0.5rem !important;
    }

    .pt-xxxl-12 {
        padding-top: 0.75rem !important;
    }

    .pt-xxxl-16 {
        padding-top: 1rem !important;
    }

    .pt-xxxl-20 {
        padding-top: 1.25rem !important;
    }

    .pt-xxxl-24 {
        padding-top: 1.5rem !important;
    }

    .pt-xxxl-28 {
        padding-top: 1.75rem !important;
    }

    .pt-xxxl-32 {
        padding-top: 2rem !important;
    }

    .pt-xxxl-36 {
        padding-top: 2.25rem !important;
    }

    .pt-xxxl-40 {
        padding-top: 2.5rem !important;
    }

    .pt-xxxl-48 {
        padding-top: 3rem !important;
    }

    .pt-xxxl-52 {
        padding-top: 3.25rem !important;
    }

    .pt-xxxl-80 {
        padding-top: 5rem !important;
    }

    .pt-xxxl-116 {
        padding-top: 7.25rem !important;
    }

    .pt-xxxl-128 {
        padding-top: 8rem !important;
    }

    .pe-xxxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxxl-4 {
        padding-right: 0.25rem !important;
    }

    .pe-xxxl-6 {
        padding-right: 0.375rem !important;
    }

    .pe-xxxl-8 {
        padding-right: 0.5rem !important;
    }

    .pe-xxxl-12 {
        padding-right: 0.75rem !important;
    }

    .pe-xxxl-16 {
        padding-right: 1rem !important;
    }

    .pe-xxxl-20 {
        padding-right: 1.25rem !important;
    }

    .pe-xxxl-24 {
        padding-right: 1.5rem !important;
    }

    .pe-xxxl-28 {
        padding-right: 1.75rem !important;
    }

    .pe-xxxl-32 {
        padding-right: 2rem !important;
    }

    .pe-xxxl-36 {
        padding-right: 2.25rem !important;
    }

    .pe-xxxl-40 {
        padding-right: 2.5rem !important;
    }

    .pe-xxxl-48 {
        padding-right: 3rem !important;
    }

    .pe-xxxl-52 {
        padding-right: 3.25rem !important;
    }

    .pe-xxxl-80 {
        padding-right: 5rem !important;
    }

    .pe-xxxl-116 {
        padding-right: 7.25rem !important;
    }

    .pe-xxxl-128 {
        padding-right: 8rem !important;
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxxl-4 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxxl-6 {
        padding-bottom: 0.375rem !important;
    }

    .pb-xxxl-8 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxxl-12 {
        padding-bottom: 0.75rem !important;
    }

    .pb-xxxl-16 {
        padding-bottom: 1rem !important;
    }

    .pb-xxxl-20 {
        padding-bottom: 1.25rem !important;
    }

    .pb-xxxl-24 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxxl-28 {
        padding-bottom: 1.75rem !important;
    }

    .pb-xxxl-32 {
        padding-bottom: 2rem !important;
    }

    .pb-xxxl-36 {
        padding-bottom: 2.25rem !important;
    }

    .pb-xxxl-40 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxxl-48 {
        padding-bottom: 3rem !important;
    }

    .pb-xxxl-52 {
        padding-bottom: 3.25rem !important;
    }

    .pb-xxxl-80 {
        padding-bottom: 5rem !important;
    }

    .pb-xxxl-116 {
        padding-bottom: 7.25rem !important;
    }

    .pb-xxxl-128 {
        padding-bottom: 8rem !important;
    }

    .ps-xxxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxxl-4 {
        padding-left: 0.25rem !important;
    }

    .ps-xxxl-6 {
        padding-left: 0.375rem !important;
    }

    .ps-xxxl-8 {
        padding-left: 0.5rem !important;
    }

    .ps-xxxl-12 {
        padding-left: 0.75rem !important;
    }

    .ps-xxxl-16 {
        padding-left: 1rem !important;
    }

    .ps-xxxl-20 {
        padding-left: 1.25rem !important;
    }

    .ps-xxxl-24 {
        padding-left: 1.5rem !important;
    }

    .ps-xxxl-28 {
        padding-left: 1.75rem !important;
    }

    .ps-xxxl-32 {
        padding-left: 2rem !important;
    }

    .ps-xxxl-36 {
        padding-left: 2.25rem !important;
    }

    .ps-xxxl-40 {
        padding-left: 2.5rem !important;
    }

    .ps-xxxl-48 {
        padding-left: 3rem !important;
    }

    .ps-xxxl-52 {
        padding-left: 3.25rem !important;
    }

    .ps-xxxl-80 {
        padding-left: 5rem !important;
    }

    .ps-xxxl-116 {
        padding-left: 7.25rem !important;
    }

    .ps-xxxl-128 {
        padding-left: 8rem !important;
    }

    .text-xxxl-start {
        text-align: left !important;
    }

    .text-xxxl-end {
        text-align: right !important;
    }

    .text-xxxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 4.5rem !important;
    }

    .fs-2 {
        font-size: 3.75rem !important;
    }

    .fs-3 {
        font-size: 3rem !important;
    }

    .fs-4 {
        font-size: 2.25rem !important;
    }

    .fs-5 {
        font-size: 1.875rem !important;
    }

    .fs-6 {
        font-size: 1.5rem !important;
    }
}